2112 Commits

Author SHA1 Message Date
Imbris
75faa13fd2 remove duplicate tracing filter code, fix compiling voxygen with the
tracy feature
2020-09-06 22:28:14 -04:00
Imbris
5b96b0aa93 Use finish_continuous_frame directly 2020-09-06 22:28:14 -04:00
Imbris
f5fc9d6722 Update tracy crates, reduce overhead of timing, add more misc instrumentation 2020-09-06 22:28:14 -04:00
Imbris
705ebae697 Sprinkle instrumentation in common crate,in particular in the ecs systems 2020-09-06 22:28:14 -04:00
Imbris
da4788e78b Add workaround for spans with winit loop, configure filtering when the tracy feature is on, spinkle some spans in the codebase 2020-09-06 22:28:14 -04:00
Imbris
8252c06bf6 Intial setup of tracy 2020-09-06 22:28:14 -04:00
TheThirdSpartan
44499b16f4 adding feature requested in issue #153 - displaying your alias in game as 'you' 2020-09-06 19:42:32 +00:00
Joshua Barretto
eb707880d2 Merge branch 'zesterer/rtsim' into 'master'
Beehives, Fireflies, and minor worldsim/lighting adjustments

See merge request veloren/veloren!1357
2020-09-05 17:16:08 +00:00
Marcel
e47c8c2c93 Merge branch 'snowram/issue-622' into 'master'
Add 1st and 2nd item of inventory in hotbar

See merge request veloren/veloren!1314
2020-09-05 08:45:21 +00:00
Imbris
ad31f48f5e Merge branch 'sharp/default-shadows-real' into 'master'
Make shadow maps the default.

See merge request veloren/veloren!1361
2020-09-05 05:47:21 +00:00
Joshua Yanovski
e67a7a92fe Merge branch 'sharp/default-shadows' into 'master'
Create (segment, offset) just once per figure.

See merge request veloren/veloren!1360
2020-09-04 15:54:55 +00:00
Joshua Yanovski
90ae22acaf Make shadow maps the default. 2020-09-04 16:41:08 +02:00
Joshua Barretto
c1d1aca079 Made particle code more rugged 2020-09-04 11:49:49 +01:00
Joshua Barretto
65858853cd fmt 2020-09-04 11:48:57 +01:00
Joshua Barretto
91ff3e90ea Improved lighting 2020-09-04 11:48:57 +01:00
Monty Marz
2a1b0b5866 adjustments to firefly density 2020-09-04 11:48:57 +01:00
Monty Marz
d6f2d81d5e added fireflies to reed and flowers, readded sunflowers 2020-09-04 11:48:57 +01:00
Joshua Barretto
76b4a90828 Added bee hives 2020-09-04 11:48:56 +01:00
Joshua Barretto
31ec289ebf Added fireflies, reeds near rivers 2020-09-04 11:48:56 +01:00
Joshua Barretto
ac3ed2695c Made light attenuation nicer, fixed campfire light offset 2020-09-04 11:48:54 +01:00
scott-c
1964779355 fix missing firework particle rng & adjust firework colors 2020-09-01 20:33:17 +08:00
Joshua Yanovski
29927c22f8 Create (segment, offset) just once per figure. 2020-09-01 11:23:19 +02:00
Joshua Yanovski
126a3d6c54 Merge branch 'sharp/typed-body' into 'master'
Further generalize the typed module.

See merge request veloren/veloren!1346
2020-09-01 06:29:35 +00:00
Monty Marz
950baf68fc orcs adjustment and inline_tweak crate
Adjust female orc headsize

add inline_tweak crate to voxygen and anim

format cargo.toml alphabetically
2020-08-31 15:26:46 +00:00
Joshua Yanovski
95b6d5e803 Further generalize the typed module.
This enables us to automatically create configuration formats from enums
or structs.  For enums, we create a structure with a field for each
case, representing a pattern match; the configuration format can then
enter a different expression for each case.  For structs, we create an
enum with a variant for each field, representing projecting by that
field; the configuration format selects the field to project from, and
then can write a further expression on that field (for instance, it can
perform another pattern match).

