Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

v2.7.0

Latest
Compare
Choose a tag to compare
@soywiz soywiz released this 25 Mar 02:07
· 1 commit to main since this release
532e8c7

What's Changed

  • Fix wrong task by @soywiz-invideo in #491
  • Added UntransformedSizeBmpCoordsWithInstance by @soywiz-invideo in #492
  • KDynamic and Dynamic2 was being autocompleted as they were exposing methods in a public object by @soywiz-invideo in #494
  • Do not include extra samples if DISABLED_EXTRA_KORGE_LIBS is enabled by @soywiz-invideo in #496
  • Adds com.soywiz.korio.test.assertEqualsJvmFileReference by @soywiz-invideo in #495
  • Allow Image to support custom shaders, support custom functions in shaders & added stexture2D function to the default shader repeat wrapping by default by @soywiz-invideo in #493
  • Add linux based android SDK locations to gradle by @jobe-m in #497
  • Fix RGBA.withR/G/B/A clamping by @soywiz in #499
  • Add MutableMargin and convert Margin into an interface, MarginInt and MutableMarginInt by @soywiz in #500
  • Add support for FOR constant loops with (if break) in shaders, adds Unop Operand by @soywiz in #501
  • Adds UISlider component by @soywiz in #502
  • Support blending modes in lineBatcher & use BlendMode.INVERT in debug annotations by @soywiz in #503
  • Fixes BatchBuilder2D._PROGRAMS thread local issue + fix order of PRE_ADD/POST_ADD programs by @soywiz in #504
  • Faster BlurFilter + filter optimizations, fixes and improvements by @soywiz in #505
  • Initial experimental SSL/TLS support on darwin: macos & ios by @soywiz in #506
  • Linux SSL sockets using OpenSSL dynamically by @soywiz in #508
  • Allows to seed extra random bytes by @soywiz in #509
  • Delete samples/box2dv2 directory by @SchneckeddeF in #507
  • Proper --add-opens on runJvm by @soywiz in #515
  • Execute BaseAwtGameWindow.DialogInterface methods with EventQueue.invokeLater by @soywiz in #513
  • Fix jvmTest with newer versions of jvm by calling useJUnit + add jvmTestFix by @soywiz in #510
  • Try to fix linux libraries not found on /lib /usr/lib + now ncurses or tinfo are not needed & openal & glut do not require dev versions, only runtime ones by @soywiz in #519
  • Use filter border in View bounds + BlurFilter improvements by @soywiz in #520
  • Some darwin SSL stability fixes by @soywiz in #526
  • jvmTest on e2e-test on mac seems to be flaky due to timeout, by @soywiz in #527
  • Optimize displaylink on Macos Native by @soywiz in #530
  • Use esbuild instead of webpack when running samples by @soywiz in #528
  • Initial GPU vector rendering as a sample by @soywiz in #524
  • Fixes a crash on K/N linuxX64 (reproduced on 1.6.10 and 1.6.20-RC2), by @soywiz in #531
  • Fix SSL sockets hanging in linux JVM by @soywiz in #532
  • Fixes falsely reporting an issue with glGenVertexArrays by @soywiz in #533
  • Make SortedMap implement Map interface. Not changing the name yet. by @soywiz in #534
  • [KorIM] Added QOI Image Format by @soywiz in #535

New Contributors

  • @SchneckeddeF made their first contribution in #507

Full Changelog: v2.6.3...v2.7.0