dtmt/crates/dtmm/src
Lucas Schwiderski 707a3ead8b
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
feat(dtmm): Guard certain Lua libraries behind a setting
Libraries like `io`, `os` and `ffi` allow practically unrestricted
access to the system's files and running arbitrary operations.
The base game removes them for this reason, and while we don't want to
disable them permanently, very few mods should ever have a need for
them.

So we hide them behind a setting, worded so that people only enable it
when absolutely needed.

Closes #112.
2023-04-24 16:45:49 +02:00
..
controller feat(dtmm): Guard certain Lua libraries behind a setting 2023-04-24 16:45:49 +02:00
state feat(dtmm): Guard certain Lua libraries behind a setting 2023-04-24 16:45:49 +02:00
ui feat(dtmm): Guard certain Lua libraries behind a setting 2023-04-24 16:45:49 +02:00
util feat(dtmm): Guard certain Lua libraries behind a setting 2023-04-24 16:45:49 +02:00
main.rs feat(dtmm): Improve debug logging 2023-04-09 14:33:55 +02:00