Commit graph

166 commits

Author SHA1 Message Date
DoNotSpamPls
8986ae2428 Upgrade Gradle to the latest version, small preparations for Gradle 5
Also upgraded dependencies in a non-breaking manner
2018-10-14 14:35:42 -04:00
PROgrm_JARvis
e527fec986 Make <Stars> clickable 2018-10-14 14:32:32 -04:00
Elias Ojala
5a7ea58024 Make fork button clickable 2018-10-14 14:32:32 -04:00
MrMicky
7ee589b29b Remove unnecessary Guava usages (#13) 2018-10-04 13:29:08 +02:00
Adam Poloczek
bcbd596c24 link shields respectively to the latest release and license file 2018-10-02 17:54:48 +02:00
Leon Linhart
d156febab6 Make gradlew executable 2018-10-02 17:54:19 +02:00
Leon Linhart
9d8019b407 Add travis CI configuration 2018-10-02 17:54:19 +02:00
PROgrm_JARvis
d3cb749c4b Add shields (from shields.io) to README.md (#12) 2018-10-02 11:54:25 +02:00
Earthcomputer
e60b24f36b Fix long argument examples 2018-09-28 14:04:53 +02:00
boq
bbfb8a7da1 Remove unused generic 2018-09-26 20:43:26 +02:00
boq
107b852c74 Implement calculation of suggestions for any text position 2018-09-26 20:43:26 +02:00
Earthcomputer
b10b4479e2 Add string reader long tests 2018-09-26 20:43:13 +02:00
Earthcomputer
88714288a7 Add long argument 2018-09-26 20:43:13 +02:00
TheIntelloBoX
6a15305c3d Update README.md (#9) 2018-09-26 20:42:33 +02:00
Nathan Adams
8e9859e471 Added javadoc to CommandDispatcher 2018-09-26 10:42:35 +02:00
Nathan Adams
1fe283c136 Added readme 2018-09-26 10:42:35 +02:00
Nathan Adams
189c7d0433 Add MIT license 2018-09-26 10:42:35 +02:00
Nathan Adams
872658c737 Add copyright to all code 2018-09-26 10:42:35 +02:00
boq
019c0e3727 Pass StringReader instead of strings to CommandDispatcher 2018-07-24 14:52:17 +02:00
Nathan Adams
4dca222938 Don't publish .md5 files 2018-07-24 14:49:11 +02:00
Nathan Adams
235f0c9b28 Use env.AWS_ROLE_ARN for publishing 2018-07-02 12:55:47 +02:00
Nathan Adams
1ecf0558a0 Upload to S3 if -PbuildNumber is set, otherwise version is foo.0-SNAPSHOT published to local maven repo 2018-06-29 13:03:44 +02:00
Bartek Bok
805c001658
Merge pull request #2 from Mojang/translatable_exceptions
Changed exceptions to Messages, to allow translations via library holders (ie minecraft game)
2018-05-30 14:20:09 +02:00
Nathan Adams
631096e871 Changed exceptions to Messages, to allow translations via library holders (ie minecraft game) 2018-05-30 12:45:07 +02:00
Searge
46a0d3be41 Version 0.1.25 2018-05-02 15:06:33 +02:00
Searge
19c991b8b2 Added tests for suggesting numerical values instead of string values in suggestion builder 2018-05-02 15:06:33 +02:00
Searge
5c50fa7691 Support lists of integers as suggestions 2018-05-02 15:06:33 +02:00
Nathan Adams
9fd10a2f3b Added missing gradle wrapper 2018-05-02 11:45:38 +02:00
Nathan Adams
956b25d391 Fix automatic unit tests 2018-05-02 11:24:29 +02:00
Nathan Adams
0b2414808e Version 0.1.24 2018-02-07 13:45:50 +01:00
Nathan Adams
ed3ecfbae3 Add tooltips to command suggestions 2018-02-06 11:30:39 +01:00
Nathan Adams
ecfa4b31dd Suggestions:getList() now returns <Suggestion> not <String> 2018-02-05 16:28:48 +01:00
Nathan Adams
2def16ba85 Sort suggestions case-insensitively 2018-02-05 15:57:01 +01:00
Nathan Adams
182168acd5 Don't automatically remove common prefixes from suggestions 2018-02-05 15:51:48 +01:00
Nathan Adams
482e8601da Fixed crash in tab-completion 2018-01-31 11:17:59 +01:00
Nathan Adams
0827fe17d4 Don't system.out spam 2018-01-31 09:31:38 +01:00
Nathan Adams
69c2a248de Added functionality for finding ambiguities on-the-fly 2018-01-30 16:16:36 +01:00
Nathan Adams
3498398452 Fixed literals with special characters 2018-01-17 15:58:22 +01:00
Nathan Adams
928912de68 Catch redirect errors when forked 2018-01-17 12:46:19 +01:00
Nathan Adams
9fbf7bfe42 Distinguish forked redirect vs regular redirect 2018-01-17 12:13:29 +01:00
Nathan Adams
72817f8dd7 Improved parsing a bit 2018-01-17 11:22:54 +01:00
Nathan Adams
8d4d3cba80 Optimized parsing 2018-01-16 17:10:54 +01:00
Nathan Adams
8ed8f02bee Benchmark parsing 2018-01-16 17:10:42 +01:00
Nathan Adams
6a5289fa33 Fixed a bug in redirected contexts, version to 0.1.17 2018-01-16 15:14:30 +01:00
Nathan Adams
a40cb8869f Optimized execute method, version 0.1.16 2018-01-16 14:22:47 +01:00
Nathan Adams
f329f927e7 Improved the speed of redirected commands 2018-01-16 13:36:25 +01:00
Nathan Adams
5a8a8a29d2 Added benchmarks for simple & redirect command execution 2018-01-16 13:36:00 +01:00
Nathan Adams
6f04756d34 Don't stop when a forked command failed 2017-12-12 09:56:02 +01:00
Nathan Adams
4b64169b59 Catch any runtime exceptions from parsing 2017-12-11 16:04:22 +01:00
Nathan Adams
0a4d2363a2 Static helper methods for StringRange to make them more readable 2017-11-21 13:27:58 +01:00