Commit graph

2427 commits

Author SHA1 Message Date
Zack Piispanen
5e2f0d3604 Set bool to false for SSC config enabled.
Add test script that will auto gen documentation.
2015-03-17 13:19:02 -04:00
Zack Piispanen
b031f45cb0 Change the way we ignore packets from clients while swapping with SSC inv.
Add dump for SSC, and terminate the application (maybe).
2015-03-16 20:36:32 -04:00
Zack Piispanen
7fe761bacb Make an instance variable part of TShock so that the Loggers have access to it for using the ServerAPI logger because sometimes the log has been disposed of when we write to it (i.e. other plugins) 2015-03-16 19:49:23 -04:00
Zack Piispanen
5488be0857 Clean up some spaces in FileTools, and make the motd format a const. 2015-03-16 12:50:38 -04:00
Zack Piispanen
8a7aae9143 Purge "initial vanilla inventory" from playerdata, and pushed it to the SSC config creation if not existing. 2015-03-16 12:47:44 -04:00
Lucas Nicodemus
2658aa1c6d Version tick 4.2.9
inb4 "Shank should not have released without clearing it with everyone"
2015-03-15 15:23:35 -06:00
Lucas Nicodemus
04b1aff65a Fix verbage in temp ban command 2015-03-15 15:22:58 -06:00
Lucas Nicodemus
372a344b5a Version tick: 4.2.8 2015-03-15 15:02:06 -06:00
Zack Piispanen
0b55e59ed4 Fixes SSC error message not being formatted 2015-03-15 12:29:41 -04:00
Lucas Nicodemus
eda5ba312e Remove deprecated GetUsers() and IDs method
Thanks @Enerdy
2015-03-14 13:38:22 -06:00
Zack Piispanen
e5de43de36 Merge branch 'general-devel' of github.com:NyxStudios/TShock into general-devel 2015-03-13 12:53:00 -04:00
Zack Piispanen
27de182ef9 Log is not initialized when using command lines early enough, so dump to serverapi.logger. 2015-03-13 12:52:48 -04:00
Lucas Nicodemus
da8ce502bc Add replacement for string AddGroup
Add deprecation warnings to previous methods
2015-03-11 09:10:40 -06:00
Lucas Nicodemus
03d817e0a2 Return more modern error in AddGroup 2015-03-11 09:00:14 -06:00
Lucas Nicodemus
caf3c662eb Fix more random tab/spaces in SqlTable.cs 2015-03-10 11:15:52 -06:00
Lucas Nicodemus
7187245879 Fix deprecation message fixes #880 2015-03-10 11:14:21 -06:00
Lucas Nicodemus
bca48fb2eb Attempt to fix tempbans not working 2015-03-09 23:34:07 -06:00
Lucas Nicodemus
de2a07db6b Advertise https websites (this is 2015) 2015-03-09 07:56:27 -06:00
Lucas Nicodemus
fba93e5602 Allow server to execute silent specifier
Removed erroneous playing command (duplicates /who).
Fixes #879
2015-03-08 21:24:54 -06:00
Lucas Nicodemus
32218f9be0 PlayerCommandEventArgs passes the command prefix
Fix tab space conflict in PlayerHooks.cs
2015-03-08 16:00:43 -06:00
Lucas Nicodemus
bff73847c4 Version tick: 4.2.7 2015-03-07 19:20:54 -07:00
Lucas Nicodemus
adc0f0acfb Add the region a player left to OnRegionLeft 2015-03-06 22:40:32 -07:00
Zack Piispanen
fd2a049ef3 SendMessage(string, color) should invoke SendMessage(string, byte, byte, byte), not SendInfoMessage(string, obj[]) resulting in a infinite loop. Fixes #873 2015-03-02 21:55:00 -05:00
Lucas Nicodemus
22306a2b87 Change access modifiers of args to public (@bladecoding nilly) 2015-03-02 13:14:03 -07:00
Lucas Nicodemus
8cc404d963 RegionHooks now has the public modifier 2015-03-02 13:07:03 -07:00
Lucas Nicodemus
e207114e34 Tick API version to 1.17 2015-03-01 22:31:53 -07:00
Zack Piispanen
406abce30c Add hooks for Region creation/deletion. Add hooks for Region Enter/Leave. Add member to TSPlayer displaying current region. Set private setters in AccountHooks. 2015-03-01 22:27:49 -05:00
Lucas Nicodemus
803aa643c2 Fix tab/space conflict pointed out by @WhiteXZ in TSPlayer 2015-03-01 12:49:03 -07:00
Lucas Nicodemus
2f0d407dec RegionManager now says "you must be logged in" 2015-02-28 21:19:27 -07:00
Lucas Nicodemus
d971db165c Remove several obsolete shims
No need to keep obsolete shims in for several versions of TShock
2015-02-28 20:15:56 -07:00
Lucas Nicodemus
9221c14ca6 Commands.cs now has less e for exceptions 2015-02-28 19:54:39 -07:00
Lucas Nicodemus
d8f1324836 Utils.cs now has uniform tabs 2015-02-28 19:47:27 -07:00
Lucas Nicodemus
1be5f6fdc2 Remove remaining obsolete references to Log vs TShock.Log 2015-02-28 19:42:26 -07:00
Lucas Nicodemus
cbce64f1eb Remove more obsolete code; fix tab/space screwup in TSPlayer 2015-02-28 19:37:06 -07:00
Lucas Nicodemus
78c6f4db84 Come on VS save the csproj please 2015-02-28 19:17:24 -07:00
Lucas Nicodemus
6e0de64f18 Remove more broken/obsolete/dead code 2015-02-28 19:15:19 -07:00
Lucas Nicodemus
db6c09787d Use less obsolete code
Disable XML comment warnings for the love of god
Fix some random tab/space conflict indentation
2015-02-28 19:09:02 -07:00
Lucas Nicodemus
008de9b28c ILog interface now declares its debug method
@WhiteXZ must have forgot this?
2015-02-28 18:56:48 -07:00
Lucas Nicodemus
7d803ac2b1 Use tabs, for the love of god. 2015-02-28 18:43:25 -07:00
Lucas Nicodemus
260ba9c77c Add new, smaller welcome message, to replace ascii logo 2015-02-28 17:50:44 -07:00
Lucas Nicodemus
861ba0493e Remove gimmick logo used to promote 4.0 2015-02-28 17:43:08 -07:00
Lucas Nicodemus
34126651aa Remove useless UpdateURL code 2015-02-28 17:36:34 -07:00
Lucas Nicodemus
db5e88acf7 /stats is now /serverinfo 2015-02-28 17:24:33 -07:00
Lucas Nicodemus
4cb36c4e37 Re-enable stat tracker 2015-02-28 16:27:38 -07:00
Lucas Nicodemus
e2eb659d62 Remove 'TerrariaShock' in the console title 2015-02-28 12:01:45 -07:00
Enerdy
a632e7f510 Added specifier to tshock commands 2015-02-28 14:46:44 +00:00
Enerdy
825de3fe73 Update methods using deprecated SendData code and Logs 2015-02-28 13:08:32 +00:00
Lucas Nicodemus
c5625aa896 Merge pull request #870 from NyxStudios/whitexz-general-devel
Adds SQL logging from WhiteX's fork; closes #869
2015-02-28 01:21:54 -07:00
White
5e9a6bf329 Switch if to while and resolve inverted for looping issue 2015-02-28 18:39:39 +10:30
Lucas Nicodemus
b133d6c470 ProtectSpawn also uses more logical logic statement 2015-02-28 00:56:53 -07:00