Crypto City
5cbac70489
game: fix notile not working on part of the map
...
Turns out we can use up to 8 textures in the fragment program,
and no more. So the snowy grass texture is gone, replaced by a
basic mixing based on noise, and a leftover unused texture is
gone, leaving us with 8 textures.
2022-08-12 13:09:37 +00:00
Crypto City
e5c5b88881
merge snow and nosnow ground shaders, and add water/nowater defines
...
also fix an artifact between snow and nosnow tiles
2022-08-02 06:19:05 +00:00
Crypto City
fb582f7b40
game: brighter snow
...
it looked too grey
2022-08-02 06:19:05 +00:00
Crypto City
eb06bc7754
avoid tiling terrain textures
2022-08-02 06:19:04 +00:00
Crypto City
7092a2bbd1
game: improve shore effect a bit
2022-08-02 06:19:04 +00:00
Crypto City
7f9a2868a1
game: add a shoreline effect
2022-08-02 06:19:04 +00:00
Crypto City
9f6412b083
water/shoreline
2022-06-30 07:26:16 +00:00
Crypto City
857fb10ae2
Revert "game: replace terrain material"
...
This reverts commit acc876cc9a .
2022-06-28 16:49:49 +00:00
acc876cc9a
game: replace terrain material
2022-05-14 06:50:29 +00:00
Crypto City
31a37711fe
game: whiter/shinier snow
2021-09-07 20:37:11 +00:00
Crypto City
3b33e7a510
game: better snow texture
2021-09-04 14:14:07 +00:00
Crypto City
1e6b5256e3
game: lower quality terrain technique
...
Doesn't gain much at all, but more may be done later
2021-09-01 15:12:13 +00:00
Crypto City
2694eb6af4
game: improve snow effect, snowier with altitude, tweak temperature drop
2021-09-01 15:12:13 +00:00
Crypto City
3276c0d568
game: convert textures to DDS format
2021-08-12 18:26:16 +00:00
Crypto City
2c75c589c2
game: move selection highlight to the fragment program
...
Should be faster, avoids extra geometry and fixes Z fighting
on uneven terrain
2021-08-12 11:01:35 +00:00
Crypto City
0682afd9c0
game: make the terrain snowy based on temperature
2020-08-05 14:09:06 +00:00
Crypto City
5e916e6a2f
game: decrease terrain specular
2020-07-29 13:46:12 +00:00
Crypto City
3d45aeec8a
game: better terrain rendering
2020-07-26 17:59:43 +00:00