summaryrefslogtreecommitdiff
path: root/src/module_list.lua
Commit message (Expand)AuthorAgeFilesLines
* fixed build (copy paste error)Christian Pointner2010-12-291-2/+11
* removed trailing whitespacesChristian Pointner2010-12-291-8/+8
* module load path is now configurable at build timeChristian Pointner2010-12-261-2/+1
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-261-2/+0
* max instances gets checked nowChristian Pointner2010-12-261-2/+17
* removed crapy require from module loaderChristian Pointner2010-12-261-5/+7
* debugged dispatch tableChristian Pointner2010-11-241-2/+14
* added cleanup function to exec childChristian Pointner2010-11-231-0/+5
* added util module with own select Christian Pointner2010-11-181-1/+1
* fixed loaderpath at module_listChristian Pointner2010-11-171-5/+5
* module list load module implicit using metatablesChristian Pointner2010-11-171-16/+19
* module loader addedChristian Pointner2010-11-161-10/+40
* start only a single debug shellChristian Pointner2010-11-161-1/+0
* added command queueChristian Pointner2010-11-141-14/+20
* changed module_type to module_classChristian Pointner2010-11-131-2/+2
* fixed module_list cleanupChristian Pointner2010-11-101-2/+3
* modules can now be removed by typeChristian Pointner2010-11-091-0/+17
* fixed client and module removeChristian Pointner2010-11-091-0/+12
* small cleanup (added module list)Christian Pointner2010-11-091-0/+63