Commit Graph

1522 Commits

Author SHA1 Message Date
Dominika 4cb439ec0b
change default scaffold mode to normal, not legit 2020-04-25 18:13:47 -04:00
Dominika 0173ef8871
Merge pull request #749 from nucleusboi/scaffold-improvements
Scaffold tower
2020-04-25 18:04:42 -04:00
Nucleus 1e876a3515 Stop bulli 2020-04-25 23:26:20 +02:00
Dominika b2b7fada47
don't enable customchat by default 2020-04-25 17:21:54 -04:00
Nucleus 367552f4df Add author 2020-04-25 22:50:26 +02:00
Nucleus 27546ac902 Forgot to remove this variable 2020-04-25 21:47:53 +02:00
Nucleus 4ae0a42288 Fix slot not switching to blocks 2020-04-25 19:41:59 +02:00
Nucleus 60614c7bce Add scaffold towering 2020-04-25 19:32:29 +02:00
Nucleus b0e67bec61 Add author to Stashfinder 2020-04-25 18:15:01 +02:00
Nucleus 59817a0009 Add Stashfinder 2020-04-25 17:57:13 +02:00
Bella 3678a5772c
collapse for loop as apparently this is valid syntax in kotlin 2020-04-24 22:44:21 -04:00
Bella 456cd901e6
added noglitchblocks to close #725 2020-04-24 21:58:51 -04:00
Bella 0e25473c86
implement forgelin fully and fix crashes 2020-04-24 11:27:36 -04: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 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 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