Commit Graph

2464 Commits

Author SHA1 Message Date
Brady 9591b6fdef
Move IArgConsumer from *.helpers.arguments to *.argument 2019-10-07 10:00:04 -05:00
Leijurv 8f0a8b6f56
fix inefficient schematic block lookups 2019-10-06 17:32:25 -07:00
Leijurv d1c2a0491c
only one goto target 2019-10-06 13:49:24 -07:00
Leijurv d19039e3e5
goto is back 2019-10-06 13:44:37 -07:00
Leijurv 22d5cb8068
loiter around ores to anticipate a possible drop 2019-10-06 13:26:29 -07:00
Leijurv 5f0d3a4018
resume builder too 2019-10-06 13:24:50 -07:00
Brady 889e288524
Refactor *.util.command to *.command 2019-10-06 15:21:21 -05:00
Leijurv 06805057d4
unscuff js code 2019-10-05 19:49:38 -07:00
Leijurv 6e1e355a61
Merge pull request #1016 from joerez/feature/1015/goal-revamps
#1015 Feature/1015/goal revamps
2019-10-05 19:42:02 -07:00
Joerez 9843e8048d issue-1015 better handling
Delete org.eclipse.buildship.core.prefs

Delete .project

issue-1015 removed unessesary conversion

issue-1015 users can use k in their #todo arguments to multiply the goal by 1000
2019-10-05 19:31:32 -07:00
Brady 29d8ab43f2
un-poz some Command stuff 2019-10-04 19:22:15 -05:00
Brady 1440e81ea4
IArgParser API 2019-10-04 18:12:36 -05:00
Brady bfd8773efa
Make getBaritoneForPlayer null-safe 2019-10-04 09:20:26 -05:00
Brady 3a3d880d81
ArgConsumer API separation 2019-10-04 08:55:02 -05:00
Leijurv 089c5fb095
fix buildinlayers crash 2019-10-01 14:29:19 -07:00
Brady f1fb109d40
Remove ICommandExecution due to redundancy 2019-09-30 21:41:30 -05:00
Leijurv 47e6a039ef
delet 2019-09-30 17:04:33 -07:00
Brady b8c8b1eb69
Merge pull request #952 from cabaletta/commands
Commands
2019-09-30 18:45:22 -05:00
Leijurv 8a396db80e
fix brainlet block breaking issue 2019-09-28 16:28:58 -07:00
Brady 6a90b57ced
Some basic API/Main separation 2019-09-28 10:21:07 -05:00
Brady a75b90fcef
crucial performance optimization 2019-09-27 17:07:40 -05:00
Brady 9981af67d5
Remove debug code 2019-09-27 11:10:57 -05:00
Brady cf60a5f3bd
Clean up some things with DefaultCommands 2019-09-27 10:18:46 -05:00
Brady a04742085e
Add documentation to datatypes 2019-09-27 09:54:55 -05:00
Brady b75a78f3d3
Fix the scuff 2019-09-26 23:33:37 -05:00
Brady 45bea50c91
Fix remaining usages to be in-line with previous commit 2019-09-26 23:20:45 -05:00
Brady 5ba1e67ea0
Don't print stack-traces to chat, just inform the user of the error 2019-09-26 23:18:05 -05:00
Brady 1064a79e1d
Fix javadoc errors 2019-09-26 22:59:15 -05:00
Brady 3803bc631b
Basically game on the imports 2019-09-26 19:02:21 -05:00
Brady 0b39b3e7b4
FORCE_COMMAND_PREFIX should be exposed to the API 2019-09-26 18:59:29 -05:00
Brady 2f480fcec2
BaritoneChatControl -> main 2019-09-26 18:57:08 -05:00
Brady a8b1badd8a
Remove the special command system exclusions from proguard config 2019-09-26 18:55:15 -05:00
Brady f8f214ca90
Fix some null substitutions 2019-09-26 18:52:29 -05:00
Brady 595f5a35e0
Datatype Singletons 2019-09-26 18:49:26 -05:00
Brady 9f271b1f44
Future-compatibility for multiple Baritone instances 2019-09-25 18:27:47 -05:00
Brady 7292245b55
Rename PlayerByUsername to NearbyPlayer 2019-09-22 14:41:30 -05:00
Brady 9ffca6ad66
Minor javadoc tidy up 2019-09-21 17:45:53 -05:00
Brady 376c93bd3b
Consistent Stream.of usage over Arrays.stream 2019-09-21 17:37:13 -05:00
Brady 204f9d2e31
Fix redundant Stream.of usage 2019-09-21 17:25:20 -05:00
Brady e4353e489f
Get rid of default implementation of IArgParser 2019-09-21 17:11:15 -05:00
Brady b88af1d682
CommandManager is now Baritone instance dependent 2019-09-21 02:40:03 -05:00
Brady 9d2f83d8d6
Fix unused imports 2019-09-21 02:11:46 -05:00
Brady ea4f34cb0f
No more passing Settings to execute and tabComplete 2019-09-21 02:07:10 -05:00
Brady b7eaae88a8
Checked Command Exceptions 2019-09-20 18:32:43 -05:00
Leijurv e70d18f046
Merge pull request #963 from 0-x-2-2/commands
Merge master into commands.
2019-09-20 13:34:09 -07:00
0x22 5a83b791bb
Merge remote-tracking branch 'upstream/master' into commands 2019-09-20 16:29:54 -04:00
Brady eaa426dd66
Fix poor usage of Cloneable
Because super.clone() isn't being called, the idea of "Cloneable" isn't upheld.
2019-09-20 09:51:57 -05:00
Leijurv fc43ef9308
Merge pull request #956 from LoganDark/commands
Pulling in logandark's uncommitted changes to commands staging
2019-09-19 21:49:27 -07:00
Logan Darklock 8b4ac3893e
Tweaks and \n fix 2019-09-19 21:40:55 -07:00
Brady a0f412f255
Some ArgParser cleanups 2019-09-19 21:24:44 -05:00