Skip to content

Tags: tomkiddl/korge

Tags

v4.0.0-alpha-4

Toggle v4.0.0-alpha-4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes masks and backdrop filter (korlibs#1380)

* Fixes masks and backdrop filter

* Make BitmapAsserter error output be clickable by adding file://

v4.0.0-alpha-3

Toggle v4.0.0-alpha-3's commit message
Try fix deploying

v4.0.0-alpha-2

Toggle v4.0.0-alpha-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Partially fixes GPU rendering (korlibs#1205)

v4.0.0-alpha-1

Toggle v4.0.0-alpha-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Try to make KotlinNativeCrossTest abstract to make it compatible with…

… Kotlin 1.8.0-Beta (korlibs#1125)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prototype new animator, supporting attaching new nodes on the fly (ko…

…rlibs#1095)

* Prototype new animator, supporting attaching new nodes on the fly

* Some fixes

* Change default local version to 999.0.0.999

* Do not require V2 to call .init() explicitly

* Add V2.incr variants for delta changes

* Update NewAnimator with fixes and improvements

* Minor Klock additions

* Much more work on NewAnimator + tests

* Add test checking V2 reusal when initial was not set

* Fixes KMutableProperty0.incr when reusing V2 instance

* Some fixes, remove old animator and replace with the new animator

* Update remaining versions to 999.0.0.999

* Try to avoid overload issue that was not detected in the editor

* Fix test not working properly on JS due to double.toString inconsistency

* Added TimeSpan.isNil

* Optimize KMutableProperty0.incr

* Fixes FastArrayList indexOf null on non-JS targets and contains on K/N targets that use indexOf internally

* Some cleanups and extra verifications

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove support methods using now removed artifacts, that are now cons…

…umed from kproject (korlibs#1084)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improved linux Gamepad support on JVM & support for Gamepad on K/N & …

…Add SyncIO (korlibs#1063)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Kotlin to 1.7.20 and jna to 5.12.1 (korlibs#1011)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes wrong filter position (korlibs#977)

v3.0.1

Toggle v3.0.1's commit message
Add EnumLike utility and make TextAlignment use it