Comment tweaks

This commit is contained in:
Kayne Ruse
2015-01-01 01:29:48 +11:00
parent 8b8ef088d9
commit 963aca218a
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ void ServerApplication::Init(int argc, char* argv[]) {
std::cout << "Initialized lua" << std::endl;
//prepend config["dir.scripts"] to the module path
//append config["dir.scripts"] to the module path
if (config["dir.scripts"].size() > 0) {
//get the original path
lua_getglobal(luaState, "package");
+1 -3
View File
@@ -1,7 +1,6 @@
TODO: In need of script APIs (list)
* Characters
* Monsters
* Doors
* Waypoints
TODO: Account passwords (list)
@@ -10,11 +9,10 @@ TODO: Account passwords (list)
* ...
* salts & hashes
TODO: Pagers giving their region counts in the API
TODO: Waypoints, with positions and trigger zones (collision areas) for doors, monster spawns, etc.
TODO: Fix shoddy movement
TODO: Periodic mass server saves
TODO: Remove the big "Shut Down" button
TODO: Remove the big "Shut Down" button (currently broken...)
TODO: Make a way for the server owner to control the server directly
TODO: The TileSheet class should implement the surface itself
TODO: Time delay for requesting region packets