]> git.seodisparate.com - TurnBasedMinecraftMod/log
TurnBasedMinecraftMod
22 months agoApply build.gradle changes for reprod. builds
Stephen Seo [Thu, 8 Jun 2023 12:31:55 +0000 (21:31 +0900)]
Apply build.gradle changes for reprod. builds

Updated gradle wrapper to 8.1.1.
Updated ForgeGradle to "6.0.+".
Updated "shadow" to "8.1.1".

2 years agoUpdate Changelog.md
Stephen Seo [Fri, 31 Mar 2023 05:33:23 +0000 (14:33 +0900)]
Update Changelog.md

Fix typo

2 years agoVersion 1.22.0: to Forge 1.19.3-44.1.1 1.22.0
Stephen Seo [Fri, 31 Mar 2023 05:22:58 +0000 (14:22 +0900)]
Version 1.22.0: to Forge 1.19.3-44.1.1

2 years agoVersion 1.21.4, bug fix 1.21.4
Stephen Seo [Fri, 2 Sep 2022 10:46:26 +0000 (19:46 +0900)]
Version 1.21.4, bug fix

Fix bug where client may not be able to attack entities for which an entry did
not exist on the client-side config.

2 years agoMore refactoring of check-if-in-battle code
Stephen Seo [Wed, 24 Aug 2022 05:03:45 +0000 (14:03 +0900)]
More refactoring of check-if-in-battle code

2 years agoUpdate Changelog.md
Stephen Seo [Fri, 2 Sep 2022 10:40:32 +0000 (19:40 +0900)]
Update Changelog.md

2 years agoUpdate Changelog.md
Stephen Seo [Fri, 2 Sep 2022 06:24:43 +0000 (15:24 +0900)]
Update Changelog.md

2 years agoUpdate Changelog.md
Stephen Seo [Fri, 2 Sep 2022 02:48:10 +0000 (11:48 +0900)]
Update Changelog.md

2 years agoUpdate Changelog.md
Stephen Seo [Thu, 1 Sep 2022 13:05:28 +0000 (22:05 +0900)]
Update Changelog.md

2 years agoUpdate Changelog.md
Stephen Seo [Thu, 1 Sep 2022 12:32:53 +0000 (21:32 +0900)]
Update Changelog.md

2 years agoUpdate README.md
Stephen Seo [Wed, 24 Aug 2022 07:34:18 +0000 (16:34 +0900)]
Update README.md

2 years agoImpl. player_only_battles, v1.21.3 1.21.3
Stephen Seo [Wed, 24 Aug 2022 03:16:36 +0000 (12:16 +0900)]
Impl. player_only_battles, v1.21.3

A server-side config option was added to enable "player_only_battles" where mobs
cannot enter battle. (I haven't actually tested this fully since I am only 1
person, so there may be bugs.) This can be edited via the config, or via the
`/tbm-server-edit` command.

Version bumped to 1.21.3 .

2 years agoRefactor entity-in-battle checking, v1.21.2 1.21.2
Stephen Seo [Tue, 23 Aug 2022 06:01:14 +0000 (15:01 +0900)]
Refactor entity-in-battle checking, v1.21.2

2 years agoRefactor entity-in-battle checking code, v1.21.1 1.21.1
Stephen Seo [Tue, 23 Aug 2022 05:18:17 +0000 (14:18 +0900)]
Refactor entity-in-battle checking code, v1.21.1

2 years agoUpdate Changelog.md
Stephen Seo [Tue, 23 Aug 2022 05:04:40 +0000 (14:04 +0900)]
Update Changelog.md

2 years agoUpdated mod to use forge 1.19.2-43.1.1 1.21.0
Stephen Seo [Tue, 23 Aug 2022 04:55:09 +0000 (13:55 +0900)]
Updated mod to use forge 1.19.2-43.1.1

2 years agoUpdate Changelog.md
Stephen Seo [Tue, 23 Aug 2022 04:40:08 +0000 (13:40 +0900)]
Update Changelog.md

2 years agoImpl ignore specific damage sources in battle 1.20
Stephen Seo [Tue, 23 Aug 2022 04:28:49 +0000 (13:28 +0900)]
Impl ignore specific damage sources in battle

