Commit Graph

  • 4d6a624da2 docs: Refine command documentation (#1978) main Johntor 2026-06-02 10:00:13 +03:00
  • ea556c7565 fix: rename step to accurately reflect Docker image signing process ci-release-improvements Aaron Kimbrell 2026-06-02 00:09:51 -05:00
  • 3a01b2bce4 fix: update continue-on-error condition in CI workflow and add macOS RelWithDebInfo build preset Aaron Kimbrell 2026-06-02 00:09:45 -05:00
  • f7b35caf36 chore: update actions/checkout to version 6.0.2 in CI workflow Aaron Kimbrell 2026-06-01 18:43:13 -05:00
  • cef08816fa fix: update artifact zipping logic to target build directories in canary and release workflows Aaron Kimbrell 2026-06-01 18:29:37 -05:00
  • 3e8a656d47 chore: remove macOS-specific installation of libssl and XCode switching Aaron Kimbrell 2026-06-01 18:01:07 -05:00
  • 028a171e3b feat: update CI workflows to support new OS versions and improve artifact handling Aaron Kimbrell 2026-06-01 17:50:14 -05:00
  • ae20819e22 chore: update GitHub Actions workflows with version pinning and permission adjustments Aaron Kimbrell 2026-05-28 14:16:29 -05:00
  • bba8d33719 feat: enhance CI/CD workflows with Docker support and artifact management Aaron Kimbrell 2026-05-28 13:24:37 -05:00
  • 4ab09cf1aa Remove non-functioning saving of gm invis, re-add gm invis as a feature (#1976) security David Markowitz 2026-05-27 02:35:00 -07:00
  • 4ef9f43266 feat: make gm registration simpler and safer (#1932) v3.3.0 David Markowitz 2026-05-19 11:42:56 -07:00
  • f3a5add038 fix(tac arc): incorrect check causing any enemy lower than you to not attack you (#1975) David Markowitz 2026-05-18 03:15:03 -07:00
  • f5d33a773a fix: security fixes (#1974) David Markowitz 2026-05-17 12:21:22 -07:00
  • 67bbe4c1f0 fix(Missions): mission progression undefined behavior (#1973) David Markowitz 2026-05-17 12:21:08 -07:00
  • e3467465b4 Add dashboard audit log and configuration management web-dashboard Aaron Kimbrell 2026-04-22 11:01:41 -05:00
  • a7a4288e45 refactor: streamline reputation configuration loading in PropertyManagementComponent issue-636 Aaron Kimbrell 2026-04-22 10:57:19 -05:00
  • 482ff82656 fix: adding custom behaviors (#1969) David Markowitz 2026-04-14 01:04:26 -07:00
  • 8061f512aa feat: fix go outside and play mission (#1967) David Markowitz 2026-04-08 22:55:57 -07:00
  • 5e40aaf420 Refactor MovingPlatformComponent to support subcomponents for movement and rotation mp-impl Aaron Kimbrell 2026-04-08 16:32:10 -05:00
  • ce7b771a7c test: add property and character reputation unit tests copilot-swe-agent[bot] 2026-04-05 08:40:50 +00:00
  • 6ad65fcfca Update dGame/dComponents/PropertyManagementComponent.cpp Aaron Kimbrell 2026-04-05 03:31:36 -05:00
  • 453624494c fix: cast LWOOBJID to uint64_t for %llu format specifier in CharacterReputationMigration copilot-swe-agent[bot] 2026-04-05 08:26:51 +00:00
  • 6a5fe599ad Update dGame/dComponents/PropertyManagementComponent.cpp Aaron Kimbrell 2026-04-05 03:25:09 -05:00
  • bdb06b4706 Update dGame/dComponents/PropertyManagementComponent.cpp Aaron Kimbrell 2026-04-05 03:24:37 -05:00
  • e2b534501c Update dGame/dComponents/PropertyManagementComponent.cpp Aaron Kimbrell 2026-04-05 03:24:26 -05:00
  • b058526e76 fix: use Character::GetID() in SetReputation to match DB schema key copilot-swe-agent[bot] 2026-04-05 08:23:13 +00:00
  • 7cb34ffca2 Update dGame/dComponents/CharacterComponent.cpp Aaron Kimbrell 2026-04-05 03:21:56 -05:00
  • e45e860ec0 feat: implement character and property reputation system Aaron Kimbrell 2026-04-05 02:56:51 -05:00
  • d725da7d7c fix: add scaleFactor/width/height guards in GenerateTerrainMesh, fix %zu format specifier raw-parsing-for-scene-data copilot-swe-agent[bot] 2026-03-31 23:38:49 +00:00
  • 247576e101 fix: use copy ellision (#1963) David Markowitz 2026-03-31 15:35:28 -07:00
  • 8dfdca7fbd feat: add mission progression for behaviors (#1962) David Markowitz 2026-03-31 13:02:23 -07:00
  • f6230532df fix: change SceneColor::Get parameter from unsigned char to uint8_t copilot-swe-agent[bot] 2026-03-31 16:18:20 +00:00
  • d5bacabbdc fix: add width/height/scaleFactor guards in SpawnScenePoints to prevent division by zero copilot-swe-agent[bot] 2026-03-31 16:12:51 +00:00
  • f66716f027 fix: validate numChunks, numFlairs, vertSize before resize to prevent OOM from malformed raws copilot-swe-agent[bot] 2026-03-31 09:48:22 +00:00
  • d51ad3e769 Update dZoneManager/Raw.cpp Aaron Kimbrell 2026-03-31 04:45:15 -05:00
  • fbac3241ec Update dZoneManager/dZoneManager.cpp Aaron Kimbrell 2026-03-31 04:45:00 -05:00
  • c6a38e37c2 Update dZoneManager/Raw.h Aaron Kimbrell 2026-03-31 04:44:38 -05:00
  • 5b9f7e0d8b fix: add explicit guards before sceneMapI/J computation in GetSceneIDFromPosition copilot-swe-agent[bot] 2026-03-31 09:21:19 +00:00
  • 6ea6ca4ac2 fix: prevent overflow/OOM in Raw chunk parsing and fix global scene ID in BuildSceneGraph copilot-swe-agent[bot] 2026-03-31 08:47:34 +00:00
  • 64c3319487 fix: guard against division by zero in GetSceneIDFromPosition copilot-swe-agent[bot] 2026-03-31 08:37:02 +00:00
  • a8269497b1 Update dGame/dUtilities/SlashCommands/DEVGMCommands.cpp Aaron Kimbrell 2026-03-31 03:35:24 -05:00
  • aea9009281 Update dZoneManager/Zone.cpp Aaron Kimbrell 2026-03-31 03:34:22 -05:00
  • 8283d1fa95 fix: mariadb on newer gcc and newer cmake version (#1961) Aaron Kimbrell 2026-03-29 13:59:09 -05:00
  • b50e9d9339 Update dCommon/NiColor.h Aaron Kimbrell 2026-03-20 13:19:03 -05:00
  • 705a9ab236 Update dZoneManager/dZoneManager.cpp Aaron Kimbrell 2026-03-20 13:08:59 -05:00
  • ec8d5147de Update dGame/dUtilities/SlashCommands/DEVGMCommands.cpp Aaron Kimbrell 2026-03-20 13:07:28 -05:00
  • 0c8411dffa Update dGame/dUtilities/SlashCommands/DEVGMCommands.cpp Aaron Kimbrell 2026-03-20 13:06:05 -05:00
  • 87f221b791 Update dZoneManager/Raw.cpp Aaron Kimbrell 2026-03-20 13:03:59 -05:00
  • 02b102d4fc Update dZoneManager/Raw.cpp Aaron Kimbrell 2026-03-20 13:03:46 -05:00
  • a1ab5958e8 Update dZoneManager/Raw.cpp Aaron Kimbrell 2026-03-20 13:03:27 -05:00
  • c9bcad349d Update dZoneManager/Raw.cpp Aaron Kimbrell 2026-03-20 13:03:10 -05:00
  • 8372202d8f WIP working state web-dashboard-simplier Aaron Kimbrell 2026-02-26 09:56:11 -06:00
  • 434c9b6315 fix: imaginite on racing minigames and add null checks (#1958) David Markowitz 2026-02-23 01:16:36 -08:00
  • 3c64b26c39 fix: macos ci (#1955) David Markowitz 2026-02-11 19:49:51 -08:00
  • 347b1d17d4 fix: not checking pending names on rename (#1954) David Markowitz 2026-02-11 19:49:39 -08:00
  • f1847d1f20 WIP: basic server, no features Aaron Kimbrell 2026-01-25 22:33:51 -06:00
  • c723ce2588 fix: donations requiring new high score vs adding to previous one (#1951) David Markowitz 2026-01-13 22:48:29 -08:00
  • 66b7d3606e fix: flower activity (#1950) Terrev 2025-12-26 16:58:10 -05:00
  • 9a76ceae66 Update macOS version in CI workflow macos-runner-fix Aaron Kimbrell 2025-12-16 14:32:20 -06:00
  • e342bb7d35 Remove Xcode version switch from build workflow Aaron Kimbrell 2025-12-16 13:55:44 -06:00
  • e5c0c68b80 Update macOS condition for XCode installation step Aaron Kimbrell 2025-12-16 13:53:41 -06:00
  • 18162837ea fix: Update macOS version to latest in workflow Aaron Kimbrell 2025-12-16 13:50:10 -06:00
  • 40fef36530 fix: coins dropping on killer (#1948) David Markowitz 2025-12-13 22:00:58 -08:00
  • ac427da71c fix: coins dropping on killer coins_drop_on_source David Markowitz 2025-12-13 11:39:10 -08:00
  • bf020baa17 fix: temp fixes for ghosting so I can continue being on break (#1947) David Markowitz 2025-12-08 20:39:33 -08:00
  • 4a9971d182 fix: racing meta missions and undefined behavior in mission progression fix-racing-mission-bugs-and-mission-bugs David Markowitz 2025-11-19 22:18:57 -08:00
  • a713216540 fix: saving gm invis for non gms (#1940) David Markowitz 2025-11-18 20:04:07 -08:00
  • ea86a708e4 fix: uninitialized memory (#1937) David Markowitz 2025-11-18 19:06:03 -08:00
  • 457732775b fix: uninitialized memory EmosewaMC-patch-21 David Markowitz 2025-11-18 12:59:28 -08:00
  • ca7424cbeb fix: chest loot not working (#1933) David Markowitz 2025-11-16 14:17:49 -08:00
  • 991e55f305 feat: dont drop loot for dead players if configured in the zone activity settings (#1935) David Markowitz 2025-11-16 14:17:26 -08:00
  • 5410acffaa fix: chat server crash (#1931) David Markowitz 2025-11-16 13:48:57 -08:00
  • 86f8601bbd feat: various debug command improvements (#1934) David Markowitz 2025-11-16 13:48:16 -08:00
  • 4658318a3a fix: deactivate bubble buff from server too (#1936) David Markowitz 2025-11-16 13:46:59 -08:00
  • 11d44ffb98 feat: proper gminvs with ghosting (#1920) Aaron Kimbrell 2025-11-15 18:43:33 -06:00
  • 2fb16420f3 fix: ape anchor not respawning (#1927) David Markowitz 2025-11-15 13:30:02 -08:00
  • 96089a8d9a fix: fb race activityid (#1929) David Markowitz 2025-11-15 13:29:11 -08:00
  • eac50acfcc fix: correct mission tracking (#1930) David Markowitz 2025-11-15 13:29:03 -08:00
  • fd547dfd10 fix: correct mission tracking mission-tracking David Markowitz 2025-11-15 13:17:07 -08:00
  • 874f28730c fix: fb race activityid EmosewaMC-patch-20 David Markowitz 2025-11-14 22:42:59 -08:00
  • ea0e69e24e add return ape-anchor-fix David Markowitz 2025-11-14 22:40:18 -08:00
  • ece4119834 fix: wrong activity id for fb race EmosewaMC-patch-19 David Markowitz 2025-11-14 22:35:40 -08:00
  • 3fe1b431de fix: ape anchor not respawning David Markowitz 2025-11-14 21:01:09 -08:00
  • ca60787055 fix: ffa -> shared loot for activities (#1925) David Markowitz 2025-10-26 01:01:21 -07:00
  • 396dcb0465 feat: add logger feature to log on function entry and exit (#1924) David Markowitz 2025-10-25 12:53:49 -07:00
  • 65ad62f6e8 i didnt save the file log-entry David Markowitz 2025-10-25 00:43:06 -07:00
  • 8c505fb0c6 feat: add logger feature to log on function entry and exit David Markowitz 2025-10-24 22:46:23 -07:00
  • 6e545eb1b9 Update Loot.cpp (#1923) David Markowitz 2025-10-24 21:53:00 -07:00
  • 46aac016fd fix: unintended stopping (#1922) David Markowitz 2025-10-23 21:41:16 -07:00
  • 83823fa64f fix: resurrect not available for non-gms (#1919) David Markowitz 2025-10-20 23:05:22 -07:00
  • 0dd504c803 feat: behavior states (#1918) David Markowitz 2025-10-19 23:16:36 -07:00
  • 6e201761cc Merge branch 'main' into rotation-behaviors rotation-behaviors David Markowitz 2025-10-19 22:28:30 -07:00
  • a70c365c23 feat banana (#1917) David Markowitz 2025-10-19 12:00:14 -07:00
  • 281d9762ef fix: tac arc sorting and target acquisition (#1916) David Markowitz 2025-10-19 05:23:54 -07:00
  • 002aa896d8 feat: debug information (#1915) David Markowitz 2025-10-19 05:22:45 -07:00
  • b7a1ef3d19 whoops Aaron Kimbrell 2025-10-17 09:27:55 -05:00
  • 0b4f888db2 Merge branch 'main' into raw-parsing-for-scene-data Aaron Kimbrell 2025-10-17 09:20:13 -05:00
  • 20c05cb2f2 clamp search to bounds Aaron Kimbrell 2025-10-17 09:17:10 -05:00
  • c87c9c20be don't try to load the raw if the map version is too old fixup some comments Aaron Kimbrell 2025-10-16 15:20:31 -05:00
  • f3a5f60d81 feat: more destroyable debug info (#1912) David Markowitz 2025-10-16 12:15:02 -07:00