Commit Graph

1373 Commits

Author SHA1 Message Date
bb900fff0f Used 3-level asset directory searching, not 2 2019-07-02 12:58:33 +01:00
cdda20a1e8 hotfix on assets_folder issue by increasing the depth to 3. 2019-07-02 19:43:38 +08:00
4167e92d95 Merge branch 'audio/audio-base' into 'master'
Revamping the audio system for Voxygen from #163

See merge request veloren/veloren!247
2019-07-02 04:10:55 +00:00
c699801d78 Revamping the audio system for Voxygen from #163 2019-07-02 04:10:55 +00:00
ee32f752a6 add no-audio feature while constructing AudioFrontend with no_audio(). 2019-07-02 11:45:28 +08:00
7f7d35fe7f fix audio thread by removing PopError but use customised block function instead. 2019-07-02 11:29:00 +08:00
d75d632279 Add mpmc support to audio-base. 2019-07-02 11:29:00 +08:00
0f38fba897 Merge branch 'qutrin/command-stuff' into 'master'
Add /health command

See merge request veloren/veloren!283
2019-07-01 20:07:31 +00:00
a66dc9a24f Add /health command 2019-07-01 20:07:30 +00:00
d64ca810d5 Merge branch 'songtronix/fix-server-warnings' into 'master'
fix warnings from server

See merge request veloren/veloren!281
2019-07-01 18:49:42 +00:00
ea340ddac7 fix warnings from server 2019-07-01 18:49:42 +00:00
8874093bd9 Merge branch 'songtronix/fix-warnings-from-world' into 'master'
Fix warnings from world

See merge request veloren/veloren!282
2019-07-01 18:40:41 +00:00
863731f3ae Fix warnings from world 2019-07-01 18:40:41 +00:00
4cba73ff72 Merge branch 'songtronix/clean-server-and-cli' into 'master'
Clean server and server-cli

See merge request veloren/veloren!279
2019-07-01 16:38:19 +00:00
1ee65a66cf Clean server and server-cli 2019-07-01 16:38:19 +00:00
8b14775a59 Merge branch 'qutrin/chat-cli-cleanup' into 'master'
Get rid of warnings in chat-cli

See merge request veloren/veloren!280
2019-07-01 16:16:35 +00:00
8368bea654 Get rid of warnings 2019-07-01 17:24:41 +02:00
631df59083 Merge branch 'zesterer/small-fixes' into 'master'
Fixed chonk memory usage bug, added block manipulation

See merge request veloren/veloren!278
2019-07-01 15:22:04 +00:00
a55bbca6e3 Only create one block with /solid 2019-07-01 15:38:40 +01:00
489f5f6b2a fmt 2019-07-01 14:38:45 +01:00
586b62ea28 Fixed remesh data race 2019-07-01 14:38:38 +01:00
90566243ca Removed debug printing 2019-07-01 14:37:32 +01:00
c8a2e4722c Fixed chonk memory usage bug, added block manipulation 2019-07-01 14:36:45 +01:00
4ce89a6406 Merge branch 'wielding-animation' into 'master'
Wielding animation groundwork

See merge request veloren/veloren!276
2019-06-30 23:07:53 +00:00
826a30c178 Merge branch 'wielding-animation' of https://gitlab.com/veloren/veloren into wielding-animation 2019-06-30 18:54:06 -04:00
cc548eb669 glider animation fix 2019-06-30 18:53:45 -04:00
e9bbe0e800 rebase 2019-06-30 18:53:45 -04:00
aea0d0002b head position fixes 2019-06-30 18:53:45 -04:00
2ce5c5881e combat run/jump/idle animation states 2019-06-30 18:53:44 -04:00
4e19e46a24 glider animation fix 2019-06-30 18:52:25 -04:00
e4dc145f17 Merge branch 'zesterer/small-fixes' into 'master'
More small fixes

See merge request veloren/veloren!271
2019-06-30 22:52:21 +00:00
0de505b74c fmt 2019-06-30 23:46:55 +01:00
14d9071670 Fixed minor physics bugs 2019-06-30 23:46:46 +01:00
b42c6dba61 rebase 2019-06-30 17:57:30 -04:00
e5bdace124 head position fixes 2019-06-30 17:57:30 -04:00
fa60e231d0 combat run/jump/idle animation states 2019-06-30 17:57:30 -04:00
0c92ccbc99 Merge branch 'timo-fix-death' into 'master'
Fix death respawn

See merge request veloren/veloren!275
2019-06-30 20:38:49 +00:00
370e7db1ee Fix death 2019-06-30 22:29:00 +02:00
b35832c37d Prevent movement in unloaded chunks 2019-06-30 19:54:13 +01:00
2985f94751 Prevented stalling when jumping before a block-hopping 2019-06-30 19:54:13 +01:00
45e30d0c84 Merge branch 'issue_109' into 'master'
Configured GameInput::Glide to be managed like the rest of events that stop on key release

See merge request veloren/veloren!274
2019-06-30 18:52:19 +00:00
e2b4b5106a Configured GameInput::Glide to be managed like the rest of events that stop on key release 2019-06-30 20:44:52 +02:00
96a2dfc15d Merge branch 'timo-actor-body' into 'master'
Remove Actor and use Body instead

See merge request veloren/veloren!270
2019-06-30 17:55:23 +00:00
7fec42ce2c Fix controls 2019-06-30 19:48:38 +02:00
d0e1be91b1 Merge branch 'issue_109' into 'master'
Fixed Issue #109 and some related problems that took place while holding shortcut keys

See merge request veloren/veloren!272
2019-06-30 17:34:21 +00:00
14400f6380 Remove Actor and use Body instead 2019-06-30 18:57:24 +02:00
fca9590cee Fixed Issue #109 and some related problems that took place while holding shortcut keys 2019-06-30 06:20:50 +02:00
b1a7a61d77 Merge branch 'snok-online-players-cmd' into 'master'
Snok: Show online players cmd

See merge request veloren/veloren!264
2019-06-29 22:16:27 +00:00
6bda6e2025 adding a mut 2019-06-29 18:05:34 -05:00
5c19ddb06c fmt 2019-06-29 17:56:10 -05:00