8853 Commits

Author SHA1 Message Date
Avi Weinstock
7b2adc0e22 Rename difficulty to dungeon_difficulty. 2021-06-25 18:18:27 -04:00
Avi Weinstock
98a1034167 Tweaks to dungeon pillars. 2021-06-25 15:54:42 -04:00
Avi Weinstock
2221825533 Add comments to dungeon code. Fix the radius calculation (which lead to dungeons getting truncated), and fix sprites spawning above staircases. 2021-06-25 14:08:23 -04:00
Avi Weinstock
97d0be5a15 Fix tests and examples to point to site2 dungeons. 2021-06-24 23:21:49 -04:00
Avi Weinstock
f74506038d Convert dungeon lights to CSG, tweak pillars, convert the magic circle from lava to glowing rock, make enemies spawn in dungeons, and fix clippy warnings. 2021-06-24 23:03:24 -04:00
Avi Weinstock
ce67498083 Add pillars and wall sconces to site2 dungeons. 2021-06-23 23:22:14 -04:00
Avi Weinstock
3981099f30 Add wall contours and sprites to site2 dungeon. Also add septagon decal in boss rooms. 2021-06-23 23:22:14 -04:00
Avi Weinstock
9b7181e5ab Traverse the dungeon tile structure to create the rooms, and align the stairs. 2021-06-23 23:22:14 -04:00
Avi Weinstock
fc2d0225d3 Add Primitive::Prefab and Fill::Prefab for coloring dungeon entrances. 2021-06-23 23:22:14 -04:00
Avi Weinstock
1da3f8a83b Get structures loading via sampling primitive. 2021-06-23 23:22:14 -04:00
Avi Weinstock
382a783d40 Progress on converting dungeons to site2. Adds Sampling and Translate primitives. 2021-06-23 23:22:14 -04:00
Samuel Keiffer
2fb13cb865 Merge branch 'juliancoffee/slow_food' into 'master'
Balance food to have sane health per second regen

See merge request veloren/veloren!2490
2021-06-24 01:45:10 +00:00
Marcel
86e3483590 Merge branch 'yusdacra/chore/nix' into 'master'
build(nix): update audio resource patch

See merge request veloren/veloren!2493
2021-06-23 06:46:02 +00:00
Yusuf Bera Ertan
057c757384
build(nix): update audio resource patch 2021-06-23 08:52:04 +03:00
Justin Shipsey
48ab68b02c Merge branch 'slipped/movetweak' into 'master'
strafe side speed tweak

See merge request veloren/veloren!2492
2021-06-23 02:48:38 +00:00
jshipsey
50df5a7fca stride speed backwardd-dependence 2021-06-22 22:08:34 -04:00
juliancoffee
3954ded27b changelog 2021-06-22 20:52:44 +03:00
juliancoffee
0cb436bfd0 Balance food to have sane health per second regen
* Gatherable food gives you slightly variable regen with variable time
based on tier and that fact that we have x2 health on endgame character.
For example while mushroom gives you 5 health over 10 seconds (0.5 health-per-second),
mushroom curry will give you 120 health over 80 seconds (1.5 health-per-second).

* Meat gives you twice powerful regen strength, but with twice shorter
duration
2021-06-22 20:51:31 +03:00
Dominik Broński
1d55cb9c15 Merge branch 'aweinstock/lava' into 'master'
Lava

See merge request veloren/veloren!2482
2021-06-21 20:49:44 +00:00
Joshua Barretto
42daef59e4 Merge branch 'zesterer/small-fixes' into 'master'
Small improvements

See merge request veloren/veloren!2488
2021-06-21 20:49:41 +00:00
Joshua Barretto
2cebfa7db5 Sanitise controller inputs 2021-06-21 21:13:49 +01:00
Joshua Barretto
e210ced4f0 Made movement slower when strafing in non-forward directions 2021-06-21 20:32:20 +01:00
Joshua Barretto
0499a1e360 Added chat toggle 2021-06-21 20:16:03 +01:00
Joshua Barretto
5c09d6f67c Selectively disable glow flicker for small wins on low-end systems 2021-06-21 17:06:43 +01:00
Joshua Barretto
f9a34823dd Merge branch 'zesterer/small-fixes' into 'master'
A plethora of improvements

See merge request veloren/veloren!2486
2021-06-21 14:19:13 +00:00
Joshua Barretto
8e13e53abb Enable strafing in first-person mode 2021-06-21 13:27:19 +01:00
Justin Shipsey
593dda2043 Merge branch 'donovanlank/Cool_Blue_Lantern' into 'master'
made it so Cool Blue Lantern is actually blue

