Commit Graph

6 Commits

Author SHA1 Message Date
shagu dbc0765b0b firstrun: simplify question dialog 2017-04-19 23:36:05 +02:00
shagu 648ee4cea5 sellvalue: rewrite 2017-04-17 16:16:04 +02:00
shagu e7dd8776f1 api: fix memory leak
very ugly, but lua5.0 doesn't handle '...' in an efficient way.
By unpacking 'arg' inside of an OnUpdate function, the memory
usage will increase dramatically. The supported count of
arguments is now set statically to a maxium of 10.
2017-03-08 22:14:44 +01:00
shagu 6402e29b1b api: rename to hooksecurefunc 2017-03-01 19:48:48 +01:00
shagu 6f7a665ffe api: merge api calls into environment 2017-02-26 20:55:22 +01:00
shagu a25b440507 api: restructure 2017-02-26 20:39:52 +01:00