Commit Graph

477 Commits

Author SHA1 Message Date
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
a44a9a1ce1
chore(docs): update readme with current support 2023-03-18 18:14:27 -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
fallenoak
92ba4b66ae feat(gx): force render state update when setting d3d defaults 2023-03-17 09:29:32 -05:00
fallenoak
c0bf0d58e0 feat(gx): set default d3d states after creating d3d device 2023-03-17 09:21:34 -05:00
fallenoak
6135d7c37b feat(event): wire up more mouse mode handling 2023-03-16 12:25:07 -05:00
fallenoak
2b791973b5 feat(event): process focus input 2023-03-15 23:54:59 -05:00
fallenoak
27cab4814c feat(event): handle WM_ACTIVATE event in window proc 2023-03-15 23:47:18 -05:00
fallenoak
e6b43f9758 fix(event): correct minor logic errors in windows message loop 2023-03-15 22:33:47 -05:00
fallenoak
b295c541e3 fix(event): include missing header 2023-03-15 20:03:05 -05:00
fallenoak
885eeeabd8 feat(event): implement OsInputGet for windows 2023-03-15 17:40:07 -05:00
fallenoak
788dde31ef feat(event): split out OsInputGet by platform 2023-03-15 16:58:55 -05:00
fallenoak
7dbb4af868 feat(gx): apply client area adjustments in d3d backend 2023-03-15 16:33:51 -05:00
fallenoak
69493f48ae fix(gx): use correct define for show window call 2023-03-15 16:12:55 -05:00
fallenoak
aecd79a57c feat(gx): adjust window for desired client area in d3d backend 2023-03-15 16:10:25 -05:00
fallenoak
98d75ca2e3 feat(event): handle WM_CLOSE event in window proc 2023-03-15 15:39:28 -05:00
fallenoak
aafbada709
fix(event): use correct types for window proc params 2023-03-15 15:24:14 -05:00
fallenoak
32f9c81abf
feat(event): pass custom window proc in gx device creation 2023-03-14 17:15:54 -05:00
fallenoak
9ccd1884f3
feat(gx): handle custom window proc in device creation 2023-03-14 16:49:01 -05:00
fallenoak
de0050d111 fix(gx): correct stub handler for WM_SIZING in d3d backend 2023-03-14 16:24:35 -05:00
fallenoak
7bda95494d feat(gx): handle WM_ACTIVATE in d3d backend 2023-03-14 16:20:43 -05:00
fallenoak
10e5fbb42b feat(gx): handle texture uv wrapping in d3d backend 2023-03-14 12:48:39 -05:00
fallenoak
3328134c58 fix(gx): preload all non-render-target textures in d3d backend 2023-03-14 08:34:22 -05:00
fallenoak
4af68eede9
chore(build): update libs 2023-03-13 23:40:46 -05:00
fallenoak
c057fa1bac
fix(gx): correct proj matrix shrink logic in gll backend 2023-03-13 01:21:34 -05:00
fallenoak
3b7978b84d feat(gx): add conditional shrink of proj matrix in d3d backend 2023-03-13 01:16:07 -05:00
fallenoak
91baaebd5b
feat(gx): set native projection matrix in d3d backend 2023-03-12 23:49:48 -05:00
fallenoak
8d36078606 feat(gx): implement window size queries in d3d backend 2023-03-12 00:38:36 -06:00
fallenoak
99691860d6 feat(gx): handle cull mode state in d3d backend 2023-03-12 00:23:40 -06:00