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 |
|
Rustam
|
60b089da49
|
Now it can connect to MySQL in Linux
|
2011-09-26 16:25:46 +04:00 |
|
Will
|
ff24dfaaaf
|
Merge pull request #297 from mcantor/general-devel
Cleanup: Remove old WarpsManager.cs file
|
2011-09-25 15:35:16 -07:00 |
|
high
|
a5550ad3f7
|
Fixed typo
|
2011-09-25 18:34:28 -04:00 |
|
high
|
223a77340f
|
Merge branch 'general-devel-rest' of github.com:TShock/TShock into general-devel
Conflicts:
TShockAPI/Properties/AssemblyInfo.cs
|
2011-09-25 18:29:31 -04:00 |
|
Max Cantor
|
a59a7fafa9
|
Delete extra/old/confusing WarpsManager.cs file
|
2011-09-25 18:28:59 -04:00 |
|
Max Cantor
|
b688820d60
|
whitespace
|
2011-09-25 01:57:06 -04:00 |
|
Max Cantor
|
537bc8eccd
|
whitespace
|
2011-09-25 01:56:38 -04:00 |
|