Fixes #1. (Damage is inhibited, but some things like amount of air while
underwater still decreases for the duration of being underwater regardless of
being in battle.)

Server-side config specifies which damage sources are ignored in battle. This
can also be set in-game with `/tbm-server-edit`.

Also updated config for entities which should reduce the amount of stuff printed
into the logs (sorry about that).

2 years agoUpdate Changelog.md, year in LICENSE
Stephen Seo [Wed, 3 Aug 2022 05:57:56 +0000 (14:57 +0900)]
Update Changelog.md, year in LICENSE

2 years agoUpdate for forge-1.19-41.1.0, mod ver. 1.19 1.19
Stephen Seo [Wed, 3 Aug 2022 05:46:33 +0000 (14:46 +0900)]
Update for forge-1.19-41.1.0, mod ver. 1.19

2 years agoUpdate README.md
Stephen Seo [Thu, 21 Jul 2022 05:28:31 +0000 (14:28 +0900)]
Update README.md

2 years agoBump network protocol version, version to 1.18.7 1.18.7
Stephen Seo [Thu, 21 Jul 2022 05:18:12 +0000 (14:18 +0900)]
Bump network protocol version, version to 1.18.7

2 years agoUpdate Changelog.md 1.18.6
Stephen Seo [Thu, 21 Jul 2022 05:08:53 +0000 (14:08 +0900)]
Update Changelog.md

2 years agoFix turn-timer not matching server-side's value
Stephen Seo [Thu, 21 Jul 2022 05:01:34 +0000 (14:01 +0900)]
Fix turn-timer not matching server-side's value

2 years agoImpl "disable-turn-timer", mod version 1.18.6
Stephen Seo [Thu, 21 Jul 2022 03:57:10 +0000 (12:57 +0900)]
Impl "disable-turn-timer", mod version 1.18.6

2 years agoMod version 1.18.5 1.18.5
Stephen Seo [Tue, 14 Jun 2022 05:16:51 +0000 (14:16 +0900)]
Mod version 1.18.5

2 years agoFix Battle text output when drinking a potion
Stephen Seo [Tue, 14 Jun 2022 05:14:22 +0000 (14:14 +0900)]
Fix Battle text output when drinking a potion

2 years ago1.18.4 Fix battle hits, non-instant hits 1.18.4
Stephen Seo [Fri, 10 Jun 2022 07:57:48 +0000 (16:57 +0900)]
1.18.4 Fix battle hits, non-instant hits

Fix hits in battles not hitting due to invulnerability frames.

Changed hits to be spaced appart by approx. 15ms.

2 years agoUpdate Changelog.md
Stephen Seo [Fri, 10 Jun 2022 04:58:04 +0000 (13:58 +0900)]
Update Changelog.md

2 years agoUpdate README.md
Stephen Seo [Fri, 10 Jun 2022 04:39:09 +0000 (13:39 +0900)]
Update README.md

2 years agoUpdate README.md
Stephen Seo [Fri, 10 Jun 2022 03:19:13 +0000 (12:19 +0900)]
Update README.md

2 years agoUpdate Changelog.md 1.18.3
Stephen Seo [Fri, 10 Jun 2022 03:13:35 +0000 (12:13 +0900)]
Update Changelog.md

2 years agoUpdate README.md
Stephen Seo [Fri, 10 Jun 2022 03:06:26 +0000 (12:06 +0900)]
Update README.md

2 years agoImpl in-game server config editing
Stephen Seo [Fri, 10 Jun 2022 03:05:19 +0000 (12:05 +0900)]
Impl in-game server config editing

2 years agoWIP 1.18.3: Impl in-game server config editing
Stephen Seo [Thu, 9 Jun 2022 07:42:21 +0000 (16:42 +0900)]
WIP 1.18.3: Impl in-game server config editing

2 years agoUpdate Changelog.md
Stephen Seo [Wed, 8 Jun 2022 10:24:32 +0000 (19:24 +0900)]
Update Changelog.md

2 years agoWIP 1.18.3: Impl editing of server config in-game
Stephen Seo [Wed, 8 Jun 2022 10:22:45 +0000 (19:22 +0900)]
WIP 1.18.3: Impl editing of server config in-game

