Avi Weinstock
|
7f6ba8e492
|
Closing a subwindow (such as inventory or the list of online players) only regrabs the cursor if no other subwindow requires it.
Fixes #1116.
|
2022-07-17 14:58:02 -04:00 |
|
Marcel
|
c85819f03c
|
Merge branch 'angel/fix-master-code-clean' into 'master'
Reverted removal of msg
See merge request veloren/veloren!3483
|
2022-07-17 18:03:06 +00:00 |
|
Forest Anderson
|
9d67deeeb7
|
Reverted removal of msg
|
2022-07-17 13:32:53 -04:00 |
|
Forest Anderson
|
67534488b3
|
Merge branch 'tygyh/CleanUp' into 'master'
Tygyh/clean up
See merge request veloren/veloren!3480
|
2022-07-17 14:04:45 +00:00 |
|
Marcel
|
35883c61cb
|
Merge branch 'mckol/update-polish-translation' into 'master'
Update the Polish translation
See merge request veloren/veloren!3399
|
2022-07-17 11:50:50 +00:00 |
|
juliancoffee
|
fac67a40a1
|
Make worldgen panic if loaded map has invalid size
|
2022-07-17 14:49:42 +03:00 |
|
juliancoffee
|
9d67d80a63
|
Only ovewrite LoadOrGenerate map if it's fresh map
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
5079c0007f
|
Remove prefix map_ for LoadOrGenerate maps
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
d2962d544b
|
Add overwrite option to LoadOrGenerate
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
60a9cce57f
|
Change map_path to inslude map directory
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
a437d31205
|
Checking options from loaded map instead of hash
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
6d9c7a5645
|
Adressing review
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
6faba8a1e9
|
Use hashable wrapper around gen opts
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
ddf2c43c18
|
Make hacky hash for gen opts
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
1a21dfbc5b
|
Add FileOpts::CacheLoad
Add map setting that allows both generating (if not exists) and loading map
|
2022-07-17 14:38:29 +03:00 |
|
juliancoffee
|
85cee14643
|
Refactoring, extract FileOpts dependent methods
|
2022-07-17 14:38:29 +03:00 |
|
Joshua Yanovski
|
2f42a7b011
|
Merge branch 'sharp/caves-hotfix' into 'master'
Temporarily remove waypoints in caves as people are getting stuck.
See merge request veloren/veloren!3482
|
2022-07-17 06:33:04 +00:00 |
|
Joshua Yanovski
|
ef4b190ad9
|
Temporarily remove waypoints in caves as people are getting stuck.
|
2022-07-16 23:08:05 -07:00 |
|
Joshua Barretto
|
7e27d33632
|
Merge branch 'zesterer/small-fixes' into 'master'
Performance Improvements
See merge request veloren/veloren!3481
|
2022-07-16 15:17:16 +00:00 |
|
Joshua Barretto
|
79ad06ab60
|
Early light filter
|
2022-07-16 15:54:12 +01:00 |
|
Joshua Barretto
|
cda6c031b8
|
Limit number of minor lights applied to entities to solve performance problems
|
2022-07-16 15:39:06 +01:00 |
|
Joshua Barretto
|
0b16baf46a
|
Improved rain performance
|
2022-07-16 14:44:58 +01:00 |
|
Treeco
|
7efddc33f7
|
Merge branch 'more_humanoid_models' into 'master'
Humanoid Model Overhaul
See merge request veloren/veloren!3478
|
2022-07-16 11:13:24 +00:00 |
|
Youssef Fahmy
|
91c85dea22
|
Humanoid Model Overhaul
|
2022-07-16 11:13:24 +00:00 |
|
Mckol
|
8861e12e70
|
Updated the Polish translation
|
2022-07-16 13:07:45 +02:00 |
|
Joshua Barretto
|
d41e13c7b0
|
Merge branch 'zesterer/caves2' into 'master'
Cave Overhaul
See merge request veloren/veloren!3454
|
2022-07-16 10:40:44 +00:00 |
|
Joshua Barretto
|
ea39f78dfd
|
Minimised rain occlusion problems
|
2022-07-16 11:14:12 +01:00 |
|
Joshua Barretto
|
b08a501aef
|
Cleaned up ready for merge
|
2022-07-16 11:09:35 +01:00 |
|
tygyh
|
9f6df715e7
|
Readd needed qualifiers
|
2022-07-15 19:36:36 +02:00 |
|
tygyh
|
120ee6b6c0
|
Fix typos
|
2022-07-15 18:59:37 +02:00 |
|
Joshua Barretto
|
26202c294f
|
Better biome distribution
|
2022-07-15 17:53:24 +01:00 |
|
tygyh
|
abdd5e3906
|
Lift return out of if-statements
|
2022-07-15 16:36:11 +02:00 |
|
tygyh
|
25e20b5fa0
|
Remove unecesssary lifetimes
|
2022-07-15 16:20:15 +02:00 |
|
tygyh
|
fb7bdd8bf8
|
Fix deprecated imports
|
2022-07-15 16:17:19 +02:00 |
|
tygyh
|
cbe4d9d807
|
Remove unused imports
|
2022-07-15 16:00:27 +02:00 |
|
tygyh
|
fefe745508
|
Reorder impl member order to match trait member order
|
2022-07-15 15:54:32 +02:00 |
|
tygyh
|
997a572647
|
Simplify assertions
|
2022-07-15 15:52:52 +02:00 |
|
Joshua Barretto
|
5b8bdb9c9c
|
Cave entity spawns
|
2022-07-15 14:15:42 +01:00 |
|
tygyh
|
5e5698249b
|
Remove unnecessarily qualified paths
|
2022-07-15 14:49:46 +02:00 |
|
Joshua Barretto
|
4ca1c9ddf4
|
Gems and ores
|
2022-07-15 08:43:35 +01:00 |
|
Joshua Barretto
|
1a3b1e48da
|
Better cave shape variety
|
2022-07-15 08:43:35 +01:00 |
|
Joshua Barretto
|
3c5de2991b
|
More consistent texturing code
|
2022-07-15 08:43:35 +01:00 |
|
Joshua Barretto
|
f4e50d18df
|
Better ice
|
2022-07-15 08:43:35 +01:00 |
|
Joshua Barretto
|
a9c9a9d0d2
|
Ice caves
|
2022-07-15 08:43:35 +01:00 |
|
Joshua Barretto
|
e97d58011e
|
Made trees and cave entrances play better
|
2022-07-15 08:43:35 +01:00 |
|
Joshua Barretto
|
629c4dbdb7
|
Prevented cave/water intersection
|
2022-07-15 08:43:35 +01:00 |
|
Joshua Barretto
|
f3cfff424d
|
Distinct mushroom and leafy biomes
|
2022-07-15 08:43:34 +01:00 |
|
Joshua Barretto
|
7353c6f02b
|
Better mushroom placement
|
2022-07-15 08:43:34 +01:00 |
|
Joshua Barretto
|
a39901d24c
|
Better cave entrance locations
|
2022-07-15 08:43:34 +01:00 |
|
Joshua Barretto
|
9ad32b37e7
|
More efficient texture fetches
|
2022-07-15 08:43:34 +01:00 |
|