repo_name stringclasses 5
values | pr_number int64 1.52k 15.5k | pr_title stringlengths 8 143 | pr_description stringlengths 0 10.2k | author stringlengths 3 18 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 11 10.2k | filepath stringlengths 6 220 | before_content stringlengths 0 597M | after_content stringlengths 0 597M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/core/build.gradle | sourceCompatibility = 1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"
| sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project.name = appName + "-core"
| 1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/html/build.gradle | gwt {
gwtVersion='%GWT_VERSION%' // Should match the gwt version used for building the gwt backend
maxHeapSize="1G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
minHeapSize="1G"
src = files(file("src/")) // Needs to be in front of "modules" below.
modules '%PACKAGE%.GdxDefinition'
... | gwt {
gwtVersion='%GWT_VERSION%' // Should match the gwt version used for building the gwt backend
maxHeapSize="1G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
minHeapSize="1G"
src = files(file("src/")) // Needs to be in front of "modules" below.
modules '%PACKAGE%.GdxDefinition'
... | 1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/ios/build.gradle | sourceSets.main.java.srcDirs = [ "src/" ]
sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext {
mainClassName = "%PACKAGE%.IOSLauncher"
}
launchIPhoneSimulator.dependsOn build
launchIPadSimulator.dependsOn build
launchIOSDevice.dependsOn build
createIPA.dependsOn build
robov... | sourceSets.main.java.srcDirs = [ "src/" ]
sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
ext {
mainClassName = "%PACKAGE%.IOSLauncher"
}
launchIPhoneSimulator.dependsOn build
launchIPadSimulator.dependsOn build
launchIOSDevice.dependsOn build
createIPA.dependsOn build
robov... | 1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-setup/res/com/badlogic/gdx/setup/resources/lwjgl2/build.gradle | sourceCompatibility = 1.7
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
tasks.register('run', JavaExec) {
dependsOn classes
mainClass = project.mainCl... | sourceCompatibility = 1.8
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../%ASSET_PATH%"]
project.ext.mainClassName = "%PACKAGE%.DesktopLauncher"
project.ext.assetsDir = new File("../%ASSET_PATH%")
tasks.register('run', JavaExec) {
dependsOn classes
mainClass = project.mainCl... | 1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-setup/src/com/badlogic/gdx/setup/GdxSetupUI.java | /*******************************************************************************
* Copyright 2014 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2014 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | 1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btTriangleInfoMap.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/LimitState.java | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | /*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of ... | -1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/btMultiSphereShape.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/DestructionListener.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./gdx/src/com/badlogic/gdx/scenes/scene2d/utils/Cullable.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | -1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/DillCreator.java | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... | -1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/DefaultAndroidInput.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
libgdx/libgdx | 7,311 | Set GdxSetup source level to java 8 | Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this point I think, until we decide on the ap... | obigu | 2023-12-28T13:24:30 | 2023-12-28T19:35:04 | 7f682a7921a47f0da858508f6b6fd58426dd05d7 | 449619e48dc25ce335c4003830e409aa69f5f3f7 | Set GdxSetup source level to java 8. Since Java 21 (LTS) is the default version when downloading java, many users (specially new libGDX users) are complaining new projects don't work. Even if libGDX iOS backend doesn't fully support Java 8 language features (see https://github.com/libgdx/libgdx/issues/5487) at this poi... | ./extensions/gdx-box2d/gdx-box2d-gwt/build.gradle | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... | -1 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 36