Commit Graph

51 Commits

Author SHA1 Message Date
fallenoak
249c34cb1f
feat(console): default final three args in CVar::Register to most commonly used values 2025-11-24 13:30:03 -06:00
Tristan Cormier
0ff6dc3112 feat(console): add CONSOLELINE destructor 2025-11-21 19:22:22 -06:00
fallenoak
b311764b25
feat(console): add ConsoleDeviceStereoInitialize 2025-11-19 07:39:12 -06:00
fallenoak
f119a1836f
feat(console): add CVar::GetFloat 2025-11-18 19:53:30 -06:00
fallenoak
50b7dadbc7
feat(console): add CVar::GetDefaultValue 2025-11-18 19:21:22 -06:00
fallenoak
52373a9fab
feat(console): update additional vars in UpdateGxCVars 2025-11-17 21:24:24 -06:00
fallenoak
247e319aac
feat(console): add several additional vars to RegisterGxCVars 2025-11-17 21:09:17 -06:00
fallenoak
f2b63128d4
feat(console): add gxRefresh var to RegisterGxCVars 2025-11-17 20:11:04 -06:00
fallenoak
a6317ead69
chore(console): improve comment clarity in ConsoleDetectGetResolutions 2025-11-17 16:31:01 -06:00
fallenoak
a8a1309af1
feat(console): handle color bits and depth bits in UpdateGxCVars 2025-11-16 22:40:45 -06:00
fallenoak
7e03c5e1d4
feat(console): handle color bits and depth bits vars in SetGxCVars 2025-11-16 22:33:07 -06:00
fallenoak
53929a233e
feat(console): register vars for color bits and depth bits 2025-11-16 21:19:34 -06:00
fallenoak
edd25251fb
chore(console): add note about 640x480 to ConsoleDetectGetResolutions 2025-11-09 17:18:46 -06:00
fallenoak
c83fd24a72
feat(console): add ConsoleDetectGetResolutions 2025-11-09 12:03:49 -06:00
fallenoak
a06d989d30 feat(gx): add GxAdapterMonitorModes 2025-11-08 23:03:23 -06:00
fallenoak
8ff5e548ed
chore(console): declare statics as static 2025-11-04 15:45:46 -06:00
Tristan Cormier
a64ab82e41 feat(console): add ConsoleDeviceExists 2025-11-04 10:46:55 -06:00
Tristan 'Natrist' Cormier
9b46d51508
feat(console): add CONSOLELINE class (#120) 2025-10-29 19:46:44 -05:00
fallenoak
b04f55d859
fix(console): correct CVar flag handling 2025-10-20 21:13:56 -05:00
fallenoak
c92ca27a06
feat(console): stub ConsoleWrite 2025-10-07 20:34:16 -05:00
Tristan 'Natrist' Cormier
0b1c478f33
feat(console): implement OnMouseUp event handler (#101) 2025-10-04 19:38:35 -05:00
fallenoak
d1a30161f4
chore(console): remove unused forward declaration 2025-10-03 08:13:23 -05:00
fallenoak
4313dd50e5
chore(console): improve clarity in OnChar event handler 2025-10-03 08:10:53 -05:00
Tristan Cormier
e39d1913f4 feat(console): add OnKeyUp event handler 2025-10-03 08:06:46 -05:00
Tristan Cormier
4706cd3b15 feat(console): add OnChar event handler 2025-10-03 08:05:41 -05:00
fallenoak
fb6437f9ff
feat(console): implement ResetHighlight 2025-10-02 21:48:06 -05:00
fallenoak
669e093ef2
feat(console): reset highlight when console is closed 2025-10-02 21:33:31 -05:00
Tristan Cormier
d30d5c49dc feat(console): add HIGHLIGHTSTATE enum 2025-10-02 20:50:49 -05:00
fallenoak
3392c5b427
chore(console): clean up calls to CVar::Register 2025-10-01 16:58:19 -05:00
fallenoak
9ed50a0eed
chore(console): move CATEGORY enum to types header 2025-10-01 16:47:57 -05:00
Tristan 'Natrist' Cormier
32413a37da
feat(console): add CVar::LookupRegistered (#97) 2025-10-01 11:32:04 -05:00
fallenoak
87361e5c6c
fix(console): use correct return type for CVar::Load 2025-09-30 11:39:55 -05:00
fallenoak
8043f8de0c
feat(console): add CVar::Load 2025-09-23 22:52:16 -07:00
fallenoak
1262a76331
chore(console): improve structure for event-related handlers 2025-09-23 10:45:19 -07:00
fallenoak
555ebf726c
chore(console): adjust files for clarity 2025-09-23 10:39:29 -07:00
fallenoak
fb0934af0f feat(console): implement ConsoleInitializeClientCommand 2025-09-23 10:38:14 -07:00
fallenoak
08faeb135d feat(console): implement ConsoleInitializeClientCVar 2025-09-23 10:26:10 -07: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