jshipsey
691607f398
swimming changes
2020-08-08 13:47:32 -04:00
Monty Marz
28a8f847cc
timeout visuals, various small fixes and two new items
2020-08-08 01:15:58 +02:00
Imbris
1d69e85a50
Don't show own char in group menu, handle accept/decline key events
2020-08-08 01:15:58 +02:00
Imbris
03d9992b9f
Distribute exp evenly and make it easier to target entities
2020-08-08 01:14:19 +02:00
Imbris
3a22b3694d
New group UI functions
2020-08-08 01:14:19 +02:00
Imbris
ef4b221706
Make entity targeting easier, add EXP sharing
2020-08-08 01:12:35 +02:00
Monty Marz
d9e3937a82
Basic UI
...
Basic ui for groups and group window
2020-08-08 01:12:35 +02:00
Imbris
6aba810517
Add key to select entities
2020-08-08 01:09:02 +02:00
Imbris
1741384d00
Add entity targeting
2020-08-08 01:09:01 +02:00
Joshua Yanovski
4e99a3d142
Fix window resizing on OS X.
...
Not really clear why this was working on any platform...
2020-08-03 04:40:36 +02:00
Shane Handley
1ae02244bc
Prevent keyholds for collect (e)
2020-08-02 15:25:57 +10:00
Shane Handley
f34894087a
Prevent inventory collect events from firing on keyup, which is causing item pickup actions to be called twice.
2020-08-01 20:26:44 +10:00
Monty Marz
31cfc05123
lots of things
...
animation fixes by slipped
new cultist item
settings option for loading screen tips
loot table adjustments
2020-07-23 12:10:13 +00:00
Imbris
27bfc74928
small fix and refactor stop auto walk to a method
2020-07-17 21:26:21 -04:00
Imbris
9bfb1b5f00
Fix rebase mistake
2020-07-17 21:26:21 -04:00
Imbris
28e00a0f6e
Fix singleplayer feature and rebase related stuff
2020-07-17 21:24:28 -04:00
Imbris
7dfb24d4a5
Clean comments, fix mistake, change dep source now that compatible version is available on crates.io
2020-07-17 21:24:28 -04:00
Imbris
db91ebe9b5
fix a few minor bugs
2020-07-17 21:24:28 -04:00
Imbris
d1b635efa4
Rearrange PlayState system to work without loop control
2020-07-17 21:24:28 -04:00
lausek
05cc6f222b
avoid comparing to own entity when mounting; fix coding style
2020-07-15 15:31:42 +02:00
lausek
a3326b5744
fix #611 ; add distance check when mounting pet
2020-07-15 14:54:53 +02:00
Joshua Barretto
8d6b442193
Crafting
2020-07-14 20:11:39 +00:00
Marcel
2414d5ae5e
Merge branch 'gSpera/no_autowalk_after_die' into 'master'
...
Stopping auto-walk after death: Fixes #607
Closes #607
See merge request veloren/veloren!1197
2020-07-13 08:39:39 +00:00
Kai
8e523364ac
Prevent GameInputs from being bound to multiple keys unless explicitly allowed. Add a Reset to Defaults button for controls.
2020-07-12 11:59:55 -07:00
Kai
6b771b8dca
Add a clientside check to only allow freefly camera for admins
2020-07-11 13:59:47 -07:00
Kai
738fa34534
Add freefly camera mode and cycle camera mode keybind
2020-07-11 11:39:04 -07:00
Ben Wallis
6ca6e2d646
Removed rounding from ping delta and added weighted rolling average ping calculation
2020-07-11 15:39:31 +01:00
Giovanni Spera
4232148b83
Stopping auto-walk after death: Fixes #607
2020-07-07 20:56:44 +02:00
Joshua Barretto
d1cdb6ea55
Updated changelog
2020-07-07 01:11:37 +01:00
Joshua Barretto
e626f6255f
Prevented pet damage
2020-07-07 01:01:39 +01:00
Joshua Barretto
f77d2f06c6
Fixed staff RMB, bug in ranged weapon code
2020-07-06 23:37:44 +01:00
Joshua Barretto
30619771af
Improved block picking
2020-07-06 23:04:13 +01:00
Joshua Barretto
62b59de95a
Fixed sprite select flickering
2020-07-06 22:41:21 +01:00
Joshua Barretto
8508b5177b
Velocity-corrected bezier pathfinding control, swimming control
2020-07-05 09:38:15 -04:00
Monty Marz
89400264dc
Loot ChatType, Update german translation, map zooming
2020-07-01 19:05:44 +00:00
Ben Wallis
dc1844b489
Moved sfx from common to voxygen
2020-06-28 18:16:22 +01:00
CapsizeGlimmer
3d29c3254a
Add setting for displaying character names in chat. Placate cargo clippy.
2020-06-27 17:43:46 -04:00
CapsizeGlimmer
92127292d4
Added option to disable speech bubble icons. Aligned settings>gameplay menu again.
2020-06-27 17:40:03 -04:00
CapsizeGlimmer
5ad212b7ed
Add chat types for offline, online. Implement Pfau's fixes
2020-06-27 17:40:03 -04:00
CapsizeGlimmer
289ef5d6b2
Move message processing and chat bubbles to the client
2020-06-27 16:42:26 -04:00
CapsizeGlimmer
b08d717eac
Rework chat processing
2020-06-27 16:29:03 -04:00
Joshua Barretto
b46e080ade
Added server-side maximum view distance setting
2020-06-25 18:46:04 +01:00
Kevin Glasson
af3af6c169
Convert voxygen to use tracing
...
There are several noteable changes in this commit that mean that logging
will behave differently to how it did previously.
- There are now no separate filter levels for terminal and file output.
This is a feature that is lacking in `tracing` but is set to be resolved
by https://github.com/tokio-rs/tracing/pull/508 . At which point we MAY
include it.
- The default log level was previously `WARN` - it is now `INFO`.
2020-06-21 23:17:25 +08:00
Kevin Glasson
19c2bf1181
Add hotbar state persistence.
...
Persist the hotbar state to disk by writing it out to a `profile.ron`
situated next to the existing `settings.ron`. There are individual
profiles for every character on every server. On creation of a new
character the default hotbar state will be `[None; 10]` i.e. the hotbar
will be empty.
Resolves: https://gitlab.com/veloren/veloren/-/issues/577
2020-06-19 08:00:21 +08:00
Justin Shipsey
2f896849d4
Wield glider instead of weapon when attempting glide wield, change behavior when running into walls to not drop out of gliding
2020-06-16 21:32:39 +00:00
jshipsey
cd8f2c801e
log-chat-messages
2020-06-13 15:21:58 -04:00
Joey Maher
458ac4af5e
Adds simple auto walk functionality. Toggleable or push to hold
2020-06-06 13:09:01 -05:00
Joey Maher
25e74ee6e2
Toggle_lantern after dropping a Lantern slot item
2020-06-06 07:37:43 -05:00
Joey Maher
76f7f4fd98
Renaming and adding comments
2020-06-05 16:33:39 -05:00
Joey Maher
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