Commit Graph

249 Commits

Author SHA1 Message Date
fallenoak
84cc5e998f
feat(gx): add buffer handling to d3d backend 2023-03-07 22:48:57 -06:00
fallenoak
45eecdc66f
feat(gx): handle texture render state changes in d3d backend 2023-03-07 17:03:52 -06:00
fallenoak
5738079891
feat(gx): add device states to d3d backend 2023-03-07 08:51:06 -06:00
fallenoak
dad7f47b1d
feat(gx): add ctor to CGxDeviceD3d 2023-03-07 00:18:44 -06:00
fallenoak
0419802663
feat(gx): handle texture creation in d3d backend 2023-03-07 00:03:03 -06:00
fallenoak
a490cc7be7
feat(gx): set hw accel flag on gx format 2023-03-06 22:57:59 -06:00
fallenoak
6758062643
chore(gx): use succeeded macro for d3d call result checks 2023-03-06 09:06:20 -06:00
fallenoak
c34ea0f30d
feat(gx): handle window messages in d3d backend 2023-03-06 08:44:13 -06:00
fallenoak
49237bf68d
fix(util): add missing initializer to CWOWClientStatus 2023-03-05 22:27:35 -06:00
fallenoak
765c782355
fix(util): pass nullptr when SFile::OpenEx fails 2023-03-05 22:23:46 -06:00
fallenoak
f6d768ac59
feat(gx): create d3d device in d3d backend 2023-03-05 19:49:29 -06:00
fallenoak
c05ac69273
fix(gx): add missing initialization for d3d backend 2023-03-05 17:28:36 -06:00
fallenoak
80388f0279
feat(gx): add window creation to d3d backend 2023-03-05 16:13:31 -06:00
fallenoak
2010aa8e4e
feat(gx): add initial d3d backend 2023-03-05 11:55:12 -06:00
fallenoak
1ab29701af
chore(git): add vs paths to gitignore 2023-03-04 14:44:20 -06:00
fallenoak
45c1978a85
feat(gx): handle changes to texture wrap settings 2023-03-04 12:20:15 -06:00
fallenoak
2282b8a54a
chore(bc): switch BlizzardCore to bc lib 2023-03-04 11:29:25 -06:00
fallenoak
34bcb5c134
feat(net): handle remaining logic in NetClient:WCConnected 2023-02-26 13:09:39 -06:00
fallenoak
2a799ea0d2
feat(net): handle connect event in NetClient 2023-02-26 13:03:16 -06:00
fallenoak
431ed626c9
chore(net): clean up member visibility in NetClient 2023-02-25 17:28:04 -06:00
fallenoak
5e2c1e7769
feat(net): wire up polling loop for realm connections 2023-02-25 15:59:30 -06:00
fallenoak
cf6bc34657
feat(net): support adding events to the NetClient event queue 2023-02-25 13:56:08 -06:00
fallenoak
066e650958
feat(net): add initial handling for SMSG_AUTH_CHALLENGE 2023-02-25 13:46:29 -06:00
fallenoak
50a597a341
chore(build): update common 2023-02-25 11:28:26 -06:00
fallenoak
8e03d9e5dd
feat(net): implement message ready callback in NetClient 2023-02-24 19:41:39 -06:00
fallenoak
af2a47ae15
feat(net): handle connection message reads 2023-02-24 07:47:58 -06:00
fallenoak
59bf077bf8
feat(glue): handle UpdateSelectionCustomizationScene script function 2023-02-22 21:37:37 -06:00
fallenoak
d12b72e533
chore(build): update libs 2023-02-21 22:33:38 -06:00
fallenoak
4b662e6844
chore(gx): add assertions to CBLPFile::Open 2023-02-21 19:47:02 -06:00
fallenoak
728ad2242d
feat(ui): handle border colors in backdrop generator 2023-02-21 17:39:04 -06:00
fallenoak
1a4022eb31
feat(gx): use crappy green default for textures that fail to load 2023-02-21 17:10:01 -06:00
fallenoak
d889a02083
fix(gx): use correct ordering when closing and nulling font face self reference 2023-02-21 16:00:19 -06:00
fallenoak
b0dbad7557
feat(gx): enable additional GLMipmap assertion 2023-02-21 15:02:48 -06:00
fallenoak
da1bc52be4
chore(model): clarify logic in callback load list traversal 2023-02-21 14:01:56 -06:00
fallenoak
767e6bfe6e
feat(model): implement guard condition in CM2Shared::CallbackWhenLoaded 2023-02-21 12:55:47 -06:00
fallenoak
e80d960d6b
feat(ui): clear render batch in dtor 2023-02-21 11:52:21 -06:00
fallenoak
75982f4091
feat(net): add message buffer fields to WowConnection 2023-02-21 11:22:38 -06:00
fallenoak
023a3ea893
feat(net): clean up message and data ready callbacks 2023-02-21 08:52:19 -06:00
fallenoak
d9190d87a9
chore(gx): use unimplemented macro in stubbed blit functions 2023-02-21 08:49:09 -06:00
fallenoak
a3a12c23a2
chore(util): permit arbitrary return values in unimplemented macro 2023-02-21 08:00:56 -06:00
fallenoak
0b30174088
feat(net): implement WowConnectionNet::Delete 2023-02-20 17:41:49 -06:00
fallenoak
28184fb6fa
fix(net): correct bugs with connection tracking in Mac PlatformRun loop 2023-02-20 17:40:17 -06:00
fallenoak
40b4717a0d
chore(net): missed another pair of FD_SET and FD_ISSET macros 2023-02-20 16:18:46 -06:00
fallenoak
bca4f0bbeb
chore(net): use proper FD_SET and FD_ZERO macros 2023-02-20 16:05:56 -06:00
fallenoak
547a5e85a8
feat(gx): implement getter for depth bits on GLMipmap 2023-02-20 14:36:25 -06:00
fallenoak
26f3646d79
feat(ui): handle CSimpleModel_AdvanceTime script function 2023-02-20 13:02:28 -06:00
fallenoak
2a72468844
fix(ui): correct id handling errors in CreateFrame script function 2023-02-20 12:42:59 -06:00
fallenoak
848c61fa2a
feat(ui): remove frame from CSimpleTop's frames list when unregistering 2023-02-20 12:24:35 -06:00
fallenoak
961c722825
feat(model): properly handle IsDrawable and WaitForLoad calls 2023-02-20 11:15:06 -06:00
fallenoak
5e3d08bf32
feat(glue): wire up character select background 2023-02-19 21:39:21 -06:00