Commit graph

28 commits

Author SHA1 Message Date
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
a8da178987 Removed unnecessary checks 2011-06-28 18:28:29 +08:00
Deathmax
feb4754b14 Null and range check for HandlePlayerDamage. 2011-06-28 17:17:24 +08:00
high
23763fdce5 SendTileSquare now only accepts purification powder changes. 2011-06-27 05:12:27 -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
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
high
1698404b30 Made SendData to specific players safe. 2011-06-24 18:11:33 -04:00
Deathmax
a0c71e7b30 /setspawn spawn shouldn't save into world file unless using /savespawn 2011-06-24 22:43:17 +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
high
ce02cd1401 Fixed names 2011-06-23 20:30:19 -04:00
high
177c3a1dfa Packet changes 2011-06-23 19:11:58 -04:00
Deathmax
4043b660f5 Prevent tile changes from 1 second after an explosive is thrown. 2011-06-23 20:46:24 +08:00
Deathmax
1f7d3eb5e6 Added DisableExplosives along with the permission useexplosives to bypass it. 2011-06-23 20:22:41 +08:00
Twitchy
c45696efb2 Changes region allow to use IP addresses rather than names. Cancels out name spoofing. 2011-06-23 16:11:58 +12:00
Twitchy
640382d898 Added region allowed users. May require setting up regions again 2011-06-23 08:06:11 +12:00
Twitchy
ad352492a9 Adds protected regions. Use /region help ingame for extra help 2011-06-21 17:47:36 +12:00
high
e6992bc05f Updated api to v1.5 2011-06-20 17:07:18 -04:00
ricky
c306686ad4 Bloody line returns 2011-06-18 15:24:36 +10:00
high
c901e8482d Backups added
Pvp throttle added
2011-06-17 21:12:37 -04:00
ricky
9e7d11a97f Sync client if they are not allowed to use water/lava
Added log if player tries to use spike if they are not allowed to
2011-06-17 20:21:46 +10:00
Deathmax
b7ee450df8 Added 'canspike' permission, spikes can't be placed without it. 2011-06-17 17:35:12 +08:00
ricky
7bccfbe441 Added Disconnect, SendTileSquare, SetPvP to TSPlayer
Added SetBloodMoon, SetTime, StrikeNPC to TSServerPlayer
2011-06-17 02:09:30 +10:00
ricky
f3be17a911 Moved all GetData checks to GetDataHandlers
Fixed GetBanByName not working
2011-06-16 21:00:54 +10:00