Commit Graph

2389 Commits

Author SHA1 Message Date
Forest Anderson
f95561f9df Merge branch 'wusyong/fix_ipv6' into 'master'
Fix singleplayer not working if IPv6 is not available

Closes #281

See merge request veloren/veloren!561
2019-10-07 15:35:20 +00:00
Wu Yu Wei
75df4600bd Switch portpicker dependemcy to git
A pull request to fix has been created on original repository. But
since 0.4 is coming out pretty soon, let's swithc to this fork
temporary.
2019-10-07 15:35:20 +00:00
Marcel
97441cef39 Merge branch 'songtronix/partially-fix-ghosting' into 'master'
reduce amount of network related ghosts

See merge request veloren/veloren!562
2019-10-07 14:03:49 +00:00
Songtronix
03f0024607 fix: reduce amount of network related ghosts 2019-10-07 15:15:29 +02:00
Joshua Barretto
6e59571637 Merge branch 'zesterer/small-fixes' into 'master'
Minor Tweaks

See merge request veloren/veloren!560
2019-10-07 08:21:44 +00:00
Acrimon
8cc8caf4d4 Merge branch 'kyozm/removelights' into 'master'
create /removelights command

Closes #270

See merge request veloren/veloren!559
2019-10-07 08:05:51 +00:00
Joshua Barretto
087bfffc8a Proper tree colour variation 2019-10-07 09:05:18 +01:00
Joshua Barretto
6fc6864e7c Better grass colours, made flora more common 2019-10-07 08:49:02 +01:00
KyoZM
9ac089ae26 consume vector without calling the iterator 2019-10-07 01:49:56 -03:00
KyoZM
5abe88ecee cargo format 2019-10-07 01:38:28 -03:00
KyoZM
064f33666a removelights no longer deletes players with lanterns 2019-10-07 01:03:53 -03:00
KyoZM
ea82115656 create /removelights command 2019-10-07 00:19:46 -03:00
Joshua Barretto
1a9408c397 Merge branch 'timo-arrowheight' into 'master'
timo arrow spawn height

See merge request veloren/veloren!558
2019-10-06 20:19:01 +00:00
timokoesters
25cc1f0103
fix: orientation now supports z rotation 2019-10-06 22:03:29 +02:00
timokoesters
3078591060
feat(bow): arrow spawn height 2019-10-06 21:21:33 +02:00
Monty Marz
7fd113e7c6 Merge branch 'pfau/help-window' into 'master'
Help window, UI fixes, asset fixes

See merge request veloren/veloren!556
2019-10-06 19:19:09 +00:00
Monty Marz
b3862278af Help window, UI fixes, asset fixes 2019-10-06 19:19:08 +00:00
Monty Marz
e5c246e25e Merge branch 'timo-msg' into 'master'
fix: error message for give_exp

See merge request veloren/veloren!557
2019-10-06 19:03:57 +00:00
timokoesters
a01edbe370
fix: error message for give_exp 2019-10-06 20:52:26 +02:00
Joshua Barretto
a76e0792a9 Merge branch 'timo-arrow-despawn' into 'master'
feat(bow): arrows despawn after some time

See merge request veloren/veloren!554
2019-10-06 17:48:27 +00:00
timokoesters
182b98081b
feat(bow): arrows despawn after some time 2019-10-06 19:32:46 +02:00
Timo Koesters
70718b9d02 Merge branch 'timo-logout' into 'master'
Fix bugs causing duplicate login/logout messages

See merge request veloren/veloren!553
2019-10-06 17:05:23 +00:00
timokoesters
0d1bf16e46
fix: selecting another character no longer shows a new login message 2019-10-06 18:26:51 +02:00
timokoesters
4501fef503
fix: don't show logout message when player never was ingame 2019-10-06 17:34:51 +02:00
Acrimon
a0d01c064c Merge branch 'zuwow/veloren-fix-alsa-crash' into 'master'
Fix crashing due to error in Alsa.

Closes #280

See merge request veloren/veloren!551
2019-10-06 10:00:21 +00:00
Brian Lewis
86619d4192 Fix crashing due to error in Alsa.
This uses a more recent version of cpal (a dependency of rodio hence the
rodio change) which seems to have fixed a crash due to
'device not available: "Invalid argument"' coming from Alsa.

