Commit Graph

  • b31dedf05f feat(console): add partial implementation of handler function OnChar Tristan Cormier 2023-04-17 23:46:26 -0400
  • df1ab32267
    feat(console): animate console open and close fallenoak 2023-04-17 22:44:44 -0500
  • d6ee59ff7c
    chore(console): prefer auto fallenoak 2023-04-17 22:36:52 -0500
  • a397de8619
    fix(console): include missing header fallenoak 2023-04-17 22:29:03 -0500
  • 68e7332c5d
    feat(console): animate console open and close fallenoak 2023-04-17 22:26:20 -0500
  • 56092c6700
    feat(console): partially implement console key down handler Tristan 'Natrist' Cormier 2023-04-17 22:10:10 -0400
  • 475cf34a83 feat(console): add partial implementation for function OnKeyDown Tristan Cormier 2023-04-15 18:06:01 -0400
  • 884e491b25
    chore(ui): clean up script handlers for CScriptObject fallenoak 2023-04-17 18:15:40 -0500
  • bc1ce52f7d
    chore(gx): use uint32_t union member in CGxStateBom when appropriate fallenoak 2023-04-17 16:52:11 -0500
  • 082eab597e
    Merge pull request #1 from whoahq/master VDm 2023-04-18 00:03:01 +0400
  • 12f9166446 feat(ui): implemented termination w/o notice VDm 2023-04-18 00:00:47 +0400
  • 58272f1212
    chore(gx): clean up function declarations in GLDevice fallenoak 2023-04-17 12:16:38 -0500
  • 97172bd79a
    chore(gx): clean up function declarations in GLDevice fallenoak 2023-04-17 09:02:02 -0500
  • db22711646 feat(console): add partial implementation for function OnIdle Tristan Cormier 2023-04-16 10:41:40 -0400
  • e8cebed60e feat(console): add partial implementation for function OnChar Tristan Cormier 2023-04-15 18:11:01 -0400
  • 324b7408df feat(console): add partial implementation for function OnKeyDown Tristan Cormier 2023-04-15 18:06:01 -0400
  • 01ca76788c
    chore(gx): clean up member function declarations in CGxMatrixStack fallenoak 2023-04-15 21:23:03 -0500
  • 912d643e9c
    chore(gx): add flag enum to CGxMatrixStack fallenoak 2023-04-15 21:21:27 -0500
  • 3549abd87f
    feat(console): add helpers for console hotkey Tristan 'Natrist' Cormier 2023-04-15 17:33:17 -0400
  • 12a1f33093 feat(console): add ConsoleGetHotKey() and ConsoleSetHotKey() Tristan Cormier 2023-04-08 11:31:07 -0400
  • 309ba8085c
    feat(console): enable console access when initializing device fallenoak 2023-04-15 16:14:15 -0500
  • ef71ddc46e
    feat(console): add helpers for console access enabled state Tristan 'Natrist' Cormier 2023-04-15 17:03:58 -0400
  • 0cd4c8da5c feat(console): add ConsoleAccessGetEnabled and ConsoleAccessSetEnabled() Tristan Cormier 2023-04-15 15:47:43 -0400
  • 092ba0f881
    feat(console): add helpers for console active state Tristan 'Natrist' Cormier 2023-04-15 15:40:07 -0400
  • ca4cc4ca5a feat(console): add ConsoleGetActive() and ConsoleSetActive() Tristan Cormier 2023-04-08 01:07:22 -0400
  • d67e13087a
    feat(gx): sync viewport in d3d backend fallenoak 2023-04-15 13:56:49 -0500
  • 1a40ba8b7a feat(gx): sync viewport in d3d backend fallenoak 2023-04-15 13:40:23 -0500
  • 37996fa79c
    feat(gx): set marker when viewport changes fallenoak 2023-04-15 12:36:57 -0500
  • 5174970b24
    feat(gx): sync projection and view xforms in d3d backend fallenoak 2023-04-15 12:14:33 -0500
  • f32ce6f7af fix(gx): use actual types fallenoak 2023-04-15 12:02:49 -0500
  • 0fd90bae69
    fix(gx): correct types fallenoak 2023-04-15 10:52:02 -0500
  • f38f077cb5
    feat(gx): sync projection and view xforms in d3d backend fallenoak 2023-04-15 10:39:25 -0500
  • c0e623d02b
    feat(gx): add const getter for top of matrix stack fallenoak 2023-04-15 10:32:07 -0500
  • 4a1101bd7d
    feat(gx): stub ffp state syncing in d3d backend fallenoak 2023-04-15 10:04:29 -0500
  • 08a7eaca10
    feat(gx): stub ffp state sync in d3d backend fallenoak 2023-04-15 09:56:35 -0500
  • 36fa30eba8
    feat(gx): add equality operator to CGxStateBom fallenoak 2023-04-15 09:16:06 -0500
  • 46bb3ba4fb feat(console): add ConsolePostClose() Tristan Cormier 2023-04-08 11:16:23 -0400
  • f813f52d4d feat(input): add EventSetConfirmCloseCallback() and internal function Tristan Cormier 2023-04-04 02:34:10 -0400
  • 0aa9324f6b feat(gx): add GxDevExists() Tristan Cormier 2023-04-04 23:29:31 -0400
  • 317d94cd1a
    feat(gx): handle projection and view matrices in GLL backend fallenoak 2023-04-14 08:02:40 -0500
  • eb70607750
    fix(gx): only change vertex array FFP state for used attrib slots fallenoak 2023-04-14 07:45:19 -0500
  • eddc6f7f4a
    fix(gx): correct off-by-one error when popping render states fallenoak 2023-04-11 00:24:59 -0500
  • dfb7fb0270
    feat(gx): add FFP support for vertex arrays in GLL fallenoak 2023-04-11 00:23:06 -0500
  • 30964bf827
    fix(gx): walk dirty states backward when syncing fallenoak 2023-04-09 22:40:17 -0500
  • ecf0c43e70
    feat(console): register event handlers for console fallenoak 2023-04-09 22:40:32 -0500
  • ac1a4f65ae
    chore(console): name parameter for clarity fallenoak 2023-04-09 22:07:21 -0500
  • 74799e6cf1
    fix(console): correct handler signatures fallenoak 2023-04-09 21:15:47 -0500
  • baa4019c42
    feat(console): register event handlers for console fallenoak 2023-04-09 20:53:38 -0500
  • cfd7aff536
    fix(console): correct alpha value for console background fallenoak 2023-04-09 12:58:43 -0500
  • 134d85bce6
    feat(console): add background drawing for console fallenoak 2023-04-08 23:10:53 -0500
  • 43f6d1f3cd
    fix(gx): set remaining values in ortho proj matrix fallenoak 2023-04-08 23:03:09 -0500
  • d5a3874c2f feat(util): update SFile with logging (Windows only) VDm 2023-04-08 22:46:53 +0400
  • 2d0d6a08fb feat(console): add a 'Types' header file Tristan Cormier 2023-04-08 11:54:34 -0400
  • 94bb7736aa feat(app): update SFile VDm 2023-04-08 18:02:05 +0400
  • bbafb2adb5 feat(util): update SFile to work with StormLib VDm 2023-04-08 16:08:07 +0400
  • 1d92f91aee feat(app): add OpenArchives VDm 2023-04-08 15:18:29 +0400
  • 2a1c75d1e8 feat(app): add StormLib VDm 2023-04-08 13:47:21 +0400
  • 6b4c5e9179
    feat(console): initialize console screen fallenoak 2023-04-07 23:06:08 -0500
  • 0003d5bd4b
    chore(gx): tweak style in GxPrimVertexPtr fallenoak 2023-04-07 14:46:08 -0500
  • 1ef7d46ba3
    feat(gx): add locked vertex drawing functions Phaneron 2023-04-07 15:40:32 -0400
  • 5d83ab1664 fix(gx): include gx/Buffer in gx/Draw Joshua Achorn 2023-04-07 14:38:02 -0400
  • 324d5573a3 fix(gx): remove duplicate buf decls Joshua Achorn 2023-04-07 14:37:04 -0400
  • a11c01e078 style(gx): tidy up GxPrimVertexPtr function Joshua Achorn 2023-04-07 14:32:17 -0400
  • 0afae15295 style(gx): uint8_t preferred over unsigned char Joshua Achorn 2023-04-07 14:22:31 -0400
  • 18b9ed493a chore(gx): move GxDrawLockedElements from gx/Buffer into gx/Draw Joshua Achorn 2023-04-07 14:14:51 -0400
  • d99c685dd1
    Merge branch 'master' into feat-gx-add-locked-vertex-drawing-functions Phaneron 2023-04-06 17:51:02 -0400
  • 889395a79a
    feat(gx): add buf data helper function fallenoak 2023-04-06 15:00:16 -0500
  • ff70fc19b0
    Merge branch 'master' into feat-gx-add-locked-vertex-drawing-functions Phaneron 2023-04-06 14:25:50 -0400
  • 4a1b84ad57
    fix(gx): correct GxScenePresent behavior fallenoak 2023-04-06 12:22:04 -0500
  • 82ad7bb442
    feat(glue): partially implement glue reloading fallenoak 2023-04-06 11:18:29 -0500
  • 7422a563cb chore(gx): missing includes Joshua Achorn 2023-04-04 14:40:33 -0400
  • 8404ac9511 chore(gx): add include for EGxPrim Joshua Achorn 2023-04-04 14:30:34 -0400
  • 707894b73b chore(gx): add include for bc assertions Joshua Achorn 2023-04-04 14:29:31 -0400
  • 695e021621 feat(gx): add locked vertex drawing functions Joshua Achorn 2023-04-04 14:27:12 -0400
  • 55a3bacbd0
    feat(net): handle connect callback in client connection fallenoak 2023-04-04 00:28:12 -0500
  • 1b27761d0c
    feat(client): implement auth response handler in realm adapter fallenoak 2023-04-03 23:34:31 -0500
  • 23d537103e
    feat(console): partially implement console command functions Tristan 'Natrist' Cormier 2023-04-04 00:33:46 -0400
  • a91ed9252f feat(console): add partial ConsoleCommand implementation Tristan Cormier 2023-03-26 20:25:36 -0400
  • e18afec28d
    feat(net): handle SMSG_AUTH_RESPONSE fallenoak 2023-04-03 18:00:18 -0500
  • 6479dcaecf
    chore(console): split out console device functions fallenoak 2023-04-02 08:37:11 -0500
  • 219fb1aad6 feat(console): add HIGHLIGHTSTATE enum Tristan Cormier 2023-04-01 15:08:04 -0400
  • 70147866b5
    chore(console): split out console device functions fallenoak 2023-04-02 08:23:20 -0500
  • 9d0487c8ce
    chore(console): move console functions out of client Tristan 'Natrist' Cormier 2023-04-02 06:06:40 -0700
  • 023255f126 chore(console): move client/Console.* files under console/Client.* Tristan Cormier 2023-04-01 11:31:55 -0400
  • e957b2bb61
    chore(build): update squall fallenoak 2023-04-01 08:25:40 -0500
  • 7beaf8d992
    fix(screen): build layer visibility rects in correct order fallenoak 2023-04-01 08:24:27 -0500
  • 6e48b775aa
    feat(gx): add setter for screen layer rect fallenoak 2023-03-31 15:19:03 -0500
  • fad901796c
    chore(gx): clean up screen stock initialization fallenoak 2023-03-31 13:16:45 -0500
  • 21c2484809
    chore(gx): clean up screen declarations fallenoak 2023-03-31 13:09:30 -0500
  • ee1d46db19
    chore(build): remove unused includes fallenoak 2023-03-31 12:03:37 -0500
  • 69b01fcb02
    chore(build): restore used include fallenoak 2023-03-31 11:48:18 -0500
  • 55679bb01a
    chore(build): remove unused includes fallenoak 2023-03-31 11:41:24 -0500
  • 8e61a4c428
    feat(event): add EventGetCurrentContext and EventPostClose Tristan 'Natrist' Cormier 2023-03-31 12:39:33 -0400
  • 482c14a425 feat(event): add EventGetCurrentContext() and EventPostClose() Tristan Cormier 2023-03-31 12:12:32 -0400
  • e7780e67fb
    feat(gx): wire up screen regions in OnPaint fallenoak 2023-03-30 17:11:19 -0500
  • 35ca151b8a
    feat(gx): wire up screen regions in OnPaint fallenoak 2023-03-30 14:42:57 -0500
  • aeade5b085
    chore(build): update libs fallenoak 2023-03-27 17:46:26 -0500
  • 6f52a6287d
    chore(console): split out console library Tristan 'Natrist' Cormier 2023-03-25 10:56:41 -0400
  • 4195109ac2 chore(util): moved CVar files under console subdir as ConsoleVar Tristan Cormier 2023-03-21 23:37:38 -0400
  • ea79f5de1d
    feat(net): handle encryption on message sends fallenoak 2023-03-24 16:54:38 -0500