Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

korge

KorGE Game Engine. Multiplatform Kotlin Game Engine
Collective - Host: opensource - https://opencollective.com/korge - Code: https://github.com/korlibs/korge

Remove old korge gradle plugin code (#1572)

github.com/korlibs/korge - dc74f780d7b537dc14fe5d71473f7bcb7e019b67 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes and tests onStageResized / onEvent(ViewsResizedEvent) (#1571)

github.com/korlibs/korge - 1c040f8487c0a83ad2e78973b57bc33d765a61c4 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes empty lines in yaml maps (#1570)

Fix from @jobe-m backported from https://github.com/korlibs/kproject/pull/12

github.com/korlibs/korge - e479b663ca9a438ddb00bc11d73b9d16d5cbbff5 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Merge remote-tracking branch 'origin/main'

github.com/korlibs/korge - 5b97cea7bc892b12bd1b4c4a0a5cee5324b99caa authored over 1 year ago by soywiz <[email protected]>
Do not check version on the development code

github.com/korlibs/korge - 01cf5d8df259ebdeaf1506ed0e3f3b43fc2b240a authored over 1 year ago by soywiz <[email protected]>
Make Maximize button on macOS cocoa to go fullscreen (#1569)

github.com/korlibs/korge - bdd376bd1e1630b3e4a625874b66cf50c1a7d574 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Update README.md

github.com/korlibs/korge - 0321ec139d23f7c7ad8ba039e967ecc40f066996 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes mipmaps where TEXTURE_BASE/MAX_LEVEL are supported (#1568)

github.com/korlibs/korge - 420bc49144e2449c44a727a9d7004099c5ba7b33 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Add comment about mipmap requiring POT textures

github.com/korlibs/korge - 2936f60c969096051b7987ff7b0dcd6153818fce authored over 1 year ago by soywiz <[email protected]>
runJs: correct MIME type for JavaScript modules (#1567)

* runJs: correct MIME type for JavaScript modules

* Add MIME type for js files as well

github.com/korlibs/korge - 0f0b25cd17ca88657d70616e709200d293596a47 authored over 1 year ago by Dmytro Marchuk <[email protected]>
Atlas texture generation for *.atlas folder/files, fixes catalog generation and resource processing on all the targets & adds mechanism to add a custom resource processors in the build.gradle (#1565)

github.com/korlibs/korge - a1c2305fa5a982a8dab83117bbe298c566a9dd12 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes packageJsClosureCompiler task, report errors & apply_input_source_maps (#1564)

github.com/korlibs/korge - 24139cff9c766e0fe2b050236745c6e1b9afc418 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Try to fix not using sourceMaps on JS to avoid huge performance bottleneck when running JS (#1563)

github.com/korlibs/korge - d4c32359bd967f56517c827d494cb3c47b666b82 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
runJs: correct MIME type for wasm files (#1562)

runJs task: correct MIME type for wasm files

Currently wasm files are served with `applicatio...

github.com/korlibs/korge - 18e40bbe3386697b7beea0ac13e8f03d6401eee1 authored over 1 year ago by Dmytro Marchuk <[email protected]>
Update README.md

github.com/korlibs/korge - 1d810994eb68e9656b4089b1df5495dcfaff723d authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes android Sound, since the deque writer/reader were in different threads and the datastructure was not thread-safe (#1561)

github.com/korlibs/korge - f3c6022e1016cc2cfb2e1dc53fc7c8d84f42e591 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes AudioDataStream to be able to seek and to restart (#1560)

Fixes AudioDataStream to be able to seek and to restart so infinite playback on sounds can work ...

github.com/korlibs/korge - 54ce37690194fdc1323ceab2a464ba044ae437fc authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Since bundles are deprecated in favour of kproject, let's remove bundle code from the plugin (#1557)

* Since bundles are deprecated in favour of kproject, let's remove bundle code from the plugin
...

github.com/korlibs/korge - 6809cc2bb89481b146399371bcca0dfe1d5168b3 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Checks latest KorGE version automatically (#1558)

github.com/korlibs/korge - 7b3507b4d21ab54b02fa041ff55dc0f2f6832101 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes Android library release builds being empty (#1556)

github.com/korlibs/korge - 4bc33f153c5c48c8bcf0c9babb9d8f2f7b6cb640 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Update README.md (#1555)

github.com/korlibs/korge - f395f08a72c0fa0e3f6541180427e9eb54154767 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support getting AGIndexType.bytesSize and getting it from shader's VarKind (#1553)

github.com/korlibs/korge - 92b6cc0365c82fcd184964037efed1bec1b5fa94 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Reduce the number of texture units to 8 for iOS (#1552)

github.com/korlibs/korge - 3665635ea5459e53661ce8afd57ce1a1f4594873 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support specifying a base offset for the buffer in AGVertexData (#1550)

github.com/korlibs/korge - 32b9a8812e2339b9fd596a630ed9bec96b802bc2 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Update Kotlin to 1.8.21 (#1551)

github.com/korlibs/korge - 0f2bad20525f6f13b925cdf4670f6ea46ce35e81 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Update README.md (#1549)

github.com/korlibs/korge - 194d06a6ac8e38e4eeda18e165c77c27b608fe78 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Bump kotlinx-coroutines to 1.7.0-RC (#1547)

github.com/korlibs/korge - 32b7d02ad064be45ff59f2ddafec50eacfb68978 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Update README.md (#1546)

github.com/korlibs/korge - 030384c8351617cc8ebed1753900d6a0d519f4f0 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Re-added old shortcuts for Korge.displayMode

github.com/korlibs/korge - a2f3be4e332a610e7882475cc6efb9a9b9f40902 authored over 1 year ago by soywiz <[email protected]>
EmptyShape2d -> EmptyShape2D (#1544)

* EmptyShape2d -> EmptyShape2D

* CompoundShape2d -> CompoundShape2D

* Some fixes and adjus...

github.com/korlibs/korge - f6b563f89475e44ab69af57ad4eb364d79006541 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Align extensions for Float too (#1545)

github.com/korlibs/korge - 5eb99421f7e99623e9c8ae0d97cdf64feccad1b2 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Added Anchor.withX and .withY

github.com/korlibs/korge - fc0a5fe369075b29f114c464dd93131cd9397745 authored over 1 year ago by soywiz <[email protected]>
Do not require Korge().start {}. Also keep compatibility with the old parameters windowWidth, bgcolor etc. for now. (#1543)

github.com/korlibs/korge - e1b55f71a1b7b521435238bf6dc8da026cb506cd authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Moved collisions API to kproject (#1542)

github.com/korlibs/korge - da80f770980cb0653ebb4c81da9d25c9aed340af authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Create CODE_OF_CONDUCT.md

github.com/korlibs/korge - e0e9acfda95ff2af3cbd3517bfec4c98cada8559 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Supports android display cutout (#1540)

* Fixes android fullscreen

* Supports android displayCutout

github.com/korlibs/korge - a81c75c3e4fc2673b4ab7bcae6f787d10943e4fd authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes Vector2/Point.isCollinear for fully horizontal points and repeated points (#1539)

github.com/korlibs/korge - 67a5206ff275dc24359a17cbe3f6145393372808 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Optimize View.localMatrix in K/N (#1537)

github.com/korlibs/korge - e1b0da428747c42aaa9b9a731908b7bff44ca03b authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Cleanup MRectangle and MBoundsBuilder (#1535)

* Cleanup MRectangle and MBoundsBuilder

* Fixes

* Make ColorTransform use float instead of...

github.com/korlibs/korge - ecd8fc6579783acaae38738cbc34d6450934bfa4 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Caches the PGP signatory decoding, that was performed for each artifact, (#1534)

to happen only once. Replacing useInMemoryPgpKeys with a cached instance.

After profiling, th...

github.com/korlibs/korge - 39d85a3cca9512ed17fa6934244fae8ac234c437 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
JVM Views extension mechanism + moved particles to kproject (#1533)

github.com/korlibs/korge - c990ce65ec7353002310c598182649a1f08e2499 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Move view align methods to korlibs.korge.view.align (#1532)

* Remove DockingComponent. Moved to kproject

* Move view align methods to korlibs.korge.view....

github.com/korlibs/korge - d89b531ed560cb1c3929b204188a6ef9ca6618bd authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Move korlibs.math.math package to just korlibs.math (#1530)

* Move korlibs.math.math package to just korlibs.math

* Fix

* Fix

github.com/korlibs/korge - 9aec4a94bd0051391262b6590a0917f8fc421ac4 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Remove old versions for a couple of projects (#1531)

github.com/korlibs/korge - 09e709e78654d200c883d7b589ae1f359cc4ce9c authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Remove experimental wrapped klock variants (#1508)

github.com/korlibs/korge - 982d8666ddb9fe91a75801a2b4c0f9f96132128b authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Cleanup Shape2d -> Shape2D

github.com/korlibs/korge - ae2c5ade7cdbfbebeedba3597a6db12849c227ed authored over 1 year ago by soywiz <[email protected]>
Huge arrayequal optimization + reduce checkings when uploading buffers to AGBuffer (#1529)

github.com/korlibs/korge - b91790c00fbb86c5cc775b969eeb14ff8b82408e authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Some MPoint -> Point, Double -> Float (#1528)

github.com/korlibs/korge - d1fe53fcd8da349daacbc9ccbc816b4d88d6906c authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes iOS rendering issue (#1527)

* Limit texture units to 0-7 since iOS seems to only support 8 texture units : GL_MAX_COMBINED_T...

github.com/korlibs/korge - c47b51168ede18b20703f15958e62c7ef1146b2b authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Implement some DialogInteface methods in iOS (#1525)

github.com/korlibs/korge - 33ff5b6dffdd343bb1ea94599062620689168254 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes Context2d.fillText and unifies alignment

github.com/korlibs/korge - 84f8d3b3496dff2e79c3650bcca01beb6b7f038e authored over 1 year ago by soywiz <[email protected]>
Fixes back button pressing on Android (#1524)

github.com/korlibs/korge - 8eb85c57b35e7c31c305f5a437f14b464dff3cf0 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Supports sound pausing/resuming on Android when the apps goes to the background / foreground (#1523)

github.com/korlibs/korge - d83c592949f61538bd7cf4a8d228b1a98f49f6ad authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support VAO on OpenGL MacOS (#1522)

github.com/korlibs/korge - 109e70f895a0e4bbb952ccbe15aec5ea5e572684 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Add runJvm (#1521)

github.com/korlibs/korge - 607406134096090b13e154e939392f476e1c8913 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes OpenGL contextLost on all targets & checks on the JVM (#1520)

* Checks OpenGL contextLost on JVM

* Improve Android pidof/logcat to ensure app start is logg...

github.com/korlibs/korge - 452134d5f077e6f23e3e6c876b611430304074f3 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Small improvement

github.com/korlibs/korge - c3be78c5fe80cbeb16e7a1fa68646f67c766abd9 authored over 1 year ago by soywiz <[email protected]>
Angle adjustments + Double -> Float

github.com/korlibs/korge - b80d4f0ba8ee9e461a0577062a795a51e8cd5a39 authored almost 2 years ago by soywiz <[email protected]>
Support providing a custom dispatcher for sound decoding + making AudioDecodingProps extra

github.com/korlibs/korge - dbffa0a3b59af6d11bbb9092967999dd9e8ed8d9 authored almost 2 years ago by soywiz <[email protected]>
Make Bezier immutable and remove IBezier interface (#1516)

github.com/korlibs/korge - ce0e9bca714f42ca367bd05087a494c2a5a11803 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Further Double -> Float and x, y to Point (#1515)

github.com/korlibs/korge - ad5fa8113f47ff17036bc26c1a6ea204dd44c158 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Update atomicfu (#1513)

Update libs.versions.toml

github.com/korlibs/korge - 16e85da0ea7c0f86279d15212ab913be2c977412 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Use Float & Size in Views (#1511)

github.com/korlibs/korge - ed111b7c0b2a17b77bf017e4333c3ee18fcc23fe authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
[WIP] Fix hotreloading issue by allowing to keep working configuration-cache for compileKotlinJvm (#1509)

* Try to test & reproduce hotreloading issue by trying to use configuration-cache for compileKot...

github.com/korlibs/korge - 620c0011a9628b78f329b67466b4bd8e294654bb authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Fixes CachedContainer & UIScrolalble & Adds FixedSizeCachedContainer clip & builder (#1507)

github.com/korlibs/korge - 9bcfab65618a82e0660de144230c2b08b6135a21 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Support for VAO and UBO when available (#1503)

github.com/korlibs/korge - fdf3310ebe7c906099aece0f13fbe30fcb342728 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Add runIosDebug/Release shortcut

github.com/korlibs/korge - 7b7c5a248966015bf347f1bcb832b936632bce99 authored almost 2 years ago by soywiz <[email protected]>
Bump to Kotlin 1.8.20 (#1504)

* Bump to Kotlin 1.8.20

* Update yarn.lock

github.com/korlibs/korge - dcd5d68fa0f10e096c06c18328309a87b18d58d6 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Fixes and refactor android (#1499)

* Fixes and refactor android

* Try to fix tests

* Further unify android stuff

* Further...

github.com/korlibs/korge - 5d52a55da9acef9439145d7d2ea39ab1cdbac6ea authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Add Turkish language to Klock Locales (#1501)

github.com/korlibs/korge - 631a0d5e79df6d1eb8f3840497bc98af6c79646f authored almost 2 years ago by Alper Tekin <[email protected]>
Remove Modules and simplify KorgeConfig (#1497)

github.com/korlibs/korge - bca583623c3ee6158a7f6bdc9571e51b663099e2 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Some Shape2D improvements (#1494)

* Some Shape2D improvements

* Add Shape2D.intersections to find points of intersection of sha...

github.com/korlibs/korge - 73ed360932e632cb7f766db5ebad648223e33c7a authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Make registerStageComponent faster (#1486)

* Make registerStageComponent faster

* Fix test

* Remove global variables

* Resolve com...

github.com/korlibs/korge - 72f7485e74b4b8d61a7f24bf9958be8154bec33d authored almost 2 years ago by BioRyajenka <[email protected]>
Remove MEulerRotation & MQuaternion and use immutable variants in remaining places (#1490)

* Remove MEulerRotation & MQuaternion and use immutable variants in remaining places

* Restor...

github.com/korlibs/korge - 90bc4c320eca3c5598fb58f7519366ea6a438fd1 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Remove related code to the old memory manager (#1489)

* Remove related code to the old memory manager

* Some fixes

github.com/korlibs/korge - 2250634ecb667c710d4ff028587c65c63d9fa683 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Cache View local bounds (#1487)

github.com/korlibs/korge - bed43084f010b92d6d5d66e60692f781aeff1d4b authored almost 2 years ago by BioRyajenka <[email protected]>
Add extra case in ViewTest.testBounds

github.com/korlibs/korge - cb77695bb0bf32e853df37a0df25b61739c6c8e8 authored almost 2 years ago by soywiz <[email protected]>
Add view bounds test

github.com/korlibs/korge - dfb38c61db9b02fed4aef1fa30914506979c7134 authored almost 2 years ago by soywiz <[email protected]>
Remove MCircle & MRay as they were already immutable (#1488)

github.com/korlibs/korge - 82afaf85cc1261ab39f65369025c9fd3da0edb21 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Try to keep up to date for CI deployment

github.com/korlibs/korge - 8ef1f025fb9e74bdc80035aaa4d25eb5b4230d46 authored almost 2 years ago by soywiz <[email protected]>
Try to fix signing

github.com/korlibs/korge - 07ab1b6d317e6ca046a891fdea2d6e0856c7b514 authored almost 2 years ago by soywiz <[email protected]>
Fix scenarios where textures were not being updated, and strange errors in JS

github.com/korlibs/korge - c9e960ebb0d3312f06fa95dc12c56bba4344a620 authored almost 2 years ago by soywiz <[email protected]>
Fix marking checkbox by default

github.com/korlibs/korge - 7343f66533f36349dced88cbc94da673d8efae32 authored almost 2 years ago by soywiz <[email protected]>
Some texture unit fixes

github.com/korlibs/korge - a191dd0960cc494ff2d8537847703cd174dadff0 authored almost 2 years ago by soywiz <[email protected]>
Some texture unit fixes

github.com/korlibs/korge - 66c61181a27dd654cd328e0cd6438fd01f1ed786 authored almost 2 years ago by soywiz <[email protected]>
Some Android fixes

github.com/korlibs/korge - 1beced92ad1888cefabcf93617e93a6ff66dbcd3 authored almost 2 years ago by soywiz <[email protected]>
Some Android fixes

github.com/korlibs/korge - a6551a9e963a7300956fea6a5f043725993eb122 authored almost 2 years ago by soywiz <[email protected]>
Try to deduplicate signing

github.com/korlibs/korge - abb85126b3393dda2bc85b43b619b17ab0f2f2a8 authored almost 2 years ago by soywiz <[email protected]>
Update WaveFilter changing crestCount to crestDistance (#1482)

github.com/korlibs/korge - 668070859a2204069138bb0364553d3e317b6cc8 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Further mutable cleanups and MMatrix (#1484)

github.com/korlibs/korge - 58dc331730f2b6461218f0c4d022f0bc82f0aba6 authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Shape2d improvements and cleanups (#1483)

* Make basic primitives implement a common NShape2D interface

* Fix GpuShapeView colorMul not...

github.com/korlibs/korge - cc53d85936859316ea1e4780e7682b1d04d4604d authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>
Revert "Update WaveFilter changing crestCount to crestDistance"

This reverts commit 6b0265e4ddbbd54ecc088d8b2dc7c204559487ce.

github.com/korlibs/korge - c39cd7c313ded31ecac7325d9ff13110eb9ea0ea authored almost 2 years ago by soywiz <[email protected]>
Update WaveFilter changing crestCount to crestDistance

github.com/korlibs/korge - 6b0265e4ddbbd54ecc088d8b2dc7c204559487ce authored almost 2 years ago by soywiz <[email protected]>
Remove AGValue & AGUniformValues (#1481)

github.com/korlibs/korge - 187a44546ec76ddf75607908cff5e8864013711a authored almost 2 years ago by Carlos Ballesteros Velasco <[email protected]>