Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | feat: working basic boatfly | alemi | 2023-02-19 | -10/+108 | |
| | | |||||
| * | fix: working boat event | ftbsc | 2023-02-19 | -10/+11 | |
| | | |||||
| * | chore: some boilerplate for boat patch | alemi | 2023-02-19 | -0/+71 | |
| | | |||||
| * | feat: initial boatfly, but kinda broken | alemi | 2023-02-19 | -0/+60 | |
|/ | |||||
* | feat: rudimentary autodisconnect | alemi | 2023-02-16 | -0/+44 | |
| | |||||
* | feat: bring back mods button! | alemi | 2023-02-16 | -2/+32 | |
| | | | | kinda broken and jank but hey it works for now; | ||||
* | feat: autotool also picks (badly) weapons | alemi | 2023-02-16 | -5/+57 | |
| | |||||
* | feat: vanillaflight packet antikick, broken tho | alemi | 2023-02-16 | -16/+20 | |
| | |||||
* | feat: added super basic autotool | alemi | 2023-02-16 | -0/+67 | |
| | |||||
* | docs: added README | alemi | 2023-02-15 | -0/+11 | |
| | |||||
* | fix!: access transformer for anti hunger | alemi | 2023-02-15 | -0/+1 | |
| | |||||
* | feat: added basic autofish | alemi | 2023-02-15 | -0/+78 | |
| | |||||
* | feat: added AntiHunger | alemi | 2023-02-15 | -0/+62 | |
| | |||||
* | feat: don't bloat chat with toggle events | alemi | 2023-02-15 | -3/+4 | |
| | |||||
* | fix: don't slow down freecam vertical movement | alemi | 2023-02-15 | -1/+1 | |
| | |||||
* | chore: removed example from template | alemi | 2023-02-15 | -11/+0 | |
| | |||||
* | fix: it's java, ain't that easy | alemi | 2023-02-13 | -26/+25 | |
| | |||||
* | chore: plural | alemi | 2023-02-13 | -0/+0 | |
| | |||||
* | feat: finished basic freecam module | alemi | 2023-02-13 | -10/+100 | |
| | |||||
* | chore!: added Access Transformers (rebuild env!) | alemi | 2023-02-13 | -0/+2 | |
| | |||||
* | refactor: added ICommons for minecraft access | alemi | 2023-02-13 | -52/+54 | |
| | |||||
* | feat: basic freecam module | alemi | 2023-02-13 | -0/+60 | |
| | | | | allows to fly and cancels some packets but still can't noclip | ||||
* | chore: bump dependancy | alemi | 2023-02-13 | -1/+1 | |
| | |||||
* | feat: added .done() to handle config popping | alemi | 2023-02-13 | -23/+18 | |
| | |||||
* | fix: packetPatch should work with lll-loader0.1.1+ | alemi | 2023-02-13 | -30/+12 | |
| | |||||
* | feat: both directions on packet patch plus event | alemidev | 2023-02-08 | -15/+85 | |
| | |||||
* | feat: initial work on packet patch | ftbsc | 2023-02-08 | -54/+78 | |
| | |||||
* | chore: tabs even in gradle | ftbsc | 2023-02-07 | -78/+81 | |
| | |||||
* | build: include version (trimmed) in build output | alemidev | 2023-02-07 | -3/+5 | |
| | |||||
* | chore: i did it again | alemidev | 2023-02-07 | -61/+61 | |
| | |||||
* | chore: unused imports | alemidev | 2023-02-07 | -4/+0 | |
| | |||||
* | build: removed asm patching and moved asm patches | alemidev | 2023-02-07 | -169/+6 | |
| | |||||
* | feat: simplified impl with interface + fix loading | alemidev | 2023-02-06 | -955/+159 | |
| | | | | | | | | | | | only load patches rather than looking into all mods manually. patch loading is implemented using ServiceLoader, thus removing most unchecked casts and reflection accesses to methods, and directly invoking inject(). This is much more efficient and allows to store only loader in the Launch Plugin and only patches in mods themselves. The modder patch interface is still super ripe, requiring each method to be implemented returning a raw string with the unmapped name, but helpers and utils and build plugins can be developed later on to make this API more friendly. | ||||
* | feat: got the patcher working* | zaaarf | 2023-02-04 | -33/+793 | |
| | | | | *only in unobfuscated environment, and I did it using hacky awfulness that will be deleted as soon as possible. | ||||
* | feat: initial, low quality and untested implementation of method transformer | zaaarf | 2023-02-03 | -8/+232 | |
| | |||||
* | build 'successfully' loaded LaunchPlugin via ModLauncher | dev@ftbsc | 2023-02-03 | -0/+33 | |
| | |||||
* | chore: trim it more | alemidev | 2023-02-02 | -15/+8 | |
| | |||||
* | chore: slimmed down (build|properties).gradle | alemidev | 2023-02-02 | -41/+26 | |
| | |||||
* | chore: slimmer build.gradle | dev@ftbsc | 2023-02-01 | -32/+10 | |
| | |||||
* | fix: forgot to actually call copyJar | zaaarf | 2023-02-01 | -1/+6 | |
| | |||||
* | Merge remote-tracking branch 'origin/dev' into dev | zaaarf | 2023-02-01 | -49/+50 | |
|\ | |||||
| * | i fucking did it | alemidev | 2023-02-01 | -48/+49 | |
| | | |||||
| * | fix: older version works on java 8 | alemidev | 2023-02-01 | -1/+1 | |
| | | |||||
* | | feat: ported copyJar from fantabos.co client | zaaarf | 2023-02-01 | -81/+90 | |
|/ | | | | also removed useless comments from the forge example | ||||
* | fix: remove arrows (for now) from entitylist | alemidev | 2023-02-01 | -1/+1 | |
| | |||||
* | feat: added initial infodisplay hud mod | alemidev | 2023-02-01 | -0/+136 | |
| | |||||
* | chore: added value for unbound and some WIP code | alemidev | 2023-01-31 | -4/+63 | |
| | | | | | added a command stub for setting keybinds, but it's not really working or proper. something to finish eventually! | ||||
* | chore: track versions with git0.2.0 | alemidev | 2023-01-31 | -1/+4 | |
| | |||||
* | fix: "debounce" keypresses | alemidev | 2023-01-31 | -10/+17 | |
| | |||||
* | feat: added speed control to vanilla flight | alemidev | 2023-01-31 | -6/+34 | |
| |