Skip to content

remove teamsList and timed boolean and substitute them with inferred values#123

Merged
aehmttw merged 6 commits intoaehmttw:masterfrom
ghostlypi:main
Feb 15, 2026
Merged

remove teamsList and timed boolean and substitute them with inferred values#123
aehmttw merged 6 commits intoaehmttw:masterfrom
ghostlypi:main

Conversation

@ghostlypi
Copy link
Collaborator

Level.timed is replaced with Level.timer > -1 (not would be Level.timer <= -1) because the timer cannot tick below 0 (it makes no sense)

Level.teamsList is replaced with new ArrayList<>(Levels.teamsMap.values())

@aehmttw aehmttw merged commit 0848ce6 into aehmttw:master Feb 15, 2026
1 check passed
ghostlypi added a commit to ghostlypi/Tanks that referenced this pull request Mar 7, 2026
…values (aehmttw#123)

* remove teamsList and timed boolean and substitute them with inferred values

* Use LinkedHashMaps to preserve element order

* Updated BasePlatformHandler to match new spec for Android folder stuff support

* Update to lwjglv4 for testing

* Fix bug with creating and using team on same load

* Apply aehmttw sound looping fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants