Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: korlibs/korge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0-alpha9
Choose a base ref
...
head repository: korlibs/korge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0-beta1
Choose a head ref
  • 3 commits
  • 47 files changed
  • 2 contributors

Commits on Jul 8, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    vkubiv Volodymyr Kubiv
    Copy the full SHA
    4ae87fc View commit details

Commits on Jul 11, 2024

  1. Adds uses-sdk to generated AndroidManifest.xml in krpoject specifying…

    … minSdk and targetSdk (#2004)
    soywiz authored Jul 11, 2024
    Copy the full SHA
    6f2c3ee View commit details

Commits on Jul 22, 2024

  1. 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
    soywiz authored Jul 22, 2024
    Copy the full SHA
    4edeb8b View commit details
Loading