1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 21:49:55 +00:00
Commit graph

13 commits

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
2017-08-28 00:15:56 +08:00
Koncord
a6467c9c47 Add breakpad to server 2016-10-23 17:07:46 +08:00
scrawl
e18cf452d4 Updated shiny again. Some recent changes were accidently overwritten by eduard on 12/30/2012 2013-01-08 13:24:40 +01:00
scrawl
fb3ac6ad4a no submodule 2012-11-06 19:08:15 +01:00
scrawl
620b6bf27b change url to work without publickey 2012-07-26 17:08:39 +02:00
scrawl
24399a45c1 add submodule with current code 2012-07-03 22:27:22 +02:00
Nikolay Kasyanov
b4343431c6 Merged openengine into openmw 2012-03-11 18:16:29 +04:00
Nikolay Kasyanov
48c12e9d5c Merge mangle into openmw 2012-03-11 18:13:59 +04:00
Marc Zinnschlag
6d7be16f0b redirected submodules to my own repositories 2011-01-09 09:20:05 +01:00
Nicolay Korslund
259908013e Started integrating OE (NO-COMPILE) 2010-07-16 10:28:19 +02:00
Nicolay Korslund
5d73b47cc0 Added input component 2010-07-04 14:28:51 +02:00
Nicolay Korslund
91f5c9c01f Moved mangle submodule. Running 'git submodule update' should be enough. 2010-06-26 10:39:37 +02:00
Nicolay Korslund
318a24d455 Added Mangle as a Git submodule. Completed and tested BSAFile. 2010-01-02 11:50:35 +01:00