Commit graph

1811 commits

Author SHA1 Message Date
Zack Piispanen
c37cc91ca0 Added Hook for player login, for plugin sake, now they can utilize the login before join. 2012-09-24 14:32:21 -04:00
Lucas Nicodemus
673f25f881 Added some formatting changes to log files. Fixed #458 2012-09-23 01:12:05 -06:00
Lucas Nicodemus
778f0b4f77 Fixed #457 2012-09-23 01:00:53 -06:00
Lucas Nicodemus
5770b86ea6 Version Tick: 4.0.0.0923 2012-09-23 00:40:01 -06:00
Lucas Nicodemus
e00551cb6d Updated catchy version nickname 2012-09-23 00:35:31 -06:00
Zack Piispanen
88394ac561 Added back in region manager.
Added back in spawnmob commands, including the obsolete boss commands.
2012-09-15 16:20:16 -04:00
MarioE
fda287d78d More fixes 2012-09-01 15:22:34 -04:00
MarioE
c8dde957f9 Fix a bug 2012-09-01 15:15:19 -04:00
MarioE
98875e16ac No need for a duplicate method. 2012-08-21 10:32:47 -04:00
MarioE
8c8ca02d88 fsdfgsg 2012-08-20 11:19:18 -04:00
MarioE
500fc6b211 Optimize some GetBy* methods, also fix up the project file. 2012-08-20 11:16:00 -04:00
MarioE
2e2539a4d1 Rename RememberedPosManager, also remove some deprecation messages. 2012-08-20 10:53:02 -04:00
MarioE
5b032f277d Match the god damned existing tab format 2012-08-20 10:33:54 -04:00
MarioE
8bbed92683 Er, add in a default mute reason... also disable noclip detection while tongued. 2012-08-20 10:00:46 -04:00
MarioE
25752ff710 Fix an oversight 2012-08-19 21:16:16 -04:00
MarioE
5e14d751b9 /auth and /p should not be allowed for the server 2012-08-19 21:00:05 -04:00
MarioE
526c92459f Mute reasons 2012-08-19 20:55:16 -04:00
MarioE
e22f3e03c4 Permission nodes 2012-08-19 20:47:30 -04:00
MarioE
0b02b90df0 ...item drop wouldn't work with negative IDs 2012-08-19 10:23:08 -04:00
MarioE
52fff605c7 herp derp wrong placement. 2012-08-15 20:18:19 -04:00
MarioE
76c7b3fe8e Chest + boulder exploit 2012-08-15 20:17:34 -04:00
MarioE
2da302a0e1 Fix the final exploit 2012-08-15 14:00:19 -04:00
MarioE
73cea1a7ae Name exploit 2012-08-14 09:20:57 -04:00
MarioE
9351ece26e Item drop crash exploit 2012-07-24 14:47:23 -04:00
MarioE
50681d0d38 Fixed liquid removal exploit 2012-07-02 16:10:30 -04:00
MarioE
00db1b1b09 Ignored max damage cap if it is dealt to the player itself 2012-06-09 12:31:44 -04:00
MarioE
53008daacb Fixed storing chat colors incorrectly, and prefix/suffix resets 2012-06-08 21:36:34 -04:00
MarioE
8094a54c39 Fixed join messages 2012-06-06 16:22:59 -04:00
MarioE
659321efb4 Fixed warp hiding 2012-06-04 21:51:29 -04:00
MarioE
b85bed52d2 That should be all of it 2012-06-04 21:28:47 -04:00
MarioE
f4dbb552da Fixed some more grammar 2012-06-04 21:22:39 -04:00
MarioE
6ff2fed60b Removed some redundancies and deprecation messages 2012-06-03 10:39:22 -04:00
MarioE
2c769410f8 Fixed ban messages 2012-06-03 09:12:27 -04:00
Zack Piispanen
97c40c0ca9 Merge branch '4.0' of github.com:TShock/TShock into 4.0 2012-06-02 23:34:38 -04:00
Zack Piispanen
bc3d9fd528 Added in more instantiation of the command handler callback in the other constructors. 2012-06-02 23:34:28 -04:00
MarioE
0725d14bc6 Enabled color usage in console output 2012-06-02 23:03:36 -04:00
MarioE
5bc3b27794 Added AllowServer boolean to Commands 2012-06-02 23:03:34 -04:00
Zack Piispanen
5f162bcf43 Added fail boolean to the TileEdit event. 2012-06-02 22:15:26 -04:00
Lucas Nicodemus
be6bc9f510 Commented out debug output 2012-06-01 12:56:50 -06:00
Zack Piispanen
99185c8c37 Removed unused variable.. Added some more docs. 2012-06-01 13:34:15 -04:00
Zack Piispanen
896a8272c9 Removed old rememberleavepos variable and added docs. 2012-06-01 13:12:56 -04:00
Zack Piispanen
be45fb762b Removed some deprecation messages. Added some more docs. 2012-06-01 13:08:53 -04:00
Zack Piispanen
50ecce618e Added some docs on the player class. Also changed Command Callback to use object's instead of CommandArgs to promote generics. The new /test command will simply send the player a success message so that it can be tested on the console without opening the game( I dont have the game at work and didnt want to worldgen so I have no clue if it works as intended[ will be able to fix etc later tonight as I dont expect many people to be working on this before then] ) 2012-06-01 11:54:05 -04:00
Zack Piispanen
51e1991643 Added Command Callback support 2012-05-31 22:43:07 -04:00
MarioE
f22ee0c09d Descriptions in config and permissions 2012-05-31 21:53:49 -04:00
MarioE
12140644c3 Fixed grammar in commands 2012-05-31 21:53:47 -04:00
Zack Piispanen
0536fe5775 remove some more region stuff. 2012-05-31 17:47:01 -04:00
Zack Piispanen
b56a77b39d Removed the Region code. Left todo's for the places where we currently reference it though. 2012-05-30 20:12:27 -04:00
Lucas Nicodemus
9d9950b2b4 Removed boss/mob spawning commands -> moving to separate repo 2012-05-30 18:04:20 -06:00
Zack Piispanen
0c991b74de And kill wall checks too 2012-05-30 18:32:29 -04:00