]>
git.seodisparate.com - TurnBasedMinecraftMod/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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