Treeco
d55ae6e716
Fixed leaf lerp doing weird things
2020-04-09 21:03:17 +01:00
Songtronix
6787509a43
Merge branch 'imbris/security' into 'master'
...
Update deps with security issues
See merge request veloren/veloren!879
2020-04-02 05:47:50 +00:00
Imbris
053ec2d874
Make Asset impls avoid panics when parsing fails
2020-04-01 20:06:15 -04:00
Imbris
f02aa99b8e
Fix security
2020-04-01 20:03:15 -04:00
Imbris
2a126fff83
Upgrade vek version so that it actually uses the patch
2020-03-30 19:44:51 -04:00
timokoesters
3b572aeb65
Make apples great again
2020-03-27 17:51:35 +01:00
Imbris
1ccff31be5
Add uid to Player component
...
fix: world examples
2020-03-08 22:58:38 +01:00
Marcel Märtens
ceb0821996
update toolchain to
2020-02-09 22:58:01 +01:00
Monty Marz
7702df5d8d
Hack to allow minimap rotation.
...
Currently it just always rotates towards the camera, but it wouldn't be
hard to create a config option that swaps out the rotation of the
indicator and the map.
2020-02-06 17:34:32 +00:00
Marcel Märtens
f89407448a
apply new rustfmt - touching alot of files
2020-02-01 21:39:39 +01:00
Marcel Märtens
50b42b5ca9
Apply prefixes to veloren source, espacially comments, so that reformating wont make it unreadable,
...
especially enumerations and other source code in errosions file
2020-02-01 21:37:36 +01:00
Marcel Märtens
503be4aa6c
Change the version number to 0.5
2020-01-31 17:26:45 +01:00
Joshua Yanovski
65d367c7a4
Better is_underwater() check.
...
Takes rivers into account somewhat, and doesn't take up extra space in
SimChunk.
2020-01-26 16:18:51 +01:00
Joshua Barretto
a2ea8d6ea5
Patched waypoint spawning
2020-01-26 14:27:11 +00:00
Joshua Barretto
b7334f2834
Convert to chunk positions for downhill
2020-01-26 13:21:33 +00:00
Joshua Barretto
28d5478d10
Use .downhill for waypoint generation
2020-01-26 13:05:28 +00:00
Joshua Barretto
e4c745e88d
Switched to _squared(), added comments, parallelised waypoint gen
2020-01-26 12:52:32 +00:00
Joshua Barretto
5adbaf0969
Improved pet aggression system, made waypoints rarer
2020-01-26 12:52:32 +00:00
Joshua Barretto
c2228a184b
Various bug fixes
2020-01-26 12:52:32 +00:00
Joshua Barretto
d61f84e8b1
Improved waypoint spawn locations, scaled down pathfinding cost
2020-01-26 12:52:32 +00:00
Joshua Barretto
d4167c41f1
Made waypoints work, added waypoint spawning
2020-01-26 12:52:28 +00:00
Joshua Barretto
8a998ffd61
Better neutral AI, initial waypoint objects
2020-01-26 12:52:28 +00:00
Joshua Barretto
900381b843
Added test world, friendly NPC pathfinding
2020-01-26 12:52:07 +00:00
Justin Shipsey
36bd9596d7
new mobs
...
alligators
2020-01-26 00:22:48 +00:00
Monty Marz
0475c35937
35 new ground sprites, UI fixes
2020-01-25 11:14:02 +00:00
Joshua Yanovski
2301c94d2b
Addressing MR comments.
2020-01-24 03:45:29 +01:00
Joshua Yanovski
4a6a41e31d
Erosion cleanup, part 3.
...
Covers world/src/sim/erosion.rs.
2020-01-23 18:18:18 +01:00
Joshua Yanovski
7391e8ae79
Make changing Alt/Compute to f32 work again.
2020-01-23 18:18:18 +01:00
Joshua Yanovski
3a868b9c92
Erosion cleanup, part 2.
...
Covers all remaining files touched by MR except
world/src/sim/erosion.rs.
2020-01-23 18:18:17 +01:00
Joshua Yanovski
0b7f428310
Erosion cleanup, part 1.
...
Covers all files touched by MR that are not in world/src/sim.
2020-01-23 18:18:17 +01:00
Joshua Yanovski
78c411d944
Fixing Cargo.lock after rebase.
2020-01-23 18:18:17 +01:00
Joshua Yanovski
88566f22f2
Minor fix to map generation.
...
Also fixes some typos and makes formatting easier for changes needed to
produce large maps.
2020-01-23 18:18:17 +01:00
Joshua Yanovski
78093a6479
Screenshots with F4 in the map, that will have the full resolution of
...
the displayed map (hopefully).
2020-01-23 18:18:16 +01:00
Joshua Yanovski
3c26342dba
Fix warnings in examples and benchmarks.
2020-01-23 18:18:16 +01:00
Joshua Yanovski
3ba86c7b12
Fix all warnings.
2020-01-23 18:18:16 +01:00
Joshua Yanovski
d81218a114
Fixes to enable loading (relatively) large maps.
...
With these changes, we can successfully open, map, and play maps thare
are 16x the size of a standard (1024 x 1024 chunk) map, 4x larger in
each direction.
2020-01-23 18:18:16 +01:00
Joshua Yanovski
81306ad31f
Add a default world map.
...
Also adds map versioning, proper scaling, and updates sediment
rendering. It also tones down warp.
2020-01-23 18:18:15 +01:00
Joshua Yanovski
6a33254518
Changes to worldgen, adding more sedmient etc.
2020-01-23 18:18:14 +01:00
Joshua Yanovski
d79b0202e8
Send client 3D rendered map.
...
Also shares configurable rendering between map generator and server.
2020-01-23 18:18:14 +01:00
Joshua Yanovski
4b78597fb4
Code restructuring for performance.
...
Turned a lot of for loops into for_each loops, which should be easier
for LLVM to optimize currently. Also updated almost all the non-erosion
stuff in WorldGen to run in parallel (and take advantage of the cache,
in the case of TownGen), and hopefully improved performance somewhat for
chunk generation as well.
2020-01-23 18:18:14 +01:00
Joshua Yanovski
11ee4389dc
Weight flux twice as much as beforein humidity calculation.
2020-01-23 18:18:13 +01:00
Joshua Yanovski
1ea8c1360b
Adding many new types of geomorphic laws:
...
- soil production (currently disabled).
- debris flow erosion (combined with regular stream power law).
- flow computation using multiple receivers.
- filling strategy during drainage network calculations.
Also tweaks a variety of other aspects of erosion.
2020-01-23 18:18:12 +01:00
Joshua Yanovski
4f863470e1
Cargo fmt most things (except erosion.rs).
2020-01-23 18:18:12 +01:00
Joshua Yanovski
982b538a37
Gentler warp, especially for high chunk size.
2020-01-23 18:18:12 +01:00
Joshua Yanovski
0e88be716d
Fix overflow issue with basement.
2020-01-23 18:18:12 +01:00
Joshua Yanovski
b5b017b4c6
Fix colors on map being transferred to client.
2020-01-23 18:18:11 +01:00
Joshua Yanovski
558a80f099
Fixes for nonstandard chunk and map sizes.
...
Also fixes a longstanding map rendering issue.
2020-01-23 18:18:11 +01:00
Joshua Yanovski
5439f432e9
Soil production should use ground, not basement, slope.
2020-01-23 18:18:11 +01:00
Joshua Yanovski
675ad06cfe
Map saving, soil production, speedup attempts.
2020-01-23 18:18:10 +01:00
Pfauenauge90
793694ebf7
birches and "Acalok" Trees
2020-01-23 18:18:10 +01:00