Commit graph

1171 commits

Author SHA1 Message Date
Erik
8ae0ddfaec Update TShockAPI/Commands.cs 2011-12-05 18:01:20 -06:00
Erik
238c8c859b Update TShockAPI/TSPlayer.cs 2011-12-05 17:54:23 -06:00
Lucas Nicodemus
fb7a63be78 Herp 2011-12-05 16:51:32 -07:00
Lucas Nicodemus
b321a10be6 Put the stat tracker in a place where it isn't going to be deleted. 2011-12-05 16:41:25 -07:00
Lucas Nicodemus
7ad353000e Debug output 2011-12-05 01:03:43 -07:00
Lucas Nicodemus
9e36d17db1 Fixed stat log 2011-12-04 20:16:31 -07:00
Lucas Nicodemus
e90d4e8972 Added a basic mechanism for statistic tracking. 2011-12-04 17:57:55 -07:00
Deathmax
39e1c78ec8 Experimental code for spawning WoF
-/wof - attempts to spawn WoF
2011-12-04 23:22:02 +08:00
Deathmax
0b7fd55948 Do not allow users to spawn WoF. 2011-12-04 23:10:30 +08:00
Deathmax
f2ecf1449c Some TODOs in comments for GetData handling. 2011-12-04 23:06:18 +08:00
Deathmax
2c45598c08 Add hardmode-related commands
-/hardmode - starts hardmode and converts the world
-/stophardmode - sets hardmode state to false, does not revert world.
2011-12-04 23:05:50 +08:00
Deathmax
c53a85b3c7 Restore itembans. 2011-12-04 20:11:32 +08:00
Deathmax
0740502068 Forgot to dispose projectile setdefaults 2011-12-04 17:39:58 +08:00
Deathmax
85123a4db3 Option to send player IPs to admins. 2011-12-04 17:38:30 +08:00
Deathmax
e6f06ab567 Update more packet structures
-Fix teleport
2011-12-04 16:18:33 +08:00
Deathmax
d77fc4d567 Revert previous commit.
Double check data structure, SendTileSquare does not attempt to save bandwidth.
2011-12-04 16:12:45 +08:00
Deathmax
fc7f20566e HandleSendTileSquare now takes into account Tile's attempt at conversing bandwidth. 2011-12-04 16:09:31 +08:00
Deathmax
28c4f9ed9c Add DisableTombstones 2011-12-04 15:55:20 +08:00
Deathmax
77b9fcaf98 Fix (non-existant?) /butcher bug 2011-12-04 15:55:02 +08:00
Deathmax
0a2ab6cc1c Changes to NetTile
NetTile now has wire flag and same tile number.
2011-12-04 11:03:36 +08:00
Deathmax
3ab1bb24b4 Terraria now has different default NPC spawn values. 2011-12-04 00:56:22 +08:00
Deathmax
2b3966990c Reset packet buffering to true
SendBytes was implemented a few commits back.
2011-12-03 11:02:51 +08:00
Deathmax
b78ea17d68 Fix death text exploit. 2011-12-03 10:25:57 +08:00
Deathmax
a44618d6c6 Fix free item slot detection 2011-12-03 10:20:31 +08:00
Deathmax
e539080625 Fixy fix
-/item now works
2011-12-02 15:12:27 +08:00
Lucas Nicodemus
8514140ca7 As per High's complaining, holocaust against the Tools class (now Utils)
Plugin developers: You really need to change to reference this.
2011-12-01 23:24:02 -07:00
Lucas Nicodemus
d32d36b459 Re-enable REST 2011-12-01 22:51:22 -07:00
Lucas Nicodemus
1f19bb50c3 Removed some useless code. 2011-12-01 22:18:07 -07:00
Lucas Nicodemus
e44c8f5294 Minor changes 2011-12-01 22:17:07 -07:00
Deathmax
c7a8b1bb1e Merge remote-tracking branch 'origin/general-devel-1.1' into general-devel-1.1 2011-12-02 12:09:22 +08:00
Deathmax
3a9d95eba6 Packet buffering does not work ATM, so disable. (SendBytes isn't implemented) 2011-12-02 12:07:46 +08:00
Zack Piispanen
3c9ef085bb Merge branch 'general-devel-1.1' of github.com:TShock/TShock into general-devel-1.1 2011-12-01 23:04:53 -05:00
Zack Piispanen
59a4d429f0 Fixed a duplicate using IOStream 2011-12-01 23:04:26 -05:00
Deathmax
ac75b16889 Tick API version to 1.9 2011-12-02 12:04:09 +08:00
Deathmax
4b06a8e767 Add more XNA references
It LIVES!
2011-12-02 12:00:55 +08:00
Deathmax
82acf0cdfb Add XNA dependency. 2011-12-02 11:55:44 +08:00
Lucas Nicodemus
58705b2b3b Merge pull request #303 from DaGamesta/general-devel
General devel
2011-11-30 19:26:04 -08:00
Michael Wojnar
89a1480b0f Added the /clearitems command. (includes new clearitems permission) 2011-11-30 09:20:32 -06:00
Lucas Nicodemus
d80671c2b3 Merge pull request #302 from DaGamesta/general-devel
General devel
2011-11-29 21:02:09 -08:00
Michael Wojnar
574573f0ba Added the /settle command, which is just like "settle" from the console. 2011-11-29 21:01:04 -06:00
Zack Piispanen
56beeb446a Fixed modgroup to actually update the local( ram ) copies of the groups. Also set it up to properly delete from a group. 2011-11-26 00:28:46 -05:00
Lucas Nicodemus
bb711f8e1d Merge pull request #296 from erikive/patch-3
Added a method for resizing a region.
2011-11-01 18:05:00 -07:00
Lucas Nicodemus
fb466033aa Merge pull request #300 from erikive/patch-6
Added commands to use the resize method.
2011-11-01 18:02:08 -07:00
Erik
88cebd069b Added commands to use the resize method. 2011-11-01 17:58:15 -05:00
Erik
934fa1731d Superadmin is no longer kicked for any reason.
Don't know if there's a reason for not having this but I'd like to see this fixed.
2011-11-01 17:52:36 -05:00
Deathmax
e70a1cfcef Check does /user command have atleast one param. 2011-10-11 18:14:01 +08:00
Deathmax
9a810d0c11 Change wording of /grow response
Now people won't say it doesn't work even though it says it has grown one.
2011-09-29 11:55:51 +08:00
high
c91a272f23 Merge branch 'general-devel' of github.com:TShock/TShock into general-devel 2011-09-26 22:14:10 -04:00
high
c9aefef1d7 Player position updated on teleport 2011-09-26 21:49:45 -04:00
high
c2f52cec07 Added extension for key/value querying 2011-09-26 21:49:21 -04:00