|
|
@ -79,10 +79,13 @@ local env = {
|
|
|
|
self = require('openmw.self'),
|
|
|
|
self = require('openmw.self'),
|
|
|
|
input = require('openmw.input'),
|
|
|
|
input = require('openmw.input'),
|
|
|
|
postprocessing = require('openmw.postprocessing'),
|
|
|
|
postprocessing = require('openmw.postprocessing'),
|
|
|
|
|
|
|
|
anim = require('openmw.animation'),
|
|
|
|
ui = require('openmw.ui'),
|
|
|
|
ui = require('openmw.ui'),
|
|
|
|
camera = require('openmw.camera'),
|
|
|
|
camera = require('openmw.camera'),
|
|
|
|
aux_util = require('openmw_aux.util'),
|
|
|
|
aux_util = require('openmw_aux.util'),
|
|
|
|
debug = require('openmw.debug'),
|
|
|
|
debug = require('openmw.debug'),
|
|
|
|
|
|
|
|
calendar = require('openmw_aux.calendar'),
|
|
|
|
|
|
|
|
time = require('openmw_aux.time'),
|
|
|
|
view = require('openmw_aux.util').deepToString,
|
|
|
|
view = require('openmw_aux.util').deepToString,
|
|
|
|
print = printToConsole,
|
|
|
|
print = printToConsole,
|
|
|
|
exit = exitLuaMode,
|
|
|
|
exit = exitLuaMode,
|
|
|
|