See merge request veloren/veloren!2474
2021-06-21 05:37:49 +00:00
Marcel
5288b2982e Merge branch 'swilliams/give_item_fix' into 'master'
Fix for Issue 1210

See merge request veloren/veloren!2484
2021-06-20 23:26:59 +00:00
Marcel
1de3dd515c Merge branch 'imbris/tracy' into 'master'
Refactor Client message handling, improve use of tracy, increase coverage of profiling spans in voxygen

See merge request veloren/veloren!2479
2021-06-20 23:17:08 +00:00
Marcel
0b4f568ea0 Merge branch 'yusdacra/chore/nix' into 'master'
build(nix): fix git ref not found and git lfs check

See merge request veloren/veloren!2480
2021-06-20 22:54:37 +00:00
Scott Williams
326ecf868c Added another .replace 2021-06-20 22:55:58 +01:00
Dominik Broński
980e9b4885 Merge branch 'jshipsey-master-patch-07838' into 'master'
Update difficulty_distribution.ron

See merge request veloren/veloren!2483
2021-06-20 20:40:07 +00:00
Justin Shipsey
a11284edd3 Update difficulty_distribution.ron 2021-06-20 19:42:21 +00:00
Dominik Broński
eb44d4b7d8 Merge branch 'christof/trade_optimization' into 'master'
Accelerate econsim using arrays instead of hashmaps

See merge request veloren/veloren!2216
2021-06-20 16:00:37 +00:00
Christof Petig
11d9b93684 Accelerate econsim using arrays instead of hashmaps 2021-06-20 16:00:37 +00:00
Avi Weinstock
5662ba98b8 Address MR 2482 comments.
- Change lava density to 3x water density.
- Use `ServerEvent::Buff` instead of modifying the buff component directly.
- Revert commented-out changes to fluid shaders.
2021-06-20 11:32:05 -04:00
Samuel Keiffer
94336dbed1 Merge branch 'juliancoffee/hot_reload_dungeon_difficulty' into 'master'
Add config file for dungeon distribution

See merge request veloren/veloren!2481
2021-06-20 04:07:26 +00:00
juliancoffee
5491902a1c Create distribution map for dungeons
* tl;dr T0 - 27%, T1/T2 - 22%, T3/T4 - 11%, T5 - 5%.
Before every dungeon had 16% chance to be created.
2021-06-20 00:14:54 +03:00
Avi Weinstock
a831a4fb69 Make lava solid w.r.t. rendering while still being liquid w.r.t. physics. 2021-06-19 16:52:21 -04:00
juliancoffee
9cf83dc6e0 Tip how to make map with dungeons of same level 2021-06-19 23:32:54 +03:00
Avi Weinstock
e09c5adc02 Add lava to caves, which sets you on fire if you swim in it. Currently requires uncommenting #define LAVA in the shaders, and only looks good with cheap fluid mode. 2021-06-19 16:31:21 -04:00
juliancoffee
7a03c689f6 Add config file for dungeon distribution
- Now you can specify probability of "spawn" of dungeon with specific
difficulty
2021-06-19 23:26:13 +03:00
Yusuf Bera Ertan
ef97c4d57f
build(nix): fix git ref not found and git lfs check 2021-06-19 22:05:22 +03:00
Samuel Keiffer
0c85a4e7ea Merge branch 'juliancoffee/clay_golem_tweak' into 'master'
clay golem tweak

See merge request veloren/veloren!2478
2021-06-19 14:49:11 +00:00
Imbris
e40a6eb5b3 Improve rendering spans for tracy 2021-06-19 04:27:51 -04:00
Imbris
30914f23f2 add prof_span to hud elements 2021-06-19 04:27:51 -04:00
Imbris
156e2e86b5 Remove tracy features that are no longer needed now that macros have been fixed 2021-06-19 04:27:50 -04:00
Imbris
3e9c3a20e0 Eliminate strange wait time of ~1 ms during message handling on the
client where nothing seemed to be occuring
2021-06-19 04:27:50 -04:00
Imbris
fa5b3dead5 Fix span macros by putting cfgs outside the macro (they are evaluated in the crate where the macro is used), add shorthand for common case of prof_span macro, add some spans to the client code and spiff bits of it 2021-06-19 04:27:50 -04:00
Imbris
7b962beda8 Merge branch 'imbris/init-error' into 'master'
Log the raw client error at the ERROR level and include the dates in the...

See merge request veloren/veloren!2464
2021-06-19 07:53:16 +00:00