Commit Graph

125 Commits

Author SHA1 Message Date
jvyden420 0ba5126681 Fix disable only placing 1 block in NoCrystal 2019-12-03 17:27:03 -05:00
jvyden420 76239b731c Break only if placed to optimize things 2019-12-03 17:11:59 -05:00
jvyden420 4db643ea1e Remove unnecessary import 2019-12-03 17:01:23 -05:00
jvyden420 2247695b2f Add delay & block-by-block placing to NoCrystal 2019-12-03 16:59:48 -05:00
Rigamortis e9a30dae88 Added HoleOverlay hud component, Added new field to the AT file(re-decomp) 2019-12-03 06:22:38 -09:00
noil755 3ddb1ff16d added translation method for tooltip, moved up a bit 2019-12-02 19:42:16 -05:00
Rigamortis 4ed3db4a3c Missing descriptions, New quality additions, New HudEditor stuff(Tooltips, Background Blur) 2019-12-02 05:16:06 -09:00
noil755 5147d79ba5 Added colors and width to projectiles module, Added new drawBoundingBox color alternative func 2019-12-01 23:44:06 -05:00
noil755 dcc24b86e6 lower draggablehudcomponent anchor clamping threshhold 2019-12-01 22:38:43 -05:00
Rigamortis d004aeaf46 Fixed a nullptr in PingComponent, Fixed a bug with LogoutSpots where the model would appear red because their hurttime was > 0, Added end portals to portal finder 2019-12-01 17:10:12 -09:00
noil755 f3ce7736b2 new json config system 2019-12-01 20:58:25 -05:00
noil755 26bbd55305 update to current master, updated nocrystal values 2019-12-01 11:45:36 -05:00
noil755 0bb2c3a1c1 Merge branches 'master' and 'new-values' of github.com:seppukudevelopment/seppuku into new-values
 Conflicts:
	src/main/java/me/rigamortis/seppuku/impl/module/combat/NoCrystalModule.java
2019-12-01 11:43:11 -05:00
noil755 6a46467d83 color code was wrong 2019-12-01 00:08:56 -05:00
Rigamortis 06e481a80b Fixed a bug with visual range and a GL bug with logoutspots 2019-11-30 16:08:52 -09:00
noil755 a42ef6232a gix godmode value 2019-11-30 19:18:04 -05:00
Daniel E 5ecfa1183d
Merge pull request #15 from Old-Chum/Update-NoCrystal
Fixed various problems with NoCrystal
2019-11-30 16:58:18 -07:00
noil755 70f09d2384 fix spelling mistakes and updates the entire print out of value usage 2019-11-30 13:45:47 -05:00
noil755 bc6076a039 update formatting of command manager 2019-11-30 11:59:09 -05:00
noil755 6a21b87ebc module value commands now have text component usage for hover display of descriptions 2019-11-30 02:37:20 -05:00
noil755 34ba087107 new aliases for velocity values 2019-11-30 01:41:27 -05:00
noil755 c51b36f1b4 lots more fixes for values, fixed enum loading and saving, arraylist metadata now looks different, added new metadata to velocity 2019-11-30 00:24:25 -05:00
noil755 bd1e1d5ca5 all finished, now we fix bugs 2019-11-29 23:47:25 -05:00
noil755 7f560b58c2 Misc Finished, fixed togglecommand, commandmanager, updated value 2019-11-29 23:06:11 -05:00
noil755 8be3cd4dad Player 2019-11-29 20:44:31 -05:00
noil755 b6871bd02b Render 2019-11-29 20:31:22 -05:00
Rigamortis 03d27f12ea Part of misc and hidden 2019-11-29 16:12:59 -09:00
Rigamortis 2bd6709e8e Combat 2019-11-29 15:58:39 -09:00
noil755 88c53cd921 world modules 2019-11-29 19:31:05 -05:00
noil755 2f25168640 fix config, module manager, module 2019-11-29 19:09:58 -05:00
noil755 005e2da01e remove old values, whole project optimize imports, lots of errors 2019-11-29 18:45:01 -05:00
Daniel E b4bd314350 Fixed HUGE MASSIVE bug...
nah jk lol !
2019-11-28 14:13:32 -07:00
Old Chum 6562d031c4
Fixed various problems with NoCrystal 2019-11-26 18:54:16 -08:00
noil755 e0633b1896 un-did last commit bc it breaks toggling on startup now, looking into it 2019-11-25 21:43:24 -05:00
noil755 42d5933299 hud module is now enabled by default 2019-11-25 21:34:17 -05:00
noil755 fd9d470bdd Remove old code causing client not to compile 2019-11-25 21:29:13 -05:00
Daniel E 04522e1fe1 Updated some unneeded variables
Cleaned up some of the function code inside of ObsidianReplace.
2019-11-24 18:54:58 -07:00
noil 0688680866 remove hud config notification (now automatically bound to GRAVE); fix ignored manager causing concurrent modification errors 2019-11-21 20:44:48 -05:00
noil cdc51afaf2 rename crystals option in wallhack, format classes code 2019-11-21 18:12:57 -05:00
noil cc93e8c1b5
Merge pull request #11 from Cuhnt/CrystalPR
Add Endcrystals to Wallhack
2019-11-21 18:06:04 -05:00
Daniel E 3b653bba22 Removed placement request assertion
It literally won't be null but I think IntelliJ is having a difficult time processing the function logic?  Who knows...
2019-11-21 14:53:24 -07:00
Daniel E 39c4d8d26e
Merge pull request #12 from ethug/master
Rewrote ObsidianReplaceModule
2019-11-21 14:32:04 -07:00
Daniel E b8024431ee Removed useless comments
Do not need those in the pull request.
2019-11-21 14:27:10 -07:00
noil 85164b7a73 fix for wallhack spamming null pointer error 2019-11-20 22:27:31 -05:00
Daniel E a0f2abe3d1 Fixed opening block containers
There was an issue with the incorrect block being used due to some silly logic error by myself.
2019-11-19 21:38:59 -07:00
noil 4acfdcb46c new apimanager, updated joinleavemanager to use it 2019-11-19 23:24:45 -05:00
noil cd3f0dd3ae Change networkutil username function to use mojang api 2019-11-19 21:04:24 -05:00
Rigamortis fee42cc291 Fixed accuracy issue with logout spots, Added blur shader toggle for the HudEditor Gui 2019-11-19 16:42:31 -09:00
Daniel E 30718da330 Clearing placements on disable
Optimization when we don't want to cache block placements that we don't need.
2019-11-19 18:34:34 -07:00
Daniel E 06252a45af Updated clamp exception message 2019-11-19 18:18:35 -07:00