Commits · main
libraries
Browse files
Mar 21, 2026
Apply 1 suggestion(s) to 1 file(s)
· 0d90156a
Marek Trtík
authored
Mar 21, 2026
0d90156a
MR fixes
· 111da2ac
Matěj Toul
authored
Mar 21, 2026
and
Marek Trtík
committed
Mar 21, 2026
111da2ac
fix formatting
· 232c195e
Matěj Toul
authored
Mar 16, 2026
and
Marek Trtík
committed
Mar 21, 2026
232c195e
audio: transferred mixer pitch logic from side branch
· fb91dd2b
Matěj Toul
authored
Mar 02, 2026
and
Marek Trtík
committed
Mar 21, 2026
fb91dd2b
audio: added all effects from side branch; adjusted naming convention
· 4f48fef7
Matěj Toul
authored
Mar 02, 2026
and
Marek Trtík
committed
Mar 21, 2026
4f48fef7
audio: added digital signal processing submodules for higher level effects
· b367c2b5
Matěj Toul
authored
Mar 02, 2026
and
Marek Trtík
committed
Mar 21, 2026
b367c2b5
Mar 19, 2026
refactor(osi): Use correct header in input_processor.cpp
· 9c376029
Matej Vašek
authored
Mar 19, 2026
and
Marek Trtík
committed
Mar 19, 2026
9c376029
feat(com): Add unsubscribe functionality to com::Event
· cf54cb46
Matej Vašek
authored
Mar 19, 2026
and
Marek Trtík
committed
Mar 19, 2026
cf54cb46
refactor: Remove singleton pattern from InputSettings
· 442bebb4
Matej Vašek
authored
Mar 18, 2026
and
Marek Trtík
committed
Mar 19, 2026
442bebb4
feat(input): Add reflection support for InputSettings
· 12c3955f
Matej Vašek
authored
Mar 18, 2026
and
Marek Trtík
committed
Mar 19, 2026
12c3955f
refactor(input): Adjust include guard format
· e1908778
Matej Vašek
authored
Mar 18, 2026
and
Marek Trtík
committed
Mar 19, 2026
e1908778
refactor(osi): Move InputSystem::Updater setup to osi::run()
· 79f8583a
Matej Vašek
authored
Mar 18, 2026
and
Marek Trtík
committed
Mar 19, 2026
79f8583a
refactor(input): Move InputPhase::input_phase_name() to .cpp
· 7bff4cc1
Matej Vašek
authored
Mar 15, 2026
and
Marek Trtík
committed
Mar 19, 2026
7bff4cc1
refactor(input): Add settings() getter to InputSystem
· d7d346e5
Matej Vašek
authored
Mar 15, 2026
and
Marek Trtík
committed
Mar 19, 2026
d7d346e5
refactor(input): InputHandler initialization
· 1d91265a
Matej Vašek
authored
Mar 15, 2026
and
Marek Trtík
committed
Mar 19, 2026
1d91265a
refactor(input): Simplify common device type getters
· 01a5a518
Matej Vašek
authored
Mar 15, 2026
and
Marek Trtík
committed
Mar 19, 2026
01a5a518
fix(script): Use polling for input, Invert LeftCtrl for script::Logger
· 9bb850ed
Matej Vašek
authored
Mar 14, 2026
and
Marek Trtík
committed
Mar 19, 2026
9bb850ed
fix(ui): Use polling for input
· de00b5a2
Matej Vašek
authored
Mar 14, 2026
and
Marek Trtík
committed
Mar 19, 2026
de00b5a2
feat(input): Add "text this round" tracking to InputText
· 241e6325
Matej Vašek
authored
Mar 14, 2026
and
Marek Trtík
committed
Mar 19, 2026
241e6325
feat(input): Add "phases this round" tracking to InputState
· e4bf2bb4
Matej Vašek
authored
Mar 14, 2026
and
Marek Trtík
committed
Mar 19, 2026
e4bf2bb4
feat(input): Use com::Runner for InputSystem::update(), adjust osi boot order
· 2480869e
Matej Vašek
authored
Mar 14, 2026
and
Marek Trtík
committed
Mar 19, 2026
2480869e
refactor(input): Access specifiers and friend usage adjustment
· d14fc526
Matej Vašek
authored
Mar 14, 2026
and
Marek Trtík
committed
Mar 19, 2026
d14fc526
refactor(input): Adjust access specifiers indent
· 38547da3
Matej Vašek
authored
Mar 13, 2026
and
Marek Trtík
committed
Mar 19, 2026
38547da3
refactor(input): Format header includes
· cbff7c62
Matej Vašek
authored
Mar 13, 2026
and
Marek Trtík
committed
Mar 19, 2026
cbff7c62
refactor(com): Change osi::InputEvent into com::Event
· 9827cd07
Matej Vašek
authored
Mar 12, 2026
and
Marek Trtík
committed
Mar 19, 2026
9827cd07
feat(osi): Remove legacy input system
· a7dbfeee
Matej Vašek
authored
Mar 06, 2026
and
Marek Trtík
committed
Mar 19, 2026
a7dbfeee
feat(ui): Migrate to new input system
· f9d67c41
Matej Vašek
authored
Mar 06, 2026
and
Marek Trtík
committed
Mar 19, 2026
f9d67c41
feat(script): Migrate to new input system
· f4876c2a
Matej Vašek
authored
Mar 06, 2026
and
Marek Trtík
committed
Mar 19, 2026
f4876c2a
refactor(osi): Added InputPhase helpers, Removed incorrect button helpers
· 6feb92f9
Matej Vašek
authored
Mar 06, 2026
and
Marek Trtík
committed
Mar 19, 2026
6feb92f9
fix(osi): Fixed InputActionSet::add_action method signature
· 581fb56f
Matej Vašek
authored
Mar 06, 2026
and
Marek Trtík
committed
Mar 19, 2026
581fb56f
feat(osi): Simple text input handling
· a55c87b8
Matej Vašek
authored
Mar 06, 2026
and
Marek Trtík
committed
Mar 19, 2026
a55c87b8
fix(osi): Fixed InputEvent argument forwarding with multiple callbacks
· 3d5ea3be
Matej Vašek
authored
Mar 05, 2026
and
Marek Trtík
committed
Mar 19, 2026
3d5ea3be
refactor(osi): Removed unsuported InputSystem::create_action() helper
· dfe6f326
Matej Vašek
authored
Mar 05, 2026
and
Marek Trtík
committed
Mar 19, 2026
dfe6f326
fix(osi): Fixed inverted Y axis on vector inputs
· 453c157b
Matej Vašek
authored
Mar 05, 2026
and
Marek Trtík
committed
Mar 19, 2026
453c157b
fix(osi): Fixed osi::DeadzoneProcessor with default parameters
· 7b918971
Matej Vašek
authored
Mar 05, 2026
and
Marek Trtík
committed
Mar 19, 2026
7b918971
feat(osi): Scripting support for InputSystem
· e22b8c35
Matej Vašek
authored
Mar 05, 2026
and
Marek Trtík
committed
Mar 19, 2026
e22b8c35
feat(osi): Gamepad and pen support, device managment and more
· a5000dcd
Matej Vašek
authored
Feb 26, 2026
and
Marek Trtík
committed
Mar 19, 2026
a5000dcd
feat(osi): Reworked input system
· b9e21d3d
Matej Vašek
authored
Feb 18, 2026
and
Marek Trtík
committed
Mar 19, 2026
b9e21d3d
Remove unused includes, initialize properties
· 983d556e
Filip Hauzvic
authored
Mar 18, 2026
and
Marek Trtík
committed
Mar 19, 2026
983d556e
Extrapolate when interpolation runs out of snapshots in buffer
· 5969cac2
Filip Hauzvic
authored
Mar 15, 2026
and
Marek Trtík
committed
Mar 19, 2026
5969cac2
Loading