DarkflameServer/dGame/dComponents
jumpy-badger eaa962f265
Add Aarch64 support (#231)
* added mariadb-connector-cpp submodule

* raknet aarch64 support

* fix compile errors

* mariadb connector swap (in progress)

* update CMakeLists, add preprocessor definition to switch between mysql and mariadb connectors

* update types with missing aarch64 check

* corrected adding extra flag to properly compile mariadbconn in CMakeLists

* updated readme with arm builds section

* fix build failure if test folder does not exist

* Remove mysql connector from all builds, add mariadbconnector to windows build

* readd Linux check for backtrace lib to CMakeLists.txt

* Separate system specific mariadbconncpp extra compile flags

* Copy dlls to exes directory once built

* fetch prebuilt binaries on windows so that ClangCL can be used

* Delay load dll so that plugin directory is set correctly

* Fixed typo in glibcxx compile flag

* whitespacing, spaces -> tabs

* Updated README.md, included instructions to update

* Updated README.md

added libssl-dev requirement and removed mysql connector references from macOS builds section

* apple compile fixes for zlib and shared library name

* add windows arm64 checks to raknet

* remove extra . in shared library location

* Setup plugins directory for the connector to search in, pass openssl_root_dir on for apple

* Fix copy paths for single config generators and non windows

* change plugin folder location, another single config generator fix

* GENERATOR_IS_MULTI_CONFIG is a property not a variable

* Fixed a few errors after merge

* Fix plugin directory path, force windows to look at the right folder

* fixed directory name for make_directory command

* Update README.md

Updated MacOS, Windows build instructions.

* set INSTALL_PLUGINDIR so that the right directory is used

* Support for relative rpath for docker build

* added mariadb-connector-cpp submodule

* raknet aarch64 support

* fix compile errors

* mariadb connector swap (in progress)

* update CMakeLists, add preprocessor definition to switch between mysql and mariadb connectors

* update types with missing aarch64 check

* corrected adding extra flag to properly compile mariadbconn in CMakeLists

* updated readme with arm builds section

* fix build failure if test folder does not exist

* Remove mysql connector from all builds, add mariadbconnector to windows build

* readd Linux check for backtrace lib to CMakeLists.txt

* Separate system specific mariadbconncpp extra compile flags

* Copy dlls to exes directory once built

* fetch prebuilt binaries on windows so that ClangCL can be used

* Delay load dll so that plugin directory is set correctly

* Fixed typo in glibcxx compile flag

* whitespacing, spaces -> tabs

* Updated README.md, included instructions to update

* Updated README.md

added libssl-dev requirement and removed mysql connector references from macOS builds section

* apple compile fixes for zlib and shared library name

* add windows arm64 checks to raknet

* Setup plugins directory for the connector to search in, pass openssl_root_dir on for apple

* Fix copy paths for single config generators and non windows

* change plugin folder location, another single config generator fix

* GENERATOR_IS_MULTI_CONFIG is a property not a variable

* Fixed a few errors after merge

* Fix plugin directory path, force windows to look at the right folder

* fixed directory name for make_directory command

* Update README.md

Updated MacOS, Windows build instructions.

* set INSTALL_PLUGINDIR so that the right directory is used

* Support for relative rpath for docker build

* Rebase on main

* Remove extra git submodule

* Update CMakeLists.txt

* Remove CMakeLists.txt file from mariadb

Remove the CMakeLists.txt file from the mariaDBConnector so we dont build the tests.  Also add a config option to the CMakeVariables.txt so you can build the connector with multiple jobs

* Compile on windows

Specify the mariadbcpp.dll file location with a defined absolute path so windows knows it actually exists.

* default to 1 job

Default mariadb jobs running in parallel to 1 instead of 4

* Move mariadbcpp.dll file to the expected directory on windows

* Changed plugin

Updated the plugin location from the project binary directory to the expected location, the mariadb binary directory.

* Addressed windows dll issues by moving files to the expected directory instead of a directory that wouldnt get created

* Update README

Co-authored-by: Aaron Kimbrell <aronwk.aaron@gmail.com>
Co-authored-by: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com>
2022-07-03 21:33:05 -07:00
..
BaseCombatAIComponent.cpp Merge branch 'main' into main 2022-05-24 19:00:52 -05:00
BaseCombatAIComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BouncerComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BouncerComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BuffComponent.cpp Comply with Xiphoseer required changes. 2022-01-12 22:48:27 -05:00
BuffComponent.h resolved MacOS compilation warnings 2022-04-05 05:11:06 -07:00
BuildBorderComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BuildBorderComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
CharacterComponent.cpp breakout possessor from char comp (#606) 2022-06-29 18:50:24 -05:00
CharacterComponent.h breakout possessor from char comp (#606) 2022-06-29 18:50:24 -05:00
Component.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Component.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ControllablePhysicsComponent.cpp Added Loot Buff Behavior 2022-04-27 12:40:43 -07:00
ControllablePhysicsComponent.h Added Loot Buff Behavior 2022-04-27 12:40:43 -07:00
DestroyableComponent.cpp Move owner override 2022-06-11 20:50:01 -07:00
DestroyableComponent.h Skill Tasks changes 2022-04-25 03:25:07 -07:00
InventoryComponent.cpp breakout possessor from char comp (#606) 2022-06-29 18:50:24 -05:00
InventoryComponent.h loot source for item drops 2022-04-23 20:35:34 -07:00
LUPExhibitComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
LUPExhibitComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MissionComponent.cpp Comply with Xiphoseer required changes. 2022-01-12 22:48:27 -05:00
MissionComponent.h resolved MacOS compilation warnings 2022-04-05 05:11:06 -07:00
MissionOfferComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MissionOfferComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ModelComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ModelComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ModuleAssemblyComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ModuleAssemblyComponent.h resolved MacOS compilation warnings 2022-04-05 05:11:06 -07:00
MovementAIComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MovementAIComponent.h resolved MacOS compilation warnings 2022-04-05 05:11:06 -07:00
MovingPlatformComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MovingPlatformComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PetComponent.cpp update name 2022-06-18 13:25:34 -07:00
PetComponent.h Dont take imagination on initial tame 2022-06-18 00:16:00 -07:00
PhantomPhysicsComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PhantomPhysicsComponent.h to improve (broken) 2021-12-09 21:06:01 +00:00
PossessableComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PossessableComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PossessorComponent.cpp breakout possessor from char comp (#606) 2022-06-29 18:50:24 -05:00
PossessorComponent.h breakout possessor from char comp (#606) 2022-06-29 18:50:24 -05:00
PropertyComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PropertyComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PropertyEntranceComponent.cpp Add Aarch64 support (#231) 2022-07-03 21:33:05 -07:00
PropertyEntranceComponent.h removed newline 2022-03-30 22:05:09 -07:00
PropertyManagementComponent.cpp Add Aarch64 support (#231) 2022-07-03 21:33:05 -07:00
PropertyManagementComponent.h more specific logging 2022-04-09 18:48:13 -07:00
PropertyVendorComponent.cpp Added negative checks 2022-03-30 21:58:59 -07:00
PropertyVendorComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ProximityMonitorComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ProximityMonitorComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
RacingControlComponent.cpp breakout possessor from char comp (#606) 2022-06-29 18:50:24 -05:00
RacingControlComponent.h Implementing and Fixing All Racing Achievements (#366) 2022-02-05 12:28:17 +01:00
RailActivatorComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
RailActivatorComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
RebuildComponent.cpp Address reviews 2022-06-16 08:50:01 -07:00
RebuildComponent.h Update RebuildComponent.h 2022-05-02 22:50:28 -07:00
RenderComponent.cpp Comply with Xiphoseer required changes. 2022-01-12 22:48:27 -05:00
RenderComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
RigidbodyPhantomPhysicsComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
RigidbodyPhantomPhysicsComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
RocketLaunchLupComponent.cpp remove cdclient include 2022-05-17 10:20:36 -05:00
RocketLaunchLupComponent.h fix Java doc comments 2022-05-04 19:26:56 -05:00
RocketLaunchpadControlComponent.cpp Merge branch 'main' into main 2022-05-24 19:00:52 -05:00
RocketLaunchpadControlComponent.h Proper Rocket Holding 2022-05-08 19:57:36 -05:00
ScriptedActivityComponent.cpp only make teams for minigames 2022-05-27 15:25:57 -05:00
ScriptedActivityComponent.h Repaired some bugs 2021-12-24 00:25:52 +00:00
ShootingGalleryComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ShootingGalleryComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SimplePhysicsComponent.cpp maybe fix it 2022-05-19 08:40:50 -05:00
SimplePhysicsComponent.h resolve comments 2022-05-18 06:36:21 -05:00
SkillComponent.cpp Merge branch 'main' into main 2022-05-24 19:00:52 -05:00
SkillComponent.h Skill Tasks changes 2022-04-25 03:25:07 -07:00
SoundTriggerComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SoundTriggerComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SwitchComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SwitchComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
VehiclePhysicsComponent.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
VehiclePhysicsComponent.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
VendorComponent.cpp Vendor refresh change 2022-04-27 01:35:46 -07:00
VendorComponent.h Updated vendor component 2022-04-26 03:41:16 -07:00