]> git.seodisparate.com - TurnBasedMinecraftMod/log
TurnBasedMinecraftMod
6 years agoUpdate README.md
Stephen Seo [Fri, 28 Sep 2018 10:57:49 +0000 (19:57 +0900)]
Update README.md

6 years agoUpdate README.md
Stephen Seo [Fri, 28 Sep 2018 10:56:18 +0000 (19:56 +0900)]
Update README.md

6 years agoFix README.md
Stephen Seo [Fri, 28 Sep 2018 10:45:41 +0000 (19:45 +0900)]
Fix README.md

6 years agoAdd LICENSE and README.md 1.0
Stephen Seo [Fri, 28 Sep 2018 10:42:46 +0000 (19:42 +0900)]
Add LICENSE and README.md

6 years agoSet version to 1.0
Stephen Seo [Fri, 28 Sep 2018 10:29:57 +0000 (19:29 +0900)]
Set version to 1.0

6 years agoFix volume of Battle music to check master volume
Stephen Seo [Fri, 28 Sep 2018 10:28:20 +0000 (19:28 +0900)]
Fix volume of Battle music to check master volume

6 years agoAdd bg to text in BattleGui
Stephen Seo [Fri, 28 Sep 2018 10:21:49 +0000 (19:21 +0900)]
Add bg to text in BattleGui

6 years agoCleanup of code, move BattleGui main menu
Stephen Seo [Fri, 28 Sep 2018 08:45:32 +0000 (17:45 +0900)]
Cleanup of code, move BattleGui main menu

6 years agoFix BattleGui menu position
Stephen Seo [Fri, 28 Sep 2018 04:20:17 +0000 (13:20 +0900)]
Fix BattleGui menu position

6 years agoMove BattleGui main menu buttons
Stephen Seo [Fri, 28 Sep 2018 03:18:21 +0000 (12:18 +0900)]
Move BattleGui main menu buttons

6 years agoMove client Battle to ClientProxy
Stephen Seo [Fri, 28 Sep 2018 03:13:07 +0000 (12:13 +0900)]
Move client Battle to ClientProxy

6 years agoChange how silly music is triggered
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.

6 years agoFix passive-type battle music occurrences, fixes
Stephen Seo [Thu, 27 Sep 2018 09:09:40 +0000 (18:09 +0900)]
Fix passive-type battle music occurrences, fixes

6 years agoFix bug where two sounds play at once, 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.

6 years agoFix falling perpetually with Freeze mode, fixes
Stephen Seo [Tue, 25 Sep 2018 06:16:35 +0000 (15:16 +0900)]
Fix falling perpetually with Freeze mode, fixes

6 years agoMinor fixes/changes
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

6 years agoFix client unable to see entity not in config
Stephen Seo [Fri, 21 Sep 2018 07:33:27 +0000 (16:33 +0900)]
Fix client unable to see entity not in config

6 years agoprerelease version 0.3
Stephen Seo [Fri, 21 Sep 2018 07:11:59 +0000 (16:11 +0900)]
prerelease version 0.3

6 years agoAdd volume control to battle music
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.

6 years agoChange TBM_Config.xml format for entities
Stephen Seo [Thu, 20 Sep 2018 06:36:31 +0000 (15:36 +0900)]
Change TBM_Config.xml format for entities

6 years agoFixes, change how BattleManager is initialized
Stephen Seo [Thu, 20 Sep 2018 06:15:34 +0000 (15:15 +0900)]
Fixes, change how BattleManager is initialized

6 years agoStability fixes
Stephen Seo [Wed, 19 Sep 2018 06:00:38 +0000 (15:00 +0900)]
Stability fixes

6 years agoMinor fixes/changes
Stephen Seo [Tue, 18 Sep 2018 07:58:01 +0000 (16:58 +0900)]
Minor fixes/changes

6 years agoFix bow attack, config, add freeze enemies option
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.

6 years agoImplement use of vanilla bow/arrows in battle
Stephen Seo [Mon, 17 Sep 2018 06:49:10 +0000 (15:49 +0900)]
Implement use of vanilla bow/arrows in battle

6 years agoMove battle attacks to main thread, minor fixes
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).

6 years agoPrerelease Version 0.2
Stephen Seo [Fri, 14 Sep 2018 05:15:07 +0000 (14:15 +0900)]
Prerelease Version 0.2

