jshipsey
691607f398
swimming changes
2020-08-08 13:47:32 -04:00
Imbris
3a22b3694d
New group UI functions
2020-08-08 01:14:19 +02:00
Imbris
6aba810517
Add key to select entities
2020-08-08 01:09:02 +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
Imbris
6435464d00
Make video mode selection slightly better
2020-07-25 17:07:50 -04:00
Imbris
d46bf03e27
Merge branch 'imbris/screenshot-tweak' into 'master'
...
Only screenshot and toggle fullscreen once per frame
See merge request veloren/veloren!1217
2020-07-18 19:08:42 +00:00
Imbris
14d500abbc
Only screenshot and toggle fullscreen once per frame
2020-07-18 12:21:22 -04:00
Imbris
d53ad7eb43
Fix color depth selection
2020-07-18 08:17:42 -04:00
Imbris
2a9785a40c
Remove supplement_events from Window, fix suppresed clippy lint, actually use exlusive fullscreen instead of a borderless window
2020-07-17 22:18:43 -04:00
Imbris
2f5c8fa3f3
Fixes for Alt key related issues
2020-07-17 21:26:21 -04:00
Imbris
a0d88e0774
Fix mistake with event processing
2020-07-17 21:26:20 -04:00
Imbris
8cd2207495
Proper fix for winit / cpal conflict
2020-07-17 21:26:20 -04:00
Imbris
5e8d74e00e
fix Window::logical_size
2020-07-17 21:24:28 -04:00
Imbris
21a1382850
Update to winit 0.21.0
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
Imbris
515dbc30a7
Switch to updated gfx_window_glutin
2020-07-17 21:24:28 -04:00
Joshua Barretto
807a27328c
Updated to winit 20
2020-07-17 21:24:27 -04:00
Joshua Barretto
8d6b442193
Crafting
2020-07-14 20:11: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
738fa34534
Add freefly camera mode and cycle camera mode keybind
2020-07-11 11:39:04 -07:00
Joshua Barretto
8508b5177b
Velocity-corrected bezier pathfinding control, swimming control
2020-07-05 09:38:15 -04:00
Ben Wallis
8434957d01
Fixed long mouse button names overflowing hotbar slots ( #637 )
2020-06-27 20:48:10 +01:00
Marcel Märtens
15fc5787e4
switch log behavior for env variable and removed gfx spam by default
2020-06-22 16:49:40 +02:00
Marcel Märtens
9485b45e70
switch to tracing
stlye and enhance logs with usefull information
...
- Updated CHANGELOG
- reduce dependencies
- found out that we have alot of duplicate coding... alot...
2020-06-22 09:53:15 +02: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
Ben Wallis
4a4a106232
Voxygen: Fixed weird window movement caused by moving the window with the cursor grabbed ( #588 )
2020-06-17 12:40:11 +01:00
Ben Wallis
950c62efc6
Suppressed all existing clippy warnings in preparation for fixes as part of #587
2020-06-10 22:01:42 +01:00
Joey Maher
458ac4af5e
Adds simple auto walk functionality. Toggleable or push to hold
2020-06-06 13:09:01 -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
Joey Maher
8d90952074
Add channel to send messages up from methods like fetch_events to hud
2020-06-05 14:27:22 -05:00
Justin Shipsey
ea07d744a7
orientation animation
2020-05-27 06:41:55 +00:00
Treeco
ec2ed4da2c
Change a bunch of settings defaults, fix sprite looting key
2020-05-25 15:44:27 +01:00
CapsizeGlimmer
4e7f8c686a
Equipped lanterns now provide an illumination effect.
2020-05-04 15:15:31 +00:00
Monty Marz
4521791591
UI Fixes
2020-04-26 01:44:56 +00:00
Imbris
f81f91162d
Basic hotbar functionality
2020-04-12 18:41:07 +02:00
Pfauenauge90
f24ba71d94
hotbar keybindings
2020-04-12 18:41:03 +02:00
Pfauenauge90
2263b9be95
starter chest, removed unused key commands
2020-04-12 18:41:02 +02:00
Carbonhell
c0c92c4259
Fixes mouse_input event not being pushed everytime
2020-04-09 18:43:12 +02:00
Carbonhell
20ec77eeb0
Fixes mouseinput event ignoring cursor_grabbed being true
2020-04-08 23:46:42 +02:00
Carbonhell
198c875559
Carbonhell/keybindings
2020-04-08 17:36:37 +00:00
Pfauenauge90
11be9c10b2
remapped default look key, removed unused keys
2020-03-27 16:09:51 +01:00
timokoesters
fe2aa7da7b
Merge remote-tracking branch 'origin/master' into combat
2020-03-26 23:43:33 +01:00
Capucho
03396eb77e
Implement #505
2020-03-26 21:22:21 +00:00
timokoesters
99e7e1f785
Split staff into 3 abilities
2020-03-24 14:00:22 +01:00
Adam Whitehurst
180ec89060
add SwapLoadout
2020-03-21 10:26:38 -07:00
Mckol
8838682f0b
Added Controller support
2020-03-10 21:00:13 +00:00
S Handley
ea53dea8a7
Fixes https://gitlab.com/veloren/veloren/issues/484 partially by saving logs to a fixed place (defined in the settings file)
2020-03-05 19:26:07 +00:00
Marcel Märtens
dae31ae5b6
apply new rustfmt - touching alot of files
2020-02-01 21:39:39 +01:00
Imbris
e5d841e62f
Adds fullscreen and window size settings and coverage based pixel art
...
scaling
2020-01-24 23:14:59 -05:00