New files for tutorial added to Codeblocks project

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7049 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
aeonphyxius 2010-12-17 13:28:03 +00:00
parent b232fa2f56
commit 183ac72c2f
5 changed files with 129 additions and 170 deletions

View File

@ -45,26 +45,6 @@
<Add option="-s" /> <Add option="-s" />
</Linker> </Linker>
</Target> </Target>
<Target title="curl-debug Win32">
<Option output="lib" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="curl-debug Win32" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-DWIN32" />
<Add option="-DBT_NO_PROFILE" />
<Add option="-DHAVE_GLUT" />
<Add option="-W" />
<Add option="-g" />
<Add option="-O0" />
<Add directory="../../bullet/src" />
</Compiler>
<ResourceCompiler>
<Add directory="../../bullet/src" />
</ResourceCompiler>
</Target>
</Build> </Build>
<Unit filename="../../bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp" /> <Unit filename="../../bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp" />
<Unit filename="../../bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h" /> <Unit filename="../../bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h" />

View File

@ -45,25 +45,6 @@
<Add option="-s" /> <Add option="-s" />
</Linker> </Linker>
</Target> </Target>
<Target title="curl-debug Win32">
<Option output="lib" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="curl-debug Win32" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-DWIN32" />
<Add option="-DNDEBUG" />
<Add option="-D_WINDOWS" />
<Add option="-W" />
<Add option="-O2" />
<Add directory="../../enet/include" />
</Compiler>
<ResourceCompiler>
<Add directory="../../enet/include" />
</ResourceCompiler>
</Target>
</Build> </Build>
<Unit filename="../../enet/callbacks.c"> <Unit filename="../../enet/callbacks.c">
<Option compilerVar="CC" /> <Option compilerVar="CC" />

View File

@ -98,65 +98,6 @@
<Add directory="../../../dependencies/lib" /> <Add directory="../../../dependencies/lib" />
</Linker> </Linker>
</Target> </Target>
<Target title="curl-debug Win32">
<Option output="./../../../supertuxkart_curl_d" prefix_auto="1" extension_auto="1" />
<Option object_output="curl-debug Win32" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-DBT_NO_PROFILE" />
<Add option="-DHAVE_OPENAL" />
<Add option="-DHAVE_OGGVORBIS" />
<Add option="-D_DEBUG" />
<Add option="-D_CONSOLE" />
<Add option="-DWIN32" />
<Add option="-DNOMINMAX" />
<Add option='-DVERSION=\&quot;SVN\&quot;' />
<Add option="-D_CRT_SECURE_NO_WARNINGS" />
<Add option="-D_CRT_SECURE_NO_DEPRECATE" />
<Add option="-DDEBUG" />
<Add option='-DPACKAGE=\&quot;supertuxkart\&quot;' />
<Add option="-DHAVE_GETTEXT" />
<Add option="-DENABLE_NLS" />
<Add option="-DHAVE_GLUT" />
<Add option="-D_CRTDBG_MAP_ALLOC" />
<Add option="-DENABLE_BIDI" />
<Add option="-DADDONS_MANAGER" />
<Add option="-W" />
<Add option="-g" />
<Add option="-O0" />
<Add directory="../../../src" />
<Add directory="../../../src/bullet/src" />
<Add directory="../../../src/enet/include" />
<Add directory="../../../dependencies/include" />
<Add directory="../../../dependencies/include/irrlicht" />
</Compiler>
<ResourceCompiler>
<Add directory="../../../src" />
<Add directory="../../../src/bullet/src" />
<Add directory="../../../src/enet/include" />
<Add directory="../../../dependencies/include" />
<Add directory="../../../dependencies/include/irrlicht" />
</ResourceCompiler>
<Linker>
<Add library="opengl32" />
<Add library="user32" />
<Add library="gdi32" />
<Add library="winmm" />
<Add library="advapi32" />
<Add library="OpenAL32" />
<Add library="libogg" />
<Add library="libvorbis" />
<Add library="libvorbisfile" />
<Add library="intl" />
<Add library="Irrlicht" />
<Add library="ws2_32" />
<Add library="fribidi" />
<Add library="pthreadVC2" />
<Add library="libcurld_imp" />
<Add directory="../../../dependencies/lib" />
</Linker>
</Target>
</Build> </Build>
<Compiler> <Compiler>
<Add directory="/usr/include/irrlicht" /> <Add directory="/usr/include/irrlicht" />
@ -501,14 +442,8 @@
<Unit filename="../../states_screens/state_manager.hpp" /> <Unit filename="../../states_screens/state_manager.hpp" />
<Unit filename="../../states_screens/tracks_screen.cpp" /> <Unit filename="../../states_screens/tracks_screen.cpp" />
<Unit filename="../../states_screens/tracks_screen.hpp" /> <Unit filename="../../states_screens/tracks_screen.hpp" />
<Unit filename="../../states_screens/tutorial_screen.cpp"> <Unit filename="../../states_screens/tutorial_screen.cpp" />
<Option target="Debug" /> <Unit filename="../../states_screens/tutorial_screen.hpp" />
<Option target="Release" />
</Unit>
<Unit filename="../../states_screens/tutorial_screen.hpp">
<Option target="Debug" />
<Option target="Release" />
</Unit>
<Unit filename="../../tracks/ambient_light_sphere.cpp" /> <Unit filename="../../tracks/ambient_light_sphere.cpp" />
<Unit filename="../../tracks/ambient_light_sphere.hpp" /> <Unit filename="../../tracks/ambient_light_sphere.hpp" />
<Unit filename="../../tracks/bezier_curve.cpp" /> <Unit filename="../../tracks/bezier_curve.cpp" />
@ -541,6 +476,10 @@
<Unit filename="../../tracks/track_object.hpp" /> <Unit filename="../../tracks/track_object.hpp" />
<Unit filename="../../tracks/track_object_manager.cpp" /> <Unit filename="../../tracks/track_object_manager.cpp" />
<Unit filename="../../tracks/track_object_manager.hpp" /> <Unit filename="../../tracks/track_object_manager.hpp" />
<Unit filename="../../tutorial/tutorial.cpp" />
<Unit filename="../../tutorial/tutorial.hpp" />
<Unit filename="../../tutorial/tutorial_manager.cpp" />
<Unit filename="../../tutorial/tutorial_manager.hpp" />
<Unit filename="../../utils/constants.cpp" /> <Unit filename="../../utils/constants.cpp" />
<Unit filename="../../utils/constants.hpp" /> <Unit filename="../../utils/constants.hpp" />
<Unit filename="../../utils/no_copy.hpp" /> <Unit filename="../../utils/no_copy.hpp" />

