Commit Graph

  • b6a799a3e9 WIP copilot/simclient Aaron Kimbrell 2025-09-03 05:03:53 -05:00
  • a8cf629951 update the parsing and fix chat response copilot/fix-42a74326-c798-4cde-901a-7d7370dc3b78 Aaron Kimbrell 2025-09-03 04:36:01 -05:00
  • 71cfd586bc Implement skill contributor tracking to fix multiple items with same skill issue copilot/fix-17a49870-ca41-4175-8d37-0a4222cc1bef copilot-swe-agent[bot] 2025-09-03 05:40:59 +00:00
  • 5c7ee2de9e fix tests Aaron Kimbrell 2025-09-03 05:06:55 -05:00
  • e15dfd4353 account for consumables Aaron Kimbrell 2025-09-03 04:16:35 -05:00
  • ec37c4fd78 Address feedback: SQLite recommendation, GM terminology, testing capabilities, and file endings copilot/fix-1866 copilot-swe-agent[bot] 2025-09-03 04:48:45 +00:00
  • 42327a1b8e Add comprehensive .github/copilot-instructions.md with validated commands and timing copilot-swe-agent[bot] 2025-09-02 21:46:58 +00:00
  • 14716185fb Rename FindBehaviorSlotByEquipLocation to FindBehaviorSlot copilot-swe-agent[bot] 2025-09-02 21:38:58 +00:00
  • f98f7f6545 Remove backward compatibility for FindBehaviorSlot method copilot-swe-agent[bot] 2025-09-02 21:23:59 +00:00
  • 578799464e Initial plan copilot-swe-agent[bot] 2025-09-02 21:19:01 +00:00
  • 1e04ff1a9e Add enhanced tests for InventoryComponent skill slot assignment copilot-swe-agent[bot] 2025-09-02 21:12:21 +00:00
  • 7be7b37b8d Fix skill slot assignment to use equipLocation instead of itemType copilot-swe-agent[bot] 2025-09-02 21:10:50 +00:00
  • a66abfa1e9 Initial plan copilot-swe-agent[bot] 2025-09-02 20:58:32 +00:00
  • d972b0de2f Add relative positioning support to execute command using ~ syntax copilot-swe-agent[bot] 2025-09-02 15:10:44 +00:00
  • 09aa6f40d7 Implement Minecraft-style execute command copilot-swe-agent[bot] 2025-09-02 02:54:13 +00:00
  • 2e4dbdf9d8 Initial plan copilot-swe-agent[bot] 2025-09-02 02:39:33 +00:00
  • e66f82ff07 manually coerce tests and remove uneeded or ones that will neeed much more work copilot/fix-9d445d39-6715-4a7f-b297-4833e7a1ecd4 Aronwk 2025-09-01 21:37:32 -05:00
  • 8198ad70f6 fix: zero out component in destructor (#1863) main David Markowitz 2025-09-01 17:06:00 -07:00
  • b76c20f7b1 fix: zero out component in destructor fix-component-deletion-with-dynamic-cast David Markowitz 2025-09-01 16:40:25 -07:00
  • 4c3bace601 Merge pull request #1862 from DarkflameUniverse/fix-item-exploits Gie "Max" Vanommeslaeghe 2025-09-01 22:33:07 +02:00
  • 6d2a21450b fix item exploits David Markowitz 2025-09-01 13:15:46 -07:00
  • 889ee5bd14 Major progress: Fix VendorComponent tests - now 97% tests passing! copilot-swe-agent[bot] 2025-09-01 18:09:57 +00:00
  • c5c3ef23b9 Continue fixing component tests - DonationVendorComponent improvements copilot-swe-agent[bot] 2025-09-01 18:07:21 +00:00
  • b8d5e63c0c Fix failing component tests and compilation warnings copilot-swe-agent[bot] 2025-09-01 18:03:22 +00:00
  • 316e0bc47e Fix failing component tests and add missing component tests with submodule initialization copilot-swe-agent[bot] 2025-09-01 16:00:35 +00:00
  • d3b5941458 Fix CDClient database dependency issues for component tests by implementing LoadValuesFromDefaults and database connectivity checks copilot-swe-agent[bot] 2025-09-01 15:22:58 +00:00
  • f9e74e6994 Add more logging around rewarding items (#1861) David Markowitz 2025-08-31 20:33:16 -07:00
  • 9274494023 Fix component test compilation issues and enable all component tests copilot-swe-agent[bot] 2025-08-31 23:28:33 +00:00
  • 0a06698514 Fix PetComponent and QuickBuildComponent tests, successful build with 19+ component test suites copilot-swe-agent[bot] 2025-08-31 23:00:34 +00:00
  • 856186636f Continue adding component tests: AchievementVendor, Character, QuickBuild, Script, Skill, Vendor tests (compilation fixes needed) copilot-swe-agent[bot] 2025-08-31 22:54:34 +00:00
  • f4a9cd21be Add DonationVendorComponent, ItemComponent, LevelProgressionComponent, MiniGameControlComponent tests and enhance PetComponent tests copilot-swe-agent[bot] 2025-08-31 22:37:18 +00:00
  • c29f0d151e Add ControllablePhysicsComponent, RenderComponent, and SwitchComponent serialization tests copilot-swe-agent[bot] 2025-08-31 22:17:50 +00:00
  • da801c61ab Update CDBaseCombatAIComponentTable with complete column structure and add BuffComponent tests copilot-swe-agent[bot] 2025-08-31 22:13:57 +00:00
  • 94acddc3e9 Add CollectibleComponent and LUPExhibitComponent serialization tests copilot-swe-agent[bot] 2025-08-31 22:01:45 +00:00
  • 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) rotation-behaviors 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