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

Try fix deploying

github.com/korlibs/korge - c558d39f64b7268a524f1fbedfc05305b3e89ca8 authored almost 2 years ago
Fixes GpuShapeView rendering with NON_ZERO windings (#1331)

* Fix Graphics property propagation

* Fix GpuShapeView EVEN_ODD face culling

* Fix Easing ...

github.com/korlibs/korge - 20254e9878be13025df920f01cc949b107f3781f authored almost 2 years ago
Enable GPU rendering for ShapeView and Circle by default again (#1328)

github.com/korlibs/korge - 7012eedfc1ee703554df98face867beb74f348c0 authored almost 2 years ago
Small fix

github.com/korlibs/korge - a7d1a542d519a494c443134a2284d471a28cd7ec authored almost 2 years ago
Upload `**/build/reports` on failure and make BitmapAsserter write expect/diff/actual to the `korge/build/reports` folder (#1330)

* Upload `**/build/reports` on failure

* Make BitmapAsserter write expect/diff/actual to the
...

github.com/korlibs/korge - 5bd800baba34f9ceee626c6836d2594b766cbe8b authored almost 2 years ago
Add screenshot test for SDF functionality (#1327)

github.com/korlibs/korge - 117e921028a2dbfa21e0e5a332f0a51a9f8e12ca authored almost 2 years ago
Fix & enable macos offscreen/screenshot tests (#1324)

* Try to enable macos offscreen tests

* Try several formats before giving up (without acceler...

github.com/korlibs/korge - 85d96ff7411aa18951c3dd8b2ec34daf7ceff917 authored almost 2 years ago
Added features list to information section of README (#1325)

Added features to information section of README

github.com/korlibs/korge - 65e62aa6b40079becae10fc51df23450ed178a8b authored almost 2 years ago
Support offscreen main framebuffer and support screenshots using that framebuffer instead to test with screenshots main framebuffer rendering (#1323)

Support reading pixels from framebuffer (flipping coordinates)

github.com/korlibs/korge - 31ee9785bbad665abd24fc10dec8e4e533dcdd94 authored almost 2 years ago
Fix clipping/scissoring not working as expected on opengl main framebuffer + tests covering both cases (#1322)

* Minor

* Fix clipping/scissoring not working as expected on opengl main framebuffer + tests ...

github.com/korlibs/korge - 75aa18e7874498f29e59ed2021ecbb661ba11d23 authored almost 2 years ago
Replace reference tests with screenshot tests and do some fixes and improvements (#1320)

github.com/korlibs/korge - 82f56ddc293e93a9a72bde8ca759a5496fd3b665 authored almost 2 years ago
Try running offscreen rendering tests with LIBGL_ALWAYS_SOFTWARE=true on windows, and enable debugging (#1318)

Try running offscreen rendering tests with LIBGL_ALWAYS_SOFTWARE=true on windows, and enable deb...

github.com/korlibs/korge - ed46111745eb3d74a1738adb61775dc96d2551ad authored almost 2 years ago
Unifies copyToTree (#1315)

github.com/korlibs/korge - 317ed7ddfdb49cc70852b76b4e30fd075164d293 authored almost 2 years ago
Simplify JVM blocking IO usage (#1313)

github.com/korlibs/korge - 00ed4b36a44544d09c79e41ea951ba6b8244f814 authored almost 2 years ago
Try to debug linux egl/mesa with envs (#1314)

github.com/korlibs/korge - a135b064668cbb186794a00e488fb8d9934ed3c3 authored almost 2 years ago
Simplify screenshot testing and make it use offscreen rendering to not be intrusive while running and support CI (#1312)

Add functionality to compare screenshots enabled via environment variable

github.com/korlibs/korge - b319f1714eaf1f8fa9080b7c8e61e6e5dfd384cb authored almost 2 years ago
Initial headless/offscreen rendering tests on the JVM (#1308)

github.com/korlibs/korge - 911d384bf7117090cb2755c8fa0dc12f4597d9cf authored almost 2 years ago
Update action.yml

github.com/korlibs/korge - 51642d15a8b10781606977a7a28716883a410534 authored almost 2 years ago
Disable automatic issue-project assignation since it doesn't seems to work

github.com/korlibs/korge - 96fe04d6f221a6f37df3c59dcff28b7ae1d2d5f1 authored almost 2 years ago
Try small fix?

github.com/korlibs/korge - 81044c1e88ac2d5cdf96d9417340eaa138a5bf8c authored almost 2 years ago
CI: Add issues to korlibs project

github.com/korlibs/korge - 0e31ce00602bbae08d152744aa0f45e86706a50a authored almost 2 years ago
Fixes View.renderToBitmap(includeBackground = true) not working as expected

Fixes https://github.com/korlibs/korge/issues/1265

github.com/korlibs/korge - 276b000593d8f90e05d514ef78f497bdf54a2041 authored almost 2 years ago
Simplify screenshot testing to not have to call endTest manually

github.com/korlibs/korge - 9603882f548c3b626bcea8a35a8bd45da87d5b4a authored almost 2 years ago
Fixes TileMap not displaying some infinite tiles in some circumstances (#1305)

* Add TileSet new constructor

* Fixes TileMap not displaying some infinite tiles in some circ...

github.com/korlibs/korge - c989a82495aeca72d9d85a765c1e6f197354e40d authored almost 2 years ago
Fixes add-opens accessing com.apple.eawt (#1304)

github.com/korlibs/korge - f1a086ebe6d7fcad9026fb2630ab8a200382f1de authored almost 2 years ago
Support posterizaton in screenshot testing to reduce golden sizes (#1303)

github.com/korlibs/korge - 41c38ab67055d3cbfb9cfee5dead7d269dc31a22 authored almost 2 years ago
Optimize PNG compression to support Bitmap8 and to use some PNG filters (#1302)

github.com/korlibs/korge - 9876c23616ed42989b29e9b460a3037822e35900 authored almost 2 years ago
Cleanup tests on all projects, improve logger (#1300)

github.com/korlibs/korge - a2b74836e1c53b34cbea2fed74630e7b3a20ad19 authored almost 2 years ago
Allow setting klogger logger levels before running with environment variables ie. `LOG_loggerName=debug` (#1301)

* Allow setting klogger logger levels before running with environment variables ie. `LOG_loggerN...

github.com/korlibs/korge - a765fe3a401ffb7f12a0d72f90f52745b347c03f authored almost 2 years ago
Remove println from kds tests, move ignored test to JVM to avoid both disabling it and OOM (#1297)

* Remove println from kds tests, move ignored test to JVM to avoid both disabling it and OOM

...

github.com/korlibs/korge - 2493e5f74e720a04033c37d2f67d207f2f0e7c71 authored almost 2 years ago
Optimize BitArray and re-enable korge-benchmarks + bump to kotlinx.benchmark 0.4.7 (#1298)

* Optimize BitArray and re-enable korge-benchmarks + bump to kotlinx.benchmark 0.4.7

* Conver...

github.com/korlibs/korge - 1f42e9e9d1c8a46bd85c8e88139ac75b07092158 authored almost 2 years ago
Fixes BigInt.inv + cleanup println in tests (#1296)

github.com/korlibs/korge - 37ecd75dbe3717d9c0f6a5dd41b872de3f641ca8 authored almost 2 years ago
Unify Android and JVM source sets on Klock (#1293)

github.com/korlibs/korge - a06495e588d551f2c7a1f1bf77f0c232d4f4fe6b authored almost 2 years ago
Add GlobalBus.unregister to make it more obvious

Fixes https://github.com/korlibs/korge/issues/555

github.com/korlibs/korge - 9db189dc6fa43095a3431bf5fa4d7b1743eac347 authored almost 2 years ago
Try to figure out the cause of

> Task :korim:jvmTest

DemoTest[jvm] > test[jvm] FAILED
kotlinx.coroutines.TimeoutCancellati...

github.com/korlibs/korge - e161436edd006da40cccc3303f2a78d85d4ec0ad authored almost 2 years ago
Korge multiplatform testing library. (#1244)

* Korge multiplatform testing library.

* I think this fixes android errors.

* Update to kt...

github.com/korlibs/korge - 93b37e8de03d18cd79a3b17ae6696a4eafb9383d authored almost 2 years ago
Add missing tiled kproject

github.com/korlibs/korge - 31452441ea0e6e7b630c9de9f4a24986b01a9021 authored almost 2 years ago
Ensure that #670 is fixed (#1292)

github.com/korlibs/korge - 29c112f51255917d93d9a27f677bfb1fde4ace8f authored almost 2 years ago
Fix particles sample coordinates

github.com/korlibs/korge - 660ff9bd0f983d36d6e6eefd6594409e1e332180 authored almost 2 years ago
Fixes context lost and adds tests for it (#1291)

* Fixes context lost and adds tests for it

* Fix compilation after merge

github.com/korlibs/korge - 83fb151e6f6830741f5df1e7cca98f086313c4c4 authored almost 2 years ago
Remove external sampler functionality (#1290)

If some consumers require it, they can convert the texture with another shader. This should simp...

github.com/korlibs/korge - 4192d62a8b17e187807afc00eef43b3ac2c2bec6 authored almost 2 years ago
Fix deployment targets and remove watchosArm32 since it those devices are already discontinued (#1289)

github.com/korlibs/korge - 14998cca16023d11695052856be3e673feea3e24 authored almost 2 years ago
Added <activity ...android:exported="true">

github.com/korlibs/korge - 0eacbe9a2627bae343fbbd751cddd6bdd2dd914d authored almost 2 years ago
Increase default suspend test timeout from 20 seconds to 40 seconds

github.com/korlibs/korge - 1dfbadd12fdde6ff7cd3c3e2a091486eda19a1d2 authored almost 2 years ago
Try to fix CGFloat issues after removing old 32-bit targets

github.com/korlibs/korge - a8007553b5f3cbf9f0068b80891abaa6b5aa435f authored almost 2 years ago
Fix ASEprite premultiplication + handle invalid slices (#1288)

* Fix ASEprite premultiplication

* Handle corrupted ase file in samples and tests

github.com/korlibs/korge - 171595dc300a0e2c4d39eb8a744ab497dddbb31e authored almost 2 years ago
Small fix

github.com/korlibs/korge - 8588eb5cc387cbe12de041ac8941e7bfb2531977 authored almost 2 years ago
Enable testing WatchOS & TvOS building on CI (#1287)

github.com/korlibs/korge - 6fcc9f72963159623364117a5c9aadbb921c049f authored almost 2 years ago
Remove deprecated targets

github.com/korlibs/korge - 0220901f5cacf646a1f4175cdef9c775e500a6a9 authored almost 2 years ago
Circumvent Kotlin 1.8.20-Beta issue for now

github.com/korlibs/korge - 3aab8cecb4c068429caf887a8c43d1321aa70176 authored almost 2 years ago
Make tests configuration reusable + mark AbstractTestTask.testLogging.showStandardStreams = true

github.com/korlibs/korge - 894f0eaf4a1899a838d9e5dbb5dd4993285a73e4 authored almost 2 years ago
Since golden references tested on the JVM might produce different results on different platforms, (#1269)

* Since golden references tested on the JVM might produce different results on different platfor...

github.com/korlibs/korge - 0355a013dbf7d0d1cd4ccb09f7faf0f9c4e7fc66 authored almost 2 years ago
Try to fix test on windows JVM/K/N

github.com/korlibs/korge - ba152652e6c494ea5f1d4af2941d8b4c8b2ad2f8 authored almost 2 years ago
Fix userHomeVfs for native targets + test (#1127)

* Fix userHomeVfs for native targets + test

* Change .replace("/", "") with .trimEnd('/')

...

github.com/korlibs/korge - 17e0e1bfb6c22cd6d72ebf228673bd09bbcb8182 authored almost 2 years ago
Support dynamic function definition in common code (no invoking in common yet though) (#1285)

* Some dirty hacks to get DynamicLibrary with function invokes on K/N and JVM

Some fixes

S...

github.com/korlibs/korge - 78656c64313f30668cb1a9cb8ec6e821de3c890b authored almost 2 years ago
Re-enable tvos & watchos dummifying stuff in korau/korgw/korge (but the other libraries should be usable) (#1283)

* Re-enable tvos & watchos dummifying stuff in korau/korgw/korge (but the other libraries should...

github.com/korlibs/korge - 917abec7f78c051fdeac7801c232d3feccd3bce6 authored almost 2 years ago
Simplify TileMap now that tiled code with isometric/staggered support is extracted to kproject (#1275)

github.com/korlibs/korge - 3b3f90745f420e324272c855b48f5cef3d85a544 authored almost 2 years ago
Fix ALSA crashing when couldn't initialize audio

github.com/korlibs/korge - 18d73189126928ef08a0e1300bec8e007bcf717a authored almost 2 years ago
Small fix

github.com/korlibs/korge - 51121c32b7a6e4b571968c32c32dc3293fc60305 authored almost 2 years ago
Fix unzipTo

github.com/korlibs/korge - c220bfd10569771f85d3374afec03f936483ffcc authored almost 2 years ago
stacktrace e2e test

github.com/korlibs/korge - 427bb1b977010a648d7e2d9456925887a7b723ce authored almost 2 years ago
bump e2e-test gradle wrapper version

github.com/korlibs/korge - 0c6edde43f71e91dfba58906ab9659fdb63b4c16 authored almost 2 years ago
Add missing WaveOut files

github.com/korlibs/korge - 9961788814a7b1e6826fe0deb3306321b09d3e75 authored almost 2 years ago
Use WaveOut on JVM KorAU on Windows instead of OpenAL & remove openal.dll from KorAU JAR (#1282)

* Use WaveOut on JVM KorAU on Windows instead of OpenAL & remove openal.dll from JNA JAR

* Ad...

github.com/korlibs/korge - bf6e6c944b4a5f704d1d630a4f375b9ed0cb20c8 authored almost 2 years ago
CoreAudio JVM implementation and remove OpenAL binaries from KorAU (#1281)

* [WIP] Common CoreAudio implementation for JVM and later for K/N

* CoreAudio implementation ...

github.com/korlibs/korge - 62c3351b4e7a151fa13ccb9bc66ebe53b7de19d4 authored almost 2 years ago
Remove linux openal binaries (#1280)

github.com/korlibs/korge - c5a41c657423e8b349dc080db58047775b6ddd20 authored almost 2 years ago
Make common ALSA backend for Linux (#1279)

* [WIP] Common ALSA backend (JVM / K/N)

* Remove old linux-specific ALSA backend

* Some fixes

github.com/korlibs/korge - 5afe8b022eb4f1925677d751351ba68cb9f588a6 authored almost 2 years ago
Linux ALSA support to replace OpenAL on linux (#1277)

* [WIP] Linux ALSA support to replace OpenAL on linux

* Linux ALSA support on linux

* Fix ...

github.com/korlibs/korge - c6f6a6246e09bc9099788c6f9351cda83ff4816c authored almost 2 years ago
Adds View.onDropFile shortcut: Fixes https://github.com/korlibs/korge/issues/1117

github.com/korlibs/korge - 833958923062936009b40f6a0c998a3ea9f1457c authored almost 2 years ago
Moved parallax functionality from korge to korge-parallax kproject: https://github.com/korlibs/korge-parallax (#1274)

* Moved parallax functionality from korge to korge-parallax kproject: https://github.com/korlibs...

github.com/korlibs/korge - 713a2d32dfcff5bf01c006bbdb3cf858b4803b9e authored almost 2 years ago
Comment out -Xvalue-classes for now to avoid warnings before the option is available

github.com/korlibs/korge - 679ce1a542f909fbec9ca5d856a833da29fc6445 authored almost 2 years ago
Move tiled maps to kproject (#1262)

github.com/korlibs/korge - 402983f4449ebc5454ce1ac3b6bb0d056f969941 authored almost 2 years ago
Add -Xvalue-classes to all targets, and unifies JS building to work with Kotlin 1.8.0 and 1.8.20 due to DSL (#1272)

* Add -Xvalue-classes to all targets, and unifies JS building to work with Kotlin 1.8.0 and 1.8....

github.com/korlibs/korge - 7a31e30a11a7ad63dc7cbc6331183c0c30ac2163 authored almost 2 years ago
Updating deprecated text to link to other function (#1273)

Updating deprecated text to link to other funtion

Thanks to "MasterOfNone" for the suggestion

github.com/korlibs/korge - 1c2efd63c40b693b6b549136e826f9323309bbef authored almost 2 years ago
Update buildSrc/.gitignore

github.com/korlibs/korge - d37f538618344e60bc539f971a7e252fb42bd959 authored almost 2 years ago
Do not include BuildVersions in commits by generating them in buildSrc/build.gradle instead in groovy (#1270)

github.com/korlibs/korge - 010beadf0befb246a34f0113097dd17a979c9671 authored almost 2 years ago
Unify both settings.gradle & buildSrc/build.gradle with repositories defined in gradle/repositories.settings.gradle (#1267)

github.com/korlibs/korge - c18b76d0166710db3c9894cdd7b0860842a23fa4 authored almost 2 years ago
Bump to Kotlin 1.8.10, unify K/N configuration and disable custom freeCompilerArgs (#1266)

Bump to Kotlin 1.8.10, unify K/N configuration and disable custom freeCompilerArgs.

Details o...

github.com/korlibs/korge - f47b78a764b676a16e5cdefeefb5f77d3dfa40c8 authored almost 2 years ago
Support slight differences between platforms when comparing goldens (#1263)

Support slight differences between platforms when comparing goldens. For example macos/windows m...

github.com/korlibs/korge - f4a5870487343c4db29cfcb4b0cd8c65d39a7505 authored almost 2 years ago
Fix rootProject.name that shouldn't be korge

github.com/korlibs/korge - 8ce9555bcbabc7a89c42fe43194bcd3e70c6366f authored almost 2 years ago
Do not specify name for the root project so it uses the root folder

github.com/korlibs/korge - beb9342ec6b145e2b87d15b4fd8ab488e86c9c0a authored almost 2 years ago
Moved MOD, S3M and XM to korge-audio-formats repo: https://github.com/korlibs/korge-audio-formats (#1261)

github.com/korlibs/korge - 42072292b605976fa8c024f0aa04857720e91812 authored almost 2 years ago
Go back to Kotlin 1.8.0

github.com/korlibs/korge - 1247f915815acbdbef5eb1e33377e417ad904853 authored almost 2 years ago
Bump Kotlin to 1.8.10 & serialization to 1.5.0-RC (#1260)

github.com/korlibs/korge - fc0f6f6aa5d6a3fb94f8d6e66d4df46fbac5dca5 authored almost 2 years ago
Do not exclude gradle folder but gradle/wrapper

github.com/korlibs/korge - 628b65c654aea68ead8ea4802d5073e8fd2da617 authored almost 2 years ago
Install resolutionStrategy as fast as possible

github.com/korlibs/korge - 2a75374ec63e7d392957c2f000ced0b6b538092a authored almost 2 years ago
Move lipsyncing to kproject: https://github.com/korlibs/korge-lipsync (#1258)

github.com/korlibs/korge - eefb095929254f0f2acec6a525c4cd3eecc936c7 authored almost 2 years ago
Update README.md

github.com/korlibs/korge - 4a7dbf0a10e30e0f3d5f68f373cda7530971e850 authored almost 2 years ago
Converted korvi to kproject: https://github.com/korlibs/korge-video (#1254)

github.com/korlibs/korge - 06aa396256ad61b6c6e5a3ba610d03b056eca1fe authored almost 2 years ago
Minor typo

github.com/korlibs/korge - 71f36ce7ca9e0bbf0b80150418aae44b668f32bd authored almost 2 years ago
Update with the ability to disable ligatures for TtfFont. (#1233)

* Working on adding way to disable ligatures. pt. 1

* Updated font with setting to enable/dis...

github.com/korlibs/korge - 1b6c8f8bb85dde462981ab94d0d7321c873fe879 authored almost 2 years ago
Try to circumvent reported issue in Intel MacOS

github.com/korlibs/korge - 698611d6ba44565e881a1bb4e2ff9f4f31f9c588 authored almost 2 years ago
Support specifying OpenGL path

github.com/korlibs/korge - 2482cef0c974f511b009b61832f8785c24f714ae authored almost 2 years ago
Update README.md

github.com/korlibs/korge - 3dd2bacf591c30116124a50d79525f41c2ca27c8 authored almost 2 years ago
Move LuaK to kproject: https://github.com/korlibs/korge-luak (#1251)

github.com/korlibs/korge - 528c861d703ec459a2bccc0a05c92df0cbc28631 authored almost 2 years ago
Small addition

github.com/korlibs/korge - ccb4d13c5ac76b51e04c1272bd1e72b14c091a69 authored almost 2 years ago
Moved korim-jpeg to a separate repo using kproject (#1242)

github.com/korlibs/korge - 823306200e20c919bb755af913d59721db060c15 authored almost 2 years ago
Cleanup old code

github.com/korlibs/korge - 51dc63f2367ebc10238d3884f3e9bee4dd3e07cf authored almost 2 years ago