Commit graph

531 commits

Author SHA1 Message Date
high
2468ecab7e Moved HandleCommandLine to the start of Initialize.
Made SavePath not used before HandleCommandLine so that -configpath would work.
2011-06-28 11:29:03 -04:00
high
dcf67248f7 Moved unhandled exception logging to before saving the world. In case the world saving crashes.
Tidied some code.
New day, new version
2011-06-28 10:56:47 -04:00
high
923aa66694 Re-added null check. Removed bounds checks (not needed) 2011-06-28 10:41:09 -04:00
high
ae1e16de10 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-06-28 10:32:25 -04:00
high
03ed7b8d81 Merge branch 'master' of github.com:TShock/TShock into general-devel 2011-06-28 10:31:57 -04:00
Deathmax
75e062fb61 Changed banned item check to use TSPlayer's TPlayer 2011-06-28 22:19:56 +08:00
Deathmax
61c9991810 Added -configpath command line parameter to set config path. 2011-06-28 22:17:25 +08:00
Deathmax
a8da178987 Removed unnecessary checks 2011-06-28 18:28:29 +08:00
Deathmax
35095bd5e6 Merge commit 'feb4754b14' into general-devel-2 2011-06-28 18:27:19 +08:00
Deathmax
feb4754b14 Null and range check for HandlePlayerDamage. 2011-06-28 17:17:24 +08:00
Deathmax
aa3a491dab Added null checks for tile destroyed check. 2011-06-28 17:09:58 +08:00
Twitchy
554eb464f1 Added tphere permission 2011-06-28 20:42:56 +12:00
Twitchy
a24d93b241 Changed SendTileSquare to 50. Should stop client crashing on TP 2011-06-28 20:27:37 +12:00
Deathmax
9281d0ea6a /auth output is now saved into auth.lck 2011-06-27 22:38:58 +08:00
high
7aa501c5e1 Forgot this() in constructor 2011-06-27 05:25:20 -04:00
high
23763fdce5 SendTileSquare now only accepts purification powder changes. 2011-06-27 05:12:27 -04:00
high
692e8dbea4 Added files 2011-06-27 05:11:46 -04:00
high
0974ff1eb0 Added NetTile class. Structure from https://spreadsheets.google.com/spreadsheet/ccc?key=0AtMbaBHfhV44dE4zYnVad05lVXFwbjczdk03QnNCWHc&hl=en_US#gid=1 2011-06-27 05:10:06 -04:00
high
d15739b232 Added IPackable interface 2011-06-27 05:08:41 -04:00
high
9d2db09ae7 Merge branch 'master' of github.com:TShock/TShock into test 2011-06-27 01:52:39 -04:00
high
e465caa230 Added null check to banned item check. 2011-06-27 01:49:54 -04:00
high
f3628eb522 Blocked SendTileSquare packet. Doors no longer use it. Chairs/Beds still use it but they seem to work without. 2011-06-26 00:10:13 -04:00
high
7a62674ba3 Removed setspawn, it should not be a config option! 2011-06-25 20:10:52 -04:00
high
ed0ad7e751 Added console command "autosave" which toggles autosaving 2011-06-25 00:46:24 -04:00
high
f501212dfe Merge branch 'master' of github.com:TShock/TShock 2011-06-25 00:44:21 -04:00
high
17cd6652d7 Renamed settings to start with a Capital letter
Removed config read on post init. Already read in SetupConfig which is called in Init
Added option to disable auto saving
2011-06-25 00:44:07 -04:00
Twitchy
8f65a7d0a0 Fixed fail itembans.txt update. *facepalm* 2011-06-25 15:39:31 +12:00
Twitchy
bc337cdf57 Fixed banneditems.txt not allowing over ID 200. Minor change 2011-06-25 15:15:49 +12:00
Twitchy
e28e2d2132 Seems to fix the client crash on TP glitch. 2011-06-25 13:20:34 +12:00
high
d369852998 Whoops, using RealPlayer instead now. 2011-06-24 18:38:21 -04:00
high
f59fc55f61 Fixed TSPlayer All 2011-06-24 18:33:02 -04:00
high
1698404b30 Made SendData to specific players safe. 2011-06-24 18:11:33 -04:00
high
fb0252ac7c Removed broken senddata hook. 2011-06-24 13:34:21 -04:00
Twitchy
3644719c1c Fixes the no teleporting glitch. uses a IsTP command to send either cfg.spawnTile, or Main.spawntile 2011-06-25 05:16:46 +12:00
Twitchy
57627f6846 regions.xml and warps.xml are now located in tshock dir. Will auto move them on first run 2011-06-25 04:37:55 +12:00
Twitchy
0a69d1ae3b Merge branch 'master' of git://github.com/TShock/TShock 2011-06-25 04:16:56 +12:00
Twitchy
7ddc74890b /warp list only shows warps from current world 2011-06-25 04:16:09 +12:00
Deathmax
840c91d341 Merge remote-tracking branch 'origin/master'
Conflicts:
	TShockAPI/Commands.cs
2011-06-24 22:45:34 +08:00
Deathmax
a0c71e7b30 /setspawn spawn shouldn't save into world file unless using /savespawn 2011-06-24 22:43:17 +08:00
Twitchy
efc36825a3 Fixed remember positions to teleport you to the correct position and not create duplicates of players 2011-06-25 02:36:02 +12:00
Twitchy
4978e2960c Fixed /setspawn creating spawn 3 tiles too high 2011-06-25 02:35:24 +12:00
Twitchy
b2271f980e Merge branch 'master' of git://github.com/TShock/TShock 2011-06-25 01:43:52 +12:00
Twitchy
90cfb8266b Fixed a bug where tp-ing would delete blocks where you spawn 2011-06-25 01:43:04 +12:00
Deathmax
679a28af0a Added /displaylogs. Toggles log output to player who executed the command. 2011-06-24 21:32:04 +08:00
Deathmax
1e66e1a256 Ban/kick on death if HardcoreOnly == true 2011-06-24 20:03:19 +08:00
Deathmax
d620493d7b Sandgun and Dirt Rod no longer triggers a Impossible to place block. 2011-06-24 19:27:49 +08:00
Deathmax
5dfc4f6e60 Added HardcoreOnly 2011-06-24 19:04:52 +08:00
Deathmax
f839308883 Fixed /setspawn 2011-06-24 18:03:25 +08:00
Twitchy
176a5d8f5a saves worldID to setspawn when using /setspawn command 2011-06-24 20:36:56 +12:00
Deathmax
96988fc7c9 /setspawn settings no longer carry over to other worlds. 2011-06-24 14:50:18 +08:00