Yair Morgenstern
3ef5442c38
Remove jvmToolchain so everyone can use their default ( #12388 )
2024-11-01 11:48:33 +02:00
yairm210
0c6ae89be3
Revert "LibGDX 1.13.0 ( #12338 )"
...
This reverts commit add48125c7
.
2024-10-31 07:07:30 +02:00
Yair Morgenstern
add48125c7
LibGDX 1.13.0 ( #12338 )
2024-10-25 09:23:24 +03:00
Yair Morgenstern
6b9c98edc5
Compile to jre 8 target ( #11122 )
...
* Allow Java 8 to run this seamlessly, because really, why not?
Resolves #11121
Resolves #11074
* Apparently
* Correct version-to-string
2024-02-12 00:49:08 +02:00
Yair Morgenstern
e7a2b94c60
SomeTrog's versioning test - compile on jdk 17 FOR jre 11, includes gradle upgrade ( #11111 )
2024-02-10 19:44:47 +02:00
Yair Morgenstern
a215685b57
4.10.5
2024-01-30 20:17:51 +02:00
Yair Morgenstern
52a9eebe28
Gradle 8.2, remove all IOS references due to robovm bug (which we don't use)
2024-01-28 12:35:29 +02:00
Yair Morgenstern
783f846761
Remove source compatibility to java 8, in preparation for Gradle 8.5 upgrade
...
See #10740
2023-12-28 23:07:24 +02:00
SomeTroglodyte
940fa9a551
Slimming a locally built jar ( #9321 )
2023-05-04 14:21:00 +03:00
Yair Morgenstern
a76b344aba
Split itch upload to separate job - test4
...
Separated 'packr' gradle task from 'dist' task which builds the JAR
2023-03-07 21:54:41 +02:00
Yair Morgenstern
f04297acfd
Removed use of Anuken packr, removing windows32 builds.
2022-10-12 23:39:57 +03:00
nacro711072
3202239129
JvmArg not work for mac desktop:run. ( #7681 )
...
* fix build bug.
* add package gdx-lwjgl3-glfw-awt-macos for mac only.
* use library with non-specify-platform.
2022-08-28 23:24:54 +03:00
SomeTroglodyte
3d6a01d633
Build warnings cleanup ( #6827 )
2022-05-19 02:12:18 +02:00
Timo T
df9b62ff6f
Fix coroutines not being added to desktop:dist ( #6822 )
...
* Use kotlin coroutines instead of raw threads (+ refactorings)
Equal to f8e0f572
* Fix coroutine class files not being added to desktop:dist
2022-05-17 08:37:12 -07:00
will-ca
90df253783
Disable -XstartOnFirstThread
when not on Mac. ( #5782 )
...
* Disable `-XstartOnFirstThread` when not on Mac.
* Update desktop Mac arguments.
* Disable JVM Mac args only for `desktop:run`.
2021-12-22 19:17:50 +02:00
yairm210
05742e02f3
Added documentation for Mac parameters as per #5679 and future-proofing build.gradle for eventual mac releases
2021-11-27 21:05:11 +02:00
Yair Morgenstern
a1e0b686b1
Upgrading to LWJGL 3, which is now the default, as of LibGDX 1.10.1 ( #5614 )
...
* Upgrading to LWJGL 3, which is now the default, as of LibGDX 1.10.1
MacOS running problem solved by adding JVM args to desktop build.gradle
Should resolve #5601
* Apparently, keyTyped is ONLY for character keys. Esc and f12 are non-character keys, so we need to change from keyTyped to keyDown.
How does this affect out ctrl combinations? Dunno yet :) I couldn't find any actual uses in code, but it shouldn't be worse than keyTyped
This commit can be cherry-picked into the master branch as a preparation for the move to lwjgl3
2021-11-03 00:15:47 +02:00
yairm210
19837c235a
3.16.13-windows64NewPackrTest
2021-09-10 12:39:15 +03:00
yairm210
2c8bf658ed
3.16.13-windows64NewPackrTest
2021-09-10 12:30:09 +03:00
yairm210
1530389507
3.16.13
2021-09-08 23:19:07 +03:00
yairm210
a0e0cccea8
Resolved #4970 - Removed MacOS release due to problems
2021-08-23 20:35:20 +03:00
yairm210
8ef0dc99e9
MacOS release!
...
With the xmargs it needs to run ;)
2021-08-22 22:59:10 +03:00
yairm210
fffedf9a70
MacOS release!
2021-08-22 22:49:49 +03:00
yairm210
79f3aae803
Linux64 is now built with packr JAR file, thus removing the need for JAVA_HOME!
2021-08-22 21:08:26 +03:00
yairm210
85ed8a27d3
Bumped sourceCompatibility to Java 7
...
Released in 2011 and by now technically out of support for 2 years.
Gotta roll with the times, but roll slowly.
2021-08-20 15:24:02 +03:00
Yair Morgenstern
bcab751f7c
Linting
2021-01-28 16:21:25 +02:00
Yair Morgenstern
6d7d698dad
Prepacked flag, unit and building images in altas files, so they'll be readable from the jar files
2020-11-22 21:47:46 +02:00
Väinö Mäkelä
742816b759
Fix Gradle deprecation warnings ( #2879 )
...
Gradle 7 will remove some features and they need to be replaced
2020-07-24 09:30:00 +03:00
Daniel Bälz
47d7e8ef09
Gradle Kotlin DSL ( #2634 )
...
* Ease migration to Gradle Kotlin DSL by changing quotes, function calls and plugin definitions
* Migrate build scripts to Gradle Kotlin DSL
2020-05-19 00:14:01 +03:00