Skip to content

Commit

Permalink
main.cpp rework * Move ClientLauncher class to a dedicated file * Cli…
Browse files Browse the repository at this point in the history
…entLauncher now owns print_video_modes and speed_tests functions (they are only called by him) * Move GameParams to shared/gameparams.h because it's shared between server and client and launcher need to know it * Move InputHandlers class to client/inputhandler.h * Cleanup includes
  • Loading branch information
nerzhul committed Feb 12, 2015
1 parent 92d1985 commit 146f77f
Show file tree
Hide file tree
Showing 7 changed files with 1,304 additions and 1,232 deletions.
3 changes: 2 additions & 1 deletion build/android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ LOCAL_SRC_FILES := \
jni/src/touchscreengui.cpp \
jni/src/database-leveldb.cpp \
jni/src/settings.cpp \
jni/src/wieldmesh.cpp
jni/src/wieldmesh.cpp \
jni/src/client/clientlauncher.cpp

# Network
LOCAL_SRC_FILES += \
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ set(minetest_SRCS
sky.cpp
tile.cpp
wieldmesh.cpp
client/clientlauncher.cpp
network/clientopcodes.cpp
network/toclientpacket.cpp
${minetest_SCRIPT_SRCS}
Expand Down
Loading

0 comments on commit 146f77f

Please sign in to comment.