openmw-tes3coop/apps
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
2017-08-28 00:15:56 +08:00
..
browser [Browser] Fix crashing of browser (I hope) 2017-08-01 02:16:49 +08:00
bsatool purge the rest of boost::shared and any other boost related things that no longer are required 2017-06-09 19:08:53 +02:00
esmtool purge unnecessary imports 2017-06-09 19:08:53 +02:00
essimporter purge unnecessary imports 2017-06-09 19:08:53 +02:00
launcher Merge pull request #229 from OpenMW/master 2017-06-20 04:16:51 +03:00
master [Master] Fix REST servers/info 2017-07-31 19:32:27 +08:00
mwiniimporter purge unnecessary imports 2017-06-09 19:08:53 +02:00
niftest Removed now unneeded script 2015-08-07 20:53:43 -04:00
opencs Merge pull request #251 from OpenMW/master 2017-07-27 20:55:56 +03:00
openmw [General] Modernize Script API 2017-08-28 00:15:56 +08:00
openmw-mp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
openmw_test_suite Fixed Travis CI build 2017-05-08 11:16:03 +04:00
wizard Stopping the thread in the wizard that prevented it to stop correctly 2017-06-13 12:00:55 +02:00
doc.hpp