6 years agoImplement battle music
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

6 years agoFixes, improvements
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.

6 years agoRemove "Conflicts", prevent creative mode battles
Stephen Seo [Thu, 13 Sep 2018 06:50:34 +0000 (15:50 +0900)]
Remove "Conflicts", prevent creative mode battles

6 years agoFix name being switched in Message
Stephen Seo [Thu, 13 Sep 2018 06:29:14 +0000 (15:29 +0900)]
Fix name being switched in Message

6 years agoMove config initialization to PostInit event
Stephen Seo [Thu, 13 Sep 2018 06:00:00 +0000 (15:00 +0900)]
Move config initialization to PostInit event

6 years agobug fixes and add MinimumHitPercentage to config
Stephen Seo [Thu, 13 Sep 2018 05:52:48 +0000 (14:52 +0900)]
bug fixes and add MinimumHitPercentage to config

6 years agoMinor fixes/changes
Stephen Seo [Thu, 13 Sep 2018 05:12:04 +0000 (14:12 +0900)]
Minor fixes/changes

6 years agoImplement attack effects (as listed in config)
Stephen Seo [Thu, 13 Sep 2018 04:52:22 +0000 (13:52 +0900)]
Implement attack effects (as listed in config)

6 years agoPrerelease version 0.1
Stephen Seo [Thu, 13 Sep 2018 04:07:49 +0000 (13:07 +0900)]
Prerelease version 0.1

6 years agoFix for server/client setup
Stephen Seo [Wed, 12 Sep 2018 07:10:02 +0000 (16:10 +0900)]
Fix for server/client setup

6 years agoFix for server/client setups
Stephen Seo [Wed, 12 Sep 2018 07:00:55 +0000 (16:00 +0900)]
Fix for server/client setups

6 years agoFix to allow mod to work on server
Stephen Seo [Wed, 12 Sep 2018 06:39:55 +0000 (15:39 +0900)]
Fix to allow mod to work on server

6 years agocrash bug fixes, mod is playable at this point
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...

6 years agoWIP - minor fixes
Stephen Seo [Tue, 11 Sep 2018 07:39:46 +0000 (16:39 +0900)]
WIP - minor fixes

6 years agoWIP - implemented enough GUI to start testing
Stephen Seo [Tue, 11 Sep 2018 06:15:31 +0000 (15:15 +0900)]
WIP - implemented enough GUI to start testing

6 years agoWIP - begin work on client GUI
Stephen Seo [Mon, 10 Sep 2018 05:59:56 +0000 (14:59 +0900)]
WIP - begin work on client GUI

6 years agoWIP backend logic impl, fixes to config gen/parse
Stephen Seo [Fri, 7 Sep 2018 07:41:22 +0000 (16:41 +0900)]
WIP backend logic impl, fixes to config gen/parse

6 years agoWIP more backend work on battle logic
Stephen Seo [Thu, 6 Sep 2018 08:08:36 +0000 (17:08 +0900)]
WIP more backend work on battle logic

6 years agoWIP Some battle logic has been implemented
Stephen Seo [Wed, 5 Sep 2018 06:54:06 +0000 (15:54 +0900)]
WIP Some battle logic has been implemented

6 years agoWIP more work on setup and Battle logic
Stephen Seo [Tue, 4 Sep 2018 06:21:49 +0000 (15:21 +0900)]
WIP more work on setup and Battle logic

6 years agoWIP Add Config.java for setup/loading config
Stephen Seo [Mon, 3 Sep 2018 06:19:33 +0000 (15:19 +0900)]
WIP Add Config.java for setup/loading config

6 years agoWork In Progress - TBM_Config.xml updated
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

6 years agoWork In Progress - Begin adding config
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.

6 years agoWork In Progress - Some more work done
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.

6 years agoWork In Progress - some implementation work done
Stephen Seo [Tue, 28 Aug 2018 06:13:14 +0000 (15:13 +0900)]
Work In Progress - some implementation work done

6 years agoMinor fixes
Stephen Seo [Tue, 28 Aug 2018 02:51:26 +0000 (11:51 +0900)]
Minor fixes

6 years agoInit commit with skeleton project of rewrite
Stephen Seo [Tue, 28 Aug 2018 02:26:34 +0000 (11:26 +0900)]
Init commit with skeleton project of rewrite