Commit Graph

615 Commits

Author SHA1 Message Date
HappyPikachu
ccd606e55b Improve UUID checks, fixes #181. Bump version number 2017-12-15 20:33:20 -05:00
HappyPikachu
33d0fefb70 Fix death events for #117. Credit tamed wolf kills. Bump version number 2017-12-13 21:14:08 -05:00
HappyPikachu
91b5491136 Experimental build for Github #117 2017-12-11 01:58:56 -05:00
HappyPikachu
1cd293c33a Fix for OutOfMemoryError when loading locations. Bump version number 2017-12-08 01:39:42 -05:00
HappyPikachu
915471662e Slight language format consistency 2017-12-07 18:41:25 -05:00
HappyPikachu
6526e5ad7c Correct data loading order. Bump version number 2017-12-06 14:49:00 -05:00
HappyPikachu
8cb0e74b68 Reduce console spam from NPCs, untested, fixes #127. Bump version number 2017-12-05 21:40:26 -05:00
HappyPikachu
c600e3e8d2 Fix and improve loading of lang files, fixes #121. Bump version number 2017-12-05 21:28:12 -05:00
HappyPikachu
1b2eb65a10 Permit numbers in world names with spaces, untested, fixes #124 2017-12-04 22:38:33 -05:00
HappyPikachu
341cafb17a Support non-English characters in lang files, untested, fixes #116 2017-12-03 22:41:44 -05:00
HappyPikachu
2f08800e8c Potential fix for IndexOutOfBoundsExceptions #139 #154 2017-12-03 22:22:21 -05:00
HappyPikachu
14882fb3ed Account for outdated Vault items, fixes #123. Bump version number 2017-09-30 22:55:53 -04:00
HappyPikachu
56d9b406a4 Stop timers upon quit, untested, fixes #114. Bump version number 2017-08-28 18:57:28 -04:00
HappyPikachu
3b394dfad7 Fix /quests stats for redo-quests, per #92 2017-08-28 01:17:24 -04:00
HappyPikachu
56517599a2 Make console error configurable 2017-08-27 22:11:41 -04:00
HappyPikachu
6fa4329ac7 Consistency with redo-delay 2017-08-27 21:36:02 -04:00
HappyPikachu
c424f8fc26 Show redo tag in GUI, per #92 2017-08-27 16:09:20 -04:00
HappyPikachu
b032a32f07 Improve quest accept prompt, per #92 2017-08-27 15:16:21 -04:00
HappyPikachu
7ce33b3909 Implement new repeat-effect, per #92. Bump version number 2017-08-25 00:43:19 -04:00
HappyPikachu
71f60acff5 Update quest accept prompt, per #92 2017-08-24 20:54:51 -04:00
FlyingPikachu
4096ca0ba5 Merge pull request #112 from HexagonMC/fix/suicice-kills
Don't count suicides as kills, fixes #96
2017-08-23 21:21:38 -04:00
HappyPikachu
5f35f0fbec New npc-effect settings in config.yml, per #92 2017-08-23 21:11:15 -04:00
HappyPikachu
5152f26bcf Avoid exception on Quests reload, fixes #104. Bump version number 2017-08-23 16:20:16 -04:00
ghac
2a15eaf2fe Don't count suicides as kills. Fixes #96.
We should not count suicides as kills. If the damager has the same UUID as the damaged player, it's not okay.
2017-08-23 17:07:19 +02:00
HappyPikachu
f3792b480c Avoid null locations on reload, untested, fixes #102 2017-08-13 23:58:37 -04:00
HappyPikachu
0f52951a6c Permit spaces in world names, untested, fixes #100 2017-08-12 21:17:32 -04:00
HappyPikachu
bd4fcf314d Ignore case when adding requirements, fixes #94. Bump version number 2017-08-10 02:34:42 -04:00
HappyPikachu
c4e1e719a3 Welcome to Quests 3 2017-08-05 00:24:34 -04:00
HappyPikachu
b0301fa2ce Check for illegal data when using /quests top, fixes #91 2017-08-04 19:02:32 -04:00
HappyPikachu
7f9eb50252 New quest titles, add config option. Bump version number 2017-08-02 23:41:29 -04:00
HappyPikachu
e819917af1 Remove lambda for below Java 8 2017-08-01 20:43:14 -04:00
HappyPikachu
ed357e9a84 Fix skipping identical stages in editor, fixes #88 2017-07-31 22:13:46 -04:00
HappyPikachu
9954258a19 Fix certain /quests list pages not working, fixes #86 2017-07-30 16:08:36 -04:00
HappyPikachu
533a8bc615 Update quests.yml 2017-07-30 15:59:54 -04:00
FlyingPikachu
6ed85f6d6d Merge pull request #60 from Boosik/master
Timer events
2017-07-30 15:37:45 -04:00
FlyingPikachu
47e1dbd74e Merge branch 'master' into master 2017-07-30 15:37:29 -04:00
HappyPikachu
d600219b58 Additional fix for #76 2017-07-30 13:42:16 -04:00
HappyPikachu
1a7db3d3ec Bump version number 2017-07-30 11:32:32 -04:00
Jakub Kolář
f8bb025b0f Implement timer event - can be used to create time-limited quests! 2017-07-29 22:44:48 +02:00
HappyPikachu
c51fd3394f Fix delivering same item to diff NPCs in a single stage, fixes #85 2017-07-29 13:28:32 -04:00
HappyPikachu
bf3bcf0588 Mitigate #84 2017-07-29 10:58:18 -04:00
HappyPikachu
d13683445d Code cleanup 2017-07-28 13:31:08 -04:00
HappyPikachu
3370e50417 Update /quests info, code cleanup 2017-07-28 12:56:41 -04:00
FlyingPikachu
f74879aa74 Update ISSUE_TEMPLATE.md 2017-07-27 22:37:02 -04:00
HappyPikachu
5d408bcba6 Correct duplicate Quest Journal entries 2017-07-27 01:13:17 -04:00
HappyPikachu
eae9461f7f Process durability as Short rather than Integer, fixes #76 2017-07-26 20:40:26 -04:00
HappyPikachu
a326308d37 Null check events.yml, fixes #71 2017-07-25 21:32:46 -04:00
HappyPikachu
fc1455902f Null check events.yml 2017-07-25 21:30:04 -04:00
HappyPikachu
fef92e2b30 Account for unspecified durability, related to #65 2017-07-24 11:35:03 -04:00
HappyPikachu
8c858937d8 Stop editor sometimes closing, fixes #65 2017-07-23 22:08:57 -04:00