Removed the TODO file; I think it's fairly stable again

This commit is contained in:
Kayne Ruse
2014-04-20 05:34:15 +10:00
parent 35d463d4ba
commit 69765de433
3 changed files with 3 additions and 21 deletions
+2 -3
View File
@@ -32,6 +32,7 @@
//-------------------------
void ServerApplication::Init(int argc, char** argv) {
//NOTE: I might need to rearrange the init process so that lua & SQL can interact with the map system as needed.
std::cout << "Beginning startup" << std::endl;
//initial setup
@@ -84,9 +85,7 @@ void ServerApplication::Init(int argc, char** argv) {
regionPager.GetFormat()->SetLuaState(luaState);
//TODO: config parameter
regionPager.GetFormat()->SetSaveDir("save/mapname/");
//TODO: pass args to the generator & format as needed
//NOTE: I might need to rearrange the init process so that lua & SQL can interact
// with the map system as needed.
std::cout << "Initialized the map system" << std::endl;
std::cout << "\tsizeof(NetworkPacket): " << sizeof(NetworkPacket) << std::endl;
std::cout << "\tPACKET_BUFFER_SIZE: " << PACKET_BUFFER_SIZE << std::endl;