View File

@ -5102,18 +5102,19 @@
"tracks/track_manager.hpp" "tracks/track_manager.hpp"
"states_screens/kart_selection.hpp" "states_screens/kart_selection.hpp"
1291818153 /home/aeonphyxius/projects/games/supertuxkart/src/addons/addons.hpp 1292582204 /home/aeonphyxius/projects/games/supertuxkart/src/addons/addons.hpp
<string.h> <string.h>
<map> <map>
<pthread.h>
<vector> <vector>
1291818153 /home/aeonphyxius/projects/games/supertuxkart/src/addons/network.hpp 1292582204 /home/aeonphyxius/projects/games/supertuxkart/src/addons/network.hpp
<pthread.h> <pthread.h>
<string> <string>
1291818153 /home/aeonphyxius/projects/games/supertuxkart/src/addons/zip.hpp 1291818153 /home/aeonphyxius/projects/games/supertuxkart/src/addons/zip.hpp
1291818096 /home/aeonphyxius/projects/games/supertuxkart/src/io/file_manager.hpp 1292582203 /home/aeonphyxius/projects/games/supertuxkart/src/io/file_manager.hpp
<string> <string>
<vector> <vector>
<set> <set>
@ -5149,7 +5150,7 @@
"guiengine/screen.hpp" "guiengine/screen.hpp"
"states_screens/state_manager.hpp" "states_screens/state_manager.hpp"
1291818154 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/screen.hpp 1292582204 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/screen.hpp
<map> <map>
<string> <string>
<typeinfo> <typeinfo>
@ -5177,7 +5178,7 @@
"utils/no_copy.hpp" "utils/no_copy.hpp"
"utils/vec3.hpp" "utils/vec3.hpp"
1291818094 /home/aeonphyxius/projects/games/supertuxkart/src/audio/sfx_manager.hpp 1291907153 /home/aeonphyxius/projects/games/supertuxkart/src/audio/sfx_manager.hpp
"audio/sfx_buffer.hpp" "audio/sfx_buffer.hpp"
<string> <string>
<vector> <vector>
@ -5272,7 +5273,7 @@
"utils/constants.hpp" "utils/constants.hpp"
"utils/ptr_vector.hpp" "utils/ptr_vector.hpp"
1291818154 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/event_handler.hpp 1292582204 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/event_handler.hpp
"irrlicht.h" "irrlicht.h"
"input/input.hpp" "input/input.hpp"
@ -5286,7 +5287,7 @@
1291818093 /home/aeonphyxius/projects/games/supertuxkart/src/utils/constants.hpp 1291818093 /home/aeonphyxius/projects/games/supertuxkart/src/utils/constants.hpp
1291818154 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/engine.hpp 1292582204 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/engine.hpp
<irrlicht.h> <irrlicht.h>
<string> <string>
"utils/constants.hpp" "utils/constants.hpp"
@ -5298,16 +5299,16 @@
"utils/ptr_vector.hpp" "utils/ptr_vector.hpp"
"config/player.hpp" "config/player.hpp"
1291818154 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/abstract_state_manager.hpp 1292582204 /home/aeonphyxius/projects/games/supertuxkart/src/guiengine/abstract_state_manager.hpp
<vector> <vector>
<string> <string>
1291818095 /home/aeonphyxius/projects/games/supertuxkart/src/config/player.hpp 1292582203 /home/aeonphyxius/projects/games/supertuxkart/src/config/player.hpp
<string> <string>
"config/user_config.hpp" "config/user_config.hpp"
"utils/no_copy.hpp" "utils/no_copy.hpp"
1291818095 /home/aeonphyxius/projects/games/supertuxkart/src/config/user_config.hpp 1291987222 /home/aeonphyxius/projects/games/supertuxkart/src/config/user_config.hpp
<string> <string>
<map> <map>
<vector> <vector>
@ -5317,17 +5318,19 @@
"utils/no_copy.hpp" "utils/no_copy.hpp"
"utils/ptr_vector.hpp" "utils/ptr_vector.hpp"
1291818153 source:/home/aeonphyxius/projects/games/supertuxkart/src/addons/network.cpp 1292582204 source:/home/aeonphyxius/projects/games/supertuxkart/src/addons/network.cpp
"addons/network.hpp"
<curl/curl.h> <curl/curl.h>
<stdio.h> <stdio.h>
<string> <string>
"addons/network.hpp" <math.h>
"config/user_config.hpp" "config/user_config.hpp"
"states_screens/main_menu_screen.hpp"
"states_screens/addons_screen.hpp"
"io/file_manager.hpp" "io/file_manager.hpp"
"states_screens/addons_screen.hpp"
"states_screens/main_menu_screen.hpp"
1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/main_menu_screen.hpp 1292582520 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/main_menu_screen.hpp
<pthread.h>
"guiengine/screen.hpp" "guiengine/screen.hpp"
1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/addons_screen.hpp 1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/addons_screen.hpp
@ -5943,9 +5946,11 @@
1291818073 /home/aeonphyxius/projects/games/supertuxkart/src/physics/user_pointer.hpp 1291818073 /home/aeonphyxius/projects/games/supertuxkart/src/physics/user_pointer.hpp
1291818095 source:/home/aeonphyxius/projects/games/supertuxkart/src/animations/billboard_animation.cpp 1292582170 source:/home/aeonphyxius/projects/games/supertuxkart/src/animations/billboard_animation.cpp
"animations/billboard_animation.hpp" "animations/billboard_animation.hpp"
"graphics/irr_driver.hpp" "graphics/irr_driver.hpp"
"graphics/material.hpp"
"graphics/material_manager.hpp"
"io/file_manager.hpp" "io/file_manager.hpp"
1291818095 source:/home/aeonphyxius/projects/games/supertuxkart/src/animations/ipo.cpp 1291818095 source:/home/aeonphyxius/projects/games/supertuxkart/src/animations/ipo.cpp
@ -5983,7 +5988,7 @@
1291818091 /home/aeonphyxius/projects/games/supertuxkart/src/network/network_kart.hpp 1291818091 /home/aeonphyxius/projects/games/supertuxkart/src/network/network_kart.hpp
"karts/kart.hpp" "karts/kart.hpp"
1291818075 /home/aeonphyxius/projects/games/supertuxkart/src/karts/kart.hpp 1292582168 /home/aeonphyxius/projects/games/supertuxkart/src/karts/kart.hpp
"btBulletDynamicsCommon.h" "btBulletDynamicsCommon.h"
"items/attachment.hpp" "items/attachment.hpp"
"items/powerup.hpp" "items/powerup.hpp"
@ -6118,7 +6123,7 @@
<vector> <vector>
"utils/vec3.hpp" "utils/vec3.hpp"
1291818094 source:/home/aeonphyxius/projects/games/supertuxkart/src/audio/music_information.cpp 1292582170 source:/home/aeonphyxius/projects/games/supertuxkart/src/audio/music_information.cpp
"audio/music_information.hpp" "audio/music_information.hpp"
<stdexcept> <stdexcept>
<sstream> <sstream>
@ -6129,7 +6134,7 @@
"tracks/track_manager.hpp" "tracks/track_manager.hpp"
"utils/string_utils.hpp" "utils/string_utils.hpp"
1291818094 /home/aeonphyxius/projects/games/supertuxkart/src/audio/music_information.hpp 1292582170 /home/aeonphyxius/projects/games/supertuxkart/src/audio/music_information.hpp
<string> <string>
<stdexcept> <stdexcept>
<vector> <vector>
@ -6148,7 +6153,7 @@
<string> <string>
"utils/no_copy.hpp" "utils/no_copy.hpp"
1291818080 /home/aeonphyxius/projects/games/supertuxkart/src/tracks/track.hpp 1292582169 /home/aeonphyxius/projects/games/supertuxkart/src/tracks/track.hpp
<string> <string>
<vector> <vector>
"irrlicht.h" "irrlicht.h"
@ -6216,7 +6221,7 @@
"audio/music_information.hpp" "audio/music_information.hpp"
"utils/no_copy.hpp" "utils/no_copy.hpp"
1291818094 /home/aeonphyxius/projects/games/supertuxkart/src/audio/sfx_openal.hpp 1291907153 /home/aeonphyxius/projects/games/supertuxkart/src/audio/sfx_openal.hpp
<assert.h> <assert.h>
<OpenAL/al.h> <OpenAL/al.h>
<AL/al.h> <AL/al.h>
@ -6227,12 +6232,13 @@
"audio/sfx_manager.hpp" "audio/sfx_manager.hpp"
"utils/no_copy.hpp" "utils/no_copy.hpp"
1291818094 source:/home/aeonphyxius/projects/games/supertuxkart/src/audio/music_ogg.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/audio/music_ogg.cpp
"audio/music_ogg.hpp" "audio/music_ogg.hpp"
<stdexcept> <stdexcept>
<OpenAL/al.h> <OpenAL/al.h>
<AL/al.h> <AL/al.h>
"audio/music_manager.hpp" "audio/music_manager.hpp"
"audio/sfx_manager.hpp"
"config/user_config.hpp" "config/user_config.hpp"
"utils/constants.hpp" "utils/constants.hpp"
@ -6248,7 +6254,7 @@
<AL/al.h> <AL/al.h>
<AL/alc.h> <AL/alc.h>
1291818094 source:/home/aeonphyxius/projects/games/supertuxkart/src/audio/sfx_manager.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/audio/sfx_manager.cpp
"audio/music_manager.hpp" "audio/music_manager.hpp"
<sstream> <sstream>
<stdexcept> <stdexcept>
@ -6332,7 +6338,7 @@
<vector> <vector>
"modes/world.hpp" "modes/world.hpp"
1291818095 source:/home/aeonphyxius/projects/games/supertuxkart/src/challenges/unlock_manager.cpp 1292582203 source:/home/aeonphyxius/projects/games/supertuxkart/src/challenges/unlock_manager.cpp
"challenges/unlock_manager.hpp" "challenges/unlock_manager.hpp"
<set> <set>
<string> <string>
@ -6354,11 +6360,11 @@
"utils/no_copy.hpp" "utils/no_copy.hpp"
<fstream> <fstream>
1291818095 source:/home/aeonphyxius/projects/games/supertuxkart/src/config/device_config.cpp 1292582203 source:/home/aeonphyxius/projects/games/supertuxkart/src/config/device_config.cpp
<assert.h> <assert.h>
"config/device_config.hpp" "config/device_config.hpp"
1291818095 /home/aeonphyxius/projects/games/supertuxkart/src/config/device_config.hpp 1292582203 /home/aeonphyxius/projects/games/supertuxkart/src/config/device_config.hpp
"input/binding.hpp" "input/binding.hpp"
"input/input.hpp" "input/input.hpp"
"io/xml_node.hpp" "io/xml_node.hpp"
@ -6408,10 +6414,10 @@
"utils/string_utils.hpp" "utils/string_utils.hpp"
"utils/translation.hpp" "utils/translation.hpp"
1291818094 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/CBatchingMesh.cpp 1292582170 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/CBatchingMesh.cpp
"graphics/CBatchingMesh.hpp" "graphics/CBatchingMesh.hpp"
1291818094 /home/aeonphyxius/projects/games/supertuxkart/src/graphics/CBatchingMesh.hpp 1292582170 /home/aeonphyxius/projects/games/supertuxkart/src/graphics/CBatchingMesh.hpp
"IMesh.h" "IMesh.h"
"SMeshBuffer.h" "SMeshBuffer.h"
@ -6435,7 +6441,7 @@
"utils/no_copy.hpp" "utils/no_copy.hpp"
"utils/vec3.hpp" "utils/vec3.hpp"
1291818094 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/explosion.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/explosion.cpp
"graphics/explosion.hpp" "graphics/explosion.hpp"
"audio/sfx_base.hpp" "audio/sfx_base.hpp"
"audio/sfx_manager.hpp" "audio/sfx_manager.hpp"
@ -6445,7 +6451,7 @@
"items/projectile_manager.hpp" "items/projectile_manager.hpp"
"utils/vec3.hpp" "utils/vec3.hpp"
1291818094 /home/aeonphyxius/projects/games/supertuxkart/src/graphics/explosion.hpp 1291907153 /home/aeonphyxius/projects/games/supertuxkart/src/graphics/explosion.hpp
"utils/no_copy.hpp" "utils/no_copy.hpp"
"irrlicht.h" "irrlicht.h"
@ -6462,7 +6468,7 @@
"items/powerup_manager.hpp" "items/powerup_manager.hpp"
"utils/no_copy.hpp" "utils/no_copy.hpp"
1291818094 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/irr_driver.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/irr_driver.cpp
"graphics/irr_driver.hpp" "graphics/irr_driver.hpp"
"config/user_config.hpp" "config/user_config.hpp"
"graphics/camera.hpp" "graphics/camera.hpp"
@ -6574,7 +6580,7 @@
1291818073 /home/aeonphyxius/projects/games/supertuxkart/src/physics/btKart.hpp 1291818073 /home/aeonphyxius/projects/games/supertuxkart/src/physics/btKart.hpp
"btBulletDynamicsCommon.h" "btBulletDynamicsCommon.h"
1291818094 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/slip_stream.cpp 1292582170 source:/home/aeonphyxius/projects/games/supertuxkart/src/graphics/slip_stream.cpp
"graphics/slip_stream.hpp" "graphics/slip_stream.hpp"
"graphics/material_manager.hpp" "graphics/material_manager.hpp"
"graphics/irr_driver.hpp" "graphics/irr_driver.hpp"
@ -6649,7 +6655,7 @@
"guiengine/screen.hpp" "guiengine/screen.hpp"
"input/device_manager.hpp" "input/device_manager.hpp"
1291818093 /home/aeonphyxius/projects/games/supertuxkart/src/input/device_manager.hpp 1292582169 /home/aeonphyxius/projects/games/supertuxkart/src/input/device_manager.hpp
"input/input_device.hpp" "input/input_device.hpp"
"config/device_config.hpp" "config/device_config.hpp"
"utils/no_copy.hpp" "utils/no_copy.hpp"
@ -6677,7 +6683,7 @@
<sstream> <sstream>
"irrlicht.h" "irrlicht.h"
1291818154 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/engine.cpp 1292582204 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/engine.cpp
"guiengine/engine.hpp" "guiengine/engine.hpp"
<iostream> <iostream>
<assert.h> <assert.h>
@ -6691,7 +6697,7 @@
"guiengine/widget.hpp" "guiengine/widget.hpp"
"modes/world.hpp" "modes/world.hpp"
1291818154 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/event_handler.cpp 1292582204 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/event_handler.cpp
"guiengine/event_handler.hpp" "guiengine/event_handler.hpp"
"guiengine/abstract_state_manager.hpp" "guiengine/abstract_state_manager.hpp"
"guiengine/engine.hpp" "guiengine/engine.hpp"
@ -6730,7 +6736,7 @@
"io/file_manager.hpp" "io/file_manager.hpp"
"irrlicht.h" "irrlicht.h"
1291818154 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/scalable_font.cpp 1292582204 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/scalable_font.cpp
"guiengine/scalable_font.hpp" "guiengine/scalable_font.hpp"
<iostream> <iostream>
"IGUIEnvironment.h" "IGUIEnvironment.h"
@ -6816,9 +6822,10 @@
"states_screens/state_manager.hpp" "states_screens/state_manager.hpp"
<sstream> <sstream>
1291818154 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/widgets/icon_button_widget.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/guiengine/widgets/icon_button_widget.cpp
"graphics/irr_driver.hpp" "graphics/irr_driver.hpp"
"guiengine/engine.hpp" "guiengine/engine.hpp"
"guiengine/scalable_font.hpp"
"guiengine/widgets/icon_button_widget.hpp" "guiengine/widgets/icon_button_widget.hpp"
"io/file_manager.hpp" "io/file_manager.hpp"
@ -6879,7 +6886,7 @@
"utils/string_utils.hpp" "utils/string_utils.hpp"
"utils/translation.hpp" "utils/translation.hpp"
1291818093 source:/home/aeonphyxius/projects/games/supertuxkart/src/input/device_manager.cpp 1292582169 source:/home/aeonphyxius/projects/games/supertuxkart/src/input/device_manager.cpp
"input/device_manager.hpp" "input/device_manager.hpp"
<iostream> <iostream>
<fstream> <fstream>
@ -6944,7 +6951,7 @@
"config/player.hpp" "config/player.hpp"
"guiengine/modaldialog.hpp" "guiengine/modaldialog.hpp"
1291818096 source:/home/aeonphyxius/projects/games/supertuxkart/src/io/file_manager.cpp 1292582203 source:/home/aeonphyxius/projects/games/supertuxkart/src/io/file_manager.cpp
"io/file_manager.hpp" "io/file_manager.hpp"
<stdio.h> <stdio.h>
<stdexcept> <stdexcept>
@ -7022,7 +7029,7 @@
"graphics/material_manager.hpp" "graphics/material_manager.hpp"
"io/file_manager.hpp" "io/file_manager.hpp"
1291818072 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/bowling.cpp 1291987221 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/bowling.cpp
"graphics/camera.hpp" "graphics/camera.hpp"
"io/xml_node.hpp" "io/xml_node.hpp"
"items/bowling.hpp" "items/bowling.hpp"
@ -7064,7 +7071,7 @@
"utils/constants.hpp" "utils/constants.hpp"
"utils/vec3.hpp" "utils/vec3.hpp"
1291818072 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/item_manager.cpp 1292582168 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/item_manager.cpp
"items/item_manager.hpp" "items/item_manager.hpp"
<stdexcept> <stdexcept>
<string> <string>
@ -7123,7 +7130,7 @@
"tracks/track.hpp" "tracks/track.hpp"
"utils/string_utils.hpp" "utils/string_utils.hpp"
1291818072 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/powerup_manager.cpp 1292582168 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/powerup_manager.cpp
"items/powerup_manager.hpp" "items/powerup_manager.hpp"
<iostream> <iostream>
<stdexcept> <stdexcept>
@ -7140,7 +7147,7 @@
"utils/constants.hpp" "utils/constants.hpp"
"utils/string_utils.hpp" "utils/string_utils.hpp"
1291818072 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/projectile_manager.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/items/projectile_manager.cpp
"items/projectile_manager.hpp" "items/projectile_manager.hpp"
"graphics/explosion.hpp" "graphics/explosion.hpp"
"items/bowling.hpp" "items/bowling.hpp"
@ -7266,7 +7273,7 @@
"tracks/track.hpp" "tracks/track.hpp"
"utils/constants.hpp" "utils/constants.hpp"
1291818075 source:/home/aeonphyxius/projects/games/supertuxkart/src/karts/kart.cpp 1292582168 source:/home/aeonphyxius/projects/games/supertuxkart/src/karts/kart.cpp
"karts/kart.hpp" "karts/kart.hpp"
<math.h> <math.h>
<iostream> <iostream>
@ -7359,7 +7366,7 @@
"modes/world.hpp" "modes/world.hpp"
"tracks/track.hpp" "tracks/track.hpp"
1291818155 source:/home/aeonphyxius/projects/games/supertuxkart/src/main.cpp 1292582204 source:/home/aeonphyxius/projects/games/supertuxkart/src/main.cpp
<unistd.h> <unistd.h>
<windows.h> <windows.h>
<io.h> <io.h>
@ -7481,7 +7488,7 @@
"modes/world_with_rank.hpp" "modes/world_with_rank.hpp"
"states_screens/race_gui_base.hpp" "states_screens/race_gui_base.hpp"
1291818096 source:/home/aeonphyxius/projects/games/supertuxkart/src/modes/world.cpp 1292582204 source:/home/aeonphyxius/projects/games/supertuxkart/src/modes/world.cpp
"modes/world.hpp" "modes/world.hpp"
<assert.h> <assert.h>
<sstream> <sstream>
@ -7524,7 +7531,7 @@
"config/player.hpp" "config/player.hpp"
"states_screens/race_gui_base.hpp" "states_screens/race_gui_base.hpp"
1291818096 source:/home/aeonphyxius/projects/games/supertuxkart/src/modes/world_status.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/modes/world_status.cpp
"modes/world_status.hpp" "modes/world_status.hpp"
"audio/music_manager.hpp" "audio/music_manager.hpp"
"audio/sfx_manager.hpp" "audio/sfx_manager.hpp"
@ -7708,7 +7715,7 @@
"physics/irr_debug_drawer.hpp" "physics/irr_debug_drawer.hpp"
"tracks/track.hpp" "tracks/track.hpp"
1291818073 source:/home/aeonphyxius/projects/games/supertuxkart/src/physics/triangle_mesh.cpp 1292582168 source:/home/aeonphyxius/projects/games/supertuxkart/src/physics/triangle_mesh.cpp
"physics/triangle_mesh.hpp" "physics/triangle_mesh.hpp"
"modes/world.hpp" "modes/world.hpp"
@ -7749,15 +7756,16 @@
"io/xml_node.hpp" "io/xml_node.hpp"
"race/race_manager.hpp" "race/race_manager.hpp"
1291818155 source:/home/aeonphyxius/projects/games/supertuxkart/src/race/history.cpp 1291987222 source:/home/aeonphyxius/projects/games/supertuxkart/src/race/history.cpp
"race/history.hpp" "race/history.hpp"
<stdio.h> <stdio.h>
"io/file_manager.hpp"
"modes/world.hpp" "modes/world.hpp"
"karts/kart.hpp" "karts/kart.hpp"
"race/race_manager.hpp" "race/race_manager.hpp"
"tracks/track.hpp" "tracks/track.hpp"
1291818155 source:/home/aeonphyxius/projects/games/supertuxkart/src/race/race_manager.cpp 1291907153 source:/home/aeonphyxius/projects/games/supertuxkart/src/race/race_manager.cpp
"race/race_manager.hpp" "race/race_manager.hpp"
<iostream> <iostream>
<algorithm> <algorithm>
@ -7780,13 +7788,13 @@
"states_screens/state_manager.hpp" "states_screens/state_manager.hpp"
"tracks/track_manager.hpp" "tracks/track_manager.hpp"
1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_lose.hpp 1292582169 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_lose.hpp
"guiengine/screen.hpp" "guiengine/screen.hpp"
"karts/kart_model.hpp" "karts/kart_model.hpp"
<vector> <vector>
<string> <string>
1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_win.hpp 1292582169 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_win.hpp
"guiengine/screen.hpp" "guiengine/screen.hpp"
"karts/kart_model.hpp" "karts/kart_model.hpp"
@ -7941,7 +7949,7 @@
"config/player.hpp" "config/player.hpp"
"guiengine/modaldialog.hpp" "guiengine/modaldialog.hpp"
1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/options_screen_players.hpp 1292582169 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/options_screen_players.hpp
<string> <string>
"irrlicht.h" "irrlicht.h"
"guiengine/screen.hpp" "guiengine/screen.hpp"
@ -7951,7 +7959,7 @@
"irrlicht.h" "irrlicht.h"
"guiengine/screen.hpp" "guiengine/screen.hpp"
1291818078 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/dialogs/addons_loading.cpp 1292582169 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/dialogs/addons_loading.cpp
"states_screens/dialogs/addons_loading.hpp" "states_screens/dialogs/addons_loading.hpp"
<pthread.h> <pthread.h>
"guiengine/engine.hpp" "guiengine/engine.hpp"
@ -8069,7 +8077,7 @@
"utils/string_utils.hpp" "utils/string_utils.hpp"
"utils/translation.hpp" "utils/translation.hpp"
1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/feature_unlocked.hpp 1292582169 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/feature_unlocked.hpp
"graphics/irr_driver.hpp" "graphics/irr_driver.hpp"
"guiengine/screen.hpp" "guiengine/screen.hpp"
"utils/ptr_vector.hpp" "utils/ptr_vector.hpp"
@ -8128,7 +8136,7 @@
"utils/translation.hpp" "utils/translation.hpp"
"irrlicht.h" "irrlicht.h"
1291818078 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/feature_unlocked.cpp 1292582169 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/feature_unlocked.cpp
"states_screens/feature_unlocked.hpp" "states_screens/feature_unlocked.hpp"
<SColor.h> <SColor.h>
"challenges/challenge.hpp" "challenges/challenge.hpp"
@ -8146,7 +8154,7 @@
"tracks/track_manager.hpp" "tracks/track_manager.hpp"
"utils/translation.hpp" "utils/translation.hpp"
1291818078 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_lose.cpp 1292582169 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_lose.cpp
"states_screens/grand_prix_lose.hpp" "states_screens/grand_prix_lose.hpp"
<SColor.h> <SColor.h>
<iostream> <iostream>
@ -8164,7 +8172,7 @@
"states_screens/state_manager.hpp" "states_screens/state_manager.hpp"
"utils/translation.hpp" "utils/translation.hpp"
1291818078 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_win.cpp 1292582169 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/grand_prix_win.cpp
"states_screens/grand_prix_win.hpp" "states_screens/grand_prix_win.hpp"
<SColor.h> <SColor.h>
<iostream> <iostream>
@ -8256,7 +8264,7 @@
"utils/string_utils.hpp" "utils/string_utils.hpp"
<string> <string>
1291818078 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/main_menu_screen.cpp 1292520536 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/main_menu_screen.cpp
"states_screens/main_menu_screen.hpp" "states_screens/main_menu_screen.hpp"
<iostream> <iostream>
<string> <string>
@ -8273,6 +8281,7 @@
"states_screens/addons_screen.hpp" "states_screens/addons_screen.hpp"
"states_screens/state_manager.hpp" "states_screens/state_manager.hpp"
"io/file_manager.hpp" "io/file_manager.hpp"
"states_screens/tutorial_screen.hpp"
"states_screens/feature_unlocked.hpp" "states_screens/feature_unlocked.hpp"
"states_screens/grand_prix_lose.hpp" "states_screens/grand_prix_lose.hpp"
"states_screens/grand_prix_win.hpp" "states_screens/grand_prix_win.hpp"
@ -8299,7 +8308,7 @@
<iostream> <iostream>
<sstream> <sstream>
1291818078 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/options_screen_audio.hpp 1292582169 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/options_screen_audio.hpp
<string> <string>
"irrlicht.h" "irrlicht.h"
"guiengine/screen.hpp" "guiengine/screen.hpp"
@ -8392,7 +8401,7 @@
<iostream> <iostream>
<sstream> <sstream>
1291818078 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/race_gui.cpp 1291987222 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/race_gui.cpp
"states_screens/race_gui.hpp" "states_screens/race_gui.hpp"
"irrlicht.h" "irrlicht.h"
"audio/music_manager.hpp" "audio/music_manager.hpp"
@ -8698,3 +8707,44 @@
"utils/vec3.hpp" "utils/vec3.hpp"
"utils/constants.hpp" "utils/constants.hpp"
1291987689 source:/home/aeonphyxius/projects/games/supertuxkart/src/states_screens/tutorial_screen.cpp
"states_screens/tutorial_screen.hpp"
"challenges/unlock_manager.hpp"
"config/user_config.hpp"
"guiengine/engine.hpp"
"guiengine/widgets/dynamic_ribbon_widget.hpp"
"input/device_manager.hpp"
"input/input_manager.hpp"
"io/file_manager.hpp"
"karts/kart_properties_manager.hpp"
"network/network_manager.hpp"
"race/race_manager.hpp"
"states_screens/state_manager.hpp"
"utils/translation.hpp"
<fstream>
"irrString.h"
1291987685 /home/aeonphyxius/projects/games/supertuxkart/src/states_screens/tutorial_screen.hpp
"irrlicht.h"
"guiengine/screen.hpp"
"utils/ptr_vector.hpp"
1292007325 source:/home/aeonphyxius/projects/games/supertuxkart/src/tutorial/tutorial.cpp
"tutorial.hpp"
1292007289 /home/aeonphyxius/projects/games/supertuxkart/src/tutorial/tutorial.hpp
<string>
<vector>
<fstream>
<irrlicht.h>
"utils/no_copy.hpp"
1292005608 source:/home/aeonphyxius/projects/games/supertuxkart/src/tutorial/tutorial_manager.cpp
"tutorial_manager.hpp"
1292007352 /home/aeonphyxius/projects/games/supertuxkart/src/tutorial/tutorial_manager.hpp
<map>
"tutorial/tutorial.hpp"
"utils/no_copy.hpp"
<fstream>

