Commit Graph

2216 Commits

Author SHA1 Message Date
Bella 867e93cb34
added step vanilla mode 2020-04-23 12:23:34 -04:00
Bella d7064f13ac
fix missing rename in AntiFog 2020-04-22 18:17:21 -04:00
Bella 9f477d941b
revert commandconfig to java 2020-04-22 18:15:43 -04:00
Bella be8790b412
revert player modules to java 2020-04-22 18:15:25 -04:00
Bella cd201acd65
revert render modules to java 2020-04-22 18:15:03 -04:00
Bella df1cfcfc10
add forgelin to gradle 2020-04-22 18:02:31 -04:00
Bella 8f8d02f063
revert intellij added kotlin from gradle 2020-04-22 18:02:25 -04:00
Dewy REDACTED 749ded4d4a
don't hardcode version number 2020-04-22 18:49:15 +01:00
Dewy REDACTED bebc4e9bfa
include kotlin stdlib in shadow jar 2020-04-22 18:38:45 +01:00
Bella fa89bc66ff
fix friendhighlight bug with no friends and close #739 2020-04-22 13:00:29 -04:00
Bella cd7d6da17a
convert render category modules to kotlin 2020-04-22 12:50:43 -04:00
Bella 89c59a51e7
convert player category modules to kotlin 2020-04-22 11:52:05 -04:00
Dewy REDACTED b21ea89817
added items to NoRender
closes #734
2020-04-22 16:27:49 +01:00
Bella 7821e9d3b5
convert commandCfg to kotlin and & option for window title to close #740 2020-04-22 11:11:15 -04:00
Bella a04e132201
add kotlin to project 2020-04-22 10:52:54 -04:00
Bella 1e65f0a4f6
manually set portal color to purple for search 2020-04-22 09:24:31 -04:00
Bella 7fcb0cf332
fix override setting for search not saving, my bad 2020-04-21 17:30:13 -04:00
Bella 3be571e5d3
Optimize imports project-wide 2020-04-21 17:22:06 -04:00
Bella 7b271c5121
fix accidental *16 for render distance in search 2020-04-21 17:19:58 -04:00
Dominika 455e21f67c
Merge pull request #733 from mattymatty97/master
Improvements to Search Module
2020-04-21 17:12:37 -04:00
Bella 232fef3810
make search warning less severe 2020-04-21 17:11:23 -04:00
Bella 5fb150effc
added custom sizes for drawBox to Tessellator 2020-04-21 16:48:34 -04:00
Bella 0cb5cc5034
added getHighestTerrainPos to VectorUtil and fix getBlockPos 2020-04-21 16:48:12 -04:00
matteo francesconi 2bea790f0e Reformat and fix warnings for generic NumericalSettingBuilder 2020-04-21 22:00:35 +02:00
matteo francesconi ac7bbc16a1 Added ignored Try-Catch "//to fix ghost chunks get loaded and generating NullPointerExceptions" 2020-04-21 21:31:14 +02:00
matteo francesconi c9b9a9aa30 Added Interval Slider and fixed a bug with removing last taget in a chunk 2020-04-21 21:23:20 +02:00
matteo francesconi 951a814db8 Recoded Search to use Executors and Chunk Events 2020-04-21 20:44:37 +02:00
Bella bc025898f5
fix dm and dmother detection 2020-04-21 13:04:31 -04:00
Bella e477ae2a40
autoreply support for antiafk's autoreply 2020-04-21 09:59:41 -04:00
Bella b4d9eb8692
improve antiafk options in preparation for #110 2020-04-21 09:58:43 -04:00
matteo francesconi 45755bf2b0 Search efficiency improvements -
changed from nested ArrayLists to HashMap

changed block type comparator from loop to Set::contains method for direct access.

sliced global Search on a ThreadPool and prevented high resource waste when generating new Threads
2020-04-21 15:14:11 +02:00
matteo francesconi 6fc2c56c96 Search efficiency improvements -
changed from nested ArrayLists to HashMap

changed block type comparator from loop to Set::contains method for direct access.

sliced global Search on a ThreadPool and prevented high resource waste when generating new Threads
2020-04-21 15:13:38 +02:00
Bella 3f37da798a
added block warning to search 2020-04-20 18:57:26 -04:00
Bella e8ef986408
added transparency and gpu check to search 2020-04-20 18:55:39 -04:00
Dominika acbeb44ce7
Merge pull request #731 from wnuke/block-esp
Readded Search
2020-04-20 16:05:46 -04:00
Dewy REDACTED bf4f4786ad
dewy != ibuymountainDew 2020-04-20 19:30:51 +01:00
Dewy REDACTED 298ab53a2a
fixed antioverlay config not saving bug 2020-04-20 19:18:24 +01:00
Dominika 9959209e16
fixed antidisconnect not saving and close #730 2020-04-20 13:50:51 -04:00
Bella 9620f28e98
removed : that wasn't supposed to be there 2020-04-20 13:42:58 -04:00
Bella 1f510a8cea
add custom delimiter to chatencryption for #723 2020-04-20 13:40:18 -04:00
Bella 42429b207c
added self decrypt option & made decrypt messages more visible for #723 2020-04-20 12:59:40 -04:00
willem 026b3d2529 Merge github.com:kami-blue/client into block-esp 2020-04-20 17:09:32 +02:00
willem b095a5499b Made a search command, easier to add and remove blocks from search 2020-04-20 17:06:53 +02:00
Dewy REDACTED ce660d0b7a
added totems to antioverlay 2020-04-20 14:39:51 +01:00
Dewy REDACTED cc8eb34d4d
added blindness / nausea to antioverlay 2020-04-20 14:28:52 +01:00
Dominika 8b24a538ad
Merge pull request #729 from kami-blue/revert-728-block-esp
Revert "Added Search module."
2020-04-20 09:09:58 -04:00
Dominika a5b4e3a1db
Revert "Added Search module." 2020-04-20 09:09:37 -04:00
Dewy REDACTED 24c310b869
implemented proper antioverlay for portal texture 2020-04-20 14:05:35 +01:00
dewy 8778467972
Added search (wnuke)
Added Search module.
2020-04-20 12:29:52 +01:00
Dewy REDACTED ac01e6fc97
added antioverlay 2020-04-20 11:26:42 +01:00