Commit graph

10 commits

Author SHA1 Message Date
Esophose
cb7e1ef91c /pp reload, 5 new styles, create fixed effects where you're looking, directional particles in styles now possible
Need to rework the locations that styles' particles spawn at. Need to always spawn them relative to 0, 0, 0 and adjust for the player/coordinates they are targeted to spawn at accordingly. This will fix '/pp fixed create looking'  not creating the fixed effects properly centered around blocks.
2018-10-28 04:18:34 -06:00
Esophose
a433189b45 Fix file size, fix onenable errors, fix database queries, all particle calculations now use doubles, steps are now done consistently with ints, still unstable with lots of unimplemented features/commands 2018-09-27 02:42:41 -06:00
Esophose
a817341392 Rewriting entire backend, several commands, and part of GUI
This commit was long overdue. I'm rewriting the entire backend, changing the functionality of a few core commands, adding a new command manager, and rewriting a portion of the GUI to handle the new data structure.
2018-09-23 20:42:52 -06:00
Esophose
eafd5520e1 PlayerParticles v5.2 Update
Contains the remainder of updates related to PlayerParticles v5.2. See changelog.txt for details.
2018-09-08 02:26:21 -06:00
Esophose
8b4c1fcd42 Most things working, missing icons
Everything is now working as intended, the GUI is just missing icons due to the Minecraft 1.13 Material name changes
2018-09-07 02:56:59 -06:00
Esophose
d127824219 Update some deprecated stuff 2018-09-05 21:58:35 -06:00
Esophose
0d4e5b994b Starting update to 1.13, DOES NOT BUILD
Starting update to 1.13, DOES NOT BUILD
2018-09-05 18:15:22 -06:00
Esophose
8fd54284fa Make GUI display lowercase effect names
The GUI now displays effect names in all lowercase.
2018-04-05 20:59:13 -06:00
Esophose
1f24740e0a Limit particle display range
Particles previously were displayed to all players in the entire world,
now they only display to players within 192 blocks of the particle spawn
location.
2018-03-01 02:36:37 -07:00
Esophose
5dc0cd7bb2 Maven + HikariCP
Switch the project to use Maven, and also switch to using HikariCP as
the database connection manager.
2018-03-01 01:58:04 -07:00