diff --git a/project/jni/application/openttd/build-pc.sh b/project/jni/application/openttd/build-pc.sh index 670cd1e9c..598a449d1 100755 --- a/project/jni/application/openttd/build-pc.sh +++ b/project/jni/application/openttd/build-pc.sh @@ -14,4 +14,4 @@ export CXXFLAGS=-O0 make -j8 VERBOSE=1 || exit 1 cd bin #gdb -ex run --args \ -./openttd -d 2 -r 854x480 -g opntitle.sav +./openttd -d 2 -r 854x480 # -g opntitle.sav diff --git a/todo.txt b/todo.txt index a9d1bbe7b..8634bef21 100644 --- a/todo.txt +++ b/todo.txt @@ -7,18 +7,6 @@ TODO, which will get actually done - TeeWorlds: control movement with gyroscope. -- TeeWorlds: voting is broken. - -- TeeWorlds: can't fully delete the mod filter. - -- TeeWorlds: sending smilies (likely Unicode emoji) crashes the client. - -- TeeWorlds: client timeouts from server whne app is in the background. - -- TeeWorlds: implement rcon. - -- TeeWorlds: implement running local server (vanilla, no options). - - OpenArena: navigate game menu with analog joystick. - OpenArena: do not treat commands starting with / as chat text.