View File

@ -37,11 +37,20 @@
<File name="../../states_screens/challenges.hpp" open="0" top="0" tabpos="0"> <File name="../../states_screens/challenges.hpp" open="0" top="0" tabpos="0">
<Cursor position="0" topLine="10" /> <Cursor position="0" topLine="10" />
</File> </File>
<File name="../../states_screens/tutorial_screen.cpp" open="1" top="1" tabpos="2"> <File name="../../states_screens/main_menu_screen.cpp" open="1" top="1" tabpos="3">
<Cursor position="2440" topLine="48" /> <Cursor position="8371" topLine="182" />
</File>
<File name="../../states_screens/tutorial_screen.cpp" open="1" top="0" tabpos="2">
<Cursor position="91" topLine="54" />
</File> </File>
<File name="../../states_screens/tutorial_screen.hpp" open="1" top="0" tabpos="1"> <File name="../../states_screens/tutorial_screen.hpp" open="1" top="0" tabpos="1">
<Cursor position="985" topLine="5" /> <Cursor position="91" topLine="0" />
</File>
<File name="../../tutorial/tutorial.hpp" open="1" top="0" tabpos="4">
<Cursor position="0" topLine="45" />
</File>
<File name="../../tutorial/tutorial_manager.hpp" open="1" top="0" tabpos="5">
<Cursor position="421" topLine="0" />
</File> </File>
<File name="../../utils/translation.cpp" open="0" top="0" tabpos="4"> <File name="../../utils/translation.cpp" open="0" top="0" tabpos="4">
<Cursor position="1659" topLine="22" /> <Cursor position="1659" topLine="22" />