Commit graph

2399 commits

Author SHA1 Message Date
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
Lucas Nicodemus
2736ef8af2 ToggleAntiBuild no longer has weird logic statement 2015-02-28 00:54:55 -07:00
Lucas Nicodemus
b02c99254c Add parenthesis because you need that 2015-02-28 00:20:58 -07:00
Lucas Nicodemus
d6c267c152 Remove player & slot count from version command 2015-02-28 00:16:56 -07:00
Lucas Nicodemus
7d9c960b0f Add config option for saving the world when last player exists 2015-02-27 00:38:47 -07:00
White
8ff36c6709 Adds a queue to the SQL log and fixes some issues pointed out 2015-02-26 15:37:36 +10:30
Lucas Nicodemus
97d2894773 The mute reason is back to being a mute reason 2015-02-25 15:38:46 -07:00
Lucas Nicodemus
0459dfca11 Adds SQL logging from WhiteX's fork; closes #869 2015-02-25 15:33:35 -07:00
Lucas Nicodemus
c215ff8e10 Console title now says "zero" with "zero" players "online" 2015-02-25 00:26:47 -07:00
Lucas Nicodemus
21cd90fa23 Save world on last player exit; fixes #707 2015-02-25 00:09:54 -07:00
Lucas Nicodemus
e18ab50453 Literally add a comma between two different things 2015-02-24 21:42:06 -07:00
Lucas Nicodemus
13756360bb Slightly more commands support silence 2015-02-24 21:38:25 -07:00
Lucas Nicodemus
c9dcc3d227 Full, blood, and eclipse moon phases support silence
DropMeteor now supports broadcasting to all and silence
2015-02-24 21:26:16 -07:00
Lucas Nicodemus
192ee915ae Another batch of commands support silence 2015-02-24 21:20:33 -07:00
Lucas Nicodemus
f2b2da90d7 Added silent commands & other stuff (see below)
1. Removed old code.
2. Added silent command prefix & supporting code
3. Region ban & spawnmob support silence
2015-02-24 20:55:59 -07:00
Lucas Nicodemus
7649718530 Some people really like uneven spacing 2015-02-24 19:12:22 -07:00
Lucas Nicodemus
183084d60f Minor changes pertaining to spacing & some unclear messages 2015-02-24 19:08:30 -07:00
Lucas Nicodemus
9e2ff2e2a2 Make logfile a public getter 2015-02-22 20:16:03 -07:00
PhoenixICE
10de490c86 Tab formatting issue 2015-02-23 09:30:05 +11:00
PhoenixICE
6bb3a2f2ab Godmode Other Permission 2015-02-23 09:26:51 +11:00
Zack
17ea9e0875 Use the NetItem max inventory when seeding the database. 2015-02-22 17:14:57 -05:00
Zack
63231c73f2 Utilize new account hooks to insert and delete from the SSC table, since this is what the feature was intended for. 2015-02-22 16:17:05 -05:00
Zack
68afd6fcc6 Make sure to write the correct number of bytes, as UTF8 can and most likely will be more than one byte per char.
Fixes #863
2015-02-22 16:07:59 -05:00
Lucas Nicodemus
d82851faf3 EnsureExists now calls EnsureTableStructure directly
It occurs to me that copypasting code is bad
2015-02-22 12:03:05 -07:00
Lucas Nicodemus
f4564b88e9 Version tick: 4.2.6 2015-02-22 08:47:40 -07:00
Lucas Nicodemus
04145a4aca Re-add EnsureExists signature to fix compat with old plugins
Fixes #862
2015-02-22 08:43:12 -07:00
Lucas Nicodemus
12a39f4e9a Revert "Use Sublime Text's "Convert all open views to tabs" option"
This reverts commit b35a02d379.
2015-02-21 23:00:30 -07:00
Lucas Nicodemus
b35a02d379 Use Sublime Text's "Convert all open views to tabs" option 2015-02-21 22:57:14 -07:00
Lucas Nicodemus
6a41c34380 isn't this ruby 2015-02-21 22:53:56 -07:00