Commit graph

63 commits

Author SHA1 Message Date
6e7cd0177a Fix /tbm-disable|enable-all to notify all players 2018-10-17 13:27:55 +09:00
debc4a70ba
Update README.md 2018-10-17 12:53:50 +09:00
8b57023707 Update Changelog.md 2018-10-17 12:36:05 +09:00
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
8e473c8649 Update/fix Changelog.md 2018-10-16 21:41:18 +09:00
60b01a17e3
Update Changelog.md 2018-10-16 15:05:37 +09:00
c7a88f5b5e Add Changelog.md 2018-10-16 14:58:38 +09:00
761ab5a5f0 Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
7532f2c506 Minor fix to how Common/Client Proxy handles init 2018-10-04 12:07:26 +09:00
6a8807d70a
Update README.md 2018-09-28 19:57:49 +09:00
017ef48789
Update README.md 2018-09-28 19:56:18 +09:00
070c11db02 Fix README.md 2018-09-28 19:45:41 +09:00
37a2a6cc21 Add LICENSE and README.md 2018-09-28 19:42:46 +09:00
8731ce6a4d Set version to 1.0 2018-09-28 19:29:57 +09:00
91cbe8be87 Fix volume of Battle music to check master volume 2018-09-28 19:28:20 +09:00
e514a4502b Add bg to text in BattleGui 2018-09-28 19:21:49 +09:00
857ff2539b Cleanup of code, move BattleGui main menu 2018-09-28 17:46:48 +09:00
38fd9da186 Fix BattleGui menu position 2018-09-28 13:20:17 +09:00
72abfb9c76 Move BattleGui main menu buttons 2018-09-28 12:18:21 +09:00
0e0a7ea562 Move client Battle to ClientProxy 2018-09-28 12:13:07 +09:00
bb8ebf561b Change how silly music is triggered
Can now specify in config what minimum percentage of silly entities
trigger silly music in battle.
2018-09-28 12:02:39 +09:00
c2c19f6af2 Fix passive-type battle music occurrences, fixes 2018-09-27 18:09:40 +09:00
3e234ea94e Fix bug where two sounds play at once, fixes
Mod should also now resume other previously playing sounds/music after
battle has ended.

Also prevents possible concurrent modification exception when new
Entities are added to Battle server-side.
2018-09-27 16:46:17 +09:00
6ead1e1d3d Fix falling perpetually with Freeze mode, fixes 2018-09-25 15:16:35 +09:00
a4c3a28028 Minor fixes/changes
Added option in config to change battle timer time
2018-09-25 14:55:24 +09:00
9119f42e5b Fix client unable to see entity not in config 2018-09-21 16:33:27 +09:00
05edd8630d prerelease version 0.3 2018-09-21 16:11:59 +09:00
676f71e313 Add volume control to battle music
Battle music volume is set based on the music volume slider in the
Minecraft settings. The default Midi device provided in Java does not
appear to support changing the volume of playing midi file after some
testing. For now, only ".wav" files obey the Music volume slider
settings.
2018-09-21 16:10:00 +09:00
8c3bdc0ad1 Change TBM_Config.xml format for entities 2018-09-20 15:36:31 +09:00
bdb090f74b Fixes, change how BattleManager is initialized 2018-09-20 15:15:34 +09:00
74abaa76c0 Stability fixes 2018-09-19 15:00:38 +09:00
24749b8ccc Minor fixes/changes 2018-09-18 16:58:01 +09:00
efa65da721 Fix bow attack, config, add freeze enemies option
Fix bug where bow attack hit announcement was made multiple times.
Fix config format for Entities.
Add feature to freeze combatants when battle starts, option to enable in
config.
2018-09-18 15:56:06 +09:00
9778c6a7d5 Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00
b684310be8 Move battle attacks to main thread, minor fixes
Battle attacks moved to main thread for stability (fixes possible
concurrent modification exception).
2018-09-17 13:27:13 +09:00
c237a434f5 Prerelease Version 0.2 2018-09-14 14:15:07 +09:00
b1a3eb9880 Implement battle music
Can play mid and wav files in the generated config directory
2018-09-14 14:14:10 +09:00
5f70253955 Fixes, improvements
BattleGui now displays health of all combatants.
Players can leave battle by entering creative mode (set by server).
Added battle size limit (default 8) can be set in config.
2018-09-14 12:44:45 +09:00
6a97a90d68 Remove "Conflicts", prevent creative mode battles 2018-09-13 15:50:34 +09:00
d316261b76 Fix name being switched in Message 2018-09-13 15:29:14 +09:00
f4658f6b3d Move config initialization to PostInit event 2018-09-13 15:00:00 +09:00
d70d0c2d38 bug fixes and add MinimumHitPercentage to config 2018-09-13 14:52:48 +09:00
0ea3dfd98a Minor fixes/changes 2018-09-13 14:12:04 +09:00
24ca95cc99 Implement attack effects (as listed in config) 2018-09-13 13:52:22 +09:00
9d5e830d3c Prerelease version 0.1 2018-09-13 13:07:49 +09:00
ca018a63b3 Fix for server/client setup 2018-09-12 16:10:02 +09:00
2872543c93 Fix for server/client setups 2018-09-12 16:00:55 +09:00
5eba2dd41b Fix to allow mod to work on server 2018-09-12 15:39:55 +09:00
5999808859 crash bug fixes, mod is playable at this point
Missing some features from the pre-rewrite version such as playing
battle music, using bow/arrows, limiting number of combatants in
battle...
2018-09-12 14:43:59 +09:00
3d6354e808 WIP - minor fixes 2018-09-11 16:39:46 +09:00