Fixed Battle not checking Player haste/speed status for using
"player_haste_speed" and "player_slow_speed".

2 years agoWIP 1.18.3: Allow editing of server config in-game
Stephen Seo [Wed, 8 Jun 2022 06:24:29 +0000 (15:24 +0900)]
WIP 1.18.3: Allow editing of server config in-game

2 years agoUpdate README.md
Stephen Seo [Wed, 8 Jun 2022 03:08:02 +0000 (12:08 +0900)]
Update README.md

2 years agoUpdate Changelog.md
Stephen Seo [Wed, 8 Jun 2022 03:02:23 +0000 (12:02 +0900)]
Update Changelog.md

2 years agoTBM 1.18.2: show team color in attack menu button 1.18.2
Stephen Seo [Wed, 8 Jun 2022 02:59:34 +0000 (11:59 +0900)]
TBM 1.18.2: show team color in attack menu button

If a Player is in a team that has a specific team color, that Player's name will
be displayed with that color in the list of targets when selecting a target to
attack in the Battle GUI.

2 years agoFix battle text output, v1.18.1 1.18.1
Stephen Seo [Fri, 3 Jun 2022 05:49:59 +0000 (14:49 +0900)]
Fix battle text output, v1.18.1

Battle text output now respects team colors of players in teams.

2 years agoUpdate Changelog.md
Stephen Seo [Wed, 18 May 2022 05:16:23 +0000 (14:16 +0900)]
Update Changelog.md

2 years agoUpdate for forge-1.18.2-40.1.0 (mod ver 1.18.0) 1.18.0
Stephen Seo [Tue, 17 May 2022 05:47:42 +0000 (14:47 +0900)]
Update for forge-1.18.2-40.1.0 (mod ver 1.18.0)

3 years agoUpdate README.md
Stephen Seo [Tue, 1 Jun 2021 07:13:39 +0000 (16:13 +0900)]
Update README.md

3 years agoUpdate README.md
Stephen Seo [Mon, 24 May 2021 04:17:19 +0000 (13:17 +0900)]
Update README.md

3 years agoFix potential client freeze bug 1.17.2
Stephen Seo [Sun, 23 May 2021 06:38:04 +0000 (15:38 +0900)]
Fix potential client freeze bug

3 years agoAdd experimental support for Pam's HC foods 1.17.1
Stephen Seo [Sun, 23 May 2021 04:22:18 +0000 (13:22 +0900)]
Add experimental support for Pam's HC foods

3 years agoUpdate Changelog.md 1.17
Stephen Seo [Fri, 21 May 2021 05:46:08 +0000 (14:46 +0900)]
Update Changelog.md

3 years agoUpdate mod for Forge 1.16.5-36.1.0
Stephen Seo [Fri, 21 May 2021 05:44:31 +0000 (14:44 +0900)]
Update mod for Forge 1.16.5-36.1.0

4 years agoUpdate README.md
Stephen Seo [Wed, 18 Nov 2020 11:19:44 +0000 (20:19 +0900)]
Update README.md

4 years agoImpl config and settings for creeper behavior 1.16
Stephen Seo [Wed, 18 Nov 2020 08:24:18 +0000 (17:24 +0900)]
Impl config and settings for creeper behavior

4 years agoAdd config option for creeper turn explosion 1.15
Stephen Seo [Wed, 18 Nov 2020 07:16:18 +0000 (16:16 +0900)]
Add config option for creeper turn explosion

4 years agoImpl turn-based battle for Creepers 1.14
Stephen Seo [Wed, 18 Nov 2020 06:52:54 +0000 (15:52 +0900)]
Impl turn-based battle for Creepers

4 years agoUpdate Changelog.md 1.13
Stephen Seo [Sat, 14 Nov 2020 06:11:26 +0000 (15:11 +0900)]
Update Changelog.md

4 years agoDisable midi playback
Stephen Seo [Sat, 14 Nov 2020 06:10:14 +0000 (15:10 +0900)]
Disable midi playback

Controlling midi volume with only Java library stuff doesn't appear to
work, so it has been disabled for now.

