Commit graph

41 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
MrMicky
7ee589b29b Remove unnecessary Guava usages (#13) 2018-10-04 13:29:08 +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
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
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
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
9fbf7bfe42 Distinguish forked redirect vs regular redirect 2018-01-17 12:13:29 +01:00
Nathan Adams
8d4d3cba80 Optimized parsing 2018-01-16 17:10:54 +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
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
095498c94e New suggestion API 2017-11-20 13:45:05 +01:00
Nathan Adams
1f201022dd Fixed issues with suggesting redirects 2017-11-15 16:13:52 +01:00
Nathan Adams
87f65f2bd2 Updated StringArgumentType.escapeIfRequired to new string rules 2017-11-14 15:20:06 +01:00
Nathan Adams
6b57d5f260 Expose information about the built-in arguments (bounds or type) 2017-11-13 11:15:04 +01:00
Nathan Adams
fdff548a64 Forked commands should execute FIFO 2017-11-10 10:45:49 +01:00
Nathan Adams
b716f9a873 Executing forked commands should return the number of successes, and not fail on any errors 2017-11-09 12:11:08 +01:00
Nathan Adams
e97dd6bb79 Allow consuming of command results 2017-11-08 16:05:38 +01:00
Nathan Adams
be0090873b Allow overriding of suggestion providers per argument 2017-11-08 15:17:59 +01:00
Nathan Adams
b48dbe7916 Reimplemented command suggestions 2017-11-08 13:01:08 +01:00
Nathan Adams
4d91bc6e7e Treat any trailing space as "a yet to be finished command" instead of a maybe valid argument 2017-11-08 09:35:27 +01:00
Nathan Adams
6e61fef225 Fixed commands with a trailing whitespace 2017-11-08 09:20:48 +01:00
Nathan Adams
2c39925cda Version 0.1.1 2017-11-07 15:54:33 +01:00
Nathan Adams
7ac8998e5a Removed dependency on lang3 2017-06-22 09:34:30 +02:00
Nathan Adams
eba88b2773 More cleanup 2017-06-21 14:36:17 +02:00
Nathan Adams
c2141ce38b Code cleanup 2017-06-21 14:29:26 +02:00
Nathan Adams
400657b472 Removed findbugs jsr 2017-06-21 14:25:36 +02:00
Nathan Adams
e12ab0b6d8 Updated libraries 2017-06-21 14:21:15 +02:00
Nathan Adams
a4dca40ffb Added gradle wrapper and updated to gradle 4 2017-06-21 14:11:41 +02:00
Nathan Adams
ef4199e824 Renamed project to 'Brigadier' 2014-10-02 13:00:29 +02:00
Nathan Adams
8c5338a6bd Start of new exception system 2014-10-02 12:58:18 +02:00
Nathan Adams
fb92c2f3c8 Added & tested equals() and hashCode() in IntegerArgumentType 2014-09-25 13:18:11 +02:00
Nathan Adams
4801ab8dc9 Initial commit 2014-09-15 12:19:14 +02:00