Commit Graph

536 Commits

Author SHA1 Message Date
Tristan 'Natrist' Cormier
b576c62fb8
feat(glue): add GLUESCRIPTEVENT enum (#105) 2025-10-08 08:49:17 -05:00
Tristan 'Natrist' Cormier
a1b69a077c
feat(glue): name IDLE_REALM_LIST in GLUE_IDLE_STATE (#104) 2025-10-07 22:06:57 -05:00
fallenoak
7d5d56a401
chore(client): fix style nits 2025-10-07 21:43:45 -05:00
fallenoak
20518b738b
feat(client): implement LoginVerifyWorldHandler 2025-10-07 20:34:36 -05:00
fallenoak
c92ca27a06
feat(console): stub ConsoleWrite 2025-10-07 20:34:16 -05:00
fallenoak
40656dd614
feat(client): stub ClntObjMgrGetMapID 2025-10-07 20:33:56 -05:00
fallenoak
84cc18d904
chore(glue): move glue event initalization from ui to glue 2025-10-07 10:05:26 -05:00
fallenoak
8afda7c775
feat(glue): add presumed inlined CGlueMgr::SetIdleState 2025-10-07 09:19:20 -05:00
fallenoak
1fd4891efe
feat(event): implement EventUnregisterEx 2025-10-07 00:10:21 -05:00
fallenoak
a1fafb46ec
feat(ui): partially implement CSimpleTop dtor 2025-10-06 23:42:09 -05:00
fallenoak
509cec3f94
feat(glue): implement character login in CGlueMgr::PollEnterWorld 2025-10-06 23:15:25 -05:00
fallenoak
737de968f7
feat(glue): signal frame events during flag validations in CGlueMgr::EnterWorld 2025-10-06 22:06:44 -05:00
fallenoak
9b262f901c
feat(client): add ClientServices::GetErrorToken 2025-10-06 22:06:10 -05:00
fallenoak
78b5637ff9
feat(glue): implement CGlueMgr::EnterWorld 2025-10-06 21:55:47 -05:00
fallenoak
119fa8996b
feat(ui): implement Script_EnterWorld 2025-10-06 20:06:03 -05:00
fallenoak
112d6bbe66
fix(glue): add missing event signal for update character list to CCharacterSelection::UpdateCharacterList 2025-10-06 16:57:26 -05:00
fallenoak
0a74642732
feat(ui): handle max lines and line height in CSimpleFontString::GetDisplayText 2025-10-06 16:07:06 -05:00
fallenoak
9c6e52fcc3
fix(gx): fix incorrect coordinate conversion for spacing in TextBlockGetMaxCharsWithinWidthAndHeight 2025-10-06 12:44:25 -05:00
fallenoak
c1d9eb5f72
fix(ui): fix incorrect order in SynthesizeSide 2025-10-06 12:28:29 -05:00
fallenoak
ad10aa03c1
feat(object): implement CGUnit_C::GetDisplayClassNameFromRecord 2025-10-05 23:30:16 -05:00
fallenoak
0da1c8a40c
feat(object): implement CGUnit_C::GetDisplayRaceNameFromRecord 2025-10-05 22:46:20 -05:00
fallenoak
1b01874daf
feat(ui): implement Script_GetCharacterInfo 2025-10-05 22:38:30 -05:00
fallenoak
b7ac9149a0
feat(db): add AreaTableRec 2025-10-05 22:33:26 -05:00
fallenoak
84c6ae7947
feat(object): add CGUnit_C 2025-10-05 22:23:27 -05:00
fallenoak
087931e9b4
feat(db): add ChrClassesRec 2025-10-05 22:03:48 -05:00
fallenoak
0e1a8582c1
feat(object): add UNIT_SEX enum 2025-10-05 20:41:51 -05:00
fallenoak
be3447983b
feat(glue): add calls to show character in CCharacterSelection::UpdateCharacterList 2025-10-05 19:45:17 -05:00
fallenoak
6c9d15d6f7
feat(ui): implement Script_SelectCharacter 2025-10-05 19:43:42 -05:00
fallenoak
cf219c37ca
feat(ui): implement CSimpleFrame_SetBackdropBorderColor 2025-10-05 19:27:39 -05:00
fallenoak
d4dde8d331
feat(glue): implement CCharacterSelection::UpdateCharacterList 2025-10-05 16:12:09 -05:00
fallenoak
4e104f3640
chore(ui): use nullptr in CSimpleEditBox RunScript calls 2025-10-05 14:02:23 -05:00
fallenoak
a56bdc3c3e
chore(event): move CObserver from ui to event 2025-10-05 13:53:20 -05:00
fallenoak
c56c1118b6
chore(ui): clean up switch in CSimpleEditBox::OnLayerKeyDown 2025-10-05 13:50:06 -05:00
fallenoak
f9f6511fc6
feat(ui): dispatch action in CSimpleEditBox::OnTextChanged 2025-10-05 13:45:56 -05:00
fallenoak
f42a81deaf
chore(ui): rely on default maxchars in CSimpleEditBox::GetScriptByName 2025-10-05 11:58:42 -05:00
fallenoak
a7a221af38
feat(ui): stub CSimpleEditBox::DispatchAction 2025-10-05 11:24:21 -05:00
Tristan 'Natrist' Cormier
66ffd99696
feat(ui): handle escape key events in CSimpleEditBox (#103)
Co-authored-by: fallenoak <git@fallenoak.me>
2025-10-05 10:46:18 -05:00
Tristan 'Natrist' Cormier
5055e03f65
feat(ui): handle tab key events in CSimpleEditBox (#102) 2025-10-05 10:30:09 -05:00
fallenoak
9cac949796
feat(net): finish message read logic for character enumeration 2025-10-05 00:01:37 -05:00
fallenoak
c39342906c
feat(glue): handle character list state in CGlueMgr::Idle 2025-10-04 23:44:26 -05:00
fallenoak
7a020888b0
feat(client): implement ClientRealmResponseAdapter::CharacterListReceived 2025-10-04 23:37:59 -05:00
fallenoak
a3d87bfd56
fix(ui): correct handling of bytes attribute when loading CSimpleEditBox XML 2025-10-04 22:30:35 -05:00
fallenoak
ad8cf56d29
feat(net): implement ClientConnection::Disconnect 2025-10-04 21:21:04 -05:00
fallenoak
700db49edc
chore(net): use ClientConnection::Initiate consistently 2025-10-04 20:54:34 -05:00
fallenoak
a5e7ca9a22
feat(ui): implement Script_GetCharacterListUpdate 2025-10-04 19:52:36 -05:00
Tristan 'Natrist' Cormier
0b1c478f33
feat(console): implement OnMouseUp event handler (#101) 2025-10-04 19:38:35 -05:00
fallenoak
f479d6ab53
feat(glue): implement more of CGlueMgr::PollAccountLogin 2025-10-04 00:44:32 -05:00
fallenoak
d3d28c1bce
feat(glue): handle COP_CONNECT in CGlueMgr::PollAccountLogin 2025-10-03 23:39:42 -05:00
fallenoak
99bc6f46f5
feat(util): add CURRENT_REGION 2025-10-03 23:38:41 -05:00
fallenoak
d9c85862d6
feat(glue): add CCharacterSelection::ClearCharacterList 2025-10-03 23:09:23 -05:00
fallenoak
f6a1bb7286
feat(glue): add more names to GLUE_IDLE_STATE 2025-10-03 23:07:48 -05:00
fallenoak
7a22ffb998
feat(net): handle SMSG_CHAR_ENUM 2025-10-03 22:52:33 -05:00
fallenoak
226468f93d
feat(ui): handle highlight color when loading XML for CSimpleEditBox 2025-10-03 16:52:43 -05:00
fallenoak
88eada90b2
feat(ui): handle bytes attr in CSimpleEditBox::LoadXML 2025-10-03 15:31:49 -05:00
fallenoak
76bc57edb5
chore(gx): improve param names for GxuFontGetTextExtent 2025-10-03 15:25:36 -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
0861448de9
feat(ui): implement handling for key down repeat events 2025-10-02 20:49:22 -05:00
Phaneron
6fa4382bc6
feat(event): implement synchronous key and mouse state tracking (#88)
Co-authored-by: fallenoak <git@fallenoak.me>
2025-10-02 15:45:17 -05:00
fallenoak
e9ef44c008
feat(ui): implement CSimpleFrame_SetBackdropColor 2025-10-01 23:42:04 -05:00
fallenoak
568db50717
feat(ui): implement CSimpleEditBox_SetFocus 2025-10-01 23:22:36 -05:00
fallenoak
a226ec7f76
feat(net): implement more of ClientConnection::Connect 2025-10-01 23:17:00 -05:00
fallenoak
71cc05e4dd
feat(ui): implement Script_GetRealmCategories 2025-10-01 22:49:00 -05:00
fallenoak
d710d5f999
feat(ui): implement Script_GetCVar 2025-10-01 21:12:38 -05:00
fallenoak
5736ed1fce
feat(ui): stub issecure 2025-10-01 21:03:49 -05:00
fallenoak
17b38d3dc9
feat(ui): implement CSimpleFontString_SetTextColor 2025-10-01 20:56:09 -05:00
fallenoak
c0efa22bdf
feat(net): call HandleRealmData in GruntLogin reconnect flow 2025-10-01 20:05:26 -05:00
fallenoak
84195691c6
feat(client): register useEnglishAudio var in InitializeGlobal 2025-10-01 20:04:37 -05:00
fallenoak
5b9950c594
feat(client): register and set locale var in InitializeGlobal 2025-10-01 20:01:23 -05:00
fallenoak
6da008c942
feat(net): add ClientServices::JoinRealmResult 2025-10-01 19:49:30 -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
8b4cc6121a
feat(net): implement remaining failure cases in GruntLogin::LogonResult 2025-09-30 22:51:21 -05:00
fallenoak
ecc43fe40b
feat(net): implement GruntLogin::Logoff 2025-09-30 21:23:05 -05:00
fallenoak
cb986335f6
feat(net): implement all of GruntLogin::NextSecurityState 2025-09-30 21:15:38 -05:00
fallenoak
8e1df61749
feat(net): add Grunt::ClientLink::LogonStoredSession 2025-09-30 19:55:31 -05:00
fallenoak
f97bf4a876
feat(net): implement GruntLogin::Reconnect 2025-09-30 16:26:20 -05:00
fallenoak
eccd46684f
feat(client): implement more of ClientServices::Logon 2025-09-30 16:21:36 -05:00
fallenoak
8f992159f2
feat(client): call ClientServices::InitLoginServerCVars during initialization 2025-09-30 15:29:39 -05:00
fallenoak
971984e004
feat(client): add ClientServices::InitLoginServerCVars 2025-09-30 15:14:32 -05:00
fallenoak
87361e5c6c
fix(console): use correct return type for CVar::Load 2025-09-30 11:39:55 -05:00
fallenoak
1d9cb65579
feat(net): use name found in various builds for LOGIN_RESULT_21 2025-09-29 20:26:04 -05:00
fallenoak
b8062f3061
feat(net): use name found in various builds for LOGIN_STATE_15 2025-09-29 20:08:49 -05:00
fallenoak
2b3458769f
chore(net): remove unneeded include from GruntLogin header 2025-09-27 21:36:43 -07:00
fallenoak
107fc8c479
chore(net): clean up additional comments and names 2025-09-27 21:30:42 -07:00
fallenoak
fd062bee34
feat(net): stub GruntLogin::Reconnect 2025-09-26 23:07:44 -07:00
fallenoak
a85bd4809f
chore(net): rearrange defines and enums for clarity 2025-09-26 22:41:40 -07:00
fallenoak
2d3327d3ae
chore(net): improve clarity in Grunt::ClientLink::ProveVersion 2025-09-26 20:49:31 -07:00
fallenoak
3349fcb6e7
feat(net): implement reconnect path in GruntLogin::GetVersionProof 2025-09-25 23:30:29 -07:00
fallenoak
597be15103
chore(net): stub out more of client version check during login 2025-09-25 23:15:53 -07:00
fallenoak
b7b257f43f
chore(net): tidy up version challenge defines 2025-09-25 22:26:17 -07:00
fallenoak
4312158dfa
feat(net): implement reconnect path in ProveVersion 2025-09-25 22:01:00 -07:00
fallenoak
d0f138a656
feat(net): implement CmdAuthReconnectProof 2025-09-25 19:16:01 -07:00
fallenoak
cb48aca869
chore(net): clean up command handler result comments 2025-09-25 18:49:24 -07:00
fallenoak
c7f9df77f1
feat(net): implement CmdAuthReconnectChallenge 2025-09-25 15:52:58 -07:00
fallenoak
92f507820b
chore(net): improve readability of Grunt::ClientLink command handlers 2025-09-25 15:05:48 -07:00
fallenoak
d39789d624
chore(net): add defines for SRP6_Client status codes 2025-09-25 14:37:11 -07:00
fallenoak
3bd58205bb
chore(net): clean up CmdAuthLogonProof 2025-09-25 09:47:12 -07:00
Tristan 'Natrist' Cormier
b95d725018
feat(net): make Grunt::ClientLink state an enum (#21)
Co-authored-by: fallenoak <git@fallenoak.me>
2025-09-25 09:20:57 -07:00
fallenoak
1d1398ed4f feat(net): clean up and implement more of CmdAuthLogonChallenge 2025-09-24 15:29:42 -07:00
fallenoak
8043f8de0c
feat(console): add CVar::Load 2025-09-23 22:52:16 -07:00
fallenoak
a828a962a1
chore(net): annotate read checks in CmdAuthLogonChallenge 2025-09-23 21:20:43 -07:00
fallenoak
7e43643de8
chore(net): clean up CmdAuthLogonChallenge 2025-09-23 20:44:28 -07:00
fallenoak
f5a0e009eb
chore(net): move CanRead helper out of CDataStore 2025-09-23 20:31:08 -07:00
fallenoak
4bd4868531 chore(build): update libs 2025-09-23 17:00:37 -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
f605bc0670
chore(db): rewrite record classes to match whoa-autocode 2025-09-23 06:19:58 -07:00
fallenoak
67310473db
feat(locale): add CURRENT_LANGUAGE and WOW_LOCALE 2025-09-23 06:18:07 -07:00
fallenoak
ab0c72f7ad
feat(db): add MapRec 2025-09-23 06:04:42 -07:00
fallenoak
db149e73a6
chore(db): add missing include 2025-09-23 06:02:16 -07:00
fallenoak
aa70c1c5bf
feat(client): add ClientIdle 2025-09-22 20:17:38 -07:00
fallenoak
ea7fda972e feat(client): register handlers in ClientInitializeGame 2025-09-22 22:07:23 -05:00
fallenoak
667e50bd67
feat(gx): implement LoadingScreenDrawing 2025-09-22 14:27:05 -07:00
fallenoak
62e1345df4
feat(glue): stub handling IDLE_ENTER_WORLD 2025-09-22 14:13:27 -07:00
fallenoak
4a8bf35caa
chore(build): fix compatibility with CMake 4.x 2025-09-02 17:28:17 -05:00
fallenoak
967534c96b
chore(model): improve argument names 2024-01-18 22:06:42 -06: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
fallenoak
889395a79a
feat(gx): add buf data helper function 2023-04-06 15:00:16 -05:00
fallenoak
4a1b84ad57
fix(gx): correct GxScenePresent behavior 2023-04-06 12:22:04 -05:00
fallenoak
82ad7bb442
feat(glue): partially implement glue reloading 2023-04-06 11:18:29 -05:00
fallenoak
55a3bacbd0
feat(net): handle connect callback in client connection 2023-04-04 00:28:12 -05:00
fallenoak
1b27761d0c
feat(client): implement auth response handler in realm adapter 2023-04-03 23:34:31 -05:00
Tristan 'Natrist' Cormier
23d537103e
feat(console): partially implement console command functions 2023-04-03 23:33:46 -05:00
fallenoak
e18afec28d
feat(net): handle SMSG_AUTH_RESPONSE 2023-04-03 18:00:51 -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
fallenoak
7beaf8d992
fix(screen): build layer visibility rects in correct order 2023-04-01 08:24:27 -05:00
fallenoak
6e48b775aa
feat(gx): add setter for screen layer rect 2023-03-31 15:19:03 -05:00
fallenoak
fad901796c
chore(gx): clean up screen stock initialization 2023-03-31 13:16:45 -05:00
fallenoak
21c2484809
chore(gx): clean up screen declarations 2023-03-31 13:09:30 -05:00
fallenoak
ee1d46db19
chore(build): remove unused includes 2023-03-31 12:03:37 -05:00
Tristan 'Natrist' Cormier
8e61a4c428
feat(event): add EventGetCurrentContext and EventPostClose 2023-03-31 11:39:33 -05:00
fallenoak
e7780e67fb
feat(gx): wire up screen regions in OnPaint 2023-03-30 17:11:19 -05:00
fallenoak
aeade5b085
chore(build): update libs 2023-03-27 17:46:26 -05:00
Tristan 'Natrist' Cormier
6f52a6287d
chore(console): split out console library 2023-03-25 09:56:41 -05:00
fallenoak
ea79f5de1d
feat(net): handle encryption on message sends 2023-03-24 16:54:38 -05:00
fallenoak
391e299865
fix(event): place new handler in correct position in handler list 2023-03-23 23:55:39 -05:00
fallenoak
1d28c06104
feat(net): invoke message handlers from NetClient 2023-03-23 23:28:44 -05:00
fallenoak
5d11881372
feat(net): handle realm server auth challenge 2023-03-23 23:01:11 -05:00
fallenoak
1246a5a4da
feat(util): add HMAC-SHA1 utility function 2023-03-23 22:56:59 -05:00
fallenoak
fc622cceed
feat(net): add LoginData getter to NetClient 2023-03-23 17:02:00 -05:00
fallenoak
0a35f03b29
feat(net): add send message support to NetClient 2023-03-23 17:01:27 -05:00
fallenoak
d35101546e
chore(net): clean up connection message reading loop 2023-03-23 13:14:59 -05:00
fallenoak
e65956486e
fix(net): include missing header and fix type 2023-03-22 12:54:42 -05:00
fallenoak
0d30ba07ca
feat(net): implement message sending in WowConnection 2023-03-22 12:43:05 -05:00
fallenoak
497520e672
feat(net): finish basic networking support for windows 2023-03-21 16:39:15 -05:00
fallenoak
b537c34990
chore(net): restructure system-specific socket code 2023-03-20 17:57:41 -05:00
Phaneron
da23578002
feat(gx): implement CGxDevice::BufData 2023-03-20 17:28:23 -05:00
fallenoak
5ccf980c23 feat(event): add last vkeys to windows keyboard input handling 2023-03-20 16:47:22 -05:00
fallenoak
b94d5825bb feat(event): handle size input events for windows 2023-03-20 00:37:35 -05:00
fallenoak
ba790418e1
feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
fallenoak
acaa42019a
feat(gx): add getter for device window 2023-03-19 23:48:52 -05:00
fallenoak
bfbd7e57ad chore(event): add assertions to EventRegisterEx 2023-03-19 17:06:39 -05:00
fallenoak
d5562cb82a feat(gx): reset d3d device on window size changes 2023-03-19 13:29:10 -05:00
fallenoak
313e2b81ff chore(gx): pool discard uses pool invalidate 2023-03-19 13:27:55 -05:00
fallenoak
c106c77776 feat(event): handle char events on windows 2023-03-18 17:33:43 -05:00
fallenoak
43402e3bd1 feat(event): handle key down and key up events for windows 2023-03-18 17:10:01 -05:00
fallenoak
b8ebabaea5 fix(event): add missing break 2023-03-17 23:41:25 -05:00
fallenoak
e391f89656 feat(event): handle mouse up and down events for windows 2023-03-17 23:27:58 -05:00
fallenoak
7f70ecd225 feat(event): handle normal mouse move events for windows 2023-03-17 22:03:06 -05:00
fallenoak
dbf840e6ad
chore(event): consolidate window and input functions 2023-03-17 21:57:05 -05:00
fallenoak
c2a5dd0568
feat(event): add os-specific mouse mode handling 2023-03-17 17:54:02 -05:00
fallenoak
73859890b1
feat(gx): use caps-defined shader profiles 2023-03-17 17:04:58 -05:00