]>
git.seodisparate.com - TurnBasedMinecraftMod/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stephen Seo [Tue, 16 Oct 2018 05:58:38 +0000 (14:58 +0900)]
Add Changelog.md
Stephen Seo [Tue, 16 Oct 2018 05:02:44 +0000 (14:02 +0900)]
Add commands/config to disable turnbased on demand
Stephen Seo [Thu, 4 Oct 2018 03:07:26 +0000 (12:07 +0900)]
Minor fix to how Common/Client Proxy handles init
Stephen Seo [Fri, 28 Sep 2018 10:57:49 +0000 (19:57 +0900)]
Update README.md
Stephen Seo [Fri, 28 Sep 2018 10:56:18 +0000 (19:56 +0900)]
Update README.md
Stephen Seo [Fri, 28 Sep 2018 10:45:41 +0000 (19:45 +0900)]
Fix README.md
Stephen Seo [Fri, 28 Sep 2018 10:42:46 +0000 (19:42 +0900)]
Add LICENSE and README.md
Stephen Seo [Fri, 28 Sep 2018 10:29:57 +0000 (19:29 +0900)]
Set version to 1.0
Stephen Seo [Fri, 28 Sep 2018 10:28:20 +0000 (19:28 +0900)]
Fix volume of Battle music to check master volume
Stephen Seo [Fri, 28 Sep 2018 10:21:49 +0000 (19:21 +0900)]
Add bg to text in BattleGui
Stephen Seo [Fri, 28 Sep 2018 08:45:32 +0000 (17:45 +0900)]
Cleanup of code, move BattleGui main menu
Stephen Seo [Fri, 28 Sep 2018 04:20:17 +0000 (13:20 +0900)]
Fix BattleGui menu position
Stephen Seo [Fri, 28 Sep 2018 03:18:21 +0000 (12:18 +0900)]
Move BattleGui main menu buttons
Stephen Seo [Fri, 28 Sep 2018 03:13:07 +0000 (12:13 +0900)]
Move client Battle to ClientProxy
Stephen Seo [Fri, 28 Sep 2018 03:02:39 +0000 (12:02 +0900)]
Change how silly music is triggered
Can now specify in config what minimum percentage of silly entities
trigger silly music in battle.
Stephen Seo [Thu, 27 Sep 2018 09:09:40 +0000 (18:09 +0900)]
Fix passive-type battle music occurrences, fixes
Stephen Seo [Thu, 27 Sep 2018 07:44:28 +0000 (16:44 +0900)]
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.
Stephen Seo [Tue, 25 Sep 2018 06:16:35 +0000 (15:16 +0900)]
Fix falling perpetually with Freeze mode, fixes
Stephen Seo [Tue, 25 Sep 2018 05:55:24 +0000 (14:55 +0900)]
Minor fixes/changes
Added option in config to change battle timer time
Stephen Seo [Fri, 21 Sep 2018 07:33:27 +0000 (16:33 +0900)]
Fix client unable to see entity not in config
Stephen Seo [Fri, 21 Sep 2018 07:11:59 +0000 (16:11 +0900)]
prerelease version 0.3
Stephen Seo [Fri, 21 Sep 2018 07:10:00 +0000 (16:10 +0900)]
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.
Stephen Seo [Thu, 20 Sep 2018 06:36:31 +0000 (15:36 +0900)]
Change TBM_Config.xml format for entities
Stephen Seo [Thu, 20 Sep 2018 06:15:34 +0000 (15:15 +0900)]
Fixes, change how BattleManager is initialized
Stephen Seo [Wed, 19 Sep 2018 06:00:38 +0000 (15:00 +0900)]
Stability fixes
Stephen Seo [Tue, 18 Sep 2018 07:58:01 +0000 (16:58 +0900)]
Minor fixes/changes
Stephen Seo [Tue, 18 Sep 2018 06:56:06 +0000 (15:56 +0900)]
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.
Stephen Seo [Mon, 17 Sep 2018 06:49:10 +0000 (15:49 +0900)]
Implement use of vanilla bow/arrows in battle
Stephen Seo [Mon, 17 Sep 2018 04:27:13 +0000 (13:27 +0900)]
Move battle attacks to main thread, minor fixes
Battle attacks moved to main thread for stability (fixes possible
concurrent modification exception).
Stephen Seo [Fri, 14 Sep 2018 05:15:07 +0000 (14:15 +0900)]
Prerelease Version 0.2
Stephen Seo [Fri, 14 Sep 2018 05:14:10 +0000 (14:14 +0900)]
Implement battle music
Can play mid and wav files in the generated config directory
Stephen Seo [Fri, 14 Sep 2018 03:44:45 +0000 (12:44 +0900)]
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.
Stephen Seo [Thu, 13 Sep 2018 06:50:34 +0000 (15:50 +0900)]
Remove "Conflicts", prevent creative mode battles
Stephen Seo [Thu, 13 Sep 2018 06:29:14 +0000 (15:29 +0900)]
Fix name being switched in Message
Stephen Seo [Thu, 13 Sep 2018 06:00:00 +0000 (15:00 +0900)]
Move config initialization to PostInit event
Stephen Seo [Thu, 13 Sep 2018 05:52:48 +0000 (14:52 +0900)]
bug fixes and add MinimumHitPercentage to config
Stephen Seo [Thu, 13 Sep 2018 05:12:04 +0000 (14:12 +0900)]
Minor fixes/changes
Stephen Seo [Thu, 13 Sep 2018 04:52:22 +0000 (13:52 +0900)]
Implement attack effects (as listed in config)
Stephen Seo [Thu, 13 Sep 2018 04:07:49 +0000 (13:07 +0900)]
Prerelease version 0.1
Stephen Seo [Wed, 12 Sep 2018 07:10:02 +0000 (16:10 +0900)]
Fix for server/client setup
Stephen Seo [Wed, 12 Sep 2018 07:00:55 +0000 (16:00 +0900)]
Fix for server/client setups
Stephen Seo [Wed, 12 Sep 2018 06:39:55 +0000 (15:39 +0900)]
Fix to allow mod to work on server
Stephen Seo [Wed, 12 Sep 2018 05:43:59 +0000 (14:43 +0900)]
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...
Stephen Seo [Tue, 11 Sep 2018 07:39:46 +0000 (16:39 +0900)]
WIP - minor fixes
Stephen Seo [Tue, 11 Sep 2018 06:15:31 +0000 (15:15 +0900)]
WIP - implemented enough GUI to start testing
Stephen Seo [Mon, 10 Sep 2018 05:59:56 +0000 (14:59 +0900)]
WIP - begin work on client GUI
Stephen Seo [Fri, 7 Sep 2018 07:41:22 +0000 (16:41 +0900)]
WIP backend logic impl, fixes to config gen/parse
Stephen Seo [Thu, 6 Sep 2018 08:08:36 +0000 (17:08 +0900)]
WIP more backend work on battle logic
Stephen Seo [Wed, 5 Sep 2018 06:54:06 +0000 (15:54 +0900)]
WIP Some battle logic has been implemented
Stephen Seo [Tue, 4 Sep 2018 06:21:49 +0000 (15:21 +0900)]
WIP more work on setup and Battle logic
Stephen Seo [Mon, 3 Sep 2018 06:19:33 +0000 (15:19 +0900)]
WIP Add Config.java for setup/loading config
Stephen Seo [Fri, 31 Aug 2018 04:28:13 +0000 (13:28 +0900)]
Work In Progress - TBM_Config.xml updated
The config file should hold info on all vanilla mobs by now
Stephen Seo [Thu, 30 Aug 2018 07:15:20 +0000 (16:15 +0900)]
Work In Progress - Begin adding config
src/main/resources/TBM_Config.xml will be copied to this mod's config
directory. If a config file already exists and the version number is the
same, it won't be overridded. If the version number is less than the
mod's internal config file, then the old one will be renamed and the new
one will take its place. At least this is how it is planned.
Stephen Seo [Wed, 29 Aug 2018 06:09:44 +0000 (15:09 +0900)]
Work In Progress - Some more work done
Added some Packets/Handlers for networking, and more work on Battle
logic.
Stephen Seo [Tue, 28 Aug 2018 06:13:14 +0000 (15:13 +0900)]
Work In Progress - some implementation work done
Stephen Seo [Tue, 28 Aug 2018 02:51:26 +0000 (11:51 +0900)]
Minor fixes
Stephen Seo [Tue, 28 Aug 2018 02:26:34 +0000 (11:26 +0900)]
Init commit with skeleton project of rewrite