331 Commits

Author SHA1 Message Date
Joshua Yanovski
5281cdffc9 Merge branch 'sharp/zoom-minimap' into 'master'
Minimap rotation, zoom, orientation indicator, Mainmap changes & indicator

See merge request veloren/veloren!784
2020-02-06 17:34:32 +00: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
Joshua Barretto
85723cfee2 Minor performance improvements 2020-02-04 22:58:56 +00:00
S Handley
d0b9439b44 Move music under audio
Also add some blank time after each track so that we get some silence
between tracks.
2020-02-03 11:55:32 +00:00
Vechro
156cc6bbcc Get abs value of maxd and mind 2020-01-31 12:12:57 +02:00
Joshua Barretto
3d8ad41f0a Collars 2020-01-29 12:01:28 +00:00
Justin Shipsey
2f753b962f minor anim tweaks 2020-01-29 06:38:08 +00:00
Joshua Yanovski
fa853e9e19 Per-speces NPC names!
Is also able to refactor some of the uglier code and introduces a
framework that (suitably extended) could be useful in removing
boilerplate elsewhere.
2020-01-29 04:41:32 +01:00
Rémy PHELIPOT
f96b7c8c82 Add missing translations 2020-01-27 20:34:36 +01:00
Rémy PHELIPOT
3af0be2e15 Fix disclaimer text 2020-01-27 19:59:17 +01:00
Rémy PHELIPOT
f01af55444 Improve French translation 2020-01-27 19:59:17 +01:00
Rémy PHELIPOT
8d949ab552 Add missing translations in voxygen
Fix #436
2020-01-27 19:59:17 +01:00
Joshua Barretto
2c2a841297 Merge branch 'treeco/fix-zoom' into 'master'
Made depths behave nicer when zoomed really far out

See merge request veloren/veloren!766
2020-01-27 16:48:16 +00:00
Treeco
96139823ff Bumped up the numbers further, behaves nicer still 2020-01-27 14:28:20 +00:00
Justin Shipsey
c91e6a229d quad_medium animation 2020-01-27 14:16:23 +00:00
Treeco
83a78898f2 Made depths behave nicer when zoomed really far out 2020-01-27 12:12:38 +00:00
Joshua Barretto
a951ca2ae8 Added point light ambiance 2020-01-27 10:58:33 +00:00
Monty Marz
fa13eb06b0 Change desert sprite colours to fit the ground better 2020-01-27 10:41:07 +00:00
Joshua Barretto
9dbfecfc86 Merge branch 'zesterer/small-fixes' into 'master'
Star fixes

See merge request veloren/veloren!762
2020-01-27 02:29:05 +00:00
Joshua Barretto
c28c4188fd Added point light ambiance 2020-01-27 01:47:23 +00:00
Joshua Barretto
f301734bda Made stars spin with sun and moon 2020-01-27 01:22:07 +00:00
Joshua Barretto
c9f1e4f22f Stopped stars popping into existence 2020-01-27 01:03:55 +00:00
Monty Marz
a81bc8ab65 fix typo in en.ron, fixed unfinished weapons dropping from chests 2020-01-26 22:57:06 +00:00
Pfauenauge90
9d2d7a93e0 changed death message 2020-01-26 12:52:32 +00:00
Joshua Barretto
8a998ffd61 Better neutral AI, initial waypoint objects 2020-01-26 12:52:28 +00:00
Joshua Barretto
01fc0925ab Fixed shadows, better pathfinding cap 2020-01-26 12:52:28 +00:00
Monty Marz
7c7c1c32b7 Fix: Healthbars size 2020-01-26 01:19:36 +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
Imbris
0342f2f43c Make nametages etc fixed size and only display within limited range 2020-01-24 22:09:45 -05: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
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
c9857869c7 Revert to master for main background. 2020-01-23 18:18:13 +01:00
Pfauenauge90
f28ff935f3 birch models 2020-01-23 18:18:10 +01:00
Pfauenauge90
793694ebf7 birches and "Acalok" Trees 2020-01-23 18:18:10 +01:00
flyingfryingpan
21e725df89 forsharp 2020-01-23 18:18:07 +01:00
Monty Marz
fd2107a256 Character stats displayed in char window, pulsating active slot in inventory 2020-01-23 17:14:02 +00:00
Monty Marz
7e7cedb686 Clean up unused UI assets 2020-01-22 21:56:03 +00:00
Monty Marz
6b78f0b4a0 start menu text 2020-01-21 22:04:39 +00:00
Joshua Barretto
b028290659 Adjusted cloud fuzz factor 2020-01-21 13:14:25 +00:00
Joshua Barretto
e8c8f2ce61 Shader optimisations 2020-01-21 12:58:20 +00:00
Treeco
b32abbac95 Fixes Hair Style & Color labels 2020-01-21 12:27:34 +00:00
Rémy PHELIPOT
e5fb2e2e76 Localization system for Voxygen
- Added a localization system in voxygen
- Support English and French languages
- Added a configuration option in the interface settings to change
  the language
2020-01-20 21:07:25 +01:00
S Handley
bafa6718a4 Remove currently unused audio assets
This clears out about 56MB of unused audio files.

There were also some unused methods in the audio modules which
referenced a file, which has also been removed.
2020-01-20 15:07:30 +00:00
Pfauenauge90
e1c640d5b6 charge icon update 2020-01-19 22:39:19 +01:00
Pfauenauge90
7cb69082ec various fixes 2020-01-19 22:39:19 +01:00
Imbris
f82a3a7a5c Add options to turn off the clouds and to render ugly water 2020-01-19 14:05:31 -05:00
Joshua Barretto
d48974d077 Fixed water normals 2020-01-19 18:39:20 +00:00
Joshua Barretto
19b5143077 Fixed terrain normal decoding 2020-01-19 18:27:03 +00:00
Joshua Barretto
fcbaa0d3f8 Made clouds bigger, more performant and prettier 2020-01-19 18:06:34 +00:00