So far we don't actually have anything that *uses* this functionality;
I decided to finish it for the purpose of specifying a default
lantern offset, only to discover that we already return a lantern offset
from the animation crate.  So I fixed it there instead.
2020-08-31 05:59:44 +02:00
Marcel
af10dc7661 make logging easier and not as verbose on windows 2020-08-30 18:02:37 +00:00
termac
2df76b5af4 small fix for handling hotbar hotkeys (fixes #687)
Send an 'ChangeHotbarState' event when a hotbar slot is assigned via
hotkey in the inventory.
2020-08-29 18:38:55 +02:00
Monty Marz
348f139e75 fix overlapping text 2020-08-28 16:10:50 +02:00
Joshua Yanovski
709c4d5ac6 Move sprite data to a config file. 2020-08-28 09:23:43 +02:00
Joshua Yanovski
ae6174b43c Move figure meshing to a background thread. 2020-08-28 05:25:31 +02:00
Imbris
c259f6cbde Add State::read_component_copied 2020-08-26 20:47:41 -04:00
scott-c
fadfc4e846 Add combat sfx #647 2020-08-26 19:28:00 +08:00
Monty Marz
c074c4eff7 fixed nametag height
fmt

fmt
2020-08-25 21:54:47 +02:00
Joshua Barretto
b2d6a08fe9 Merge branch 'zesterer/small-fixes' into 'master'
Better world colours, better projectiles, better aiming, many other small improvements

See merge request veloren/veloren!1332
2020-08-25 15:59:05 +00:00
notoria
90b0012637 Corrected some spelling errors 2020-08-25 12:21:25 +00:00
Joshua Barretto
148a351ce1 Fixed failing audio tests 2020-08-24 20:37:47 +01:00
Joshua Barretto
79a4e6f6d8 Fixed projectile collisions, hitboxes, better aiming 2020-08-24 18:24:44 +01:00
Joshua Barretto
a836cd02bf Merge branch 'james/fix-shiny-shader-nvidia' into 'master'
Fixed NVidia shiny water shader bug and re-enabled in settings

See merge request veloren/veloren!1319
2020-08-24 07:09:48 +00:00
jiminycrick
7bf2c12bed set shiny water to default 2020-08-23 22:58:01 -07:00
Monty Marz
00b25d5c2b Merge branch 'pfau/mini-fixes' into 'master'
Various fixes

See merge request veloren/veloren!1329
2020-08-24 00:26:33 +00:00
Niko Thees
a4631e291a fix unequal zoom in distance and zoom out distance 2020-08-23 23:24:24 +00:00
Monty Marz
ec759b6798 various fixes
Balanced crafted weapon power

Adjusted tooltip color

Added tooltip showing account name to the social window
2020-08-24 01:16:53 +02:00
Monty Marz
f608bf6cd8 fix particles rendering before water
revert changes to campfires -> Address in another MR!
2020-08-22 00:17:44 +02:00
Monty Marz
12546d6bf4 Address comments, clippy and minor adjustments
first bunch of comments addressed

change order or scatter, paths and caves being applied in worldgen to avoid floating scatter objects

campfire adjustments, reduced grass density due to FPS issues

readded item descriptions to the crafting window, item desc for craftable armour

address comments
happy clippy, happy life
clippy

clippy

more clippy
fmt

revert cargo.toml formatting
remove "allow unreachable pattern"
fmt
2020-08-21 22:37:08 +02:00
jiminycrick
4a81080b0d Fixed NVidia shiny water shader bug and re-enabled in settings
missed a commented line
2020-08-21 14:59:18 -04:00
Monty Marz
0edfc93ec7 craftable starting set
velorite staff update

ore_nature_longbow

model fix
humanoid colours

Update agent.rs

improve rng (according to zesterer)

slower fleeing

More adjustments

fix cult leader name

more loot tables

all kinds of adjustments

smöl adjustments
2020-08-21 19:36:21 +02:00
Sam
998815b438 Changes to how critical hits function for melee attacks. Removed ability for explosions to crit. Velorite sceptre now functions as healing staff. 2020-08-21 19:36:20 +02:00
Monty Marz
e9c2f96679 fix tooltips in char selection, more balancing
fix talking animals

fix critter exp, stronger villagers

biped large balancing

more villager balancing, mushroom spawning rate

more balancing

fix rebase

multiple loottables

Add tarasque and bonerattler armour

Added loot tables for different groups of weapons and armor based off relative strength. Added loot table for cultist boss.

Added loot tables for consumables and food. Trimmed down default loot table.

remove male and female sign from char creation

chest loot tables

fix loot tables

lootable crates

lantern keybinding display

more loot tables

loot table changes

fixed loot tables

fix typo
more grass

rebase fix, better lantern

re-add sprite rotation for grass

crafting window alignment fix, new streetlamps, new shopsigns, new healing staff

height change
2020-08-21 19:36:19 +02:00
Monty Marz
69273da630 sprite spawning rules 2020-08-21 19:36:16 +02:00
Monty Marz
91137a12b0 agent changes, sprite spawning changes, alignment changes 2020-08-21 19:36:16 +02:00