c4f4e91071
game: set default water to false
2022-08-08 20:25:38 -03:00
2784dcf97c
game: set default notile to false
2022-08-08 19:50:56 -03:00
f12acf0836
game: fix light pointer
2022-08-08 19:43:20 -03:00
df53984294
game: add data: clear aurora texture (could use for fadein over clearsky)
2022-08-08 15:46:50 -03:00
54a0d65f00
game: on procsky load, use aurora_stars skybox if event is active
2022-08-08 15:45:52 -03:00
2c17ea77ab
game: add data: aurora sky with stars
2022-08-08 15:43:15 -03:00
ea3c48422c
game: fix EnableTextureNoTile section
2022-08-08 11:22:27 -03:00
c4ccef3d39
game: remove unused textures
2022-08-07 20:30:24 -03:00
e156896dba
game: replace Marble Road > Granite Road + small fixes
2022-08-07 20:29:57 -03:00
f3c42293e2
game: add shadow distance to options
2022-08-07 13:50:02 -03:00
1004c916b5
game: less saturated random colors
2022-08-07 11:38:57 -03:00
d270385072
game: remove unused armature texture
2022-08-07 10:37:27 -03:00
dfdda70d69
game: fix extra userlight
2022-08-07 10:11:57 -03:00
79a52c3ab5
game: More stable enviroment colors
2022-08-07 09:59:03 -03:00
c4daa1cc2b
game: set Default Subsampling to 0
2022-08-07 09:47:03 -03:00
01144adcfc
game: SSAO: remove unused texture resource
2022-08-07 08:49:43 -03:00
Crypto City
20bc095e96
update unishox2 to latest
2022-08-04 15:57:40 +00:00
Crypto City
3124e60cd1
cc: ensure player pubkeys are in the main subgroup
2022-08-04 15:57:40 +00:00
Crypto City
10b4928cec
db_lmdb: remove obsolete db conversion steps
2022-08-04 15:57:40 +00:00
Crypto City
4d53687028
store city level in db, avoid max_level crutch
2022-08-04 15:57:40 +00:00
Crypto City
99d2cca1a7
tx_pool: remove obsolete commented out code
2022-08-04 15:57:39 +00:00
Crypto City
397e600a3f
cc: remove unused variable and db call
2022-08-04 15:57:39 +00:00
Crypto City
87c2cde886
new city specialization: trade center, increases merchant ship probability
2022-08-04 15:57:39 +00:00
Crypto City
61924ba7ba
fix cultural town city specialization
2022-08-04 15:57:39 +00:00
Crypto City
d3562652f6
fix gemstone seam specialization message, the bonus is 10%, not 5%
2022-08-04 15:57:39 +00:00
Crypto City
565775649e
WIP - Surface nets PoC
2022-08-04 15:57:39 +00:00
Crypto City
1ef514e863
TMP - ragnar raids proof of concept
2022-08-04 15:57:39 +00:00
Crypto City
f9790980b4
new special event: merchant ship, selling items on the market
2022-08-04 15:57:39 +00:00
Crypto City
29717316a7
wallet_rpc_server: remove obsolete limit to one match per trade
2022-08-04 15:57:39 +00:00
Crypto City
070a4d46da
remove the --debug-allow-gm-commands-from-account option
...
allow usage of an alternate game account key pair for tests instead
2022-08-04 15:57:39 +00:00
Crypto City
516c893e6f
bump boost to 1.79
2022-08-04 15:57:39 +00:00
Crypto City
da1febd721
daemon: take accrual into account in cc_orders
2022-08-04 08:36:32 +00:00
Crypto City
0320b917d4
game: fix reported prestige ranking for players with 0 prestige
2022-08-04 08:36:32 +00:00
Crypto City
ecee19e61d
cc: do not add "overall amounts" treasury events if the amount is 0
2022-08-04 08:36:32 +00:00
Crypto City
682259a9cf
game: fix item creation checks
...
it is now possible to create an item with 0 instances if it is set
to be able to create more later, and it is possible to imbue an item
with less than 1 gold
2022-08-04 08:36:32 +00:00
Crypto City
3e42cf32ca
functional_tests: fix daemon hard fork test
2022-08-04 08:36:32 +00:00
Crypto City
4252824ad0
functional_tests: piggy back on first building to prevent random events
...
since they can break tests which do not expect them
2022-08-04 08:36:32 +00:00
Crypto City
7f4019c2a7
serialization: add boost::optional
2022-08-04 08:36:32 +00:00
Crypto City
aaf24f1338
allow seting more than one global variable at once, for atomicity
2022-08-04 08:36:32 +00:00
Crypto City
687d7d2f57
game: allow prefix lookups in set global variable screen
2022-08-04 08:36:32 +00:00
Crypto City
1eb17281a7
game: fix variable lookup field namespace
2022-08-04 08:36:32 +00:00
Crypto City
6bfc447544
custom items may now have a prestige bonus
...
only the game account can add prestige bonuses
2022-08-04 08:36:31 +00:00
Crypto City
8f403a7d43
game: fix rare fish prestige contribution in player info screen
2022-08-04 08:36:31 +00:00
Crypto City
6c4a31509a
new "tax break zone" city specialization
2022-08-04 08:36:31 +00:00
Crypto City
fb9ba895ad
fix typo in create_items archive tags
2022-08-02 06:19:05 +00:00
Crypto City
a001101027
game: sea ice freezes below -5 degrees
2022-08-02 06:19:05 +00:00
Crypto City
1f340a7851
game: do not "snow" underwater ground
2022-08-02 06:19:05 +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
ffec4648b1
game: speed up texture notile mode
...
When switching this mode on and then back off, we don't get quite
the original performance, something stays slower in BlitFramebuffer
for unknown reasons, but it'll get "restored" when the game is
restarted next
2022-08-02 06:19:05 +00:00
Crypto City
a25a3cb3a1
cc: a bit faster terrain type calculation
2022-08-02 06:19:05 +00:00