Changelog Timeline
Stay up to date with new patches
February 18 2023
- fix crash introduced in 9a1c9c80227b5518bb9fd0c0c109b0678bdc0b40
- update comments
- fix multiple writes of same data to keybind config
February 17 2023
- implement Equal func for floating point comparison and cleanup namespaces
- codestyle
- write config fields only if they differ compared to default values
February 15 2023
- - Style: update theme
February 14 2023
- impl serialization of inputs and some wonky initialization of keybinds
February 13 2023
- finish support for multiple configs
- merge viewport config and studio config into single studio config refactor Config class to support holding multiple different configs
- move studio config files
February 12 2023
- - Viewports: working multi-viewport/docking support ( broken camera viewport rendering )
- impl remap base funcs
- fix describe bind
- even more work on keybind remapping
- .
- move command pallette to dialog system
February 11 2023
- get rid of remapper from viewport
- Merge pull request 'lukaasm/dialogs' (#12) from lukaasm/dialogs into riz/new_viewport Reviewed-on: /pulls/12
- merge riz/new_viewport
- more work on keybind remapping window
February 9 2023
- impl base for command pallette
- extend execute command api
- move dots
- fix typo
- remove pointless header
- refactor commands and keybinding a bit
February 6 2023
- initialize m_LastFrameHeldKeys
- block consequent same sequence binds with a little delay, do not block if buttons were pressed/released/pressed
- impl PlaybackCommand