Nicholas Ignoffo
5fcdd978d7
this doesn't compile yet, but have something to peek at
2017-08-14 20:53:46 -07:00
Nicholas Ignoffo
5475549c18
More null stack fixes
2017-02-19 16:06:29 -08:00
Nicholas Ignoffo
a628adfde8
Lowercase all the tooltip strings
2017-01-02 01:18:29 -08:00
Nicholas Ignoffo
00d6f8eb46
Initial stab at 1.11
...
About halfway.
2016-12-12 19:56:37 -08:00
WayofTime
0419800a86
Finished most of the Augments for the Ritual of the Shepherd.
2016-11-06 17:03:10 -05:00
WayofTime
a2317a3a8a
Minor code laying out a new sigil. No functionality currently.
2016-10-25 17:02:33 -04:00
WayofTime
ea43fbce7d
Added the Sigil of Elasticity, the Sigil of the Claw, and the Sigil of Winter's Breath.
2016-10-14 20:51:21 -04:00
WayofTime
5ad3c0eda1
Added new potion effects for bouncing as well as clinging to walls - the sigils will come later (Hai, Yulife~)
2016-10-13 19:58:39 -04:00
WayofTime
7a42968633
Fixed NPE when attacking mobs when you don't have a set of Living Armour. Oops. Fixes #934
2016-09-29 19:53:28 -04:00
WayofTime
f9185817a1
Added another proper Armour Downgrade: Battle Hunger. More to follow.
2016-09-25 19:08:06 -04:00
Nicholas Ignoffo
24b4c4b8d1
Made all item fields final
2016-09-10 17:04:24 -07:00
Nicholas Ignoffo
137975331c
Fix specters spawning with /give ( #885 )
2016-09-06 18:38:52 -07:00
WayofTime
0bc3824814
Added the Living Armour Upgrade, Nocturnal Prowess, which gives night vision in dark areas and increases damage while the area is dark
2016-09-03 11:17:36 -04:00
WayofTime
42d2c454f8
Changed the Demon Will Aura Gauge so it refreshes based on the player's ticks existed
2016-08-24 22:10:12 -04:00
WayofTime
5592e8661b
Fixed it so that if the Sentient Specters hit each other and they have the same owner they will not attack each other
2016-08-16 21:41:02 -04:00
WayofTime
007c6c5ace
Corrosive Sentient Specters will steal the negative effects from the owner and attempt to apply them to other entities it attacks.
2016-08-16 16:13:29 -04:00
WayofTime
d3c6a474de
Added the Corrosive Green Grove augmentation
2016-08-10 17:24:36 -04:00
WayofTime
bb3081e2a5
Fixed the Aura gauge not resetting in chunks that do not have any Aura
2016-07-28 09:28:43 -04:00
WayofTime
2af621cced
Implemented a "Constriction" potion, which prevents using items in your hand (will be refined later)
2016-07-25 17:42:54 -04:00
WayofTime
c5f6495859
Work on the Lava Ritual's demon Will shenanigans
2016-07-12 18:24:19 -04:00
WayofTime
98ed17fe21
Updated the Demon Aura hud by allowing it to actually see the Aura in the chunk - refresh rate is 50 ticks.
2016-07-10 15:27:26 -04:00
WayofTime
c69b6bbade
Fixed horrible memory leak in the Living Armour. Fixes #825
2016-06-26 09:38:13 -04:00
Nicholas Ignoffo
f99b21cffc
Rewrite LP network data saving system
...
Instead of creating a new file for each player with their UUID as the name, we create a single file and store it all in a List. That List gets converted to a UUID -> SoulNetwork map when read from the file.
MigrateNetworkDataHandler is used to migrate players from the old system to the new one. It reads both data files and sets the LP of the new network to the LP of the old network (if the old network is larger). Once conversion is done, we delete the old file so that it doesn't happen again and overwrite player progress.
This is an API breaking change due to an import change.
2016-06-12 13:41:02 -07:00
Nicholas Ignoffo
4af15fc059
Move Bucket over to Forge system
2016-06-05 12:31:35 -07:00
Nicholas Ignoffo
512600a677
Split EventHandler into multiple different handlers
...
Better organization allows for finding things easier
2016-05-30 18:20:31 -07:00