2014-09-17 09:37:11 +03:00
|
|
|
Buildat TODO
|
|
|
|
============
|
2014-09-17 09:46:19 +03:00
|
|
|
- Cache a hash of each compiled module in order not to rebuild them
|
|
|
|
unnecessarily
|
2014-09-17 13:37:34 +03:00
|
|
|
- Modules should be run in threads.
|
2014-09-19 19:51:14 +03:00
|
|
|
- Implement module depencencies in test/testmodules/__loader
|
|
|
|
- There should probably be a builtin/loader that __loader usually wants to call
|
2014-09-20 19:05:30 +03:00
|
|
|
- CMakeLists.txt: Add a way of building only the server, without polycode
|
|
|
|
dependency
|
2014-09-20 19:58:36 +03:00
|
|
|
- Fix bad error message when module returns nil:
|
|
|
|
../client/sandbox.lua:64: require: Extension not found: "joyinput"
|