Commit Graph

1389 Commits

Author SHA1 Message Date
a0a8011d7e Updated: Help Window, Map, Item Descriptions 2019-10-27 22:22:40 +00:00
2b5fd372c5 streamlined body part naming scheme, swapped quadruped to quadruped_small, rewrote mesh names to reflect body type instead of npckind. finally. 2019-10-25 21:50:14 -04:00
644939810f added dragon skeleton 2019-10-25 21:33:59 -04:00
54fc712076 fish_medium and bird_medium skelingtons 2019-10-25 21:33:02 -04:00
0a1e12c9ad improvement: make debug items of type ItemKind::Tool
This way all items that can be held in a hand are tools
2019-10-24 23:55:24 +02:00
3e0ac48bd8 Multiple Assets and UI fixes and additions 2019-10-23 19:40:45 +00:00
c9787846d5 Fix MSAA x16 2019-10-21 21:55:49 +03:00
39656e92be Merge branch '276-hotloading-armor' into 'master'
Resolve "Enable hotloading of different offsets for armors/weapons"

Closes #276

See merge request veloren/veloren!545
2019-10-18 00:29:09 +00:00
c41627d75f Removed the recolor property from the armor ron files. 2019-10-17 19:45:29 -04:00
fdfab6a807 refactor: create_projectile doesn't take a light
It returns a builder so the caller can just do it
2019-10-17 20:59:36 +00:00
dcf8655202 Fixed srgb normal bug 2019-10-17 17:35:17 +01:00
04c64dc122 Better (and faster) water shaders 2019-10-17 17:11:55 +01:00
3279a278b7 Move computations to terrain fragment shaders 2019-10-16 15:05:45 +01:00
c01e19fc05 Don't render water that isn't there, improved chunk render order 2019-10-16 12:40:18 +01:00
8ae2692b6e Allow canceling chunk generation.
Currently we only do this when no players are in range of the chunk.  We
also send the first client who posted the chunk a message indicating
that it's canceled, the hope being that this will be a performance win
in single player mode since you don't have to wait three seconds to
realize that the server won't generate the chunk for you.

We now check an atomic flag for every column sample in a chunk.  We
could probably do this less frequently, but since it's a relaxed load it
has essentially no performance impact on Intel architectures.
2019-10-16 11:39:41 +00:00
3a4c307d38 Code cleanup, formatting changes, and fixed the cloth belt's offset. 2019-10-16 00:42:57 -04:00
4bbc340f52 Faster meshing, better dusk 2019-10-14 10:48:40 +01:00
8f7b4afafd Manifest file is now used to load armor.
Redid how pants renders so they can use underlying skin model/coloring,
same as chest armor.
Redid how belts render so they can use the underly skin color,
same as shoulder or foot.
Converted a manifest variable name to snake case.
2019-10-12 08:31:42 -04:00
a5db28113f Redid the mainfest files to remove race/gender.
Now based on armor slot enum.
Added color to the manifest files.
Manifest files aren't yet being used, but will load.
2019-10-12 08:31:42 -04:00
da54cf76bc Armor names now end with left/right.
Armor names no longer include their armor part.
This should be inferred from their folder.
2019-10-12 08:31:42 -04:00
be53492e69 Added manifest files per armor type using the existing vox names. 2019-10-12 08:31:42 -04:00
d82ec6715a Item icons, chests and more 2019-10-09 19:28:05 +00:00
889fd678c6 More opaque water surface 2019-10-08 12:21:05 +01:00
087bfffc8a Proper tree colour variation 2019-10-07 09:05:18 +01:00
b3862278af Help window, UI fixes, asset fixes 2019-10-06 19:19:08 +00:00
f3787879d3 fix(bow): adds bow icon art 2019-10-05 21:51:08 +00:00
5a1052a1a6 Fix fonts 2019-10-04 21:30:32 +02:00
e404ea0d4f assets, rotation, offset changes 2019-10-04 21:02:42 +02:00
39e5530d45 made bow available in char selection 2019-10-04 21:02:40 +02:00
b5180320fb bow position 2019-10-04 21:02:40 +02:00
d46f1e1859 Initial bow & arrow implementation 2019-10-04 21:02:39 +02:00
4c1eba1f3e Assets update, aesthetics, minor fixes 2019-10-04 18:27:12 +00:00
bced3cb638 feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
27f3bebe40 Char overhaul and asset update 2019-10-02 10:05:17 +00:00
11a022abb3 Better stepping sounds (and minor voxel model fixes) 2019-09-27 16:04:22 +00:00
a3daa6065a Add aa modes, with ui interface to switch 2019-09-26 23:14:27 -04:00
432e828517 Add MSAAx4 2019-09-26 23:14:27 -04:00
bef4f11536 Added sprite selection 2019-09-26 11:43:03 +01:00
e22fe81a2f Added velorite 2019-09-26 00:15:07 +01:00
7e6eede740 Better sun halo colours 2019-09-26 00:15:07 +01:00
6dbeda3267 Better light attenuation 2019-09-26 00:15:07 +01:00
499344ccab Added entity shadows 2019-09-26 00:15:07 +01:00
899a7c56ab Dark water 2019-09-26 00:15:07 +01:00
207568a012 Better day/night cycle, less intense sun 2019-09-26 00:15:07 +01:00
71247f3e5d Fractional FXAA scaling 2019-09-26 00:15:07 +01:00
dfcdd5656b Added persistent ambiance back 2019-09-26 00:15:07 +01:00
46fdc87014 Animated chunk loading 2019-09-26 00:15:07 +01:00
3979dddbc1 Faster meshing, better AO, colour correction 2019-09-26 00:15:07 +01:00
f1d590464f Added colour smoothing 2019-09-26 00:15:07 +01:00
34221a0f1d Disable AO 2019-09-26 00:15:07 +01:00