This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
minetest
Watch
1
Star
0
Fork
0
You've already forked minetest
mirror of
https://github.com/moparisthebest/minetest
synced
2025-03-10 14:49:41 -04:00
Code
Issues
Releases
Wiki
Activity
minetest
/
src
/
client
History
Loic Blot
cf4045ff0f
Use proper CMakeLists.txt for network and client directories
2015-02-21 11:51:12 +01:00
..
clientlauncher.cpp
Re-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broken since 146f77fdb750833c649de7159a0833c398e14a4d
2015-02-14 09:21:04 +01:00
clientlauncher.h
main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLauncher 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
2015-02-12 15:00:03 +01:00
CMakeLists.txt
Use proper CMakeLists.txt for network and client directories
2015-02-21 11:51:12 +01:00
inputhandler.h
main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLauncher 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
2015-02-12 15:00:03 +01:00