28450 Commits

Author SHA1 Message Date
Dave Corley
0380c24b17 Fix(build): Don't init recursively as breakpad is not a thing 2023-10-05 19:38:03 -05:00
Dave Corley
5bac60f858 Fix(build): Don't force building with unit tests as we don't always want to mess
with this
2023-10-05 19:37:41 -05:00
Dave Corley
8620d0e622 Cleanup(before_script_msvc): Don't use symlinks for raknet anymore 2023-10-04 00:27:27 -05:00
Dave Corley
451dfd7b54 Refactor(CI): Build as RelWithDeb again 2023-10-03 16:50:58 -05:00
Dave Corley
e36b175014 Cleanup(CI): Remove additional configurations that are now applied in CMake 2023-10-03 16:49:32 -05:00
Dave Corley
20cd7fc324 Cleanup(ci): Copy anything prefixed with tes3mp or openmw instead of manually
specifying files
2023-10-03 16:24:21 -05:00
Dave Corley
778b509f01 Fix(CI): Actually look in the root this time and not the build dir 2023-10-03 16:13:50 -05:00
Dave Corley
045871f827 Fix(CI): Pull files in root from root instead of the build dir 2023-10-03 16:08:11 -05:00
Dave Corley
c13896bf76 Fix(cmake): version file comes from next dir up 2023-10-03 15:59:19 -05:00
Dave Corley
90c802bf55 Fix(cmake): Logos aren't in build/ 2023-10-03 15:55:04 -05:00
Dave Corley
051eda4c53 Fix(CI): run test suite from the build folder (maybe this won't work due to file
paths in the test suite)
2023-10-03 15:42:17 -05:00
Dave Corley
1cecfb0109 Fix(builds): Set raknet include dir relative to source dir instead of original value 2023-10-03 15:24:04 -05:00
Dave Corley
fb2d2bc7dd Cleanup(CI): Don't build raknet with a separate script needlessly 2023-10-03 15:20:01 -05:00
Dave Corley
703461441b Fix(CI): Actually that worked properly 2023-10-03 15:19:41 -05:00
Dave Corley
1dc46c700c Fix(CI): Oops we actually do need unit tests 2023-10-03 15:15:36 -05:00
Dave Corley
31ecaba895 Cleanup(CI): Remove args to set raknet location 2023-10-03 15:14:36 -05:00
Dave Corley
8eda96c8ef Fix(raknet): Init submodules correctly 2023-10-03 15:10:26 -05:00
Dave Corley
b8dd373f0a Cleanup(cmake): Don't search for raknet, just build it 2023-10-03 14:55:26 -05:00
Dave Corley
8b420827bc Feat(cmake): Awful hack to build & include raknet during normal cmake operation 2023-10-03 14:55:26 -05:00
Dave Corley
8d9c8907f3 Cleanup(cmake): Don't build applications nobody uses 2023-10-03 14:55:26 -05:00
Dave Corley
b6dbc7fc28 Feat(git): Add raknet as a submodule 2023-10-03 14:55:03 -05:00
Dave Corley
cdb1328a33 Feat(build): Output binaries and resources into build/ 2023-10-03 07:37:58 -05:00
Dave Corley
7ee64c9b25
Merge pull request #27 from DreamWeave-MP/urm-fixes
Urm fixes for quasiExterior, weather, and lighting in custom cells
2023-09-29 07:15:51 -05:00
Dave Corley
aee2ca980e
Merge pull request #28 from DreamWeave-MP/you-need-to-be-more-dynamic
Fix(client): Override dynamic cell records as well, minor refactor for clarity
2023-09-29 07:15:38 -05:00
Dave Corley
b50c10b30c
Merge pull request #31 from DreamWeave-MP/what-are-you-doing
(Server) Add Lua functions to read actor AI packets
2023-09-29 04:30:20 -05:00
Vidi_Aquam
09bbf3eff9 (Server) Add Lua functions to read actor AI packets 2023-09-27 15:05:42 -05:00
Dave Corley
8d5570d85f Fix(client): Override dynamic cell records as well, minor refactor for clarity 2023-09-26 21:04:28 -05:00
Dave Corley
4d179157ba Fix(client): Included bad code 2023-09-25 17:58:12 -05:00
Dave Corley
592348135e Merge remote-tracking branch 'urm/0.7.1-cell-records' 2023-09-25 16:42:09 -05:00
Dave Corley
8dcd759c62
Feat: Add initial CI scripts 2023-09-23 18:38:55 +01:00
Dave Corley
b8dd28c0ef
Merge pull request #22 from DreamWeave-MP/you-spin-me-right-round-baby
Fix(Client): Fix rotation order for received onObjectRotate packets
2023-09-20 20:44:01 -05:00
Dave Corley
0b8e0d4125 Fix(Client): Fix rotation order for received onObjectRotate packets 2023-09-19 04:04:47 -05:00
Dave Corley
e9d7bb780d
Merge pull request #17 from DreamWeave-MP/feature/find-raknet-in-deps
Find Raknet in deps
2023-08-06 05:52:16 -05:00
Dave Corley
33ece971e3
Merge pull request #18 from HotaruBlaze/masterserver-port-fix
Use the correct port for the masterserver
2023-08-06 05:51:51 -05:00
Phoenix / Hotaru
92d436de19
Fix masterserver Port 2023-07-17 14:43:53 +01:00
Max Henzerling
81cf5a4c4c look for raknet within the deps folder where ever other dependency is 2023-07-16 22:00:02 -07:00
Dave Corley
eed2914e4e
Merge pull request #16 from MWMadness/fix/ninja-build
Fix Ninja Build
2023-07-13 04:03:18 -05:00
Max Henzerling
e3c9422177 add updated cmake files from openmw and re-add macro to fix msvc builds 2023-07-12 19:51:27 -07:00
Dave Corley
6666d7de9a
Merge pull request #13 from HotaruBlaze/spaces-4-plugins
[Server] Allow spaces after commas for plugins
2023-07-12 18:25:28 -05:00
Dave Corley
73268198e0
Merge pull request #14 from HotaruBlaze/ScriptPointerFix
Fix ScriptFunctionPointer
2023-07-10 04:38:46 -05:00
Phoenix / Hotaru
aaffcba79b
Fix ScriptFunctionPointer 2023-07-10 10:27:42 +01:00
Phoenix / Hotaru
7e77c7740c
[Server] Allow spaces after commas for plugins 2023-07-10 05:17:37 +01:00
Phoenix / Hotaru
4763a46364
Merge pull request #7 from HotaruBlaze/MasterServer-Cleanup
[MasterServer] Remove Duplicate const for escapeString
2023-07-09 03:15:04 +00:00
Phoenix / Hotaru
2999a9cd70
[MasterServer] Remove Duplicate const for escaping 2023-07-09 03:50:27 +01:00
Phoenix / Hotaru
9d67eb7500
Merge pull request #6 from HotaruBlaze/MasterServer-Cleanup
[MasterServer] Bug Fixes and Cleanup
2023-07-09 02:06:08 +00:00
Phoenix / Hotaru
28694c0a1c
[MasterServer] Remove 0.6 Support 2023-07-09 02:16:58 +01:00
Phoenix / Hotaru
9f5689769e
[MasterServer] Fix catch Error 2023-07-09 02:16:37 +01:00
Phoenix / Hotaru
b820a6fc18
[MasterServer] Escape User-defined vars for RestServer 2023-07-09 02:16:00 +01:00
Dave Corley
2fadbb52c6
Merge pull request #5 from MWMadness/clean-on-me-when-youre-not-strong
Edit: remove unused include
2023-07-08 04:00:12 -05:00
Dave Corley
c7c2e90392 Edit: remove unused include 2023-07-08 01:15:02 -05:00