Esophose
b2cb8eb5dc
Bug fix: Spawning fixed effects while owner is offline
2018-11-28 23:40:22 -07:00
Esophose
9cd63bb878
'/pp help' text formatting, remove removed commands
2018-11-28 23:26:20 -07:00
Esophose
5c2a074c4f
Potential lag reduction with 'arrows' style
2018-11-18 04:18:41 -07:00
Esophose
46f5107270
Add new setting 'toggle-on-move', change version to v6.0
2018-11-16 03:26:08 -07:00
Esophose
f14af99fe1
Add '/pp toggle', create DataUpdater (WIP)
2018-11-15 04:13:33 -07:00
Esophose
06b9fb812f
Merge branch 'master' of https://github.com/Esophose/PlayerParticles
2018-11-11 22:56:51 -07:00
Esophose
099d035113
Ignore icon
2018-11-11 22:56:49 -07:00
Esophose
e46704e1d0
Merge pull request #14 from Esophose/v5.3
...
Merge Core v5.3 changes to master
2018-11-11 22:45:33 -07:00
Esophose
861e153cd3
Fix message when editing a fixed effect, see last commit
2018-11-08 04:50:17 -07:00
Esophose
b13ad52486
Add '/pp fixed edit', fix <1.13 support with GUI
2018-11-08 04:46:38 -07:00
Esophose
721f500d9b
Add new color/note data 'random', Apply max particle creation limit in GUI
2018-11-07 20:06:08 -07:00
Esophose
b1e23b6812
GUI Finished, remove message when opening the GUI with /pp, note data range is now 0-24
2018-11-07 03:21:46 -07:00
Esophose
98a570a236
Group GUI sections finished, sort command list outputs, GUI configuration added
2018-11-04 04:03:54 -07:00
Esophose
f7eb08e48d
Starting work on new GUI
2018-11-04 01:11:36 -06:00
Esophose
a341870ad5
Fix removing fixed effects/groups while using mysql
2018-11-01 20:53:30 -06:00
Esophose
b302f36998
Fix potential concurrentmodificationexception, fix foreign key constraint being linked before the table exists
2018-11-01 20:25:48 -06:00
Esophose
323a316668
Make particle render distance configurable
2018-11-01 17:55:41 -06:00
Esophose
3077ddaa35
Preset groups finished, Rework permissions/settings
2018-10-30 03:17:23 -06:00
Esophose
22c7610259
Bug fix, see previous commit for details
...
Fix wrong message showing when creating a fixed effect where you're looking and it's out of range
2018-10-28 04:23:23 -06:00
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
57e4678f8b
Fix 'halo' style positioning
2018-10-17 02:03:48 -06:00
Esophose
a16c3ccbab
Remove debug broadcast
2018-10-17 02:00:30 -06:00
Esophose
79b18b7e88
Fix memory leak
2018-10-17 02:00:11 -06:00
Esophose
88dcf75ace
Particle Groups implemented
2018-10-16 19:09:20 -06:00
Esophose
4fce663167
'/pp edit' implemented, fix cmd material bug
2018-10-16 02:38:12 -06:00
Esophose
b4455e6686
Add style 'batman', this might be a bad idea
2018-10-15 22:08:56 -06:00
Esophose
200103a5c9
Add style 'rings', code cleanup
2018-10-13 16:38:01 -06:00
Esophose
36803440c0
Tab completion for /pp fixed
2018-10-07 21:18:19 -06:00
Esophose
53fabbacae
Update invalid JavaDoc
2018-10-07 16:51:03 -06:00
Esophose
6fb22e16c7
/pp remove finished
2018-10-07 16:33:13 -06:00
Esophose
7876079ca4
Fix all styles that were broken
2018-10-06 21:41:39 -06:00
Esophose
e637e7591e
/pp data finished, change some wording, remove debug output
2018-10-06 13:53:31 -06:00
Esophose
15a1d9c74e
/pp add | /pp help finished and working
2018-10-05 21:01:28 -06:00
Esophose
4532455ccc
Implement /pp add command
...
Note: Untested
2018-10-05 17:25:13 -06:00
Esophose
4babd4a792
Rewrite/rename almost all messages
2018-10-01 22:23:05 -06:00
Esophose
8a73b21431
Fix startup error due to wrong names
2018-10-01 18:30:46 -06:00
Esophose
3d47b9faf8
Lang changes
2018-09-29 17:27:37 -06:00
Esophose
a049433bf4
Make LICENSE plaintext
2018-09-27 19:01:00 -06:00
Esophose
1f0ee9e6a5
Add LICENSE, remove copyright notice from files that had it
2018-09-27 18:58:05 -06:00
Esophose
6871b7e3d2
Fix inconsistencies in whitespace formatting
...
Only use 4 spaces, no tabs.
2018-09-27 18:16:50 -06:00
Esophose
8cbb588d18
Fix exception creating lang directory before plugin folder is created
2018-09-27 18:03:02 -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
8354f40a04
Probably compiles, nowhere near functional
2018-09-26 23:31:00 -06:00
Esophose
febe2963d1
Start CommandModules, Lang files
...
Still doesn't compile
2018-09-26 02:07:46 -06:00
Esophose
25e7d22110
Data management
2018-09-25 19:41:00 -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
3d2306e7bb
Fix old database material data issue
...
Fix old database material data issue
2018-09-08 12:45:43 -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