| Commit message (Expand) | Author | Age | Lines |
* | feat: prefix correctly depending on anchoring | alemi | 2023-03-12 | -16/+106 |
* | fix: moved hook out of subclass | alemi | 2023-03-12 | -2/+1 |
* | fix: assert player != null | alemi | 2023-03-12 | -1/+1 |
* | chore: moved cmdpatch into cmdpatch class | alemi | 2023-03-11 | -26/+14 |
* | chore: moved packetpatch stuff in pktpatch class | alemi | 2023-03-11 | -40/+37 |
* | chore: moved boatpatch stuff into boatpatch class | alemi | 2023-03-11 | -43/+31 |
* | feat: added Immovable mod | alemi | 2023-03-11 | -0/+234 |
* | feat: added NoSlow module | alemi | 2023-03-11 | -0/+80 |
* | feat: allow canceling background, fix key release | alemi | 2023-03-11 | -8/+96 |
* | feat: implement ICommons into AbstractModule | alemi | 2023-03-11 | -1/+2 |
* | fix: GuiMove now works, I dug way more... | alemi | 2023-03-11 | -21/+63 |
* | fix: changed enable/disable task order | alemi | 2023-03-09 | -10/+9 |
* | feat: initial work on GuiMove | alemi | 2023-03-08 | -1/+50 |
* | feat: better antikick for VanillaFlight | alemi | 2023-03-08 | -19/+29 |
* | chore: remade FastInteract with Accesstransformers | alemi | 2023-03-08 | -22/+4 |
* | feat: hide HUD modules on debug, fix avg speed | alemi | 2023-03-08 | -29/+51 |
* | fix: moved prints afterwards | alemi | 2023-03-08 | -2/+2 |
* | fix: settings getting corrupted on load | alemi | 2023-03-08 | -32/+44 |
* | feat: scuffed but mostly working storage ESP0.3.5 | alemi | 2023-03-08 | -0/+134 |
* | fix: re-enable saving state | alemi | 2023-03-08 | -8/+3 |
* | fix: load mods later | alemi | 2023-03-08 | -3/+3 |
* | feat: super crude and clearly original Chams impl | alemi | 2023-03-07 | -0/+32 |
* | feat: better chat patch, still not optional | alemi | 2023-03-06 | -10/+21 |
* | feat: jank way to prevent chat clearing | alemi | 2023-03-04 | -0/+32 |
* | chore: cleaned up Boscovicino, added mods commands | alemi | 2023-03-04 | -67/+52 |
* | feat: add patch and event to add command hints | alemi | 2023-03-04 | -0/+82 |
* | chore: removed debug prints | alemi | 2023-03-04 | -6/+0 |
* | chore: cleaned up accesstransformer file0.3.4 | alemi | 2023-03-04 | -2/+1 |
* | feat: added basic tp command | alemi | 2023-03-04 | -0/+60 |
* | feat: added item command | alemi | 2023-03-04 | -0/+43 |
* | feat: added AbstractCommand, load commands | alemi | 2023-03-04 | -2/+44 |
* | feat: replaced invasive PortalGui mod with patch | alemi | 2023-03-04 | -20/+53 |
* | feat: added trace, look, tool options to aura | alemi | 2023-03-04 | -2/+82 |
* | feat: allow AutoTool to be invoked from other mods | alemi | 2023-03-04 | -33/+51 |
* | feat: added method to get module instances | alemi | 2023-03-04 | -0/+11 |
* | feat: include sharpness in dps calculation | alemi | 2023-03-04 | -8/+43 |
* | fix: AutoTool ghost blocks | alemi | 2023-03-04 | -0/+3 |
* | chore: checkerframework | zaaarf | 2023-03-02 | -15/+17 |
* | fix: rebuild pattern when module is enabled0.3.3 | alemi | 2023-03-02 | -0/+5 |
* | feat: filter neutral entities and friend players | alemi | 2023-03-02 | -0/+25 |
* | feat: added rudimentary friendmanager | alemi | 2023-03-02 | -0/+130 |
* | fix: updated to newer patcher version | zaaarf | 2023-03-02 | -5/+5 |
* | feat: added Highlighter | alemi | 2023-03-01 | -0/+101 |
* | feat: allow to add setting changing callback | alemi | 2023-03-01 | -4/+20 |
* | chore: renamed BoSCoVicino to Boscovicino | zaaarf | 2023-03-01 | -148/+92 |
* | fix: null ptr, activemodules, service | alemi | 2023-03-01 | -4/+4 |
* | feat: implemented auto service for modules | ftbsc | 2023-02-28 | -75/+80 |
* | chore: delegated default group and name to AbstractModule | zaaarf | 2023-02-28 | -141/+11 |
* | fix: optional builder/dispatcher, moved cfg.pop | ftbsc | 2023-02-28 | -8/+13 |
* | feat: defaults for toggle/enable/disable | ftbsc | 2023-02-28 | -3/+12 |