Commit Graph

  • 2a526e6196 style(ui): update code style in CSimpleMovieFrame.cpp VDm 2025-05-01 01:35:16 +0400
  • c721538698 fix(gx): fix Blit_uint32_uint32 when inStride != outStride VDm 2025-05-01 00:10:25 +0400
  • 690a90a65b feat(ui): switch to original DivX decoder (32-bit only) VDm 2025-04-30 00:25:17 +0400
  • 5bd40352e1 feat(ui): first working implementation of CSimpleMovieFrame with real video VDm 2025-04-27 14:36:01 +0400
  • 7bc252a0e7 feat(ui): implement CSimpleMovieFrame::Render method VDm 2025-04-27 01:31:24 +0400
  • 81f25b93f6 feat(ui): implement OpenVideo and CloseVideo methods VDm 2025-04-26 16:07:53 +0400
  • 3f004eca04 feat(ui): add CSimpleMovieFrame::UpdateTiming implementation VDm 2025-04-26 02:19:47 +0400
  • f4acc58899 feat(ui): implement CSimpleMovieFrame::ParseAVIFile VDm 2025-04-25 01:43:06 +0400
  • 676fd280c6 feat(ui): update CSimpleMovieFrame methods VDm 2025-04-24 01:30:45 +0400
  • 967408b2e7 feat(ui): add stubs for CSimpleMovieFrame::StartMovie method VDm 2025-04-24 01:02:26 +0400
  • 92a3925797 feat(ui): implement Script_GetMovieResolution method VDm 2025-04-24 00:42:23 +0400
  • 5a36ab2f7c feat(ui): add CSimpleMovieFrame class skeleton VDm 2025-04-24 00:14:09 +0400
  • f0257d3e4c fix(net): fix WowConnection class to work correctly on Linux VDm 2025-04-17 23:11:33 +0400
  • 957a4c7e2f
    feat(glue): add realm and character handling (#7) VDm 2025-04-17 01:32:37 +0400
  • f79fbad472 fix(build): include SDL3 superp00t 2025-04-16 17:30:32 -0400
  • 6bed0f5f83 fix(glue): kill gotos in CGlueMgr::NetDisconnectHandler superp00t 2025-04-16 17:30:17 -0400
  • f4bf67fe6b fix(build): fix build using latest features VDm 2025-04-16 23:25:16 +0400
  • fc11867aaf Merge branch 'development' into feature/character VDm 2025-04-16 23:12:26 +0400
  • 50e37d16bc feat(client): SRegDestory should be called upon exit, saving registry entries to a file superp00t 2025-04-16 11:21:52 -0400
  • 0105c72da0 feat(whoa): implement the ability to shut down the client gracefully, saving CVars upon exit superp00t 2025-04-15 20:00:50 -0400
  • 17ccf2a8bb feat(client): uncomment some now-implemented functions calls in CommonMain, enable OutputDebugString logging for SLog superp00t 2025-04-15 00:50:40 -0400
  • 27c2ecece8 feat(ui): use compile variables to show the version/build details in Script_GetBuildInfo superp00t 2025-04-14 18:38:16 -0400
  • 03fc131e2e feat(build): compile version strings from CMake superp00t 2025-04-14 06:11:24 -0400
  • 0ca9e90859 fix(console): do ctrl and shift modifier checks correctly superp00t 2025-04-14 06:09:51 -0400
  • 61af2eeaaf fix(console): implement SetCommandHandler accurately superp00t 2025-04-14 06:08:07 -0400
  • b3e38f70c5 chore(build): upgrade dependencies superp00t 2025-04-14 06:07:05 -0400
  • d76e6142b7 chore(glue): add skeleton of CCharacterComponent class VDm 2025-04-13 01:36:00 +0400
  • f0200c7c08 feat(glue): implement CGlueMgr::PollCreateCharacter VDm 2025-04-12 17:41:30 +0400
  • 5da8709805 feat(glue): implement CGlueMgr::PollRealmList VDm 2025-04-12 17:16:01 +0400
  • 06eeedbb68 feat(net): implement ClientServices::GetRealmList (second request of Realm List) VDm 2025-04-12 16:58:49 +0400
  • afc6c3666b feat(net): add NetClient::Destroy method VDm 2025-04-12 14:33:18 +0400
  • b3c0734a9e chore(build): use SDL3 superp00t 2025-04-12 04:38:19 -0400
  • 9d04a35d87 chore(build): upgrade dependencies superp00t 2025-04-12 04:36:22 -0400
  • 31f215ea14 feat(console): hardware detection et cetera superp00t 2025-04-12 04:35:49 -0400
  • 97bbe2ea66 feat(util): convert names of asset files to lowercase before attempting to read superp00t 2025-04-12 04:34:05 -0400
  • efd37e3050 feat(db): load all databases together using autocode superp00t 2025-04-12 04:32:30 -0400
  • b2fb0b6ffc feat(net): implement PING/PONG messages VDm 2025-04-12 02:29:09 +0400
  • d1fbb06d83 feat(net): implement proper disconnection from login and realm servers VDm 2025-04-11 23:57:07 +0400
  • 78ddf74c0a feat(login): implement trimming of realm name in LoginResponse::HandleRealmData VDm 2025-04-11 21:20:09 +0400
  • 41dc426db3 feat(net): implement NetClient::Disconnect VDm 2025-04-10 01:05:04 +0400
  • 032e9f93d8 feat(net): implement GrunLogin::LogOff VDm 2025-04-09 00:47:37 +0400
  • a2e1dc98a2 fix(ui): fix CSimpleFontString to use the FixedColor flag only if the string does not contain color tags VDm 2025-04-08 01:58:04 +0400
  • 665b8862fd feat(gx): update supported text tags in GxuDetermineQuotedCode VDm 2025-04-08 00:14:04 +0400
  • 98111f2920 feat(glue): implement character deletion VDm 2025-04-06 16:16:43 +0400
  • 4e7a4fb87a chore(db): uncomment DB records VDm 2025-04-06 00:18:15 +0400
  • 832c64ba80 feat(glue): update CCharacterSelection methods VDm 2025-04-06 00:17:11 +0400
  • 9b7ca5cf6a chore(db): update ItemRandomPropertiesRec VDm 2025-04-05 22:47:33 +0400
  • 152cb7dea4 feat(ui): use class and area IDs for Character Selection VDm 2025-04-05 13:27:53 +0400
  • 3689ef9b41 feat(db): add static database classes from whoa-autocode VDm 2025-04-05 13:26:23 +0400
  • 386ddcbd9f fix(ui): fix CSimpleFontString::GetHeight() to use proper method VDm 2025-04-05 13:24:47 +0400
  • 0c39457ed1 feat(glue): update Character Selection screen to support switching VDm 2025-04-05 01:42:43 +0400
  • bf734b5b20 fix(build): make project compilable VDm 2025-04-04 23:04:22 +0400
  • e77ed33b0c chore(build): upgrade common superp00t 2025-04-01 15:56:34 -0400
  • 0c50b0698d chore(build): upgrade common superp00t 2025-04-01 15:53:10 -0400
  • c67ca6fba9 feat(gx): add work for console hardware detection superp00t 2025-04-01 15:18:36 -0400
  • 12b405a4dd feat(gx): add placeholder EGxOverride superp00t 2025-04-01 15:17:09 -0400
  • 7bd7d1ac9e fix(d3d): badly copied code superp00t 2025-04-01 14:55:45 -0400
  • 8adf3a0061 feat(d3d): clean up hardware cursor stuff superp00t 2025-04-01 12:43:55 -0400
  • f4e9f86ca6 refactor(client): wow launch flags should have the CMDOPT type superp00t 2025-04-01 11:08:45 -0400
  • 46843880ef fix(whoa): update thunderbrew to use the refactored squall error/validation and bc allocation macros superp00t 2025-03-31 23:52:37 -0400
  • 1aeacd0d2e chore(build): upgrade dependencies superp00t 2025-03-31 23:50:56 -0400
  • 2a02ba3657 feat(d3d): update CGxDeviceD3d::ISceneBegin VDm 2025-03-31 00:08:41 +0400
  • 9c0c0c64ba fix(d3d): fix cursor shape for non-client window area VDm 2025-03-30 12:41:01 +0400
  • 41f4992ebe feat(gameui): add CGWorldFrame class skeleton VDm 2025-03-30 00:15:17 +0400
  • 88e21b4a22 feat(client): add ClientHandlers for SMSG_NEW_WORLD and SMSG_LOGIN_VERIFY_WORLD VDm 2025-03-30 00:06:18 +0400
  • 140bcde493 feat(client): prepare EnterWorld classes and methods VDm 2025-03-30 00:02:58 +0400
  • babeb2d864 feat(gameui): add CGGameUI class VDm 2025-03-29 23:57:13 +0400
  • 8a71e9fdea fix(client): fix reloadUI command VDm 2025-03-29 23:53:56 +0400
  • 1539c56ace fix(ui): fix StringToJustify to support BOTTOM VDm 2025-03-29 23:48:30 +0400
  • 7ae43b73fb feat(ui): update Script_GetSelectBackgroundModel VDm 2025-03-29 23:47:25 +0400
  • f28f4b0379 feat(glue): display list of characters VDm 2025-03-29 23:43:21 +0400
  • d536140d63 feat(net): update RealmConnection::HandleCharEnum to use virtual call of RealmResponse::CharacterListReceived VDm 2025-03-29 23:39:10 +0400
  • 1e8dc7aef9 feat(net): add RealmConnection::HandleCharEnum implementation VDm 2025-03-29 23:37:24 +0400
  • ba21fb2994 fix(ui): fix height calculation of CLayoutFrame VDm 2025-03-29 23:33:38 +0400
  • a15b5de3bf feat(glue): update handlers for StatusDialogClick VDm 2025-03-29 23:32:33 +0400
  • 31f4103f12 feat(glue): make character selection screen available VDm 2025-03-29 23:31:27 +0400
  • b9b070830f feat(glue): add global variables for CGlueMgr VDm 2025-03-29 23:28:52 +0400
  • d18d8acc43 feat(gx): add constructors of CGxFormat VDm 2025-03-29 23:23:47 +0400
  • 29bae200f3 fix(console): use CVar value for hardware cursor VDm 2025-03-29 23:16:46 +0400
  • 28eecb2a09 feat(console): update SetGxCVars and UpdateGxCVars VDm 2025-03-29 23:13:58 +0400
  • 758099c076 feat(console): implement RegisterGxCVars VDm 2025-03-29 23:08:51 +0400
  • 841cc1a476 feat(event): add code page conversion VDm 2025-03-29 23:03:25 +0400
  • 8d54e8ad0b feat(client): add PatchFiles class VDm 2025-03-29 22:58:53 +0400
  • 4a74c722a4 feat(client): add CheckAvailableLocales method VDm 2025-03-29 22:55:04 +0400
  • 77f4228abf feat(client): implement locale related calls VDm 2025-03-29 22:51:38 +0400
  • 6e1f033e83 chore(gx): use GxBlend_AlphaKey for GxRs_BlendingMode VDm 2025-03-29 22:45:31 +0400
  • 2f070a489e feat(d3d): add GxRs_Lighting case in CGxDeviceD3d::IRsSendToHw (fix cursor appearance) VDm 2025-03-29 22:42:18 +0400
  • d80e2b4b4f feat(d3d): add hardware cursor support VDm 2025-03-29 18:04:21 +0400
  • c4a516c44d feat(ui): add Tab button handler for CSimpleEditBox VDm 2025-03-29 17:37:52 +0400
  • 6030a75530 feat(script): add lua_convertdecimal VDm 2025-03-29 16:30:15 +0400
  • f039d4f88c feat(ui): add FrameScript_Sprintf implementation VDm 2025-03-28 02:40:17 +0400
  • 465b3844de feat(ui): implement SetFocus and ClearFocus script methods (CSimpleEditBox) VDm 2025-03-28 00:54:37 +0400
  • 03ba4ccbb1 chore(ui): replace sub_960420 with existing FrameScript_GetColor VDm 2025-03-28 00:34:20 +0400
  • 6c76720c04 fix(ui): fix typo in FrameScript_GetColor VDm 2025-03-28 00:31:39 +0400
  • f525e600a2 feat(ui): add Script_GetBuildInfo VDm 2025-03-28 00:25:15 +0400
  • a9bb4ccdce feat(ui): implement SetBackdropColor/SetBackdropBorderColor script methods VDm 2025-03-28 00:06:53 +0400
  • 1ad95653c7 feat(ui): add CBackdropGenerator::SetVertexColor VDm 2025-03-27 22:30:09 +0400
  • 49e2e439c2 chore(net): set localChallenge value to zero in HandleAuthChallenge VDm 2025-03-27 20:46:28 +0400
  • 0646c569f1 feat(gameui): add CGWorldFrame class skeleton VDm 2025-03-22 21:44:49 +0400
  • 534cb920da feat(client): add ClientHandlers for SMSG_NEW_WORLD and SMSG_LOGIN_VERIFY_WORLD VDm 2025-03-21 00:39:55 +0400