Commit Graph

  • 6ddbd8a466 [License] Use clearer wording 0.8.1 David Cernat 2024-04-18 11:20:17 +0300
  • 5ebc69036a
    Call cmake_minimum_required() before project() backlabs1 2024-04-06 04:36:17 +0000
  • 74ecc8bbdf
    Fix Qt dependency: install setuptools to venv backlabs1 2024-04-05 22:55:26 +0000
  • 65c5ed5666
    Merge pull request #677 from backlabs1/add-missing-msvc-dependencies David Cernat 2024-02-28 00:33:28 +0200
  • f356031e0a
    Merge pull request #676 from backlabs1/rewrite-FindRakNet.cmake David Cernat 2024-02-18 01:16:24 +0200
  • 43d64a8577
    Add LuaJit dependency for MSVC builds backlabs1 2024-01-02 22:30:18 +0000
  • 222cefa93c
    Add RakNet/CrabNet dependency for MSVC builds backlabs1 2024-01-02 22:32:23 +0000
  • 94c914bfb1
    Rewrite cmake/FindRakNet.cmake backlabs1 2024-02-13 01:47:09 +0000
  • 3f74065c5c
    Merge pull request #675 from backlabs1/gcc-12-missing-include David Cernat 2024-02-13 02:02:29 +0200
  • 49be5b6405
    Merge pull request #674 from trofi/gcc-13-fix David Cernat 2024-02-13 02:02:13 +0200
  • 571d13aa1b
    Add missing #include <memory> in myguidatamanager backlabs1 2024-01-24 20:50:04 +0000
  • 7921f71a79 Fix `gcc-13` build failures: missing `<cstdint>` includes Sergei Trofimovich 2024-02-10 16:51:17 +0000
  • 00997fa732
    Merge pull request #662 from HotaruBlaze/cleanup-lua-templates master David Cernat 2023-10-22 11:08:54 +0300
  • 25026c0a2c
    Merge pull request #661 from DreamWeave-MP/dw-fixes David Cernat 2023-10-22 11:06:38 +0300
  • cc78be5982 Fix(Client): Correctly play combat music (#29) Dave Corley 2023-10-08 13:32:16 -0500
  • ecb053863b FIX(Client): Allow Colors to be input from chat window (#69) Dave Corley 2023-10-11 14:07:18 -0500
  • 953be7cd27
    Cleanup(server): Refactor code for Lua function dispatch Phoenix / Hotaru 2023-10-14 11:09:35 +0100
  • 3c9fe54282
    Merge pull request #654 from HotaruBlaze/fix-rotation-order David Cernat 2023-10-20 18:58:31 +0300
  • aba639e601
    Fix(Client): Fix rotation order for received onObjectRotate packets Dave Corley 2023-09-19 04:04:47 -0500
  • 154ce715a5 feature(cmake): added lua flag HebiKotei 2023-10-08 18:37:52 +0100
  • 2c470be852 Feat(CI): Add an option to use LTO instead of building with it by default Dave Corley 2023-10-07 17:22:32 -0500
  • b676318f60 Clean(build): Fix capitalization causing fail in cmake Dave Corley 2023-10-05 20:08:15 -0500
  • ea168c5a47 No just stupid windows things Dave Corley 2023-10-05 19:43:09 -0500
  • 0380c24b17 Fix(build): Don't init recursively as breakpad is not a thing Dave Corley 2023-10-05 19:38:03 -0500
  • 5bac60f858 Fix(build): Don't force building with unit tests as we don't always want to mess with this Dave Corley 2023-10-05 19:37:41 -0500
  • 8620d0e622 Cleanup(before_script_msvc): Don't use symlinks for raknet anymore Dave Corley 2023-10-04 00:27:27 -0500
  • 451dfd7b54 Refactor(CI): Build as RelWithDeb again Dave Corley 2023-10-03 16:50:58 -0500
  • e36b175014 Cleanup(CI): Remove additional configurations that are now applied in CMake Dave Corley 2023-10-03 16:49:32 -0500
  • 20cd7fc324 Cleanup(ci): Copy anything prefixed with tes3mp or openmw instead of manually specifying files Dave Corley 2023-10-03 16:24:21 -0500
  • 778b509f01 Fix(CI): Actually look in the root this time and not the build dir Dave Corley 2023-10-03 16:13:50 -0500
  • 045871f827 Fix(CI): Pull files in root from root instead of the build dir Dave Corley 2023-10-03 16:08:11 -0500
  • c13896bf76 Fix(cmake): version file comes from next dir up Dave Corley 2023-10-03 15:59:19 -0500
  • 90c802bf55 Fix(cmake): Logos aren't in build/ Dave Corley 2023-10-03 15:55:04 -0500
  • 051eda4c53 Fix(CI): run test suite from the build folder (maybe this won't work due to file paths in the test suite) Dave Corley 2023-10-03 15:42:17 -0500
  • 1cecfb0109 Fix(builds): Set raknet include dir relative to source dir instead of original value Dave Corley 2023-10-03 15:24:04 -0500
  • fb2d2bc7dd Cleanup(CI): Don't build raknet with a separate script needlessly Dave Corley 2023-10-03 15:20:01 -0500
  • 703461441b Fix(CI): Actually that worked properly Dave Corley 2023-10-03 15:19:41 -0500
  • 1dc46c700c Fix(CI): Oops we actually do need unit tests Dave Corley 2023-10-03 15:15:36 -0500
  • 31ecaba895 Cleanup(CI): Remove args to set raknet location Dave Corley 2023-10-03 15:14:36 -0500
  • 8eda96c8ef Fix(raknet): Init submodules correctly Dave Corley 2023-10-03 15:10:26 -0500
  • b8dd373f0a Cleanup(cmake): Don't search for raknet, just build it Dave Corley 2023-10-03 14:47:43 -0500
  • 8b420827bc Feat(cmake): Awful hack to build & include raknet during normal cmake operation Dave Corley 2023-10-03 14:37:28 -0500
  • 8d9c8907f3 Cleanup(cmake): Don't build applications nobody uses Dave Corley 2023-10-03 14:36:50 -0500
  • b6dbc7fc28 Feat(git): Add raknet as a submodule Dave Corley 2023-10-03 14:36:07 -0500
  • cdb1328a33 Feat(build): Output binaries and resources into build/ Dave Corley 2023-10-03 07:37:58 -0500
  • 54954fbaf2
    Merge pull request #25 from DreamWeave-MP/flip-the-script Dave Corley 2023-10-03 06:38:24 -0500
  • f32e46331e
    Merge pull request #30 from DreamWeave-MP/you-did-this-to-me Dave Corley 2023-10-03 06:38:13 -0500
  • d1d8eb207b
    Merge pull request #36 from DreamWeave-MP/you-will-be-my-instrument Dave Corley 2023-10-03 06:37:55 -0500
  • 0ef2f55114
    Merge pull request #44 from DreamWeave-MP/i-dont-want-to-hear-about-it Dave Corley 2023-10-03 06:37:41 -0500
  • 50fa85e7f3 Cleanup(scriptmanagerimp): no space 4 u Dave Corley 2023-10-01 22:31:34 -0500
  • 12c12baa15 Fix(client): Don't play drop sounds from other peoples' interiors Dave Corley 2023-10-01 19:54:48 -0500
  • 7ee64c9b25
    Merge pull request #27 from DreamWeave-MP/urm-fixes Dave Corley 2023-09-29 07:15:51 -0500
  • aee2ca980e
    Merge pull request #28 from DreamWeave-MP/you-need-to-be-more-dynamic Dave Corley 2023-09-29 07:15:38 -0500
  • 729b9f501d Feat(Server): Add functions to send music packets to clients Dave Corley 2023-09-29 07:11:56 -0500
  • b50c10b30c
    Merge pull request #31 from DreamWeave-MP/what-are-you-doing Dave Corley 2023-09-29 04:30:20 -0500
  • 09bbf3eff9 (Server) Add Lua functions to read actor AI packets Vidi_Aquam 2023-09-27 15:05:42 -0500
  • 380d898f40 Feat(scripting): Add script function to set player who cast a spell effect on another Dave Corley 2023-09-27 11:44:02 -0500
  • 8d5570d85f Fix(client): Override dynamic cell records as well, minor refactor for clarity Dave Corley 2023-09-26 21:04:28 -0500
  • 4d179157ba Fix(client): Included bad code Dave Corley 2023-09-25 17:58:12 -0500
  • 592348135e Merge remote-tracking branch 'urm/0.7.1-cell-records' Dave Corley 2023-09-25 16:42:09 -0500
  • 4a66fa018a Fix(client): Recompile scripts when receiving a new script record Dave Corley 2023-09-25 15:16:16 -0500
  • 1df0de0a56 CI: Security Scanning Workflow Added HebiKotei 2023-09-23 19:13:00 +0100
  • 8dcd759c62
    Feat: Add initial CI scripts Dave Corley 2023-09-23 12:38:55 -0500
  • b8dd28c0ef
    Merge pull request #22 from DreamWeave-MP/you-spin-me-right-round-baby Dave Corley 2023-09-20 20:44:01 -0500
  • 0b8e0d4125 Fix(Client): Fix rotation order for received onObjectRotate packets Dave Corley 2023-09-19 04:04:47 -0500
  • e9d7bb780d
    Merge pull request #17 from DreamWeave-MP/feature/find-raknet-in-deps Dave Corley 2023-08-06 05:52:16 -0500
  • 33ece971e3
    Merge pull request #18 from HotaruBlaze/masterserver-port-fix Dave Corley 2023-08-06 05:51:51 -0500
  • 92d436de19
    Fix masterserver Port Phoenix / Hotaru 2023-07-17 14:43:53 +0100
  • 81cf5a4c4c look for raknet within the deps folder where ever other dependency is Max Henzerling 2023-07-16 22:00:02 -0700
  • eed2914e4e
    Merge pull request #16 from MWMadness/fix/ninja-build Dave Corley 2023-07-13 04:03:18 -0500
  • e3c9422177 add updated cmake files from openmw and re-add macro to fix msvc builds Max Henzerling 2023-07-12 19:51:27 -0700
  • 6666d7de9a
    Merge pull request #13 from HotaruBlaze/spaces-4-plugins Dave Corley 2023-07-12 18:25:28 -0500
  • 73268198e0
    Merge pull request #14 from HotaruBlaze/ScriptPointerFix Dave Corley 2023-07-10 04:38:46 -0500
  • aaffcba79b
    Fix ScriptFunctionPointer Phoenix / Hotaru 2023-07-10 10:27:42 +0100
  • 7e77c7740c
    [Server] Allow spaces after commas for plugins Phoenix / Hotaru 2023-07-10 05:17:37 +0100
  • 4763a46364
    Merge pull request #7 from HotaruBlaze/MasterServer-Cleanup Phoenix / Hotaru 2023-07-09 03:15:04 +0000
  • 2999a9cd70
    [MasterServer] Remove Duplicate const for escaping Phoenix / Hotaru 2023-07-09 03:50:27 +0100
  • 9d67eb7500
    Merge pull request #6 from HotaruBlaze/MasterServer-Cleanup Phoenix / Hotaru 2023-07-09 02:06:08 +0000
  • 28694c0a1c
    [MasterServer] Remove 0.6 Support Phoenix / Hotaru 2023-07-09 02:16:58 +0100
  • 9f5689769e
    [MasterServer] Fix catch Error Phoenix / Hotaru 2023-07-09 02:16:37 +0100
  • b820a6fc18
    [MasterServer] Escape User-defined vars for RestServer Phoenix / Hotaru 2023-07-09 02:16:00 +0100
  • 2fadbb52c6
    Merge pull request #5 from MWMadness/clean-on-me-when-youre-not-strong Dave Corley 2023-07-08 04:00:12 -0500
  • c7c2e90392 Edit: remove unused include Dave Corley 2023-07-08 01:15:02 -0500
  • 221f076010
    Merge pull request #4 from MWMadness/fix-build Dave Corley 2023-07-07 18:12:23 -0500
  • 29c7595f49 fix build Max Henzerling 2023-07-07 16:10:34 -0700
  • 17a2c81b28 Merge progress, still lots to do and to continue up the change Max Henzerling 2023-07-03 22:18:24 -0700
  • f8b411dd7b [Client] Send PlayerCooldowns only when local player uses power 0.8.2 David Cernat 2022-08-02 10:56:22 +0300
  • 023956fd41 [Client] Only play sound for trap disarms in currently active cells David Cernat 2022-07-30 20:44:03 +0300
  • b5e20d3701 [Client] Always play ObjectSound at position of relevant object David Cernat 2022-07-30 20:37:29 +0300
  • 51861c767f [Client] Send ObjectSound for items dropped locally David Cernat 2022-07-30 19:20:13 +0300
  • b8839e87c8 [Client] Make peace between players who become allies and their followers David Cernat 2022-07-25 23:07:42 +0300
  • 21df69d78a [Client] Add MechanicsHelper::makePeace() for pacifying actors and allies David Cernat 2022-07-25 23:04:39 +0300
  • 14a8dae86c [Client] Catch and ignore attempts to add invalid items to containers David Cernat 2022-07-17 18:38:50 +0300
  • 5dbdc92a1c [Server] Add SetSpellsActiveCasterPid() script function David Cernat 2022-07-15 02:03:19 +0300
  • 2ccb541850 [General] Expand ObjectTrap packet, allowing server to set new traps David Cernat 2022-07-04 21:49:12 +0300
  • 2ea011821f [General] Change version to 0.8.2 David Cernat 2022-07-01 13:47:11 +0300
  • 37a4b2a103
    Merge pull request #627 from sidke/0.8.1 David Cernat 2022-06-16 01:46:01 +0300
  • 9aecd1a926
    [Documentation] Update some docs to match method signatures Sidney Keese 2022-06-13 20:57:42 -0700
  • 81251675a4 [Client] Fix packetOrigin comparisons when sending ObjectState David Cernat 2022-05-22 16:43:15 +0300
  • 01208ba90c
    Merge pull request #626 from ShadIK02/patch-1 David Cernat 2022-05-22 11:36:54 +0300