3591 Commits

Author SHA1 Message Date
Imbris
a994449f42 rework slot trait 2020-04-12 18:41:05 +02:00
jshipsey
70dbf99cae cape work 2020-04-12 18:41:05 +02:00
Pfauenauge90
b86dca065b Update de_DE.ron 2020-04-12 18:41:04 +02:00
Pfauenauge90
59e6be851e translation fix 2020-04-12 18:41:04 +02:00
Pfauenauge90
735a3dbe24 hotbar text shadows 2020-04-12 18:41:04 +02:00
Pfauenauge90
249746abd2 7 dwarf accessories 2020-04-12 18:41:03 +02:00
Pfauenauge90
b2d04adc78 hotbar keybindings 2020-04-12 18:41:03 +02:00
Pfauenauge90
1c022d359b fmt 2020-04-12 18:41:02 +02:00
Pfauenauge90
59766b4cb6 starter chest, removed unused key commands 2020-04-12 18:41:02 +02:00
Pfauenauge
2d2bf8b6f8 bag tooltips translation entries 2020-04-12 18:41:01 +02:00
Pfauenauge
8e73e5339e german translation update 2020-04-12 18:41:01 +02:00
Pfauenauge90
b98e411fd7 starter armor in char creation 2020-04-12 18:41:01 +02:00
Pfauenauge90
fb96d3cb54 fix 2020-04-12 18:41:00 +02:00
Pfauenauge90
086e09ff58 starter equip 2020-04-12 18:41:00 +02:00
Pfauenauge
cb3a1f8609 smarter code 2020-04-12 18:40:59 +02:00
Pfauenauge
a4553f3d18 fmt 2020-04-12 18:40:59 +02:00
Pfauenauge
2dec3002c2 png item images, fix map cursor 2020-04-12 18:40:59 +02:00
Pfauenauge90
03ede010fe item images 2020-04-12 18:40:58 +02:00
Pfauenauge90
1ea5019715 tooltips 2020-04-12 18:40:58 +02:00
Pfauenauge90
c9b8059f2e item types 2020-04-12 18:40:57 +02:00
jshipsey
916c347d83 initial cape implementation 2020-04-12 18:40:57 +02:00
Pfauenauge90
60b8102f86 slot kinds 2020-04-12 18:40:56 +02:00
Pfauenauge90
d51858c875 more armour types 2020-04-12 18:40:56 +02:00
Pfauenauge90
1af1b1cf35 cape item 2020-04-12 18:40:56 +02:00
Pfauenauge90
edc0ba0f75 cape item 2020-04-12 18:40:55 +02:00
Imbris
dad932cd50 Drag things! 2020-04-12 18:40:55 +02:00
Imbris
15e98691ce Make remove skin in armor item images 2020-04-12 18:40:54 +02:00
Imbris
9d63e74da6 Scale content image based on slot size, fix weapon images not showing, stop selection of empty slots 2020-04-12 18:40:54 +02:00
Imbris
9bf23c66d1 Don't show icon when slot is filled and have a separate image for filled
slot backgrounds
2020-04-12 18:40:54 +02:00
Pfauenauge
14991cd309 armor slot visuals 2020-04-12 18:40:53 +02:00
Imbris
ce619c2aff Use new slot widget for armor slots 2020-04-12 18:40:53 +02:00
Imbris
a3f56cae83 Restore slot interaction functionality 2020-04-12 18:40:52 +02:00
Imbris
b3c1c02d55 Setup basic generic slot system and used it for the inventory slots 2020-04-12 18:40:52 +02:00
Songtronix
84f50a79cf Merge branch 'olexorus/password_length' into 'master'
Allow passwords with up to 35 characters

See merge request veloren/veloren!905
2020-04-12 13:41:17 +00:00
Olexorus
edc871b002 Allow passwords with up to 35 characters 2020-04-12 13:52:39 +02:00
Monty Marz
b148c4d697 Merge branch 'olexorus/change_falldmg' into 'master'
Improve fall damage calculation

See merge request veloren/veloren!902
2020-04-10 11:04:18 +00:00
Olexorus
b7a8de94f4 Change how fall damage works 2020-04-10 12:03:15 +02:00
Imbris
4fd0b663ab Merge branch 'carbonhell/missing_mouse_event' into 'master'
Fixes mouse_input event not being pushed everytime

See merge request veloren/veloren!898
2020-04-10 04:28:17 +00:00
Joshua Barretto
fac3428609 Merge branch 'treeco/fix-tree-artefact' into 'master'
Fixed leaf lerp doing weird things

See merge request veloren/veloren!899
2020-04-09 21:39:45 +00:00
Treeco
d55ae6e716 Fixed leaf lerp doing weird things 2020-04-09 21:03:17 +01:00
Carbonhell
5d18857ef3 Fixes mouse_input event not being pushed everytime 2020-04-09 18:43:12 +02:00
Marcel
a45d29a49a Merge branch 'xMAC94x/small-fixes' into 'master'
Install meta package librust-backtrace+libbacktrace-dev in debian, this might...

See merge request veloren/veloren!896
2020-04-09 12:35:02 +00:00
Marcel
c571b83c18 Install meta package librust-backtrace+libbacktrace-dev in debian, this might fix the problem that we dont have server backtraces.
According to its documentation its specifically tailed down to deliver everything for rust backtrace crate:
https://packages.debian.org/buster/librust-backtrace+libbacktrace-dev
The official requierement would be install `cc` and `ar`, where `ar` is in binutils, and `cc` seems to be in gcc-8 or a subpackage of it. Both would requiere about 100MB additionally for backtraces, while this package should requiere additional 8MB
2020-04-09 11:22:34 +00:00
Monty Marz
f90c602c41 Merge branch 'carbonhell/cursor_grabbed_fix' into 'master'
Fixes mouseinput event ignoring cursor_grabbed being true

See merge request veloren/veloren!895
2020-04-08 23:03:47 +00:00
Carbonhell
4ff63345d8 Fixes mouseinput event ignoring cursor_grabbed being true 2020-04-08 23:46:42 +02:00
Joshua Barretto
c0fc0c2186 Merge branch 'capucho/player-dead-render-fix' into 'master'
Fixed the player being rendered after dying

See merge request veloren/veloren!894
2020-04-08 21:31:59 +00:00
Capucho
5a3ca149b4 Fixed the player being rendered after dying 2020-04-08 21:28:33 +01:00
Songtronix
45b8dd921e Merge branch 'carbonhell/keybindings' into 'master'
Carbonhell/keybindings

Closes #178

See merge request veloren/veloren!886
2020-04-08 17:36:41 +00:00
Carbonhell
2a93c57fb0 Carbonhell/keybindings 2020-04-08 17:36:37 +00:00
Imbris
1c1eed6c26 Merge branch 'capucho/player-effects' into 'master'
Fix the problems of players walking over water with dithering

See merge request veloren/veloren!890
2020-04-07 22:50:02 +00:00