4 years agoUpdate Changelog.md 1.12
Stephen Seo [Fri, 13 Nov 2020 02:42:00 +0000 (11:42 +0900)]
Update Changelog.md

4 years agoFix potential server crash bug
Stephen Seo [Fri, 13 Nov 2020 02:41:36 +0000 (11:41 +0900)]
Fix potential server crash bug

4 years agoUpdated Changelog.md 1.11
Stephen Seo [Fri, 13 Nov 2020 02:29:28 +0000 (11:29 +0900)]
Updated Changelog.md

4 years agoFixes
Stephen Seo [Fri, 13 Nov 2020 02:27:57 +0000 (11:27 +0900)]
Fixes

Fixed text display in BattleGUI not displaying properly.
Updated TBM_Config.toml with new vanilla mobs.
Fixed parsing of version of TBM_Config.toml.

4 years agoUpdate year in LICENSE
Stephen Seo [Thu, 12 Nov 2020 08:11:23 +0000 (17:11 +0900)]
Update year in LICENSE

4 years agoUpdated for mcf 1.16.3-34.1.0 1.10
Stephen Seo [Thu, 12 Nov 2020 08:10:01 +0000 (17:10 +0900)]
Updated for mcf 1.16.3-34.1.0

4 years agoFix download links in README.md
Stephen Seo [Mon, 22 Jun 2020 08:05:44 +0000 (17:05 +0900)]
Fix download links in README.md

4 years agoUpdate download links in README.md
Stephen Seo [Mon, 22 Jun 2020 08:04:55 +0000 (17:04 +0900)]
Update download links in README.md

5 years agoUpdate README.md
Stephen Seo [Fri, 29 Nov 2019 10:50:28 +0000 (19:50 +0900)]
Update README.md

5 years agoUpdate LICENSE
Stephen Seo [Fri, 29 Nov 2019 10:48:20 +0000 (19:48 +0900)]
Update LICENSE

5 years agoUpdate README.md
Stephen Seo [Fri, 29 Nov 2019 10:48:03 +0000 (19:48 +0900)]
Update README.md

5 years agoUpdate Changelog.md for 1.9 1.9
Stephen Seo [Fri, 29 Nov 2019 10:38:38 +0000 (19:38 +0900)]
Update Changelog.md for 1.9

5 years agoMany fixes
Stephen Seo [Fri, 29 Nov 2019 09:52:28 +0000 (18:52 +0900)]
Many fixes

Switch back to using shadowjar for dependencies.
Fix saving new entity entries in config.
Fix possible BattleMusic failures.
Fix getEntity method not being side-aware.

5 years agoRemove use of synchronized since not using threads
Stephen Seo [Fri, 29 Nov 2019 04:59:41 +0000 (13:59 +0900)]
Remove use of synchronized since not using threads

5 years agoAdd support for battles in different dimensions
Stephen Seo [Fri, 29 Nov 2019 04:47:39 +0000 (13:47 +0900)]
Add support for battles in different dimensions

5 years agoFixes, mod now works (still WIP)
Stephen Seo [Thu, 28 Nov 2019 07:32:34 +0000 (16:32 +0900)]
Fixes, mod now works (still WIP)

TODO: Battles currently don't work in dimensions other than the
overworld.

5 years agoImpl /tbm-edit , some fixes
Stephen Seo [Wed, 27 Nov 2019 07:55:48 +0000 (16:55 +0900)]
Impl /tbm-edit , some fixes

5 years agoChange namespace to com.burnedkirby.*
Stephen Seo [Mon, 25 Nov 2019 06:29:25 +0000 (15:29 +0900)]
Change namespace to com.burnedkirby.*

5 years agoImpl all commands but TBMEdit for 1.14
Stephen Seo [Mon, 25 Nov 2019 06:15:17 +0000 (15:15 +0900)]
Impl all commands but TBMEdit for 1.14

5 years agoFix TurnBasedMinecraft/common/Battle.java
Stephen Seo [Mon, 28 Oct 2019 02:49:28 +0000 (11:49 +0900)]
Fix TurnBasedMinecraft/common/Battle.java

5 years agoSome work on BattleManager and BattleUpdater
Stephen Seo [Fri, 25 Oct 2019 07:42:54 +0000 (16:42 +0900)]
Some work on BattleManager and BattleUpdater

