Commit graph

21 commits

Author SHA1 Message Date
ee51e76795 fix(console): new types included 2023-08-16 17:38:37 -04:00
394d4ac321 tidy(console): move several types into Types.hpp 2023-08-16 17:05:43 -04:00
c05d229b2e fix(console): remove duplicate CATEGORY 2023-08-16 17:02:55 -04:00
3c7300a614 fix(console): include console/Command.hpp in CVar.cpp 2023-08-16 16:49:21 -04:00
0397579ca9 fix(console): add command category enum 2023-08-16 16:44:20 -04:00
384e52c7d1 feat(console): limited console implementation 2023-08-16 16:37:38 -04:00
37460378a8 feat(console): toggle console access based on -console flag 2023-08-14 23:00:04 -04:00
fallenoak
df1ab32267
feat(console): animate console open and close 2023-04-17 22:44:44 -05:00
Tristan 'Natrist' Cormier
56092c6700
feat(console): partially implement console key down handler 2023-04-17 21:10:10 -05:00
Tristan 'Natrist' Cormier
3549abd87f
feat(console): add helpers for console hotkey 2023-04-15 16:33:17 -05:00
fallenoak
309ba8085c
feat(console): enable console access when initializing device 2023-04-15 16:14:15 -05:00
Tristan 'Natrist' Cormier
ef71ddc46e
feat(console): add helpers for console access enabled state 2023-04-15 16:03:58 -05:00
Tristan 'Natrist' Cormier
092ba0f881
feat(console): add helpers for console active state 2023-04-15 14:40:07 -05:00
fallenoak
ecf0c43e70
feat(console): register event handlers for console 2023-04-09 22:40:32 -05:00
fallenoak
cfd7aff536
fix(console): correct alpha value for console background 2023-04-09 12:58:43 -05:00
fallenoak
134d85bce6
feat(console): add background drawing for console 2023-04-08 23:10:53 -05:00
fallenoak
6b4c5e9179
feat(console): initialize console screen 2023-04-07 23:06:08 -05:00
Tristan 'Natrist' Cormier
23d537103e
feat(console): partially implement console command functions 2023-04-03 23:33:46 -05:00
fallenoak
6479dcaecf
chore(console): split out console device functions 2023-04-02 08:37:11 -05:00
Tristan 'Natrist' Cormier
9d0487c8ce
chore(console): move console functions out of client 2023-04-02 08:06:40 -05:00
Tristan 'Natrist' Cormier
6f52a6287d
chore(console): split out console library 2023-03-25 09:56:41 -05:00