1b8262caed
Save surroundings to .vox
2020-06-08 02:07:11 -04:00
1d564f53c7
Fix #322 - Refactored audio output device enumeration to fail gracefully when audio devices with null or otherwise unusable names are encountered
2020-06-07 16:24:22 +01:00
a981d72d28
Merge branch 'imbris/fix-multibyte-whitspace-panic' into 'master'
...
Fix panic with multibyte whitespace characters
Closes #583
See merge request veloren/veloren!1045
2020-06-06 20:17:11 +00:00
efe071d998
Fix panic with multibyte whitespace characters
2020-06-06 15:58:16 -04:00
458ac4af5e
Adds simple auto walk functionality. Toggleable or push to hold
2020-06-06 13:09:01 -05:00
25e74ee6e2
Toggle_lantern after dropping a Lantern slot item
2020-06-06 07:37:43 -05:00
76f7f4fd98
Renaming and adding comments
2020-06-05 16:33:39 -05:00
09541af551
Moving to a single crossbeam channel as a detail of Window, using strings instead of ClientEvent, and formatting
2020-06-05 15:53:15 -05:00
8d90952074
Add channel to send messages up from methods like fetch_events to hud
2020-06-05 14:27:22 -05:00
e0633a238e
Update CHANGELOG and a TODO, fix safer deserialisation for inventory
...
data.
2020-06-04 11:44:33 +00:00
b0b0fca64a
fix shoulders in charselect
2020-06-04 02:14:03 -04:00
6c0587393e
update german translation
2020-06-03 19:32:54 +00:00
b34da9b07b
More item drops
2020-06-03 17:59:09 +00:00
475f62b57f
Merge branch 'zesterer/small-fixes' into 'master'
...
Better physics comments, removed camera snapping
See merge request veloren/veloren!1034
2020-06-01 20:50:24 +00:00
9a069c93dc
Better physics comments, removed camera snapping
2020-06-01 21:33:20 +01:00
136bf271b8
Fix social list having incorrect player count
2020-06-01 22:04:44 +08:00
c23183b1ca
Add character name and level to social window
2020-06-01 22:04:44 +08:00
66f6368e83
Handle out of bounds panic
2020-06-01 21:56:46 +08:00
288c7cdbfa
fix #562 Confusing chat alias
2020-06-01 21:36:39 +08:00
3877efec50
optimization and tails
2020-06-01 00:33:24 +00:00
f7d6f76a04
Added 36 Swords
...
I added 36 sword models to the code.
2020-05-29 18:23:00 +00:00
d5216cc8f3
Redraw dark mode bubbles. Add padding to light mode bubbles.
2020-05-27 13:49:19 +02:00
3cea76b82f
NPCs now call for help when you hit them. Redraw speech bubble dark mode.
2020-05-27 13:49:18 +02:00
3c07d02218
Add a dark mode to speech bubbles; consistantly use 'speech bubble' instead of 'chat bubble'
2020-05-27 13:49:17 +02:00
c65967ccdb
Chatting now creates speech bubbles
2020-05-27 13:49:14 +02:00
73a29b339c
Added chat bubbles. Refactored bubble+name+hp+energy into new overhead widget
2020-05-27 13:49:13 +02:00
ea07d744a7
orientation animation
2020-05-27 06:41:55 +00:00
ec2ed4da2c
Change a bunch of settings defaults, fix sprite looting key
2020-05-25 15:44:27 +01:00
9d7e0aad12
Aeronic/forest tune
2020-05-21 04:09:59 +00:00
f09af7980f
Fixed aiming for non-humanoids
2020-05-19 14:47:51 +01:00
5c3a08e450
Updated changelog and fmt
2020-05-19 14:41:08 +01:00
05e6df1b65
Added overhead aiming camera
2020-05-19 14:26:53 +01:00
2f47d09af4
Comment fixes and fmt
2020-05-19 00:35:58 +01:00
f1b166d15d
Innumerable camera improvements
2020-05-18 23:40:28 +01:00
bb85dab281
Merge branch 'treeco/build-mode-fixes' into 'master'
...
Swapped block placement and destruction buttons
See merge request veloren/veloren!995
2020-05-16 23:48:25 +00:00
ecb7963730
Pfau/0.6 bg
2020-05-16 12:48:29 +00:00
ec03c4518a
Change the version number to 0.6
2020-05-16 00:50:40 +02:00
a338ed3f24
Swapped block placement and destruction buttons
...
Also capped placement range to match destruction range
2020-05-15 17:39:44 +01:00
cbfe3d52fc
Merge branch 'Mckol/552-fix-persistence-crash' into 'master'
...
Fix #552
Closes #552
See merge request veloren/veloren!984
2020-05-15 00:45:41 +00:00
48c5d37a5d
Make singleplayer use voxygen's config path for persistence path.
2020-05-15 01:54:13 +02:00
649075c89a
Merge branch 'imbris/small-fix' into 'master'
...
Show main menu even if there are no stats
See merge request veloren/veloren!990
2020-05-14 23:47:34 +00:00
eac11ecfe8
Show main menu even if there are no stats
2020-05-14 19:10:27 -04:00
0a723614f9
Popup message when setting waypoint
2020-05-14 16:56:10 +00:00
e852e0cfab
- Update the stats of characters individually, reverting the change with
...
big combined updates.
- Add a timer to the stats persistence system and change the frequency
that it runs to 10s
- Seperate the loading of character data for the character list during
selection, and the full data we will grab during state creation. Ideally
additional persisted bits can get returned at the same point and added
to the ecs within the same block.
2020-05-13 09:14:09 +10:00
7c6c9f4302
Stats persistence
...
- Update client code to use persisted stats
- Add a system for stats persistence
- Add a basic scheduler to control duration between execution of
persistence systems
2020-05-13 09:14:08 +10:00
e5853dbdd4
Initial models, migration and client code for stats persistence.
2020-05-13 09:14:08 +10:00
ceb771bb2c
keep mobs from exploding whenever they're hit
2020-05-11 21:44:21 -04:00
ef70949d5d
cyclops
2020-05-11 21:44:21 -04:00
137c700b80
fix swim bug
2020-05-11 21:44:21 -04:00
28402e2bc1
Merge branch 'CapsizeGlimmer/tab_completion' into 'master'
...
Capsize glimmer/tab completion
See merge request veloren/veloren!972
2020-05-11 17:49:26 +00:00