Commit graph

831 commits

Author SHA1 Message Date
Lucas Nicodemus
aa85cfeccb Fixed compiler error 2011-07-22 23:35:58 -06:00
Lucas Nicodemus
219f5a8cfb WorldIDs 2011-07-22 23:35:21 -06:00
Zack
39754f6913 use ids ffs :\ 2011-07-22 22:34:08 -07:00
Lucas Nicodemus
870c1f74f4 Fixed warps too 2011-07-22 23:29:41 -06:00
Lucas Nicodemus
acbe9afa24 Version Tick: 3.1.3 2011-07-22 23:28:20 -06:00
high
95bdb6d62e added null check to backupmanager 2011-07-23 01:19:59 -04:00
high
78c7293542 Merge branch 'master' of github.com:TShock/TShock
Conflicts:
	TShockAPI/Properties/AssemblyInfo.cs
2011-07-23 00:51:14 -04:00
high
a49269cc0c Create save path first 2011-07-23 00:50:30 -04:00
Lucas Nicodemus
e58bc6231b VERSION TICK: 3.1.1.722 2011-07-22 21:49:28 -06:00
high
2e0ce6eae5 Fixed terrariaserver references 2011-07-22 23:22:54 -04:00
high
50084c13de Initialize log should be first so we can log any errors.
Removed duplicate code in Initialize
2011-07-22 23:19:01 -04:00
high
7f5324795c Merge branch 'master' of github.com:TShock/TShock 2011-07-22 23:12:20 -04:00
high
3034e82d4e Mysql binaries now copy local when tshock/dbeditor are built. 2011-07-22 23:11:58 -04:00
Steven French
fcde754784 Adds new permissions to DBEditor 2011-07-23 14:56:17 +12:00
high
65304873a4 Merge branch 'master' of github.com:TShock/TShock 2011-07-22 22:51:37 -04:00
high
de5ce1a962 Moved sql and terrariaserver binaries
Fixed DBEditor reference
2011-07-22 22:49:54 -04:00
Lucas Nicodemus
79e70bf90a Merge branch 'master' of github.com:TShock/TShock 2011-07-22 20:28:52 -06:00
Lucas Nicodemus
4c53f5e672 Lower case account names please :) 2011-07-22 20:28:04 -06:00
high
64ca3e7148 Region list now uses the new code that warps use too. 2011-07-22 22:00:18 -04:00
high
85dac355be Cleaned up the adding of default groups 2011-07-22 21:46:14 -04:00
high
1c2cead3c9 Fixed /warp list <page>
ListAllWarps now only returns names and only for the specified world.
2011-07-22 21:36:07 -04:00
Lucas Nicodemus
5458fb567a VERSION TICK: 3.1.0.0722 2011-07-22 17:41:04 -06:00
Lucas Nicodemus
e1cd87f487 Fixed regions
Added /convert
2011-07-22 17:38:51 -06:00
Lucas Nicodemus
92d6e7b9fb No longer spam users to login. 2011-07-22 16:18:28 -06:00
Lucas Nicodemus
14e55301e1 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-07-22 16:15:55 -06:00
Lucas Nicodemus
3291195af8 Fixed regions not working. 2011-07-22 16:15:34 -06:00
Zack Piispanen
987d9e793b fixed useless query for being useless. Added in code that checks the list of groups and not the db itself.
TSDEV-49
2011-07-22 17:33:59 -04:00
Zack Piispanen
15af989826 remove debug code *that wasnt there on last commit, i swear* 2011-07-22 17:24:58 -04:00
Lucas Nicodemus
481a34f722 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-07-22 15:09:32 -06:00
Zack Piispanen
2c2097dc08 Move the code to pull all items from the db outside of the if file exists loop.
TSDEV-46
2011-07-22 17:06:58 -04:00
Lucas Nicodemus
bd964d576e Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-07-22 15:06:53 -06:00
Zack Piispanen
7f2ff7614f Premissions now inherit from groups listed anywhere in the db, not just below them.
TSDEV-39
2011-07-22 16:29:29 -04:00
Lucas Nicodemus
b5a27052a1 Updates to RM 2011-07-22 14:10:38 -06:00
Lucas Nicodemus
8fe66e2ba4 VERSION TICK 3.0.2.0722
Changed lots of crap
2011-07-22 03:06:23 -06:00
Lucas Nicodemus
a853efa520 Merge branch 'master' of github.com:TShock/TShock 2011-07-22 02:25:27 -06:00
Lucas Nicodemus
63f935b4fd Fixed a problem where KillTile thresholds were never reset.
VERSION TICK: 3.0.1.0722
2011-07-22 02:25:08 -06:00
Zack
634b3b8a8c Using region list caused messages to talk about warps, copy pasta fail. 2011-07-21 19:23:34 -07:00
Lucas Nicodemus
a9b558e75d Added some precautions against duplicates. 2011-07-21 15:27:15 -06:00
Lucas Nicodemus
a8e55d44e6 Added EnableAntiLag to ConfigFile.cs 2011-07-21 15:07:28 -06:00
Lucas Nicodemus
d1e29e1035 VERSION TICK: 3.0.0.0721 2011-07-21 15:05:52 -06:00
Lucas Nicodemus
91c1430f3c Not using OrderBy as much anymore. 2011-07-21 15:03:52 -06:00
Lucas Nicodemus
b98614946d Changed every instance of Main.worldID.ToString() to Main.worldName. You broke backwards compatibility with all other warp and region files by doing that. 2011-07-21 15:03:15 -06:00
Lucas Nicodemus
167c51d048 Removed spam on canbuild message. 2011-07-21 14:24:17 -06:00
Lucas Nicodemus
3744e49592 Added a config option (default off) for banning by usernames. 2011-07-21 12:39:01 -06:00
Lucas Nicodemus
529f51d95e Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-07-21 12:31:58 -06:00
Lucas Nicodemus
0aea895a59 Import system now imports UserIDs 2011-07-21 12:31:11 -06:00
Lucas Nicodemus
cd018fed8d Regions are now UserID based. 2011-07-21 12:25:57 -06:00
Graham Cantin
9f6038205f * high6's amazing lag-destruction patch...
255 syncs per player? To quote sealab2021:
THERE CAN BE ONLY... NONE.
2011-07-21 09:03:38 -07:00
Graham Cantin
9b1c5fd230 Readded all my changes, I think. 2011-07-21 04:14:42 -07:00
Graham Cantin
395225ec28 Failed message in red for fail, not green for awesome 2011-07-21 04:08:21 -07:00