Skip to content

Tags: korlibs/korge

Tags

v6.0.0-beta3

Toggle v6.0.0-beta3's commit message
Release only the stagedRepositoryId created in deployment

v6.0.0-beta2

Toggle v6.0.0-beta2's commit message
Fixes debug font

v6.0.0-beta1

Toggle v6.0.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for korlibs 6.0.0-beta1 (#2273)

* Prepare for korlibs 6.0.0-beta1

* Do not scope to views.mouse.coroutineContext by default. Create new onClickSuspend*/onMouseStuffSuspend* variants allowing suspending, while making the older ones non-suspending so we don't have problem with the coroutineContext Job scope
Unify QView and View mouse events

* Fixes SyncEventLoop

* Upgrades xcodeGen

* Use .korge folder instead of .korlibs folder

* Some ios fixes

* Send KeyEvent.Type.TYPE events too on iOS

* Some iOS Key mapping improvements

* Add CoroutineName to several coroutines

* Avoid double initialization of scenes in korge-sandbox

* Enable corutine debug in korge-sandbox

* Allow to debug coroutines via flag

* Update MainAudioScene to test more things

* Update gradle.properties with configureondemand and configuration-cache

* More work

* Moved AudioChannel to Korge

* Minor

* Updated to 6.0.0-beta1

* Fix tests

* Fix tests

* Use Java 21

v6.0.0-alpha9

Toggle v6.0.0-alpha9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
WIP SDL FFI (#2263)

v6.0.0-alpha5

Toggle v6.0.0-alpha5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve KorGE publishing (#2247)

v6.0.0-alpha4

Toggle v6.0.0-alpha4's commit message
Fixes tvos compilation

v6.0.0-alpha3

Toggle v6.0.0-alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use FastDuration internally and provide overloads to avoid allocation…

…s on JS (#2239)

v6.0.0-alpha2

Toggle v6.0.0-alpha2's commit message
Remove deploy targets

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make deploy use nodejs 20.x (#2181)

v5.3.2

Toggle v5.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve SoundChannelGroup API (#2162)

* Improve SoundChannelGroup API

* Make fading functionality also work on sound channel groups