Merge branch 'develop'

This commit is contained in:
Simon Brooke 2024-06-14 01:28:54 +01:00
commit 4b8570916b
75 changed files with 442 additions and 196 deletions

View file

@ -1,37 +1,47 @@
{
"folders": [
{
"path": "../GreatGameTerrain"
"path": "../biome"
},
{
"path": "../walkmap"
"path": "../GreatGameTerrain"
},
{
"path": "../jme-clj"
},
{
"path": "../MicroWorld/mw-engine"
},
{
"path": "."
},
{
"path": "../test-graphs"
},
{
"path": "../speechio"
},
{
"path": "../wherefore-art-thou"
},
{
"path": "../MicroWorld/mw-parser"
"path": "../jme3-template"
},
{
"path": "../../Documents/fiction/merchants-war-game"
},
{
"path": "../MicroWorld/mw-engine"
},
{
"path": "../MicroWorld/mw-parser"
},
{
<<<<<<< HEAD
"path": "../../Documents/fiction/merchants-war-game"
},
{
"path": "../simulated-genetics"
=======
"path": "../simulated-genetics"
},
{
"path": "../speechio"
},
{
"path": "." /* the great game itself */
},
{
"path": "../walkmap"
},
{
"path": "../wherefore-art-thou"
>>>>>>> develop
}
],
"settings": {
@ -39,4 +49,4 @@
"java.compile.nullAnalysis.mode": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}
}
}