Skip to content

Commit b481215

Browse files
committed
Merge branch 'release/0.2.6'
2 parents 38c203c + 808f420 commit b481215

File tree

126 files changed

+342
-6612
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+342
-6612
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ After selecting a new game you have to generate the world, just before choosing
6161
NB: trees cannot be seen here, but they are generated (as individual obstacles) with varying probability
6262
depending on terrain type.
6363

64-
The rivers and lakes are upcoming in release `0.3.0`. The terrain types are currently fixed. Ordered by
65-
height, they are:
64+
The terrain types are currently fixed. Ordered by height, they are:
6665

6766
* Deep water
6867
* Shallow water
@@ -74,9 +73,15 @@ height, they are:
7473
* Mountain
7574
* High Mountain
7675

76+
Rivers and lakes are present, and they simply have Shallow or Deep water type. As of `0.2.6`, rivers
77+
don't have a "coast".
78+
7779
Some terrains are harder to move through: more stamina will be consumed, and a higher delay is to be expected.
7880

79-
All this should be completely configurable by the user by release `0.4.0`, hopefully.
81+
Some creatures prefer some terrains, but the differences are not huge.
82+
83+
All this should be completely configurable by the user by release `0.4.0` - so that one could mod
84+
different terrain types, map generation parameters, biome details and so on.
8085

8186
## Features
8287

@@ -89,7 +94,7 @@ Pathfinding is both precise and efficient thanks to an AStar implementation that
8994
to plan a course to a target position.
9095

9196
What this means for the end user is that the game doesn't cheat. It doesn't magically make creatures see you
92-
if they shouldn't. The other creatures can only do what *you* can also do.
97+
if they shouldn't (eg, if you are hidden by a boulder). Other creatures can only do what *you* can also do.
9398

9499
### Simple Ecology
95100

alone-rl.iml

+8-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
</content>
1212
<orderEntry type="inheritedJdk" />
1313
<orderEntry type="sourceFolder" forTests="false" />
14-
<orderEntry type="library" name="Maven: com.github.trystan:AsciiPanel:e0c4372" level="project" />
14+
<orderEntry type="library" name="Maven: com.github.trystan:AsciiPanel:372dfbae98" level="project" />
1515
<orderEntry type="library" name="Maven: net.onedaybeard.artemis:artemis-odb:2.1.0" level="project" />
1616
<orderEntry type="library" name="Maven: net.mostlyoriginal.artemis-odb:contrib-core:2.3.0" level="project" />
17-
<orderEntry type="library" name="Maven: com.github.fabioticconi:rlforj-alt:0.3.0" level="project" />
18-
<orderEntry type="library" name="Maven: com.github.fabioticconi:terrain-generator:0.0.1" level="project" />
19-
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
20-
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
21-
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
17+
<orderEntry type="library" name="Maven: com.github.fabio-t:rlforj-alt:0.3.0" level="project" />
18+
<orderEntry type="library" name="Maven: com.github.fabio-t:terrain-generator:0.1.0" level="project" />
19+
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.3.0-alpha4" level="project" />
20+
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.3.0-alpha4" level="project" />
21+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.8.0-beta1" level="project" />
22+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.sun.mail:javax.mail:1.6.0" level="project" />
23+
<orderEntry type="library" scope="RUNTIME" name="Maven: javax.activation:activation:1.1" level="project" />
2224
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
2325
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
2426
<orderEntry type="library" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.3" level="project" />

data/items.yml

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ stone:
1212
red: 88
1313
green: 88
1414
blue: 88
15+
alpha: 255
1516

1617
branch:
1718
name: a sturdy branch
@@ -26,6 +27,7 @@ branch:
2627
red: 141
2728
green: 104
2829
blue: 21
30+
alpha: 255
2931

3032
vine:
3133
name: a thin, flexible branch
@@ -35,6 +37,7 @@ vine:
3537
red: 36
3638
green: 122
3739
blue: 7
40+
alpha: 255
3841

3942
trunk:
4043
name: a fallen tree
@@ -44,6 +47,7 @@ trunk:
4447
red: 141
4548
green: 104
4649
blue: 21
50+
alpha: 255
4751

