Michael Zanga
|
cb183e7ca4
|
Removed my JVM option from build.gradle
|
2016-11-13 17:05:20 -05:00 |
|
Waterpicker
|
35c3d1aae8
|
It compiles and runs in 1.10.2
|
2016-11-07 02:56:55 -06:00 |
|
Waterpicker
|
baf6e16620
|
Knocked out a chunk of updates to 1.10.2
|
2016-11-06 05:37:21 -06:00 |
|
Zangamj
|
7bb7b54cac
|
Updated gradle scripts for 1.10.2. Still need to update code to 1.10.2
|
2016-11-05 22:36:33 -04:00 |
|
Zangamj
|
a9019d1d18
|
New base PocketProvider class
|
2016-11-05 21:26:27 -04:00 |
|
Michael Zanga
|
03a7fd1b47
|
Removed IDomDoor's seemingly useless initDoorTE method
|
2016-11-05 00:44:55 -04:00 |
|
Michael Zanga
|
2b9ca1c7da
|
Added sanity check to updateDoorTE's setting of orientation
|
2016-11-05 00:42:05 -04:00 |
|
Michael Zanga
|
79f2166c8c
|
(Mostly) clean slate for mod rewrite
|
2016-10-30 19:42:01 -04:00 |
|
zangamj
|
2ab27633cd
|
Door tile entities are in the top block now.
Fixed 3 block high render.
|
2016-08-23 17:52:49 -04:00 |
|
zangamj
|
705b2963ee
|
Fixed door rendering on only bottom block
|
2016-08-22 19:14:29 -04:00 |
|
zangamj
|
a6fdd29bbd
|
Fixed door collisions
|
2016-08-21 23:14:37 -04:00 |
|
Michael Zanga
|
6cd9fe2760
|
Fixed DimDoor block bounds.
|
2016-08-21 14:18:19 -04:00 |
|
zangamj
|
b38393e29e
|
Fixed tile entity duplicates
|
2016-08-16 17:01:05 -04:00 |
|
zangamj
|
59fddb6116
|
Can now place doors.
|
2016-08-15 18:24:58 -04:00 |
|
zangamj
|
7a4acad1a5
|
Fixed missing model definition errors
|
2016-08-15 16:15:27 -04:00 |
|
zangamj
|
adb5114b04
|
Trying to fix model/texture errors.
Need to figure out how to make BlockRift and TransientDoor not try to have models.
|
2016-08-14 16:02:09 -04:00 |
|
Zixiken
|
36882363b9
|
Merge pull request #7 from Waterpicker/1.8.9
It Runs!
|
2016-08-12 08:47:31 -04:00 |
|
Waterpicker
|
6993b39ae3
|
It Runs!
|
2016-08-11 21:40:03 -05:00 |
|
Zixiken
|
6818cf16f5
|
Merge pull request #6 from Waterpicker/1.8.9
Did the bulk of Rendering and a few other things.
|
2016-08-11 09:17:05 -04:00 |
|
Waterpicker
|
9fe42a2358
|
Did the bulk of Rendering and a few other things.
|
2016-08-11 01:26:24 -05:00 |
|
zangamj
|
1e62c62924
|
Finished ServerPacketHandler, moved to watcher package.
Removed unused PacketConstants class.
|
2016-08-09 09:57:30 -04:00 |
|
zangamj
|
88078bd228
|
Finished ObjectSaveInputStream.
Moved it to legacy package and reverted OldSaveImporter's name change.
|
2016-08-09 09:29:57 -04:00 |
|
Michael Zanga
|
e7e42316ad
|
Finished EventHookContainer.
|
2016-08-08 11:29:51 -04:00 |
|
Michael Zanga
|
6ec1d0d6a0
|
Removed some extra imports that were "refactored in" by IntelliJ.
|
2016-08-08 11:01:16 -04:00 |
|
Michael Zanga
|
cd904e9d96
|
Udated and moved legacy support code (DimData, LinkData, OldSaveImporter) to their own package.
Gave them better names, renamed NewDimData to DimData since it's no longer new.
|
2016-08-08 10:53:01 -04:00 |
|
Zixiken
|
1e37e50712
|
Merge pull request #5 from Waterpicker/1.8.9
Did another massive chunk of changes
|
2016-08-08 09:44:36 -04:00 |
|
Waterpicker
|
d28c48c3c7
|
Did another massive chunk of changes
And still many more to got through. Sigh.
|
2016-08-08 01:41:03 -05:00 |
|
zangamj
|
0174899d2e
|
Finished DDLoot.
|
2016-08-05 11:53:15 -04:00 |
|
zangamj
|
23e57a9cca
|
Finished CraftingManager.
|
2016-08-05 10:49:05 -04:00 |
|
zangamj
|
1ee1583a06
|
Finished CloudRenderBlank.
|
2016-08-05 10:21:38 -04:00 |
|
zangamj
|
c753535e0f
|
Finished BlankTeleporter?
|
2016-08-05 10:20:08 -04:00 |
|
zangamj
|
c319f79aa8
|
Finished ItemWorldThread.
|
2016-08-05 10:14:49 -04:00 |
|
zangamj
|
96abeb5f33
|
Finished ItemWarpDoor.
|
2016-08-05 10:01:56 -04:00 |
|
zangamj
|
fb8f71929b
|
Finished ItemUnstableDoor.
|
2016-08-05 09:59:17 -04:00 |
|
zangamj
|
6ab572ee6f
|
Finished ItemStableFabric.
|
2016-08-05 09:54:21 -04:00 |
|
Michael Zanga
|
68827ae9d1
|
Finished ItemStabilizedRiftSignature.
|
2016-08-04 14:39:43 -04:00 |
|
Zixiken
|
01aa91d48b
|
Rename itemRiftRemover.java to ItemRiftRemover.java
Not sure why this hasn't applied on GitHub
|
2016-08-04 13:44:51 -04:00 |
|
Michael Zanga
|
d1b8124461
|
Slight change to ItemRiftRemover.
Don't know if this works the same way, but it avoids some casting down the hierarchy.
|
2016-08-04 12:28:34 -04:00 |
|
Michael Zanga
|
8fd609db13
|
Finished ItemRiftSignature.
|
2016-08-04 12:17:15 -04:00 |
|
Michael Zanga
|
e660e40f90
|
"Finished" ItemRiftRemover. Probably needs bug fixing later.
|
2016-08-04 11:18:51 -04:00 |
|
zangamj
|
6f2d0a9018
|
Finished ItemRiftBlade.
|
2016-08-03 15:44:21 -04:00 |
|
zangamj
|
1fd82190b5
|
Finished ItemQuartzDoor.
|
2016-08-03 14:10:08 -04:00 |
|
zangamj
|
3d38ee1c08
|
Finished ItemPersonalDoor.
|
2016-08-03 13:52:44 -04:00 |
|
zangamj
|
4a4a1693a8
|
Finished ItemGoldDoor.
|
2016-08-03 11:37:30 -04:00 |
|
zangamj
|
cce72994c2
|
Finished ItemGoldDimDoor.
|
2016-08-03 11:20:04 -04:00 |
|
zangamj
|
a046508e45
|
Finished ItemDimensionalDoor.
|
2016-08-03 11:15:34 -04:00 |
|
zangamj
|
31fe99fdbc
|
Finished rift block and DDKey item rendering.
|
2016-08-03 11:02:06 -04:00 |
|
Michael Zanga
|
17e9921bb4
|
Finished ItemDDKey.
Refactored render manager since it only handles items.
|
2016-08-02 15:32:28 -04:00 |
|
Michael Zanga
|
0735aa7722
|
Finished DispenserBehaviourStabilizedRS.
|
2016-08-02 14:47:53 -04:00 |
|
Michael Zanga
|
0077a1860d
|
Finished BaseItemDoor.
|
2016-08-02 14:47:20 -04:00 |
|