TShock/TShockAPI
high 5816b5badd Added + operator to HandlerList<T>. Now it works just like events meaning you don't have to initialize it. Note that means you also cannot call 'Register' unless you create an instance first.
You can do 'TileEdit += HandlerList<TileEditEventArgs>.Create(test, priority, true);'. Which 'Create' takes the same parameters as Register.
Or if you don't need the parameters you can do 'TileEdit += test;'.
2011-12-30 21:36:40 -05:00
..
config also, there needs a permission change from editspawn to manageregion 2011-08-15 18:19:33 -04:00
DB ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Extensions ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Net ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Properties Cleaned up the version thingy so people aren't confused when committing later. Also, Zidonuke, that last number is a MMdd, not a randomly chosen number. 2011-12-30 14:25:02 -07:00
Rest ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
BackupManager.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Commands.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
ConfigFile.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
FileTools.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
GeoIPCountry.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
GetDataHandlers.cs Added + operator to HandlerList<T>. Now it works just like events meaning you don't have to initialize it. Note that means you also cannot call 'Register' unless you create an instance first. 2011-12-30 21:36:40 -05:00
Group.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
HandlerList.cs Added + operator to HandlerList<T>. Now it works just like events meaning you don't have to initialize it. Note that means you also cannot call 'Register' unless you create an instance first. 2011-12-30 21:36:40 -05:00
IPackable.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Log.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Newtonsoft.Json.dll Added Newtonsoft.Json.dll 2011-06-02 01:51:19 -06:00
PacketBufferer.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Permissions.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
postbuild.bat Oops, wasn't supposed to change that 2011-12-13 17:27:32 +08:00
RconHandler.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Resources.Designer.cs Removed mousefontchars, valid chars are 0x20-0xA9(32-169) 2011-07-09 10:00:00 -04:00
Resources.resx Removed mousefontchars, valid chars are 0x20-0xA9(32-169) 2011-07-09 10:00:00 -04:00
StatTracker.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
TShock.cs Beginning work on adding Bukkit style event hooks. 2011-12-30 17:01:15 -07:00
TShockAPI.csproj Added HandlerList.cs so that we can have prioritized event handlers also so you can easily register a handler and not have to put 'if (e.Handled) return;' at the top. 2011-12-30 20:32:03 -05:00
TSPlayer.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
UpdateManager.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Utils.cs ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00