ModAPI SDK v2.5.287
·
272 commits
to master
since this release
Add a Log system for mods. (#45) * added a log system for mods. I'm not convinced this log file is in the right location on disk yet, currently it will be located right next to the mod api launcher though. also had to do a hack to StreamDefinitions to get it to compile * add a switch to control the logfilename * renamed command line argument * resolve App.cpp compile errors