Commit Graph

502 Commits

Author SHA1 Message Date
superp00t
c05d229b2e fix(console): remove duplicate CATEGORY 2023-08-16 17:02:55 -04:00
superp00t
3c7300a614 fix(console): include console/Command.hpp in CVar.cpp 2023-08-16 16:49:21 -04:00
superp00t
0397579ca9 fix(console): add command category enum 2023-08-16 16:44:20 -04:00
superp00t
384e52c7d1 feat(console): limited console implementation 2023-08-16 16:37:38 -04:00
Phaneron
9c3bc2203d
Merge pull request #1 from superp00t/feat-event-implement-sync-key-state
feat(event): implement synchronous key and mouse state tracking
2023-08-15 23:52:38 -04:00
superp00t
8deec105b6 chore(build): update dependencies 2023-08-15 04:42:55 -04:00
superp00t
f7bc2d96bf fix(command): C++11 doesn't have std::size, use sizeof 2023-08-15 03:58:53 -04:00
superp00t
2e0df837a9 fix(command): include <vector> for std::size function 2023-08-15 03:46:39 -04:00
superp00t
f760dd45f1 fix(command): fix enums and make functions nonstatic 2023-08-15 03:39:39 -04:00
superp00t
c171356533 chore(build): update squall dependency 2023-08-15 03:26:10 -04:00
superp00t
37460378a8 feat(console): toggle console access based on -console flag 2023-08-14 23:00:04 -04:00
superp00t
04e625f6a7 tidy(client): split CmdLine functions into separate files 2023-08-14 22:57:31 -04:00
superp00t
473d2acc81 chore(build): update dependencies 2023-08-14 22:26:39 -04:00
superp00t
a4c0a5d31c chore(build): update dependencies 2023-08-14 22:12:52 -04:00
superp00t
b408818e74 feat(client): process command-line arguments in InitializeGlobal() 2023-08-14 17:03:02 -04:00
superp00t
5acf954da7 chore(build): update squall dependency 2023-08-14 16:41:28 -04:00
superp00t
cbaf4f1dfb chore(build): update dependencies 2023-08-14 16:34:02 -04:00
superp00t
b92c658dd0 feat(app): parse command line arguments at launch on Unixlikes 2023-08-14 16:29:21 -04:00
superp00t
bc5b5ccdac chore(build): update dependencies 2023-08-04 23:37:29 -04:00
superp00t
61542dece9 chore(build): rehome dependencies 2023-08-04 01:58:43 -04:00
superp00t
3ee7e489aa feat(event): implement synchronous key and mouse state tracking 2023-04-29 23:12:53 -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
fallenoak
884e491b25
chore(ui): clean up script handlers for CScriptObject 2023-04-17 18:15:40 -05:00
fallenoak
bc1ce52f7d
chore(gx): use uint32_t union member in CGxStateBom when appropriate 2023-04-17 16:52:11 -05:00
fallenoak
58272f1212
chore(gx): clean up function declarations in GLDevice 2023-04-17 12:16:38 -05:00
fallenoak
01ca76788c
chore(gx): clean up member function declarations in CGxMatrixStack 2023-04-15 21:23:03 -05:00
fallenoak
912d643e9c
chore(gx): add flag enum to CGxMatrixStack 2023-04-15 21:21:27 -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
d67e13087a
feat(gx): sync viewport in d3d backend 2023-04-15 13:56:49 -05:00
fallenoak
37996fa79c
feat(gx): set marker when viewport changes 2023-04-15 12:36:57 -05:00
fallenoak
5174970b24
feat(gx): sync projection and view xforms in d3d backend 2023-04-15 12:14:33 -05:00
fallenoak
c0e623d02b
feat(gx): add const getter for top of matrix stack 2023-04-15 10:32:07 -05:00
fallenoak
4a1101bd7d
feat(gx): stub ffp state syncing in d3d backend 2023-04-15 10:04:29 -05:00
fallenoak
36fa30eba8
feat(gx): add equality operator to CGxStateBom 2023-04-15 09:16:59 -05:00
fallenoak
317d94cd1a
feat(gx): handle projection and view matrices in GLL backend 2023-04-14 08:02:40 -05:00
fallenoak
eb70607750
fix(gx): only change vertex array FFP state for used attrib slots 2023-04-14 07:45:19 -05:00
fallenoak
eddc6f7f4a
fix(gx): correct off-by-one error when popping render states 2023-04-11 00:24:59 -05:00
fallenoak
dfb7fb0270
feat(gx): add FFP support for vertex arrays in GLL 2023-04-11 00:23:06 -05:00
fallenoak
30964bf827
fix(gx): walk dirty states backward when syncing 2023-04-09 22:41:02 -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
43f6d1f3cd
fix(gx): set remaining values in ortho proj matrix 2023-04-08 23:03:09 -05:00
fallenoak
6b4c5e9179
feat(console): initialize console screen 2023-04-07 23:06:08 -05:00
fallenoak
0003d5bd4b
chore(gx): tweak style in GxPrimVertexPtr 2023-04-07 14:46:08 -05:00
Phaneron
1ef7d46ba3
feat(gx): add locked vertex drawing functions 2023-04-07 14:40:32 -05:00