Feildmaster
|
99af2a1aad
|
[Bleeding] Event no longer implements Serializable.
|
2012-02-19 04:10:07 -05:00 |
|
Erik Broes
|
049a7cc1d0
|
Deprecation cleanup.
|
2012-02-18 13:05:58 -05:00 |
|
Nathan Adams
|
86f33b82c9
|
[Bleeding] Changed event system into a new, much faster design. Huge thanks to @zml2008 & @lahwran.
|
2012-01-17 19:46:22 +01:00 |
|
Erik Broes
|
b9fca3c04d
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
Erik Broes
|
6ff9f7cad6
|
Remove superfluous javadocs
|
2011-07-17 17:20:22 +02:00 |
|
EvilSeph
|
d8f0f0d17c
|
More JavaDoc improvements.
|
2011-06-25 22:46:19 -04:00 |
|
sunkid
|
82475d3497
|
Added the concept of an Explosive.
|
2011-06-17 16:54:23 -04:00 |
|
Erik Broes
|
992f1f2bf3
|
Whitespace + general cleanup
|
2011-05-15 14:06:02 +02:00 |
|
Dinnerbone
|
32b3c77165
|
Line endings, consistency!
|
2011-03-27 21:27:27 +01:00 |
|
Erik Broes
|
94894216e8
|
Some more backwards incompatible changes (minor though), also a ton of small cleanup.
onPluginEnable(PluginEvent event) -> onPluginEnable(PluginEnableEvent event)
onPluginDisable(PluginEvent event) -> onPluginDisable(PluginDisableEvent event)
onVehicleUpdate(VehicleEvent event) -> onVehicleUpdate(VehicleUpdateEvent event)
onWorldSave(WorldEvent event) -> onWorldSave(WorldSaveEvent event)
onWorldLoad(WorldEvent event) -> onWorldLoad(WorldLoadEvent event)
|
2011-03-26 22:32:14 +01:00 |
|
Erik Broes
|
8cf7b9e371
|
Renamed many events/constants to be not past tense <-- Major Break says: "HI"
|
2011-03-23 16:58:26 +01:00 |
|