superp00t
|
8e5b32555c
|
fix(console): CVar::Load functions are static
|
2023-08-24 23:12:13 -04:00 |
|
superp00t
|
c3827174e9
|
fix(console): forward declare command handlers
|
2023-08-24 22:40:26 -04:00 |
|
superp00t
|
089d5438a1
|
fix(console): fix SetCommandHandler
|
2023-08-24 22:35:39 -04:00 |
|
superp00t
|
17fc9017e0
|
feat(console): add functions to reset and default cvars
|
2023-08-24 22:24:47 -04:00 |
|
superp00t
|
851c1aea5b
|
fix(util): remove placeholder OsCreateDirectory
|
2023-08-24 21:29:44 -04:00 |
|
superp00t
|
2fbae5bf52
|
fix(util): correct string empty checks
|
2023-08-24 21:25:02 -04:00 |
|
superp00t
|
1219279a2d
|
feat(console): load console variables from WTF files
|
2023-08-24 20:51:30 -04:00 |
|
superp00t
|
5c75a80a15
|
fix(event): use ExitProcess() to actually exit on Windows, exit() doesn't work
|
2023-08-17 05:43:24 -04:00 |
|
superp00t
|
532d63bdc5
|
fix(console): std::size not available in C++11
|
2023-08-16 21:08:48 -04:00 |
|
superp00t
|
e257ab6c88
|
fix(console): include console/Console.hpp in ClearConsole command file
|
2023-08-16 19:35:06 -04:00 |
|
superp00t
|
1dfb507c53
|
fix(console): expose ConsoleClear() in console/Console.hpp
|
2023-08-16 19:29:42 -04:00 |
|
superp00t
|
8a7d89b52f
|
feat(gx): implement GxuFontClearBatch
|
2023-08-16 19:24:24 -04:00 |
|
superp00t
|
647d2b622f
|
fix(console): include <cstdio>
|
2023-08-16 18:27:40 -04:00 |
|
superp00t
|
8e75a59d37
|
fix(console): include <cstdarg>
|
2023-08-16 18:23:34 -04:00 |
|
superp00t
|
d6965d392e
|
fix(console): replace definitions
|
2023-08-16 18:18:01 -04:00 |
|
superp00t
|
47e8d94842
|
fix(console): rename macros and add enum EXECMODE
|
2023-08-16 17:51:14 -04:00 |
|
superp00t
|
ee51e76795
|
fix(console): new types included
|
2023-08-16 17:38:37 -04:00 |
|
superp00t
|
394d4ac321
|
tidy(console): move several types into Types.hpp
|
2023-08-16 17:05:43 -04:00 |
|
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
|
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
|
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
|
b408818e74
|
feat(client): process command-line arguments in InitializeGlobal()
|
2023-08-14 17:03:02 -04:00 |
|
superp00t
|
b92c658dd0
|
feat(app): parse command line arguments at launch on Unixlikes
|
2023-08-14 16:29:21 -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 |
|
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 |
|
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
|
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 |
|
fallenoak
|
af59a58fa2
|
fix(gx): add missing break
|
2023-03-12 00:12:13 -06:00 |
|
fallenoak
|
6581142c64
|
feat(gx): handle blend mode state in d3d backend
|
2023-03-12 00:11:18 -06:00 |
|
fallenoak
|
56b24bfb3c
|
feat(gx): implement scene clear in d3d backend
|
2023-03-11 16:56:47 -06:00 |
|
fallenoak
|
c0d256f0a0
|
feat(gx): handle scissor test render state in d3d backend
|
2023-03-11 16:40:05 -06:00 |
|
fallenoak
|
ddcbd5829d
|
feat(gx): handle texture filter device states in d3d backend
|
2023-03-11 16:33:42 -06:00 |
|
fallenoak
|
d6cada50cd
|
feat(gx): handle alpha ref render state in d3d backend
|
2023-03-11 16:20:42 -06:00 |
|
fallenoak
|
648468531f
|
feat(gx): handle texture uploads in d3d backend
|
2023-03-11 15:57:46 -06:00 |
|
fallenoak
|
ffb121fe42
|
feat(gx): handle depth render states in d3d backend
|
2023-03-11 14:21:25 -06:00 |
|
fallenoak
|
5d80397fa6
|
feat(gx): handle depth device states in d3d backend
|
2023-03-11 13:03:50 -06:00 |
|
fallenoak
|
2c059ce55e
|
feat(gx): handle alpha device states in d3d backend
|
2023-03-11 13:00:26 -06:00 |
|
fallenoak
|
756cb7e05a
|
feat(gx): handle shader constants in d3d backend
|
2023-03-11 09:13:23 -06:00 |
|
fallenoak
|
434fba0e86
|
feat(gx): handle shader render state in d3d backend
|
2023-03-11 09:02:01 -06:00 |
|
fallenoak
|
69282c0c94
|
feat(gx): handle scene lifecycle in d3d backend
|
2023-03-11 08:59:17 -06:00 |
|
fallenoak
|
9a15edb6e4
|
feat(gx): partially handle size wm event in d3d backend
|
2023-03-11 00:09:06 -06:00 |
|
fallenoak
|
298590f52c
|
feat(gx): sync vertex buffers in d3d backend
|
2023-03-10 23:54:01 -06:00 |
|
fallenoak
|
6723f810ed
|
feat(gx): sync index buffer in d3d backend
|
2023-03-10 16:13:18 -06:00 |
|
fallenoak
|
38380ebc35
|
feat(gx): stub out state sync for d3d backend
|
2023-03-10 16:06:24 -06:00 |
|
fallenoak
|
02ddaa106f
|
feat(gx): clean up draw calls across gll and d3d backends
|
2023-03-10 11:29:00 -06:00 |
|
fallenoak
|
d869c6d898
|
feat(gx): implement draw calls in d3d backend
|
2023-03-10 10:33:38 -06:00 |
|
fallenoak
|
34c7593ddb
|
feat(gx): set texture target caps in d3d backend
|
2023-03-10 08:06:58 -06:00 |
|
fallenoak
|
9fe6bc9cd6
|
feat(gx): set supported texture formats in gx caps
|
2023-03-09 23:10:25 -06:00 |
|
fallenoak
|
907c3faf8f
|
feat(gx): remove placeholder gx caps (#45)
|
2023-03-09 22:29:33 -06:00 |
|
fallenoak
|
0e0b57fce9
|
feat(gx): set generate mipmaps caps flag in d3d backend
|
2023-03-09 22:02:32 -06:00 |
|
fallenoak
|
27583b6f2e
|
feat(gx): remove placeholder max tex size field from gx caps
|
2023-03-09 21:55:24 -06:00 |
|
fallenoak
|
5d49ab72c4
|
feat(gx): set d3d shader targets
|
2023-03-09 21:45:15 -06:00 |
|
fallenoak
|
f818d5f397
|
feat(gx): set caps in d3d backend
|
2023-03-08 17:34:49 -06:00 |
|
fallenoak
|
eeda61c2d9
|
fix(gx): reset buffer index when discarding
|
2023-03-07 23:26:27 -06:00 |
|
fallenoak
|
5d294c5c2b
|
feat(gx): load shaders in d3d backend
|
2023-03-07 23:00:32 -06:00 |
|
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
|
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
|
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
|
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 |
|
fallenoak
|
f384fce742
|
feat(glue): handle GetSelectBackgroundModel script function
|
2023-02-19 21:07:10 -06:00 |
|
fallenoak
|
0ef5207f4e
|
feat(db): load char races db
|
2023-02-19 21:06:38 -06:00 |
|
fallenoak
|
eed060e512
|
feat(db): add getter for num records
|
2023-02-19 15:24:55 -06:00 |
|
fallenoak
|
9d83df95f9
|
chore(glue): flag char select and char create functions as unimplemented
|
2023-02-19 14:59:37 -06:00 |
|
fallenoak
|
5b9a4d240e
|
feat(glue): handle GetServerName script function
|
2023-02-19 14:47:41 -06:00 |
|
fallenoak
|
93a0d7ee83
|
feat(glue): handle IsConnectedToServer script function
|
2023-02-19 14:17:34 -06:00 |
|
fallenoak
|
0e04a675b3
|
feat(glue): add stub for GetNumAddOns script function
|
2023-02-19 14:09:10 -06:00 |
|
fallenoak
|
a07aeb1b33
|
fix(ui): use correct order when walking event queue for key down and char
|
2023-02-19 11:37:42 -06:00 |
|
fallenoak
|
9afd844d5a
|
feat(ui): add unregister frame call to CSimpleFrame dtor
|
2023-02-19 11:13:38 -06:00 |
|
fallenoak
|
82be126eee
|
feat(gx): handle clear stencil changes in GLL
|
2023-02-19 09:50:34 -06:00 |
|
fallenoak
|
8a3e37ce73
|
feat(net): handle connected callback in NetClient
|
2023-02-18 17:43:35 -06:00 |
|
fallenoak
|
0ca1c8e331
|
feat(net): handle connection removal in WowConnectionNet
|
2023-02-18 17:16:41 -06:00 |
|
fallenoak
|
84a4ead425
|
feat(client): handle realm selection
|
2023-02-18 16:32:59 -06:00 |
|
fallenoak
|
009225be3d
|
feat(glue): handle ChangeRealm script function
|
2023-02-18 16:32:27 -06:00 |
|
fallenoak
|
dd322572c7
|
feat(ui): handle CSimpleButton_GetButtonState script function
|
2023-02-18 15:17:46 -06:00 |
|
fallenoak
|
a3b285497a
|
fix(glue): use correct comparison in GetRealmInfo script handler
|
2023-02-18 15:02:16 -06:00 |
|
fallenoak
|
6811eb49d6
|
feat(glue): handle GetSelectedCategory script function
|
2023-02-18 14:40:34 -06:00 |
|
fallenoak
|
529e6c06e3
|
feat(glue): handle GetNumRealms script function
|
2023-02-18 14:22:55 -06:00 |
|
fallenoak
|
7359f741f1
|
feat(glue): handle GetRealmInfo script command
|
2023-02-18 14:03:28 -06:00 |
|
fallenoak
|
e0b6f361cc
|
feat(glue): handle SetPreferredInfo script command
|
2023-02-18 12:03:20 -06:00 |
|
fallenoak
|
84c1fecfb2
|
feat(db): load realm configs db
|
2023-02-18 12:01:16 -06:00 |
|
fallenoak
|
35f8ede70b
|
feat(net): set proper osID for linux
|
2023-02-15 22:16:05 -06:00 |
|
fallenoak
|
f95c041323
|
feat(ui): register realm list functions
|
2023-02-15 22:15:37 -06:00 |
|
fallenoak
|
57db9ca2a5
|
feat(db): improve accuracy of db records
|
2023-02-15 21:51:20 -06:00 |
|
fallenoak
|
41554f32b4
|
feat(glue): implement update realm list
|
2023-02-15 08:48:37 -06:00 |
|
fallenoak
|
780de91468
|
feat(glue): initialize realm list
|
2023-02-14 23:23:09 -06:00 |
|
fallenoak
|
ef834d938e
|
feat(db): add non-copy overload of WowClientDB::GetRecordByIndex
|
2023-02-14 23:22:10 -06:00 |
|
fallenoak
|
8745a5102d
|
feat(db): load realm categories db
|
2023-02-14 22:33:39 -06:00 |
|
fallenoak
|
c00028c214
|
feat(db): load achievement db
|
2023-02-13 23:21:25 -06:00 |
|
fallenoak
|
1575f6d83c
|
feat(client): add error handling to realm enum callback
|
2023-02-12 15:17:06 -06:00 |
|
fallenoak
|
3dc51289b8
|
feat(glue): add initial account login handling to glue idle loop
|
2023-02-11 23:35:53 -06:00 |
|
fallenoak
|
6b1b666d41
|
chore(net): clean up ClientServices::LoginServerStatus
|
2023-02-11 21:12:36 -06:00 |
|
fallenoak
|
72849c04c3
|
fix(net): correct NETSTATE enum
|
2023-02-11 20:59:36 -06:00 |
|
fallenoak
|
cd9fe7aee5
|
feat(client): implement realm enum callback
|
2023-02-11 20:46:32 -06:00 |
|
fallenoak
|
22bfe894d2
|
feat(net): parse realm list
|
2023-02-10 14:56:00 -06:00 |
|
fallenoak
|
fc7fa1dbdc
|
chore(net): use enum for client challenge opcode
|
2023-02-09 22:44:01 -06:00 |
|
fallenoak
|
b0b6bc5e52
|
feat(net): request realm list after successful auth
|
2023-02-09 22:41:10 -06:00 |
|
fallenoak
|
18a4c5530d
|
feat(net): set os id in GruntLogin::GetLogonMethod
|
2023-02-08 00:10:38 -06:00 |
|
fallenoak
|
b53f596b82
|
feat(glue): handle successful authentication in CGlueMgr::PollLoginServerLogin
|
2023-02-07 23:59:36 -06:00 |
|
fallenoak
|
531425d566
|
feat(net): expand result handling in GruntLogin::LogonResult
|
2023-02-07 23:51:33 -06:00 |
|
fallenoak
|
3f534da2c5
|
feat(glue): display login status in ui
|
2023-02-07 23:36:15 -06:00 |
|
fallenoak
|
6b2af7ed1e
|
fix(net): copy correct state and result strings
|
2023-02-07 17:21:37 -06:00 |
|
fallenoak
|
0f93736390
|
feat(net): use LoginResponse::UpdateLoginStatus across GruntLogin
|
2023-02-07 17:17:31 -06:00 |
|
fallenoak
|
153b25ede9
|
feat(net): use LoginResponse::UpdateLoginStatus to adjust states in GruntLogin::LogonResult
|
2023-02-07 17:04:24 -06:00 |
|