Skip to content

Commit

Permalink
GDX-PSX update with new group.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Jul 11, 2024
1 parent d738eba commit 478f209
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
}

version = "1.12.1.12"
version = "1.12.1.13-SNAPSHOT"
mainClassName = 'gdx.liftoff.Main'
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/gdx/liftoff/config/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import gdx.liftoff.views.widgets.ScrollableTextArea
@Suppress("unused") // Fields accessed via reflection.
class Configuration {
companion object {
const val VERSION = "1.12.1.12"
const val VERSION = "1.12.1.13-SNAPSHOT"
const val WIDTH = 600
const val HEIGHT = 700
const val PREFERENCES_PATH = "gdx-liftoff-prefs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1004,20 +1004,20 @@ class TinyVG : ThirdPartyExtension() {

/**
* LibGDX PSX-style render features. Not GWT-compatible.
* @author FXGaming
* @author bonenaut7
*/
@Extension
class GdxPsx : ThirdPartyExtension() {
override val id = "gdxPsx"
override val defaultVersion = "0.1.5"
override val url = "https://github.com/fxgaming/gdx-psx"
override val defaultVersion = "1.0.0"
override val url = "https://github.com/bonenaut7/gdx-psx"
override val repository = Repository.JitPack
override val group = "com.github.fxgaming"
override val group = "com.github.bonenaut7.gdx-psx"
override val name = "gdx-psx"

override fun initiateDependencies(project: Project) {
addDependency(project, Core.ID, "com.github.fxgaming:gdx-psx")
// addDependency(project, GWT.ID, "com.github.fxgaming:gdx-psx:sources")
addDependency(project, Core.ID, "com.github.bonenaut7.gdx-psx:gdx-psx")
// addDependency(project, GWT.ID, "com.github.bonenaut7.gdx-psx:gdx-psx:sources")
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ui-data/defaults.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
liftoffVersion=1.12.1.12
liftoffVersion=1.12.1.13-SNAPSHOT
projectNameDefault=
packageNameDefault=
mainClassNameDefault=
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/ui-data/nls.properties
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ artemisOdbTerms=ecs,entity component system
autumnTerms=dependency injection,metaphore,crashinvaders
autumnMvcTerms=dependency injection,model view controller,lml,metaphore,crashinvaders
bladeInkTerms=scripting language,text
colorfulTerms=sprite,tommy ettinger,tettinger,color
colorfulTerms=sprite,tommy ettinger,tettinger,color,oklab,hsl,hsv
commonsCollectionsTerms=java,framework,apache,collections,data structures
controllerMappingTerms=mr stahlfelge,mrstahlfelge
controllerScene2DTerms=mr stahlfelge,mrstahlfelge,ui,button
Expand All @@ -487,11 +487,11 @@ formicTerms=tommy ettinger,tettinger,gwt,format
funderbyTerms=tommy ettinger,tettinger,functional
furyTerms=apache,serialization,binary
gandTerms=simple graphs,gdx ai,pathfinding,tommy ettinger,tettinger,serialization
gdxBasisUniversalTerms=texture,metaphore,crashinvaders
gdxBasisUniversalTerms=texture compression,metaphore,crashinvaders
flexBoxTerms=lyze,yoga,ui
gameJoltApiTerms=highscores,data storage,raeleus,ray3k,raymond buckley
gdxGltfTerms=3d models,msgx
gdxPsxTerms=3d
gdxPsxTerms=3d,retro,bonenaut7,post processing effects
gdxVfxCoreTerms=post processing effects,metaphore,crashinvaders
gdxVfxEffectsTerms=post processing effects,metaphore,crashinvaders
guacamoleTerms=utilities,damios,crykn
Expand Down

0 comments on commit 478f209

Please sign in to comment.