DimDoors/StevenDimDoors/mod_pocketDim
SenseiKiwi a0454351d5 Cleaned Up Code
Deleted PlayerRespawnTracker and removed all references to it - we
weren't going to use it anymore anyway. Renamed IDDoorLogic to IDimDoor
- abbreviating the "Dim" as D next to the standard I for Interface is
confusing. Renamed DDoorBase to BaseDimDoor and made it into an abstract
class - that's effectively what it was supposed to be. We should be
declaring methods as abstract rather than using empty ones. I renamed
the class because the convention for naming abstract classes is to start
the name with Base. Cleaned up code in other files.
2013-09-06 20:57:00 -04:00
..
blocks Cleaned Up Code 2013-09-06 20:57:00 -04:00
commands Reorganized DimLink Code 2013-09-02 11:47:12 -04:00
core Partially Fixed Exit Doors 2013-09-06 18:40:43 -04:00
dungeon Minor Changes 2013-09-05 21:03:11 -04:00
helpers Partially Fixed Exit Doors 2013-09-06 18:40:43 -04:00
items Minor Changes 2013-09-05 16:19:05 -04:00
schematic Reorganized and Renamed Classes 2013-08-31 16:43:18 -04:00
ticking Moved DDTeleporter 2013-09-05 16:31:32 -04:00
tileentities Cleaned up door code 2013-09-06 02:07:47 -04:00
util Changed limbo trips to never kill the player 2013-09-06 15:36:12 -04:00
watcher Completed Packet Handling Code 2013-09-03 17:25:58 -04:00
world Cleaned Up Code 2013-09-06 20:57:00 -04:00
BlankTeleporter.java More Progress on Rewrite 2013-08-31 07:39:52 -04:00
CloudRenderBlank.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
CommonProxy.java Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
ConnectionHandler.java Overhauled Server-Side Packet Handling 2013-09-03 15:33:09 -04:00
DDLoot.java Improved Dungeon Loot and Selection 2013-08-24 07:52:35 -04:00
DDProperties.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
EventHookContainer.java Cleaned Up Code 2013-09-06 20:57:00 -04:00
mod_pocketDim.java Cleaned Up Code 2013-09-06 20:57:00 -04:00
ObjectSaveInputStream.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
PacketConstants.java Completed Packet Handling Code 2013-09-03 17:25:58 -04:00
Point3D.java Started Rewriting Packet Handling 2013-09-01 22:01:17 -04:00
ServerPacketHandler.java Overhauled Server-Side Packet Handling 2013-09-03 15:33:09 -04:00
Spells.java finished mob (I think) 2013-05-30 02:30:17 -04:00