4852
boulder:
4953
name: a big boulder
@@ -53,6 +57,7 @@ boulder:
5357
red: 88
5458
green: 88
5559
blue: 88
60+
alpha: 255
5661
shadowView: true
5762
obstacle: {}
5863
crushable: {}
@@ -65,6 +70,7 @@ tree:
6570
red: 77
6671
green: 168
6772
blue: 59
73+
alpha: 255
6874
shadowView: true
6975
obstacle: {}
7076
cuttable: {}
@@ -82,6 +88,7 @@ sharp-stone:
8288
red: 88
8389
green: 88
8490
blue: 88
91+
alpha: 255
8592

8693
small-sharp-stone:
8794
name: a small, sharp stone
@@ -96,6 +103,7 @@ small-sharp-stone:
96103
red: 88
97104
green: 88
98105
blue: 88
106+
alpha: 255
99107

100108
stone-hammer:
101109
name: a stone hammer
@@ -110,6 +118,7 @@ stone-hammer:
110118
red: 141
111119
green: 104
112120
blue: 21
121+
alpha: 255
113122

114123
stone-axe:
115124
name: a stone axe
@@ -124,6 +133,7 @@ stone-axe:
124133
red: 141
125134
green: 104
126135
blue: 21
136+
alpha: 255
127137

128138
stone-spear:
129139
name: a stone spear
@@ -138,3 +148,4 @@ stone-spear:
138148
red: 141
139149
green: 104
140150
blue: 21
151+
alpha: 255

data/map/elevation.data

-1 MB
Binary file not shown.

data/map/terrain.yml

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ deep-water:
55
red: 51
66
green: 102
77
blue: 153
8+
alpha: 255
89
theight: 0.01
910
type: WATER
1011

@@ -14,6 +15,7 @@ shallow-water:
1415
red: 20
1516
green: 152
1617
blue: 204
18+
alpha: 255
1719
theight: 0.05
1820
type: WATER
1921

@@ -23,6 +25,7 @@ sand:
2325
red: 170
2426
green: 170
2527
blue: 0
28+
alpha: 255
2629
theight: 0.08
2730
type: LAND
2831

@@ -32,6 +35,7 @@ ground:
3235
red: 184
3336
green: 134
3437
blue: 11
38+
alpha: 255
3539
theight: 0.1
3640
type: LAND
3741

@@ -41,6 +45,7 @@ grass:
4145
red: 31
4246
green: 138
4347
blue: 19
48+
alpha: 255
4449
theight: 0.4
4550
type: GRASS
4651

@@ -50,6 +55,7 @@ hill-grass:
5055
red: 74
5156
green: 105
5257
blue: 4
58+
alpha: 255
5359
theight: 0.7
5460
type: GRASS
5561

@@ -59,6 +65,7 @@ hill:
5965
red: 119
6066
green: 93
6167
blue: 61
68+
alpha: 255
6269
theight: 0.8
6370
type: LAND
6471

@@ -68,6 +75,7 @@ mountain:
6875
red: 76
6976
green: 70
7077
blue: 50
78+
alpha: 255
7179
theight: 0.9
7280
type: LAND
7381

@@ -77,5 +85,6 @@ high-mountain:
7785
red: 255
7886
green: 240
7987
blue: 220
88+
alpha: 255
8089
theight: 1.1 # must be strictly greater than 1
8190
type: ICE

map_scripts/cols.png

-2.6 KB
Binary file not shown.

map_scripts/elevation.data

-4 MB
Binary file not shown.

map_scripts/map.png

-378 KB
Binary file not shown.

map_scripts/map.xml

-1
This file was deleted.

map_scripts/map2.png

-281 KB
Binary file not shown.

map_scripts/moisture.data

-6,162
This file was deleted.

map_scripts/overrides.data

-1
This file was deleted.

map_scripts/print_cols.py

-33
This file was deleted.

map_scripts/print_elev.py

-15
This file was deleted.

map_scripts/show_map.py

-123
This file was deleted.

0 commit comments

Comments
 (0)