Commit graph

244 commits

Author SHA1 Message Date
Stephen Seo 55217d0924 Version 1.8
Updated Changelog.md, README.md, and versions.
2018-10-30 14:15:37 +09:00
Stephen Seo f32d872bbf Add mp3 support 2018-10-30 14:11:48 +09:00
Stephen Seo 3c6c22432e Minor improvements 2018-10-29 14:46:45 +09:00
Stephen Seo 5dd62cc2bf Use Random instead of math.random()
Also moved rest of probability logic out of addScheduledTask().
2018-10-27 17:34:02 +09:00
Stephen Seo 83711ed7e3 Move probability logic to BattleUpdate thread 2018-10-27 16:53:04 +09:00
Stephen Seo 044ee7d860 Minor change to debug log notes 2018-10-27 16:35:29 +09:00
Stephen Seo 1f4d107870 Minor improvements/fixes 2018-10-27 16:26:39 +09:00
Stephen Seo ded3584390 Update to forge version "1.12.2-14.23.5.2768" 2018-10-27 16:10:19 +09:00
Stephen Seo 10604a3382
Update Changelog.md 2018-10-26 21:11:14 +09:00
Stephen Seo 6b4d2a8e7a
Update README.md 2018-10-26 20:59:06 +09:00
Stephen Seo 403f4ce971 Add a fix to the Changelog 2018-10-26 18:11:35 +09:00
Stephen Seo fc9eaa0779 Minor fixes, improvements 2018-10-26 18:10:09 +09:00
Stephen Seo a0795677c4
Update README.md 2018-10-26 15:05:12 +09:00
Stephen Seo 39257cee55 Minor fixes 2018-10-26 14:18:48 +09:00
Stephen Seo aa229036ad Version 1.7
Can now add/edit "custom-name" entries to the config via
"/tbm-edit custom". These entries only apply to mobs with a matching
custom name.
2018-10-26 13:36:35 +09:00
Stephen Seo d17aee5994
Update README.md 2018-10-25 17:53:46 +09:00
Stephen Seo 96eec6c48d
Update README.md 2018-10-25 16:21:39 +09:00
Stephen Seo 546cda5e11 Update README.md 2018-10-25 14:56:36 +09:00
Stephen Seo 9e15f845c5 Add command "/tbm-edit"
Can now add/edit entity entries in config. Now possible to add entries
for unknown mobs in-game.
2018-10-25 14:31:27 +09:00
Stephen Seo 05b3dc90b0 Use .toml instead of .xml for config 2018-10-25 14:31:06 +09:00
Stephen Seo faf7a02619 Fix bug where player can enter battle with self 2018-10-20 20:06:32 +09:00
Stephen Seo bd7d7e16f3 Version 1.5, minor fixes
Food and potion consumption in battle is now handled more properly.
2018-10-19 17:18:02 +09:00
Stephen Seo 54207c6e80 Version 1.4 2018-10-18 16:28:47 +09:00
Stephen Seo d67fef2842 Fixes, add maximum-distance to aggro-start-battle
Ugly fix for still not found freeze bug in BattleUpdater.
Added maximum-distance for monsters initiating battle when targeting a
player or entity in battle.
Updated config version to 6.
2018-10-18 16:26:09 +09:00
Stephen Seo 00961768b3 Fixes
Acutally fix duplicate ".. entered battle" message bug.
Fix potential crash bug.
2018-10-18 14:47:40 +09:00
Stephen Seo 967fed3164 Fix duplicate "... entered battle" messages 2018-10-18 13:43:26 +09:00
Stephen Seo 0a26eee53a Fixes and Refactorings, no major changes 2018-10-18 13:34:57 +09:00
Stephen Seo 3596bfd2ca Update Changelog.md 2018-10-17 18:30:44 +09:00
Stephen Seo f55b2e89ab Add battle cooldown
Cooldown (default 5 seconds) prevents an entity that left battle from
attacking or being-attacked for the duration of the cooldown.
2018-10-17 18:28:47 +09:00
Stephen Seo 8bcecd21a9 Update Changelog.md 2018-10-17 17:21:22 +09:00
Stephen Seo 115fa02753 Version 1.3, Fixes, improvements
Changed turn-based-battle start behavior to also start when a hostile
mob targets a player or entity in battle.
Added config option to revert to old-style battle starting behavior.
(Since config version updated, older config will be moved and the new
config will take its place.)
Changed mob attack target in Battle to whatever they were targeting (via
a call to "getAttackTarget()").
2018-10-17 17:15:23 +09:00
Stephen Seo 6e7cd0177a Fix /tbm-disable|enable-all to notify all players 2018-10-17 13:27:55 +09:00
Stephen Seo debc4a70ba
Update README.md 2018-10-17 12:53:50 +09:00
Stephen Seo 8b57023707 Update Changelog.md 2018-10-17 12:36:05 +09:00
Stephen Seo cbe2476990 Fixes, added commands, version to 1.2
Fixed /tbm-enable and /tbm-disable not working in singleplayer.
Added /tbm-enable-all and /tbm-disable-all to enable/disable for all
players.
2018-10-17 12:19:16 +09:00
Stephen Seo 8e473c8649 Update/fix Changelog.md 2018-10-16 21:41:18 +09:00
Stephen Seo 60b01a17e3
Update Changelog.md 2018-10-16 15:05:37 +09:00
Stephen Seo c7a88f5b5e Add Changelog.md 2018-10-16 14:58:38 +09:00
Stephen Seo 761ab5a5f0 Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
Stephen Seo 7532f2c506 Minor fix to how Common/Client Proxy handles init 2018-10-04 12:07:26 +09:00
Stephen Seo 6a8807d70a
Update README.md 2018-09-28 19:57:49 +09:00
Stephen Seo 017ef48789
Update README.md 2018-09-28 19:56:18 +09:00
Stephen Seo 070c11db02 Fix README.md 2018-09-28 19:45:41 +09:00
Stephen Seo 37a2a6cc21 Add LICENSE and README.md 2018-09-28 19:42:46 +09:00
Stephen Seo 8731ce6a4d Set version to 1.0 2018-09-28 19:29:57 +09:00
Stephen Seo 91cbe8be87 Fix volume of Battle music to check master volume 2018-09-28 19:28:20 +09:00
Stephen Seo e514a4502b Add bg to text in BattleGui 2018-09-28 19:21:49 +09:00
Stephen Seo 857ff2539b Cleanup of code, move BattleGui main menu 2018-09-28 17:46:48 +09:00
Stephen Seo 38fd9da186 Fix BattleGui menu position 2018-09-28 13:20:17 +09:00
Stephen Seo 72abfb9c76 Move BattleGui main menu buttons 2018-09-28 12:18:21 +09:00