Commit Graph

  • dac47cc240 Add CDBaseCombatAIComponentTable with LoadValuesFromDefaults support copilot-swe-agent[bot] 2025-08-31 21:58:26 +00:00
  • 6bb8040221 Add BaseCombatAIComponent serialization tests (needs CDClient table implementation) copilot-swe-agent[bot] 2025-08-31 21:54:14 +00:00
  • 6d96eb208c Add LoadValuesFromDefaults for CDClient tables used by ActivityComponent copilot-swe-agent[bot] 2025-08-31 20:45:21 +00:00
  • a18a3f5b25 Add comprehensive BouncerComponent serialization tests copilot-swe-agent[bot] 2025-08-31 20:15:04 +00:00
  • 14915000ab Add comprehensive ActivityComponent serialization tests copilot-swe-agent[bot] 2025-08-31 20:09:24 +00:00
  • 3e838c11ef Remove backup file that was accidentally committed copilot-swe-agent[bot] 2025-08-31 19:51:51 +00:00
  • 841e55c389 Fix ModelComponent test quaternion reading order to match BitStream serialization copilot-swe-agent[bot] 2025-08-31 19:51:25 +00:00
  • 863e6d625c Fix NiQuaternion constructor parameter order comment copilot-swe-agent[bot] 2025-08-31 19:37:34 +00:00
  • 621f85f0af Complete component serialization tests with HavokVehiclePhysicsComponent copilot-swe-agent[bot] 2025-08-31 19:26:41 +00:00
  • f86024e06d Add MovingPlatformComponent and ModelComponent serialization tests copilot-swe-agent[bot] 2025-08-31 19:23:28 +00:00
  • d19ba5ed59 Initial plan copilot-swe-agent[bot] 2025-08-31 19:02:23 +00:00
  • 0760c76288 idk man, I let it churn test-fix-for-strip-rotation Aronwk 2025-08-31 13:22:21 -05:00
  • adbd9d78a6 Enhance MailInfo serialization test to verify all serialized fields completely copilot/fix-33b158be-174c-48f0-bb97-ce1ec877b503 copilot-swe-agent[bot] 2025-08-31 17:27:55 +00:00
  • 89ea1ee831 Remove CDClient changes and revert unnecessary modifications to keep scope focused on network packet and mail tests copilot-swe-agent[bot] 2025-08-31 17:10:57 +00:00
  • 177319438d Remove component tests and focus on network packet and mail bitstream tests copilot-swe-agent[bot] 2025-08-31 16:59:56 +00:00
  • 9ff8134de8 test fix 2 Aronwk 2025-08-31 03:47:58 -05:00
  • 74fb9428bb Fix component tests to work without database dependencies copilot-swe-agent[bot] 2025-08-31 08:40:34 +00:00
  • 721a85932a test fix Aronwk 2025-08-31 03:36:21 -05:00
  • 4d6debae84 Fix component tests to work without database dependencies copilot-swe-agent[bot] 2025-08-31 08:08:40 +00:00
  • 48f8d0fe04 Fix test failures: initialize variables and remove useless assertions copilot-swe-agent[bot] 2025-08-31 07:31:45 +00:00
  • 277b415196 feat: limit user sent mail so that it can't be spammed limit-user-sent-mail Aronwk 2025-08-31 02:21:10 -05:00
  • 4d043398ab add rotation behavior logic (not working correctly for multiple axes) David Markowitz 2025-08-31 00:13:56 -07:00
  • 2b0791130f Improve CharacterComponent tests to follow proper variable testing pattern and address feedback on testing each component variable copilot-swe-agent[bot] 2025-08-31 06:53:34 +00:00
  • 3c111735bc Remove consistency tests from all component tests as requested copilot-swe-agent[bot] 2025-08-31 06:49:35 +00:00
  • fc48f58425 Remove broken ChatPacketHandler tests that had compilation dependencies on dChatServer copilot-swe-agent[bot] 2025-08-31 06:31:47 +00:00
  • 125c98570d Add additional component serialization tests for QuickBuildComponent, VendorComponent, and RenderComponent with comprehensive coverage copilot-swe-agent[bot] 2025-08-31 06:18:26 +00:00
  • de49b53366 Add initial comprehensive component serialization tests for CharacterComponent, InventoryComponent, ControllablePhysicsComponent, SkillComponent, and BuffComponent copilot-swe-agent[bot] 2025-08-31 06:11:52 +00:00
  • 5a17e6cf23 Add comprehensive ChatPacketHandler bitstream tests for all handler methods copilot-swe-agent[bot] 2025-08-31 05:53:49 +00:00
  • b6764bbb10 Remove mail extended tests and add proper Mail.h tests to dGameTests copilot-swe-agent[bot] 2025-08-31 05:45:16 +00:00
  • e6204752aa Add comprehensive mail extended tests for MailInfo serialization edge cases and data integrity copilot-swe-agent[bot] 2025-08-31 05:29:24 +00:00
  • d376775731 Add comprehensive mail bitstream tests starting with MailInfo serialization copilot-swe-agent[bot] 2025-08-31 05:15:08 +00:00
  • c20260cd85 Split PacketTests.cpp into multiple files by packet type and fix missing newlines copilot-swe-agent[bot] 2025-08-31 04:57:44 +00:00
  • 90f325f59c Complete comprehensive packet testing framework with 20 tests covering all major packet types and edge cases copilot-swe-agent[bot] 2025-08-31 04:44:51 +00:00
  • a82aeec50e Add comprehensive packet test framework with 14 tests covering packet serialization/deserialization copilot-swe-agent[bot] 2025-08-31 04:40:11 +00:00
  • 065817b1ce Initial plan copilot-swe-agent[bot] 2025-08-31 04:24:33 +00:00
  • d5c6a61c82 Fix client-to-chat communication flow and remove unverified claims copilot/fix-d4783f7b-1e1e-481c-bfac-e5e5d1c1e177 copilot-swe-agent[bot] 2025-08-31 04:17:49 +00:00
  • d5822e2d24 Add comprehensive server architecture diagrams and documentation copilot-swe-agent[bot] 2025-08-31 04:05:35 +00:00
  • 93354af834 Initial plan copilot-swe-agent[bot] 2025-08-31 03:58:54 +00:00
  • 21a2ddcfd9 Merge pull request #1856 from DarkflameUniverse/revert-uint8_t jadebenn 2025-08-21 08:57:35 -05:00
  • 50e6cf9059 revert ServiceType test change jadebenn 2025-08-21 07:48:36 -05:00
  • 3364884126 Consolidate serviceID enums into one enum (#1855) jadebenn 2025-08-20 22:26:48 -05:00
  • 3890c0a86c fix: clang warnings (#1854) v3.2.0 David Markowitz 2025-08-01 13:28:09 -07:00
  • c083f21e44 feat: OnAttack behavior (#1853) David Markowitz 2025-08-01 01:09:16 -07:00
  • c9e95839ee Update deprecated MYSQL command (#1852) HailStorm32 2025-07-29 07:59:32 -07:00
  • dd957ed0c7 crux prime ninjago ruins ATM (#1851) Terrev 2025-07-26 23:58:49 -04:00
  • 12296ce553 feat: activity component debug stuff and fix issues with duplicates in debug ui (#1850) David Markowitz 2025-07-24 04:26:51 -07:00
  • 24f4c9d413 feat: Destroyable component debug info (#1849) David Markowitz 2025-07-23 02:08:39 -07:00
  • ba964932b7 feat: debug for all physics components and fix inspect by ldf key (#1848) David Markowitz 2025-07-19 22:08:18 -07:00
  • 4c42eea819 feat: add despawn command (#1847) David Markowitz 2025-07-19 16:25:14 -07:00
  • 7145536061 feat: add despawn command despawn David Markowitz 2025-07-19 12:52:57 -07:00
  • 6b52cf67a0 feat: debug features and implement ObjectDebugger (#1846) David Markowitz 2025-07-19 03:11:32 -07:00
  • 71f708f1b5 fix: Let's not ghost zone control (#1845) David Markowitz 2025-07-18 10:15:45 -07:00
  • 49aa632d42 feat: WaypointReached notification for MovementAI and don't move the AI when its not built (#1844) David Markowitz 2025-07-12 22:21:45 -07:00
  • 5ec4142ca1 fix: multiple collection tasks in one mission and remove sanity check on mission rewards (#1843) David Markowitz 2025-07-12 19:04:41 -07:00
  • 5e9fe40bec feat: Add GetComponents(Mut) functions to Entity (#1842) David Markowitz 2025-07-01 05:26:05 -07:00
  • 9524198044 Update DEVGMCommands.cpp (#1840) David Markowitz 2025-06-29 14:23:11 -07:00
  • a5d0788488 feat: barfight (#1839) David Markowitz 2025-06-29 14:18:59 -07:00
  • a1ba5b8f12 feat: remove instance pointer management by migrating to unique_ptr (#1838) David Markowitz 2025-06-29 02:41:03 -07:00
  • 03b1c2b183 fix: Split String returning an empty string when an empty string is passed in fix-empty-string-split-bug David Markowitz 2025-06-29 01:43:53 -07:00
  • 48510b7315 feat: add messaging system for manager and add example usage to Loot (#1837) David Markowitz 2025-06-29 00:22:41 -07:00
  • c697f8ad97 feat: Add Restart Behavior (#1836) David Markowitz 2025-06-29 00:22:20 -07:00
  • 5c296b8ef0 feat: add messaging system for manager and add example usage to Loot add-message-sender David Markowitz 2025-06-29 00:09:40 -07:00
  • edda646856 feat: Add Restart Behavior Restart-behavior David Markowitz 2025-06-28 21:18:44 -07:00
  • 55d181ea4b fix: lxfml normalization (#1835) David Markowitz 2025-06-27 22:31:48 -07:00
  • 2c0d4aacb0 fix: lxfml normalization fix-lxfml-normalization-for-good David Markowitz 2025-06-27 20:42:47 -07:00
  • ecbb465020 fix: get entity from manager vs from character (#1833) David Markowitz 2025-06-26 04:04:05 -07:00
  • ec9927acbb fix: multiplied speeds with Speed Behaviors (#1832) David Markowitz 2025-06-26 04:03:25 -07:00
  • 2184a7fdfb revert all changes related to normalization of bbb positions revert-lxfml-normalization-changes David Markowitz 2025-06-26 01:20:36 -07:00
  • e76d70c9c4 fix: get entity from manager vs from character reset-entity-to-null David Markowitz 2025-06-26 00:35:45 -07:00
  • 2771bbf97e fix: multiplied speeds with Speed Behaviors EmosewaMC-patch-13 David Markowitz 2025-06-26 00:14:15 -07:00
  • 1f580491c7 feat: add speed behavior (#1831) David Markowitz 2025-06-25 02:04:25 -07:00
  • 2618e9a864 fix: specifiy width of integer being written (#1830) David Markowitz 2025-06-24 21:58:11 -07:00
  • 0f0d0a6dee optimizations (#1829) David Markowitz 2025-06-24 20:13:48 -07:00
  • f63a9a6bea fix: don't construct zone control twice on player loadin (#1828) David Markowitz 2025-06-24 20:03:13 -07:00
  • f0f98a6108 fix: consuming items not decrementing mission progress (#1827) David Markowitz 2025-06-24 20:01:59 -07:00
  • 4ed7bd6767 fix: some mail features (#1826) David Markowitz 2025-06-23 20:58:55 -07:00
  • 22c74cb2de fix: some mail features mail-fixes David Markowitz 2025-06-23 11:13:55 -07:00
  • 9f92f48a0f fix: models with multiple parts not being normalized properly (#1825) David Markowitz 2025-06-23 00:08:16 -07:00
  • 48e3471831 fix: imaginite not being taken when starting shooting gallery (#1823) David Markowitz 2025-06-23 00:07:52 -07:00
  • 3c244cce27 fix: large inventories and inspect not printing objectID (#1824) David Markowitz 2025-06-23 00:07:34 -07:00
  • 8ba35be64d feat: add saving behaviors to the inventory (#1822) David Markowitz 2025-06-22 18:45:49 -07:00
  • d94f5f77c6 feat: add saving behaviors to the inventory save-to-inventory David Markowitz 2025-06-22 13:43:31 -07:00
  • 1413db26e3 Merge branch 'main' into save-to-inventory David Markowitz 2025-06-22 13:43:05 -07:00
  • f7c9267ba4 change behavior id to LWOOBJID (#1821) David Markowitz 2025-06-22 13:05:09 -07:00
  • 0a4d05039c change behavior id to LWOOBJID David Markowitz 2025-06-21 20:56:51 -07:00
  • b6e9d6872d fix: not checking OnChat block node (#1820) David Markowitz 2025-06-19 18:39:36 -07:00
  • c83797984a check for null on property management instance (#1819) David Markowitz 2025-06-17 22:02:53 -07:00
  • 2ae58086ba check for null on property management instance EmosewaMC-patch-12 David Markowitz 2025-06-17 21:01:41 -07:00
  • 04487efa25 feat: add chat behaviors (#1818) David Markowitz 2025-06-17 15:34:52 -07:00
  • 4238eb7eaf Merge branch 'main' into more-behaviors more-behaviors David Markowitz 2025-06-17 01:04:28 -07:00
  • ddef614d11 feat: add chat behaviors David Markowitz 2025-06-17 01:03:10 -07:00
  • 2eeacbf746 Add mandlers for all the trigger related waypoint commands And add a call to the cppscript for reaching a waypoint waypointpath-trigger-and-script Aronwk 2025-06-13 01:05:12 -05:00
  • 2f315d9288 feat: Movement behaviors (#1815) David Markowitz 2025-06-11 12:52:15 -07:00
  • 0fb028e129 feat: add movement behaviors David Markowitz 2025-06-10 22:51:24 -07:00
  • 263c329932 Merge branch 'main' into more-behaviors David Markowitz 2025-06-10 21:49:40 -07:00
  • 6ae1c7a376 Add null check for character (#1814) David Markowitz 2025-06-10 10:41:08 -07:00
  • c19ee04c8a fix: property behavior crashes (#1813) David Markowitz 2025-06-08 19:41:43 -07:00
  • 2858345269 fix: destroy enemies on entering build mode (#1812) David Markowitz 2025-06-08 19:41:19 -07:00
  • 37e14979a4 fix: winter race orbs (#1810) David Markowitz 2025-06-08 12:14:35 -07:00
  • 81d8e1f75d fix: winter race orbs fix-winter-race David Markowitz 2025-06-08 12:02:37 -07:00