Imbris
c3ae641fbb
Merge branch 'imbris/tracy' into 'master'
...
Add more tracing instrumentation and tracy support
See merge request veloren/veloren!1359
2020-09-10 05:07:51 +00:00
TheThirdSpartan
7fd673ecb2
Added localization config options for new death messages
2020-09-09 20:26:20 +00:00
Marcel Märtens
018d03d860
fix panic for macos
2020-09-09 12:11:56 +02:00
Marcel Märtens
68168b0ae4
replace heavy msgbox with light native-dialog
2020-09-08 23:49:49 +02:00
Raiyan Sayeed
906da2f0c7
added option for borderless fullscreen in setting -> graphics menu
2020-09-07 05:12:15 +00:00
Imbris
f39d1e9bb5
Use less verbose span names when the tracy feature is off
2020-09-07 00:59:16 -04:00
Imbris
7efbc74551
remove duplicate tracing filter code, fix compiling voxygen with the
...
tracy feature
2020-09-06 22:28:14 -04:00
Imbris
0683a40741
Use finish_continuous_frame directly
2020-09-06 22:28:14 -04:00
Imbris
4f68a6df27
Update tracy crates, reduce overhead of timing, add more misc instrumentation
2020-09-06 22:28:14 -04:00
Imbris
e37a01be9d
Sprinkle instrumentation in common crate,in particular in the ecs systems
2020-09-06 22:28:14 -04:00
Imbris
50ceb1c93e
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
d95e539495
Intial setup of tracy
2020-09-06 22:28:14 -04:00
TheThirdSpartan
6dbd1bc132
adding feature requested in issue #153 - displaying your alias in game as 'you'
2020-09-06 19:42:32 +00:00
Joshua Barretto
49c713a071
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
3c4c178264
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
0b9f2a5d3b
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
66f49d5386
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
a2de759296
Make shadow maps the default.
2020-09-04 16:41:08 +02:00
Joshua Barretto
0adc57e487
Made particle code more rugged
2020-09-04 11:49:49 +01:00
Joshua Barretto
0c0f150140
fmt
2020-09-04 11:48:57 +01:00
Joshua Barretto
70f52d876a
Improved lighting
2020-09-04 11:48:57 +01:00
Monty Marz
b24f5b5b24
adjustments to firefly density
2020-09-04 11:48:57 +01:00
Monty Marz
c3ae56114a
added fireflies to reed and flowers, readded sunflowers
2020-09-04 11:48:57 +01:00
Joshua Barretto
032ec9ef41
Added bee hives
2020-09-04 11:48:56 +01:00
Joshua Barretto
88add8456f
Added fireflies, reeds near rivers
2020-09-04 11:48:56 +01:00
Joshua Barretto
4405227ffb
Made light attenuation nicer, fixed campfire light offset
2020-09-04 11:48:54 +01:00
scott-c
69e0bf2023
fix missing firework particle rng & adjust firework colors
2020-09-01 20:33:17 +08:00
Joshua Yanovski
4eeb131f4b
Create (segment, offset) just once per figure.
2020-09-01 11:23:19 +02:00
Joshua Yanovski
7e6975d881
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
a6abda391f
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
6f3d5da6f3
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
b6c07718dc
make logging easier and not as verbose on windows
2020-08-30 18:02:37 +00:00
termac
76df71ed3d
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
7041e490ce
fix overlapping text
2020-08-28 16:10:50 +02:00
Joshua Yanovski
8be3648a4d
Move sprite data to a config file.
2020-08-28 09:23:43 +02:00
Joshua Yanovski
3a96b73b2c
Move figure meshing to a background thread.
2020-08-28 05:25:31 +02:00
Imbris
4790373ab3
Add State::read_component_copied
2020-08-26 20:47:41 -04:00
scott-c
d316463eb3
Add combat sfx #647
2020-08-26 19:28:00 +08:00
Monty Marz
6946de2682
fixed nametag height
...
fmt
fmt
2020-08-25 21:54:47 +02:00
Joshua Barretto
bf7afcf5c9
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
2be4202d01
Corrected some spelling errors
2020-08-25 12:21:25 +00:00
Joshua Barretto
6cf223583a
Fixed failing audio tests
2020-08-24 20:37:47 +01:00
Joshua Barretto
6a4c5a05d0
Fixed projectile collisions, hitboxes, better aiming
2020-08-24 18:24:44 +01:00
Joshua Barretto
79ec8c9e22
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
86b4dd6ba3
set shiny water to default
2020-08-23 22:58:01 -07:00
Monty Marz
05462349e2
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
5d11adfd4c
fix unequal zoom in distance and zoom out distance
2020-08-23 23:24:24 +00:00
Monty Marz
1d49186e31
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
8646c1add5
fix particles rendering before water
...
revert changes to campfires -> Address in another MR!
2020-08-22 00:17:44 +02:00
Monty Marz
ce929d2924
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