Twitchy
|
f49ffe7647
|
Added TP Lock for modders
|
2011-08-03 08:02:41 +12:00 |
|
Twitchy
|
b1a64267bb
|
No more client crashing on TP. Removed sending large tile square. Server Lag on Tp gone.
|
2011-08-01 16:22:46 +12:00 |
|
Twitchy
|
3e111e8e46
|
Adds API Function, SetTeam
|
2011-07-29 18:53:08 +12:00 |
|
Lucas Nicodemus
|
37146adb4c
|
Resharper code cleanup, including:
- Optimized using statements
- Removal of redundant code
|
2011-07-26 23:37:06 -06:00 |
|
Lucas Nicodemus
|
92d6e7b9fb
|
No longer spam users to login.
|
2011-07-22 16:18:28 -06:00 |
|
Lucas Nicodemus
|
cd018fed8d
|
Regions are now UserID based.
|
2011-07-21 12:25:57 -06:00 |
|
Lucas Nicodemus
|
fcbaa5c056
|
Dunno
|
2011-07-14 17:21:24 -06:00 |
|
Lucas Nicodemus
|
1b858be7a9
|
Added Region class with a few overloads and IsProtectedArea
|
2011-07-13 22:38:28 -06:00 |
|
Lucas Nicodemus
|
8f5d33e49b
|
Added /auth-verify to turn off the auth system.
|
2011-07-12 00:04:15 -06:00 |
|
Lucas Nicodemus
|
fa41521986
|
Added hacky way of dealing with spammed build protection messages.
|
2011-07-11 23:19:05 -06:00 |
|
Twitchy
|
9cefc69075
|
Merge branch 'sql' of github.com:TShock/TShock into general-devel-sql (test)
|
2011-07-12 15:49:24 +12:00 |
|
Deathmax
|
6f63117435
|
Do not count coin slots during inventory check
|
2011-07-09 23:14:46 +08:00 |
|
Twitchy
|
243b0297b9
|
Commands /region list and /warp list now work
Regions now use User ID's for /region allow (can be IP or Username/password based ID)
Minor Tweaks
A reset of your database is recommended
|
2011-07-09 20:41:31 +12:00 |
|
Deathmax
|
935c051163
|
Notify player that he is being annoyed
|
2011-07-09 10:04:57 +08:00 |
|
Deathmax
|
a465943eee
|
Added rcon packet handling.
|
2011-07-08 22:44:19 +08:00 |
|
Deathmax
|
d8d19f88e5
|
Fixed and enabled /annoy
|
2011-07-08 21:27:44 +08:00 |
|
Twitchy
|
1d5ac77255
|
Made console change text color depending on messages
|
2011-07-08 23:38:02 +12:00 |
|
Deathmax
|
23e5f96e01
|
Merge commit '27adb98b6f' into general-devel
|
2011-07-08 19:33:00 +08:00 |
|
Deathmax
|
08843714a3
|
/annoy (currently disabled)
|
2011-07-08 19:27:18 +08:00 |
|
high
|
27adb98b6f
|
Removed the onsenddata hook and added a raw send command.
Added WorldInfoMsg for constructing the world info packet.
|
2011-07-08 03:42:42 -04:00 |
|
Deathmax
|
da60e1cd0c
|
Indicate when Teleport has failed.
|
2011-07-06 22:09:15 +08:00 |
|
Deathmax
|
ecc6da2a96
|
Added range check to SendTileSquare
|
2011-07-06 22:03:17 +08:00 |
|
Deathmax
|
f3e3c4dafc
|
Completely removed /buff
|
2011-07-06 22:00:34 +08:00 |
|
Deathmax
|
0024d8f791
|
Merge remote-tracking branch 'origin/general-devel' into general-devel-2
|
2011-07-03 14:12:55 +08:00 |
|
Deathmax
|
843d7b4469
|
Chest KillTile is now subject to region protection.
Non-working /buff
|
2011-07-03 14:12:09 +08:00 |
|
Twitchy
|
2a6454f60b
|
Adds 1 sec delay between each notification of Area protected (no more spam)
|
2011-07-03 17:48:20 +12:00 |
|
Deathmax
|
e680e39bb0
|
Teleport should now work without touching spawnTile
|
2011-07-03 09:37:48 +08:00 |
|
Deathmax
|
e95ea38d35
|
Revert teleport
|
2011-07-03 01:37:01 +08:00 |
|
Deathmax
|
552970c8d5
|
Change Teleport to not modify spawnTileX/Y (not tested.)
|
2011-07-02 21:49:07 +08:00 |
|
high
|
a623bbca3f
|
Added null checking to player
|
2011-07-01 16:07:05 -04:00 |
|
high
|
55fb103630
|
Added null checks
|
2011-07-01 10:31:54 -04:00 |
|
high
|
bfd8ed5685
|
Merge branch 'general-devel' of github.com:TShock/TShock
Conflicts:
TShockAPI/Commands.cs
TShockAPI/TSPlayer.cs
|
2011-07-01 10:04:03 -04:00 |
|
Deathmax
|
7cc56a1b5a
|
Added /reply (/r) - Sends a whisper to the last person who whispered to you
/whisper now uses string.Join
|
2011-07-01 21:13:17 +08:00 |
|
Lucas Nicodemus
|
da055867c9
|
Added basic system for logging in and adding users ingame.
|
2011-06-30 19:41:37 -06:00 |
|
Twitchy
|
f1b406fc3d
|
Can now TP without bed (bed stays). Stops client crashing (hopefully)
|
2011-06-30 16:12:49 +12:00 |
|
Twitchy
|
a24d93b241
|
Changed SendTileSquare to 50. Should stop client crashing on TP
|
2011-06-28 20:27:37 +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 |
|
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
|
4043b660f5
|
Prevent tile changes from 1 second after an explosive is thrown.
|
2011-06-23 20:46:24 +08:00 |
|
Twitchy
|
5a38810305
|
Players can now TP if they have a bed set, though their bed spawn will be destroyed
|
2011-06-23 19:33:40 +12:00 |
|
Twitchy
|
ad352492a9
|
Adds protected regions. Use /region help ingame for extra help
|
2011-06-21 17:47:36 +12:00 |
|
ricky
|
aa9d627f69
|
Moved Teleport to TSPlayer and added Spawn
Warn player teleport is not possible if custom spawn point is set.
/home now take you to spawnpoint (custom if set else main spawn point)
|
2011-06-21 13:47:31 +10:00 |
|
high
|
c901e8482d
|
Backups added
Pvp throttle added
|
2011-06-17 21:12:37 -04:00 |
|
ricky
|
ea0c091355
|
Added RevertKillTile to TSServerPlayer
|
2011-06-18 02:11:02 +10:00 |
|