Commit Graph

262 Commits

Author SHA1 Message Date
Joshua Achorn
324d5573a3 fix(gx): remove duplicate buf decls 2023-04-07 14:37:04 -04:00
Joshua Achorn
a11c01e078 style(gx): tidy up GxPrimVertexPtr function 2023-04-07 14:32:17 -04:00
Joshua Achorn
0afae15295 style(gx): uint8_t preferred over unsigned char 2023-04-07 14:22:31 -04:00
Joshua Achorn
18b9ed493a chore(gx): move GxDrawLockedElements from gx/Buffer into gx/Draw 2023-04-07 14:16:15 -04:00
Phaneron
d99c685dd1
Merge branch 'master' into feat-gx-add-locked-vertex-drawing-functions 2023-04-06 17:51:02 -04:00
fallenoak
889395a79a
feat(gx): add buf data helper function 2023-04-06 15:00:16 -05:00
Phaneron
ff70fc19b0
Merge branch 'master' into feat-gx-add-locked-vertex-drawing-functions 2023-04-06 14:25:50 -04: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
Joshua Achorn
7422a563cb chore(gx): missing includes 2023-04-04 14:40:33 -04:00
Joshua Achorn
8404ac9511 chore(gx): add include for EGxPrim 2023-04-04 14:30:34 -04:00
Joshua Achorn
707894b73b chore(gx): add include for bc assertions 2023-04-04 14:29:31 -04:00
Joshua Achorn
695e021621 feat(gx): add locked vertex drawing functions 2023-04-04 14:27:12 -04: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
e957b2bb61
chore(build): update squall 2023-04-01 08:25: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
0b7970101a
chore(build): update squall 2023-03-23 22:57:29 -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