TShock/TShockAPI
Thraka 5379b393aa Added player reference to the ChestOpenEventArgs
The ChestOpen handler doesn't have reference to the player, which makes
it difficult to search through who is opening the chest. This change
rectifies that by passing reference of the Player to the OnChestOpen
method and then through the handler. The Player reference was already
available, but not being passed.
2013-11-02 01:38:40 -07:00
..
DB Fix the last sendtilesquare exploit, I hope. 2013-10-23 18:08:21 -04:00
Extensions Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
Hooks remove unused using statements 2013-09-17 02:24:02 -04:00
Net And remember to save files to make builds pass 2013-10-25 08:24:13 -04:00
Properties Tick version. 2013-10-19 22:15:55 -04:00
Rest REST status or v2/server/status now checks for a permission to display ips to the caller. The only way to get this enabled is to use securetokenendpoint config option. 2013-10-19 22:13:09 -04:00
BackupManager.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
Commands.cs Fix rain command to print usage on bad argument. 2013-10-26 07:18:27 -04:00
ConfigFile.cs Remove config hotpatch because real fix is in. 2013-10-26 21:57:47 -04:00
FileTools.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
GeoIPCountry.cs Added the header for MaxMind's Geo stuff back 2013-08-22 21:54:47 -06:00
GetDataHandlers.cs Added player reference to the ChestOpenEventArgs 2013-11-02 01:38:40 -07:00
Group.cs Add prefix, suffix, color to group command. 2013-10-02 17:47:16 -04:00
HandlerList.cs remove unused using statements 2013-09-17 02:24:02 -04:00
IPackable.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
Log.cs Refactor some commands... 2013-10-05 10:46:40 -04:00
Newtonsoft.Json.dll Added Newtonsoft.Json.dll 2011-06-02 01:51:19 -06:00
PacketBufferer.cs Weird issue with packet bufferer warnings. 2013-10-19 02:54:16 -04:00
PaginationTools.cs Modify PaginationTools output. This fixes some problems with wraparound in the server console. 2013-10-04 19:30:16 -04:00
Permissions.cs Add permission to allow a user to drop banned items. 2013-10-26 07:17:29 -04:00
postbuild.bat Shouldn't have commited that 2012-05-30 10:19:08 +08:00
RconHandler.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
Resources.Designer.cs Remove 2 year old config files... 2013-10-01 20:55:19 -04:00
Resources.resx Remove 2 year old config files... 2013-10-01 20:55:19 -04:00
SaveManager.cs Add AnnounceSave option 2013-10-08 04:22:00 +00:00
TShock.cs Remove config hotpatch because real fix is in. 2013-10-26 21:57:47 -04:00
TShockAPI.csproj Remove 2 year old config files... 2013-10-01 20:55:19 -04:00
TShockAPI.licenseheader Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
TSPlayer.cs Remember to use new byte in field for world info 2013-10-25 08:23:22 -04:00
UpdateManager.cs Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
Utils.cs Wrap usages of TShock.Players[] with checks for out of bounds. 2013-10-22 02:37:19 -04:00