diff --git a/.gitignore b/.gitignore index 6105c13a..637d42a5 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,9 @@ CMakeLists.txt.user* .clang_complete config.otml /modules/otclientrc.lua +/doc !.gitignore otclient.map otclient.layout LOCALTODO +tags \ No newline at end of file diff --git a/TODO b/TODO deleted file mode 100644 index 6ba04c80..00000000 --- a/TODO +++ /dev/null @@ -1,13 +0,0 @@ -### Notable missing features -* stop button -* character profile -* food time, speed, total capacity, base skills -* spell list -* spell bar -* split chat -* spell delays -* offline training -* purse bag -* report name/statements/bot/macros -* ignore list -* light diff --git a/tools/lua-binding-generator/generate_lua_bindings.lua b/tools/lua-binding-generator/generate_lua_bindings.lua old mode 100644 new mode 100755