The change in cpal also made some functions now return `Result` instead
of a bare type which I dealt with by using `expect` to minimize how far
these changes fan out into the code but maybe this isn't ideal.

Fixing https://gitlab.com/veloren/veloren/issues/280 - Crash with ALSA
2019-10-06 11:24:42 +02:00
Acrimon
7b45f59682 Merge branch 'songtronix/disable-lfs-check-with-env' into 'master'
Disable git lfs check with DISABLE_GIT_LFS_CHECK Enviroment Variable

See merge request veloren/veloren!542
2019-10-06 07:47:50 +00:00
Acrimon
82789f9565 Merge branch 'revert-4498cece' into 'master'
Revert "Merge branch 'angelonfira/change-memory-allocator-to-jemalloc' into 'master'"

See merge request veloren/veloren!549
2019-10-06 07:32:43 +00:00
Songtronix
aa556ba4b3 feat(env): added DISABLE_GIT_LFS_CHECK 2019-10-06 07:33:24 +02:00
Forest Anderson
b13f9f37f7 Revert "Merge branch 'angelonfira/change-memory-allocator-to-jemalloc' into 'master'"
This reverts merge request !547
2019-10-06 01:31:47 +00:00
Acrimon
4498cece46 Merge branch 'angelonfira/change-memory-allocator-to-jemalloc' into 'master'
Change memory allocator to jemalloc

Closes #278

See merge request veloren/veloren!547
2019-10-05 22:49:19 +00:00
Forest Anderson
0304b51159 Chanced to ignore msvc instead of windows
Change server to ignore msvc
2019-10-05 17:57:29 -04:00
Forest Anderson
e1bab6afe0 Added jemalloc for Linux systems 2019-10-05 17:57:29 -04:00
Forest Anderson
9ef98ce1a5 Remove heaptrack 2019-10-05 17:57:29 -04:00
Monty Marz
54aac3859f Merge branch 'timo-icon' into 'master'
fix(bow): use axe as default icon, not debug stick

See merge request veloren/veloren!539
2019-10-05 21:51:08 +00:00
Timo Koesters
f3787879d3 fix(bow): adds bow icon art 2019-10-05 21:51:08 +00:00
Acrimon
954881d84d Merge branch 'qutrin/npc-levels' into 'master'
Enemies spawn with random levels, Nametags display levels

See merge request veloren/veloren!532
2019-10-05 15:54:06 +00:00
timokoesters
4a99e5bc1e refactor: joined on &stats twice 2019-10-05 17:37:10 +02:00
timokoesters
2fc4a8d9aa fix(exp): crash when gaining many levels at once 2019-10-05 17:37:10 +02:00
Piotr Korgól
09429b45d1 Make /adminify admin-only and /waypoint free 2019-10-05 17:37:10 +02:00
Piotr Korgól
9e10c8b700 Make enemies spawn with different levels 2019-10-05 17:37:09 +02:00
Piotr Korgól
152efaee3b Make nametags display levels 2019-10-05 17:37:09 +02:00
Songtronix
2a62314dd1 Merge branch 'songtronix/fix-rich-presence' into 'master'
Fix discord rich presence

See merge request veloren/veloren!543
2019-10-05 15:35:59 +00:00
Songtronix
43cae5ea64 Fix discord rich presence 2019-10-05 15:35:59 +00:00
Marcel
af3b4739ec Merge branch 'password-argon2' into 'master'
Update client-side password hashing to argon2

See merge request veloren/veloren!544
2019-10-05 13:12:20 +00:00
Wu Yu Wei
193ff105e2 Update client-side password hashing to argon2 2019-10-05 13:12:20 +00:00
Forest Anderson
bbb341e07d Merge branch 'revert-129674eb' into 'master'
Revert "Added to systems directory"

See merge request veloren/veloren!541
2019-10-05 00:28:30 +00:00
Forest Anderson
28eb492b56 Revert "Added to systems directory"
This reverts commit 129674eb1c
2019-10-04 23:53:10 +00:00
Forest Anderson
b7ce4c60ad Merge branch 'haslersn/nix/init' into 'master'
default.nix, shell.nix: init

See merge request veloren/veloren!506
2019-10-04 23:47:16 +00:00
Forest Anderson
129674eb1c Added to systems directory 2019-10-04 19:26:58 -04:00