5 years agoFix add/edit entity in config
Stephen Seo [Mon, 21 Oct 2019 12:06:32 +0000 (21:06 +0900)]
Fix add/edit entity in config

5 years agoWIP porting to forge 1.14.4
Stephen Seo [Mon, 21 Oct 2019 07:13:11 +0000 (16:13 +0900)]
WIP porting to forge 1.14.4

6 years agoFix gradle wrapper
Stephen Seo [Thu, 29 Nov 2018 05:03:54 +0000 (14:03 +0900)]
Fix gradle wrapper

6 years agoUpdate README.md
Stephen Seo [Thu, 8 Nov 2018 01:57:18 +0000 (10:57 +0900)]
Update README.md

6 years agoAdd note about dependencies to mcmod.info
Stephen Seo [Tue, 30 Oct 2018 06:54:04 +0000 (15:54 +0900)]
Add note about dependencies to mcmod.info

6 years agoUpdate Changelog.md 1.8
Stephen Seo [Tue, 30 Oct 2018 05:29:25 +0000 (14:29 +0900)]
Update Changelog.md

6 years agoVersion 1.8
Stephen Seo [Tue, 30 Oct 2018 05:15:37 +0000 (14:15 +0900)]
Version 1.8

Updated Changelog.md, README.md, and versions.

6 years agoAdd mp3 support
Stephen Seo [Tue, 30 Oct 2018 05:11:48 +0000 (14:11 +0900)]
Add mp3 support

6 years agoMinor improvements
Stephen Seo [Mon, 29 Oct 2018 05:46:45 +0000 (14:46 +0900)]
Minor improvements

6 years agoUse Random instead of math.random()
Stephen Seo [Sat, 27 Oct 2018 08:34:02 +0000 (17:34 +0900)]
Use Random instead of math.random()

Also moved rest of probability logic out of addScheduledTask().

6 years agoMove probability logic to BattleUpdate thread
Stephen Seo [Sat, 27 Oct 2018 07:53:04 +0000 (16:53 +0900)]
Move probability logic to BattleUpdate thread

6 years agoMinor change to debug log notes
Stephen Seo [Sat, 27 Oct 2018 07:35:29 +0000 (16:35 +0900)]
Minor change to debug log notes

6 years agoMinor improvements/fixes
Stephen Seo [Sat, 27 Oct 2018 04:58:19 +0000 (13:58 +0900)]
Minor improvements/fixes

6 years agoUpdate to forge version "1.12.2-14.23.5.2768"
Stephen Seo [Sat, 27 Oct 2018 07:10:19 +0000 (16:10 +0900)]
Update to forge version "1.12.2-14.23.5.2768"

6 years agoUpdate Changelog.md
Stephen Seo [Fri, 26 Oct 2018 12:11:14 +0000 (21:11 +0900)]
Update Changelog.md

6 years agoUpdate README.md
Stephen Seo [Fri, 26 Oct 2018 11:59:06 +0000 (20:59 +0900)]
Update README.md

6 years agoAdd a fix to the Changelog
Stephen Seo [Fri, 26 Oct 2018 09:11:35 +0000 (18:11 +0900)]
Add a fix to the Changelog

6 years agoMinor fixes, improvements
Stephen Seo [Fri, 26 Oct 2018 09:10:09 +0000 (18:10 +0900)]
Minor fixes, improvements

6 years agoUpdate README.md
Stephen Seo [Fri, 26 Oct 2018 06:05:12 +0000 (15:05 +0900)]
Update README.md

6 years agoMinor fixes 1.7
Stephen Seo [Fri, 26 Oct 2018 05:18:48 +0000 (14:18 +0900)]
Minor fixes

6 years agoVersion 1.7
Stephen Seo [Fri, 26 Oct 2018 04:35:20 +0000 (13:35 +0900)]
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.

6 years agoUpdate README.md
Stephen Seo [Thu, 25 Oct 2018 08:53:46 +0000 (17:53 +0900)]
Update README.md

6 years agoUpdate README.md
Stephen Seo [Thu, 25 Oct 2018 07:21:39 +0000 (16:21 +0900)]
Update README.md