View Issue Details

IDProjectCategoryView StatusLast Update
0000013WolfAdminCommandspublic2019-01-31 18:24
ReporterTimo Assigned ToTimo  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Target Version1.0.0a2Fixed in Version1.0.0a2 
Summary0000013: Dynamic loading of commands
Descriptionget rid of the commands table inside /commands.lua and load commands from /commands itself. move the syntax and other data to the associated .lua file of the command.
Additional InformationOS-dependent commands (Linux find/ls vs. Windows dir)

Use LuaFileSystem for this: http://keplerproject.github.io/luafilesystem/
TagsNo tags attached.
ModN/A
Mod version
Standaloneno

Relationships

related to 0000097 new Make an easier interface for new commands 

Activities

Timo

2015-01-24 13:08

administrator   ~0000004

Commands are now loaded automatically from the /commands directory. They still have to register themselves using the commands.register() function.

Note: still have to provide some instructions for the arguments.

Issue History

Date Modified Username Field Change
2015-01-21 11:28 Timo New Issue
2015-01-22 10:53 Timo Status new => assigned
2015-01-22 10:53 Timo Assigned To => Timo
2015-01-24 13:08 Timo Note Added: 0000004
2015-01-24 13:08 Timo Status assigned => resolved
2015-01-24 13:08 Timo Fixed in Version => 1.0.0a2
2015-01-24 13:08 Timo Resolution open => fixed
2019-01-31 18:24 Timo Relationship added related to 0000097