Commit Graph

10 Commits (sol2-server-rewrite)

Author SHA1 Message Date
Koncord 2d0840cb3a [General] Modernize Script API
This commit changes the style of tes3mp serverside scripting mods. Short list of changes:
* Break compatibility with old server mods
* OOP style lua API
* Basic dependency checker, allowing the installation of multiple server mods without changing configs
* Remove support for C++ plugins
* Change outdated LuaBridge to [sol2](https://github.com/ThePhD/sol2);
* Support GCC, Clang and MSVC compilers
* New environment variables: "TES3MP_SERVER_DIR" and "TES3MP_SERVER_USERDIR";
* New entity "Command controller" for registering new chat commands;
* New Event system
* Simplified Timer API
* All Lua mods now run in their own environments
* Add global namespace - Data that can be used for communicating between mods
* Player and Actor inherit base class NetActor
7 years ago
Koncord 2d91c60a11 [General] Change "Lib" to "lib" in FindRakNet cmake module 8 years ago
David Cernat fb34e2c4ba Revert "[Build] Fix for MSYS2 build while maintaining MSVC fix"
This reverts commit faf1c416f3.
8 years ago
Battlerax faf1c416f3 [Build] Fix for MSYS2 build while maintaining MSVC fix 8 years ago
Battlerax b47260f9dc [Build] Fixed linker issue 8 years ago
David Cernat 10a0f165dd Print paths used for server dependencies in CMake, change tabs to spaces 8 years ago
Koncord cbae39412a Fix RakNet module 8 years ago
Koncord 1f0d6eba80 Fix FindRakNet
Added ws2_32 for Windows
Fixed path to headers
9 years ago
Koncord 1a32385632 Fix cmake modules 9 years ago
Koncord 1e29409dd5 Add OpenMW-mp target 9 years ago