alpha
Login
or
Join now
sickday.tngl.sh
/
hla-client
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
hla-client
/
src
/
main
/
at
9538d4401f8914499c41f1b5b7d3e69db194d0eb
2 folders
Patrick W.
Strip @JvmField/@JvmStatic annotations (pure Kotlin cleanup)
2mo ago
9538d440
java
Strip @JvmField/@JvmStatic annotations (pure Kotlin cleanup) Remove 1145 unnecessary @JvmField/@JvmStatic annotations now that no Java code exists. Only @JvmStatic on main() is kept for JAR manifest entry point. @JvmField retained on GameShell.width/height to avoid Canvas.getWidth/getHeight signature clash. Replace SoundPlayer.setVolume()/getVolume() explicit functions with Kotlin property access (SoundPlayer.volume = x).
2 months ago
resources
feat: sound
3 months ago