Compare commits
50 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
66ca332083 | ||
|
485c5db904 | ||
|
e8e494bbc9 | ||
|
2a397890f7 | ||
|
dae3c36a43 | ||
|
388156bad3 | ||
|
cf1fd15e99 | ||
|
5ba2666e43 | ||
|
ef9e939079 | ||
|
8ee1ef089e | ||
|
050904939f | ||
|
0ccd0e7cf0 | ||
|
a5d1b4222b | ||
|
9b7331d592 | ||
|
da199cf354 | ||
|
a66ba300fe | ||
|
fa532d55ba | ||
|
2ebcd4b402 | ||
|
a1c85f6743 | ||
|
1655b9b47b | ||
|
f2f1cb045f | ||
|
4b55730645 | ||
|
dcc8ac7ca6 | ||
|
9e76e1bdd3 | ||
|
846b0d7064 | ||
|
a9a1cef314 | ||
|
a0ea16f4fa | ||
|
4fb7cd8534 | ||
|
bb8f64c1f5 | ||
|
bb94efcc3d | ||
|
75f4d7225e | ||
|
10bdb91d19 | ||
|
b70dbbffea | ||
|
6b6abae093 | ||
|
4d1c67e435 | ||
|
7d4110cb21 | ||
|
97e0dfe401 | ||
|
46f17c8aa4 | ||
|
c3ae3fec81 | ||
|
558eeb3872 | ||
|
ea6e8fdf69 | ||
|
2f3f16f274 | ||
|
a9ad7184bf | ||
|
d4bc6d2f69 | ||
|
a85969599f | ||
|
f12f80258b | ||
|
d38ef07159 | ||
|
53b10ac396 | ||
|
18b0615b9d | ||
|
a781a4b2f7 |
@@ -11,7 +11,7 @@ if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "STKRelease")
|
||||
endif()
|
||||
|
||||
option(USE_WIIUSE "Support for wiimote input devices" OFF)
|
||||
option(USE_WIIUSE "Support for wiimote input devices" ON)
|
||||
option(USE_FRIBIDI "Support for right-to-left languages" ON)
|
||||
if(UNIX)
|
||||
option(USE_CPP2011 "Activate C++ 2011 mode (GCC only)" OFF)
|
||||
@@ -171,7 +171,7 @@ source_group_hierarchy(STK_SOURCES STK_HEADERS)
|
||||
|
||||
if(APPLE)
|
||||
# icon files to copy in the bundle
|
||||
set(OSX_ICON_FILES ${PROJECT_SOURCE_DIR}/src/ide/Xcode/stk.icns)
|
||||
set(OSX_ICON_FILES ${PROJECT_SOURCE_DIR}/data/supertuxkart.icns)
|
||||
set_source_files_properties(${OSX_ICON_FILES} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
||||
set(STK_SOURCES ${STK_SOURCES} ${OSX_ICON_FILES})
|
||||
|
||||
@@ -193,7 +193,7 @@ if(APPLE)
|
||||
|
||||
# configure CMake to use a custom Info.plist
|
||||
set_target_properties(supertuxkart PROPERTIES
|
||||
MACOSX_BUNDLE_INFO_PLIST ${PROJECT_SOURCE_DIR}/src/ide/Xcode/SuperTuxKart-Info.plist)
|
||||
MACOSX_BUNDLE_INFO_PLIST ${PROJECT_SOURCE_DIR}/data/SuperTuxKart-Info.plist)
|
||||
|
||||
if(CMAKE_GENERATOR MATCHES "Xcode")
|
||||
add_custom_command(TARGET supertuxkart POST_BUILD
|
||||
|
@@ -1,5 +1,5 @@
|
||||
SuperTuxkart 0.8.1
|
||||
~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
* New track STK Enterprise
|
||||
* Updated track The old mines
|
||||
* Updated Lighthouse track
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Process this file with autogen.sh to produce a configure script.
|
||||
|
||||
AC_INIT(supertuxkart,SVN)
|
||||
AC_INIT(supertuxkart,0.8.1)
|
||||
AC_CONFIG_SRCDIR([src/main.cpp])
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
|
BIN
data/CREDITS
@@ -7,7 +7,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>SuperTuxKart</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>stk.icns</string>
|
||||
<string>supertuxkart.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.sourceforge.supertuxkart</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.8</string>
|
||||
<string>0.8.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>SPTK</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.8</string>
|
||||
<string>0.8.1</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
</dict>
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-08-18 21:09+0000\n"
|
||||
"Last-Translator: SAKOUM Yassine <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: Arabic <ar@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -14,7 +14,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -14,7 +14,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:57+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:40+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-01 14:27+0000\n"
|
||||
"PO-Revision-Date: 2013-11-23 08:17+0000\n"
|
||||
"Last-Translator: Alan <Unknown>\n"
|
||||
"Language-Team: Breton <br@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
@@ -447,19 +447,19 @@ msgstr "Gweledva blivet : %s"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:75
|
||||
msgid "Anisotropic x16"
|
||||
msgstr ""
|
||||
msgstr "Annebahelek x16"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:72
|
||||
msgid "Anisotropic x2"
|
||||
msgstr ""
|
||||
msgstr "Annebahelek x2"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:73
|
||||
msgid "Anisotropic x4"
|
||||
msgstr ""
|
||||
msgstr "Annebahelek x4"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:74
|
||||
msgid "Anisotropic x8"
|
||||
msgstr ""
|
||||
msgstr "Annebahelek x8"
|
||||
|
||||
#. I18N: ./data/gui/custom_video_settings.stkgui
|
||||
#. I18N: Video settings
|
||||
@@ -621,7 +621,7 @@ msgstr "Gwell e vo ar wech a zeu !"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
msgstr ""
|
||||
msgstr "Uelinennek"
|
||||
|
||||
#. I18N: ./data/tracks/mansion/track.xml
|
||||
#: data/po/gui_strings.h:29
|
||||
@@ -2184,7 +2184,7 @@ msgstr "Loabroù"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:71
|
||||
msgid "Trilinear"
|
||||
msgstr ""
|
||||
msgstr "Trilinennek"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:338
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:378
|
||||
@@ -2496,4 +2496,5 @@ msgstr "skoueriek"
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
"Launchpad Contributions:\n"
|
||||
" Alan https://launchpad.net/~alan-m."
|
||||
" Alan https://launchpad.net/~alan-m.\n"
|
||||
" STK-team https://launchpad.net/~stk"
|
||||
|
@@ -4,13 +4,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTukKart 0.6\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-02 13:42+0000\n"
|
||||
"PO-Revision-Date: 2013-11-18 21:52+0000\n"
|
||||
"Last-Translator: Marc Coll Carrillo <Unknown>\n"
|
||||
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"Language: ca\n"
|
||||
"X-Poedit-Language: Catalan\n"
|
||||
@@ -445,19 +445,19 @@ msgstr "Escenaris animats: %s"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:75
|
||||
msgid "Anisotropic x16"
|
||||
msgstr ""
|
||||
msgstr "Anisotròpic x16"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:72
|
||||
msgid "Anisotropic x2"
|
||||
msgstr ""
|
||||
msgstr "Anisotròpic x2"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:73
|
||||
msgid "Anisotropic x4"
|
||||
msgstr ""
|
||||
msgstr "Anisotròpic x4"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:74
|
||||
msgid "Anisotropic x8"
|
||||
msgstr ""
|
||||
msgstr "Anisotròpic x8"
|
||||
|
||||
#. I18N: ./data/gui/custom_video_settings.stkgui
|
||||
#. I18N: Video settings
|
||||
@@ -619,7 +619,7 @@ msgstr "Més sort la propera vegada!"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
msgstr ""
|
||||
msgstr "Bilineal"
|
||||
|
||||
#. I18N: ./data/tracks/mansion/track.xml
|
||||
#: data/po/gui_strings.h:29
|
||||
@@ -2187,7 +2187,7 @@ msgstr "Circuits"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:71
|
||||
msgid "Trilinear"
|
||||
msgstr ""
|
||||
msgstr "Trilineal"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:338
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:378
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-02-26 09:27+0000\n"
|
||||
"Last-Translator: donny <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -7,13 +7,13 @@ msgstr ""
|
||||
"Project-Id-Version: Supertuxkart 0.7\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-13 00:54+0000\n"
|
||||
"Last-Translator: Wuzzy <almikes@aol.com>\n"
|
||||
"PO-Revision-Date: 2013-11-17 22:59+0000\n"
|
||||
"Last-Translator: Tobias Bannert <Unknown>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-SearchPath-0: /home/constantin/Medien/projekte/stk/svn-"
|
||||
"vanilla/supertuxkart\n"
|
||||
@@ -526,7 +526,7 @@ msgstr "Am Ende der Welt"
|
||||
#: src/states_screens/options_screen_ui.cpp:112
|
||||
#: src/states_screens/options_screen_video.cpp:87 data/po/gui_strings.h:139
|
||||
msgid "Audio"
|
||||
msgstr "Audio"
|
||||
msgstr "Ton"
|
||||
|
||||
#. I18N: ./data/gui/help1.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -1964,7 +1964,7 @@ msgstr "Add-on-Download fehlgeschlagen"
|
||||
#. I18N: Section in audio/video settings submenu
|
||||
#: data/po/gui_strings.h:155
|
||||
msgid "Sound Effects"
|
||||
msgstr "Soundeffekte"
|
||||
msgstr "Klangeffekte"
|
||||
|
||||
#. I18N: ./data/gui/arenas.stkgui
|
||||
#. I18N: track group
|
||||
@@ -2536,6 +2536,7 @@ msgstr ""
|
||||
" STK-team https://launchpad.net/~stk\n"
|
||||
" Salesome https://launchpad.net/~xaver-bastiani-deactivatedaccount\n"
|
||||
" Simeon https://launchpad.net/~simeon5\n"
|
||||
" Tobias Bannert https://launchpad.net/~toba\n"
|
||||
" Wolfs https://launchpad.net/~pizzaservice\n"
|
||||
" Wuzzy https://launchpad.net/~wuzzy\n"
|
||||
" cmdrhenner https://launchpad.net/~cmdrhenner\n"
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-10-02 16:11+0000\n"
|
||||
"Last-Translator: Vangelis Skarmoutsos <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: Greek <el@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-06-17 21:08+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 06:24+0000\n"
|
||||
"Last-Translator: Jackson Doak <Doak.jackson@gmail.com>\n"
|
||||
"Language-Team: English (Australia) <en_AU@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-07-03 18:56+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 06:59+0000\n"
|
||||
"Last-Translator: Michael Torpey <mctorpey@gmail.com>\n"
|
||||
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:57+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.7\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-02 13:42+0000\n"
|
||||
"PO-Revision-Date: 2013-11-18 21:53+0000\n"
|
||||
"Last-Translator: Marc Coll Carrillo <Unknown>\n"
|
||||
"Language-Team: STK spanish team\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Language: Spanish\n"
|
||||
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,189,-1,-1,-1\n"
|
||||
@@ -445,19 +445,19 @@ msgstr "Escenario animado: %s"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:75
|
||||
msgid "Anisotropic x16"
|
||||
msgstr ""
|
||||
msgstr "Anisotrópico x16"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:72
|
||||
msgid "Anisotropic x2"
|
||||
msgstr ""
|
||||
msgstr "Anisotrópico x2"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:73
|
||||
msgid "Anisotropic x4"
|
||||
msgstr ""
|
||||
msgstr "Anisotrópico x4"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:74
|
||||
msgid "Anisotropic x8"
|
||||
msgstr ""
|
||||
msgstr "Anisotrópico x8"
|
||||
|
||||
#. I18N: ./data/gui/custom_video_settings.stkgui
|
||||
#. I18N: Video settings
|
||||
@@ -619,7 +619,7 @@ msgstr "¡Más suerte la próxima vez!"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
msgstr ""
|
||||
msgstr "Bilineal"
|
||||
|
||||
#. I18N: ./data/tracks/mansion/track.xml
|
||||
#: data/po/gui_strings.h:29
|
||||
@@ -2187,7 +2187,7 @@ msgstr "Circuitos"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:71
|
||||
msgid "Trilinear"
|
||||
msgstr ""
|
||||
msgstr "Trilineal"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:338
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:378
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-01 19:14+0000\n"
|
||||
"Last-Translator: Asier Iturralde Sarasola <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-18 21:30+0000\n"
|
||||
"Last-Translator: Ander Elortondo <ander.elor@gmail.com>\n"
|
||||
"Language-Team: Basque <eu@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
@@ -616,7 +616,7 @@ msgstr "Saiatu hurrengoan ere!"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
msgstr ""
|
||||
msgstr "Bilineala"
|
||||
|
||||
#. I18N: ./data/tracks/mansion/track.xml
|
||||
#: data/po/gui_strings.h:29
|
||||
@@ -791,6 +791,8 @@ msgid ""
|
||||
"Connect your wiimote to the Bluetooth manager, then click on Ok.Detailed "
|
||||
"instructions at supertuxkart.net/Wiimote"
|
||||
msgstr ""
|
||||
"zure wiimote Bluetooth kudeatzailera konektatu ondoren sakatu OK. Azalpen "
|
||||
"zehatzak supertuxkart.net/Wiimote helbidean."
|
||||
|
||||
#: src/states_screens/race_setup_screen.cpp:266
|
||||
msgid "Contains no powerups, so only your driving skills matter!"
|
||||
@@ -1513,7 +1515,7 @@ msgstr "Une honetan jolasaren arduraduna bakarrik aritu daiteke."
|
||||
#: src/tracks/track_object_presentation.cpp:654
|
||||
#, c-format
|
||||
msgid "Oops! When you're in trouble, press <%s> to be rescued"
|
||||
msgstr ""
|
||||
msgstr "Oops! Arazotan zaudenean sakatu <%s> erreskata zaitzaten"
|
||||
|
||||
#. I18N: ./data/gui/race_paused_dialog.stkgui
|
||||
#. I18N: Race paused button
|
||||
@@ -2159,7 +2161,7 @@ msgstr "Zirkuituak"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:71
|
||||
msgid "Trilinear"
|
||||
msgstr ""
|
||||
msgstr "Trilineala"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:338
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:378
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-10-20 19:46+0000\n"
|
||||
"Last-Translator: Kristian Laakkonen <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Language: finnish\n"
|
||||
|
||||
@@ -2474,4 +2474,5 @@ msgid "translator-credits"
|
||||
msgstr ""
|
||||
"Launchpad Contributions:\n"
|
||||
" Joonas Nurmi https://launchpad.net/~joonas-nurmi\n"
|
||||
" Kristian Laakkonen https://launchpad.net/~kristian-laakkonen"
|
||||
" Kristian Laakkonen https://launchpad.net/~kristian-laakkonen\n"
|
||||
" STK-team https://launchpad.net/~stk"
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: supertuxkart\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-12 02:03+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: Auria <auria.mg@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Language: French\n"
|
||||
|
||||
|
@@ -9,7 +9,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: CANADA\n"
|
||||
"X-Poedit-Language: French\n"
|
||||
|
@@ -9,7 +9,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Language: Irish\n"
|
||||
|
||||
|
192
data/po/gd.po
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-14 23:34+0000\n"
|
||||
"PO-Revision-Date: 2013-11-20 10:34+0000\n"
|
||||
"Last-Translator: GunChleoc <Unknown>\n"
|
||||
"Language-Team: Fòram na Gàidhlig http://www.foramnagaidhlig.net\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:40+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"Language: gd\n"
|
||||
|
||||
@@ -63,7 +63,7 @@ msgstr "Tha %0 teagmhach mu na sgilean còcaireachd aig %1"
|
||||
#. I18N: shown when hit by cake. %1 is the attacker, %0 is the victim.
|
||||
#: src/items/cake.cpp:155
|
||||
msgid "%0 should not play with %1's lunch"
|
||||
msgstr "Cha bu chòir dha %0 cluiche leis a’ bhiadh aig %1"
|
||||
msgstr "Cha bu chòir do %0 cluiche leis a’ bhiadh aig %1"
|
||||
|
||||
#. I18N: shown when hit by bowling ball. %1 is the attacker, %0 is
|
||||
#. the victim.
|
||||
@@ -158,14 +158,14 @@ msgstr "Tha %s air a dhruim-dìreach"
|
||||
#: src/items/powerup.cpp:51
|
||||
#, c-format
|
||||
msgid "%s is a mighty pirate!"
|
||||
msgstr "Abair thusa gu bheil %s na spùinneadair-mara tapaidh!"
|
||||
msgstr "Abair thusa gu bheil %s ’na spùinneadair-mara tapaidh!"
|
||||
|
||||
#. I18N: shown when a player is hit by a rubber ball. %1 is the
|
||||
#. attacker, %0 is the victim.
|
||||
#: src/items/rubber_ball.cpp:310
|
||||
#, c-format
|
||||
msgid "%s is being bounced around."
|
||||
msgstr "Tha %s ga bhocadh mu thimcheall."
|
||||
msgstr "Tha %s ’ga bhocadh mu thimcheall."
|
||||
|
||||
#. I18N: shown when hit by own bowling ball. %s is the kart.
|
||||
#: src/items/bowling.cpp:146
|
||||
@@ -187,7 +187,7 @@ msgstr "’S e gaisgeach a’ bhàla bhùmaraing a th’ ann an %s"
|
||||
#: src/items/powerup.cpp:50
|
||||
#, c-format
|
||||
msgid "%s pays the next round of grog!"
|
||||
msgstr "Pàighidh %s an ath thràth dhe ghrog"
|
||||
msgstr "Pàighidh %s an ath thràth grog"
|
||||
|
||||
#. I18N: shown when hit by own bowling ball. %s is the kart.
|
||||
#: src/items/bowling.cpp:150
|
||||
@@ -198,7 +198,7 @@ msgstr "Bu chòir do %s gathan (rubair) a chluiche an àite bobhlaireachd"
|
||||
#: src/modes/world.cpp:1028
|
||||
#, c-format
|
||||
msgid "'%s' has been eliminated."
|
||||
msgstr "Chaidh cur às dha ‘%s’"
|
||||
msgstr "Tha “%s” air a ruaig"
|
||||
|
||||
#. I18N: for empty highscores entries
|
||||
#. I18N: ./data/gui/track_info_dialog.stkgui
|
||||
@@ -222,7 +222,8 @@ msgstr ""
|
||||
#. I18N: in the help screen
|
||||
#: data/po/gui_strings.h:646
|
||||
msgid "* Current key bindings can be seen/changed in menu Options"
|
||||
msgstr "Faic/Atharraich ceangal nan iuchraichean sa chlàr-taice Roghainnean"
|
||||
msgstr ""
|
||||
"Faic/Atharraich nasgadh nan iuchraichean sa chlàr-taice “Roghainnean”"
|
||||
|
||||
#. I18N: ./data/gui/help3.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -233,9 +234,9 @@ msgid ""
|
||||
"rank, the more points you get. In the end, the player with the most points "
|
||||
"wins the cup."
|
||||
msgstr ""
|
||||
"* Faodaidh tu a’ mhòr-chuid dhe na modhan-geama seo a chluiche ann an dòigh "
|
||||
"* Faodaidh tu a’ mhòrchuid dhe na modhan-geama seo a chluiche ann an dòigh "
|
||||
"Grand Prix cuideachd: an àite a bhith a’ cluiche rèis a-mhàin, cluichidh tu "
|
||||
"sreath dhiubh. Mar as fheàrr an rang agad, ’s ann as motha na puingean a "
|
||||
"sreath dhiubh. Mar as fhearr an rang agad, ’s ann as motha na puingean a "
|
||||
"gheibh thu. Aig deireadh an latha, ’s e an cluicheadair aig a bheil na "
|
||||
"puingean as motha a bhuannaicheas a’ chuach."
|
||||
|
||||
@@ -245,8 +246,8 @@ msgid ""
|
||||
"* Which config to use will be inferred from which 'fire' key is pressed to "
|
||||
"join the game."
|
||||
msgstr ""
|
||||
"Thèid co-dhùnadh dè an rèiteachadh a tha ri chleachdadh a rèir dè an iuchair "
|
||||
"‘loisg’ a chaidh a bhrùthadh gus gabhail sa gheama."
|
||||
"Thèid co-dhùnadh dè an rèiteachadh a tha ri chleachdadh a-rèir dè an iuchair "
|
||||
"“loisg” a chaidh a bhrùthadh gus pàirt a ghabhail sa gheama."
|
||||
|
||||
#: src/states_screens/addons_screen.cpp:49
|
||||
msgid "1 month"
|
||||
@@ -312,7 +313,7 @@ msgstr "Sguir dhen Grand Prix"
|
||||
#. I18N: Main menu button
|
||||
#: data/po/gui_strings.h:546
|
||||
msgid "About"
|
||||
msgstr "Mu dheidhinn"
|
||||
msgstr "About"
|
||||
|
||||
#. I18N: Key binding name
|
||||
#: src/states_screens/options_screen_input2.cpp:190
|
||||
@@ -405,14 +406,14 @@ msgstr "A h-uile slighe"
|
||||
#: src/states_screens/race_setup_screen.cpp:259
|
||||
msgid "All blows allowed, so catch weapons and make clever use of them!"
|
||||
msgstr ""
|
||||
"Tha gach seòrsa dhe bhuille ceadaichte, mar sin glac airm is cleachd gu glic "
|
||||
"Tha gach seòrsa de bhuille ceadaichte, mar sin tog airm is cleachd gu glic "
|
||||
"iad!"
|
||||
|
||||
#. I18N: ./data/gui/options_ui.stkgui
|
||||
#. I18N: In the ui settings
|
||||
#: data/po/gui_strings.h:451
|
||||
msgid "Allow STK to connect to the Internet"
|
||||
msgstr "Ceadaich dha STK ceangal air an eadar-lìon"
|
||||
msgstr "Ceadaich do STK ceangal ris an eadar-lìon"
|
||||
|
||||
#. I18N: ./data/tracks/jungle/track.xml
|
||||
#: data/po/gui_strings.h:17
|
||||
@@ -602,7 +603,7 @@ msgid ""
|
||||
"down on the way."
|
||||
msgstr ""
|
||||
"Bàla basket - bocaidh e an tòir an toisiche is cuiridh e cartaichean air an "
|
||||
"rathad nan spleuchd no maille orra, ’s dòcha."
|
||||
"rathad ’nan spleuchd no maille orra, ’s dòcha."
|
||||
|
||||
#. I18N: ./data/tracks/battleisland/track.xml
|
||||
#: data/po/gui_strings.h:23
|
||||
@@ -622,7 +623,7 @@ msgstr "Beastie"
|
||||
#. I18N: when failing a GP
|
||||
#: src/states_screens/grand_prix_lose.cpp:260
|
||||
msgid "Better luck next time!"
|
||||
msgstr "Gun tèid nas fheàrr leat an ath thuras!"
|
||||
msgstr "Gun tèid nas fhearr leat an ath thuras!"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
@@ -670,14 +671,14 @@ msgstr ""
|
||||
#: data/po/gui_strings.h:86 data/po/gui_strings.h:89
|
||||
msgid "But I'm a fair creature, so I'll make you a deal."
|
||||
msgstr ""
|
||||
"Co-dhiù, ’s e creutair cothromach a th’ anam is bheir mi seans dhuibh."
|
||||
"Co-dhiù, ’s e creutair cothromach a th’ annam is bheir mi seans dhuibh."
|
||||
|
||||
#. I18N: ./data/gui/help2.stkgui
|
||||
#: data/po/gui_strings.h:675
|
||||
msgid ""
|
||||
"Cake - thrown at the closest rival, best on short ranges and long straights."
|
||||
msgstr ""
|
||||
"Cèic - tilg air an fharpaiseach as fhaisge e, as fheàrr air amasan faisg ort "
|
||||
"Cèic - tilg air an fharpaiseach as fhaisge e, as fhearr air amasan faisg ort "
|
||||
"no air slighean dìreach."
|
||||
|
||||
#: src/addons/network_http.cpp:432 src/addons/news_manager.cpp:149
|
||||
@@ -808,8 +809,8 @@ msgid ""
|
||||
"Connect your wiimote to the Bluetooth manager, then click on Ok.Detailed "
|
||||
"instructions at supertuxkart.net/Wiimote"
|
||||
msgstr ""
|
||||
"Ceangail a' wiimote agad ris an stiùiriche Bluetooth is an uairsin briog air "
|
||||
"\"Ceart ma-thà\". Gheibh thu stiùireadh mionaideach air "
|
||||
"Ceangail a’ wiimote agad ris an stiùiriche Bluetooth is an uairsin briog air "
|
||||
"“Ceart ma-thà”. Gheibh thu stiùireadh mionaideach air "
|
||||
"supertuxkart.net/Wiimote"
|
||||
|
||||
#: src/states_screens/race_setup_screen.cpp:266
|
||||
@@ -873,7 +874,7 @@ msgstr "Roghainnean gnàthaichte"
|
||||
#. I18N: To delete a keyboard configuration
|
||||
#: src/states_screens/options_screen_input2.cpp:96 data/po/gui_strings.h:394
|
||||
msgid "Delete Configuration"
|
||||
msgstr "Sguab às dhan rèiteachadh"
|
||||
msgstr "Sguab às an rèiteachadh"
|
||||
|
||||
#. I18N: button to disable a gamepad configuration
|
||||
#: src/states_screens/options_screen_input2.cpp:81
|
||||
@@ -903,7 +904,7 @@ msgstr "A bheil thu cinnteach gu behil thu airson sgur dhen Grand Prix?"
|
||||
#: src/states_screens/dialogs/player_info_dialog.cpp:155
|
||||
#, c-format
|
||||
msgid "Do you really want to delete player '%s' ?"
|
||||
msgstr "A bheil thu airson sguabadh às dhan chluicheadair ‘%s’ ?"
|
||||
msgstr "A bheil thu airson an cluicheadair “%s” a sguabadh às?"
|
||||
|
||||
#: src/items/powerup.cpp:68
|
||||
msgid "Do you want to fly kites?"
|
||||
@@ -911,7 +912,7 @@ msgstr "A bheil thu airson itealag?"
|
||||
|
||||
#: src/karts/controller/player_controller.cpp:334
|
||||
msgid "Don't accelerate before go"
|
||||
msgstr "Na luathaich ron chomharra \"Dèan às!\""
|
||||
msgstr "Na luathaich ron chomharra “Dèan às!”"
|
||||
|
||||
#. I18N: Key binding name
|
||||
#: src/states_screens/options_screen_input2.cpp:219
|
||||
@@ -942,7 +943,7 @@ msgstr "Elephpant"
|
||||
#: src/states_screens/race_result_gui.cpp:353
|
||||
#: src/states_screens/race_result_gui.cpp:717
|
||||
msgid "Eliminated"
|
||||
msgstr "Neo-shoirbheachail"
|
||||
msgstr "Air a ruaig"
|
||||
|
||||
#. I18N: ./data/karts/emule/kart.xml
|
||||
#: data/po/gui_strings.h:840
|
||||
@@ -967,7 +968,7 @@ msgstr "An comas"
|
||||
#. I18N: animations setting (all karts are animated)
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:60
|
||||
msgid "Enabled for all"
|
||||
msgstr "An comas airson a h-uile"
|
||||
msgstr "An comas airson na h-uile"
|
||||
|
||||
#. I18N: ./data/gui/enter_player_name_dialog.stkgui
|
||||
#. I18N: In the 'add new player' dialog
|
||||
@@ -981,7 +982,7 @@ msgid ""
|
||||
"Press 'Select' now to join the game!"
|
||||
msgstr ""
|
||||
"A h-uile duine:\n"
|
||||
"Brùth air ‘Tagh’ an-dràsta gus gabhail sa gheama!"
|
||||
"Brùth air “Tagh” an-dràsta gus pàirt a ghabhail sa gheama!"
|
||||
|
||||
#. I18N: ./data/gui/race_paused_dialog.stkgui
|
||||
#. I18N: Race paused button
|
||||
@@ -1030,14 +1031,14 @@ msgid ""
|
||||
"in mind that most keyboards are not appropriate for multiplayer gameplay "
|
||||
"because they do not support large number of keypresses."
|
||||
msgstr ""
|
||||
"Sa chiad dol a-mach, bidh barrachd air aon uidheam ion-chuir a dhìth ort (’s "
|
||||
"e iomadh pada-geama no joysticks an dòigh as fheàrr gus cluiche le daoine "
|
||||
"eile). Rach gu sgrìn nan roghainnean ion-chuir is suidhich na padaichean-"
|
||||
"geama. ’S urrainn dhut cluiche air meur-chlàr(an) cuideachd, ach bidh "
|
||||
"buidheann dhe dh’iuchraichean eadar-dhealaichte a dhìth aig gach "
|
||||
"cluicheadair. Thoir an aire nach eil a’ mhòr-chuid dhe na meur-chlàran "
|
||||
"Sa chiad dol a-mach, bidh feum agad air barrachd air aon uidheam ion-chuir "
|
||||
"(’s e iomadh pada-geama no joysticks an dòigh as fhearr gus cluiche le "
|
||||
"daoine eile). Rach gu sgrìn nan roghainnean ion-chuir is suidhich na "
|
||||
"padaichean-geama. ’S urrainn dhut cluiche air meur-chlàr(an) cuideachd, ach "
|
||||
"bidh feum air buidheann dhe dh’iuchraichean eadar-dhealaichte airson gach "
|
||||
"cluicheadair. Thoir an aire nach eil a’ mhòrchuid dhe na meur-chlàran "
|
||||
"freagarrach airson geama ioma-chluicheadair on nach cuir iad taic ri "
|
||||
"brùthadh air àireamh mòr dhe dh’iuchraichean."
|
||||
"brùthadh air àireamh mhòr de dh’iuchraichean."
|
||||
|
||||
#. I18N: Game mode
|
||||
#: src/race/race_manager.hpp:179
|
||||
@@ -1058,8 +1059,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Lean an toisiche: feuch an crìochnaich thu air an dàrna àite on a thèid an "
|
||||
"cart mu dheireadh a dhì-chòireachadh gach turas a ruigeas an cunntair a "
|
||||
"neoni. Thoir an aire: thèid do dhì-chòireachadh cuideachd ma thèid thu "
|
||||
"seachad air an toisiche!"
|
||||
"neoni. Thoir an aire: thèid do ruaig cuideachd ma thèid thu seachad air an "
|
||||
"toisiche!"
|
||||
|
||||
#. I18N: ./data/tracks/fortmagma/track.xml
|
||||
#: data/po/gui_strings.h:56
|
||||
@@ -1162,7 +1163,7 @@ msgstr "Adhartas a’ Grand Prix:"
|
||||
#. I18N: In the graphics settings
|
||||
#: data/po/gui_strings.h:268
|
||||
msgid "Graphical Effects Level"
|
||||
msgstr "Ìre buaidh grafaigeachd"
|
||||
msgstr "Ìre nan èifeachdan grafaigeachd"
|
||||
|
||||
#. I18N: ./data/gui/options_video.stkgui
|
||||
#. I18N: Section in the settings menu
|
||||
@@ -1246,7 +1247,7 @@ msgstr ""
|
||||
#, c-format
|
||||
msgid "Ignoring '%s', you needed to join earlier to play!"
|
||||
msgstr ""
|
||||
"A’ leigeil seachad ‘%s’, feumaidh tu gabhail ann nas tràithe gus cluiche!"
|
||||
"A’ leigeil seachad “%s”, feumaidh tu gabhail ann nas tràithe gus cluiche!"
|
||||
|
||||
#. I18N: ./data/gui/addons_loading.stkgui
|
||||
#. I18N: Add-on screen action
|
||||
@@ -1324,7 +1325,7 @@ msgstr "Clì"
|
||||
|
||||
#: src/guiengine/engine.cpp:1286
|
||||
msgid "Loading"
|
||||
msgstr "Ga luchdadh"
|
||||
msgstr "’Ga luchdadh"
|
||||
|
||||
#: src/states_screens/kart_selection.cpp:933
|
||||
msgid "Locked"
|
||||
@@ -1354,7 +1355,7 @@ msgstr "Sùil air ais"
|
||||
msgid "Magic, son. Nothing else in the world smells like that."
|
||||
msgstr ""
|
||||
"Draoidheachd, ’Ille. Chan eil dad eile fon ghrèin le fàileadh dhen leithid "
|
||||
"air"
|
||||
"air."
|
||||
|
||||
#. I18N: if some kart animations are enabled
|
||||
#: src/states_screens/options_screen_video.cpp:355
|
||||
@@ -1426,12 +1427,12 @@ msgstr "Geama ùr"
|
||||
#: src/challenges/challenge_data.cpp:509
|
||||
#, c-format
|
||||
msgid "New Grand Prix '%s' now available"
|
||||
msgstr "Tha Grand Prix ùr ‘%s’ ri fhaighinn a-nis"
|
||||
msgstr "Tha Grand Prix ùr “%s” ri fhaighinn a-nis"
|
||||
|
||||
#: src/challenges/challenge_data.cpp:513
|
||||
#, c-format
|
||||
msgid "New difficulty '%s' now available"
|
||||
msgstr "Tha duilgheas ùr ‘%s’ ri fhaighinn a-nis"
|
||||
msgstr "Tha duilgheas ùr “%s” ri fhaighinn a-nis"
|
||||
|
||||
#: src/modes/linear_world.cpp:356
|
||||
msgid "New fastest lap"
|
||||
@@ -1440,17 +1441,17 @@ msgstr "Cuairt as luaithe ùr"
|
||||
#: src/challenges/challenge_data.cpp:499
|
||||
#, c-format
|
||||
msgid "New game mode '%s' now available"
|
||||
msgstr "Tha am modh-geama ‘%s’ ri fhaighinn a-nis"
|
||||
msgstr "Tha am modh-geama “%s” ri fhaighinn a-nis"
|
||||
|
||||
#: src/challenges/challenge_data.cpp:523
|
||||
#, c-format
|
||||
msgid "New kart '%s' now available"
|
||||
msgstr "Tha cart ùr ‘%s’ ri fhaighinn a-nis"
|
||||
msgstr "Tha cart ùr “%s” ri fhaighinn a-nis"
|
||||
|
||||
#: src/challenges/challenge_data.cpp:493
|
||||
#, c-format
|
||||
msgid "New track '%s' now available"
|
||||
msgstr "Tha slighe ùr ‘%s’ ri fhaighinn a-nis"
|
||||
msgstr "Tha slighe ùr “%s” ri fhaighinn a-nis"
|
||||
|
||||
#. I18N: Key binding name
|
||||
#: src/states_screens/options_screen_input2.cpp:199
|
||||
@@ -1503,19 +1504,19 @@ msgstr "Foghlamaiche"
|
||||
#: src/states_screens/dialogs/select_challenge.cpp:65
|
||||
#, c-format
|
||||
msgid "Number of AI Karts : %i"
|
||||
msgstr "Àireamh dhe chartaichean IF : %i"
|
||||
msgstr "Àireamh de chartaichean IF : %i"
|
||||
|
||||
#. I18N: ./data/gui/racesetup.stkgui
|
||||
#. I18N: In race setup menu
|
||||
#: data/po/gui_strings.h:767
|
||||
msgid "Number of AI karts"
|
||||
msgstr "Àireamh dhe chartaichean IF"
|
||||
msgstr "Àireamh de chartaichean IF"
|
||||
|
||||
#. I18N: ./data/gui/soccer_setup.stkgui
|
||||
#. I18N: In soccer setup menu
|
||||
#: data/po/gui_strings.h:796
|
||||
msgid "Number of goals to win"
|
||||
msgstr "Àireamh dhe thadhalan airson buaidh a thoirt"
|
||||
msgstr "Àireamh de thadhalan gus buaidh a thoirt"
|
||||
|
||||
#: src/states_screens/dialogs/message_dialog.cpp:86
|
||||
#: src/states_screens/dialogs/message_dialog.cpp:93
|
||||
@@ -1532,7 +1533,7 @@ msgstr "Slighe iomallach"
|
||||
#: data/po/gui_strings.h:80 data/po/gui_strings.h:83
|
||||
msgid "Oh yes, see, he's in my castle now and will be served for supper..."
|
||||
msgstr ""
|
||||
"Ò, seadh, tha e sa chaisteal agam an-dràsta is thèid e na dhìnnear ..."
|
||||
"Ò, seadh, tha e sa chaisteal agam an-dràsta is thèid e ’na dhìnnear ..."
|
||||
|
||||
#. I18N: ./data/tracks/mines/track.xml
|
||||
#: data/po/gui_strings.h:71
|
||||
@@ -1625,7 +1626,7 @@ msgstr "Cluicheadairean"
|
||||
#. I18N: shown when config file is too old
|
||||
#: src/input/device_manager.cpp:480
|
||||
msgid "Please re-configure your key bindings."
|
||||
msgstr "An ath-rèitich thu ceanglaidhean nan iuchraichean agad?"
|
||||
msgstr "An ath-rèitich thu nasgadh nan iuchraichean agad?"
|
||||
|
||||
#: src/states_screens/addons_screen.cpp:434
|
||||
msgid "Please wait while addons are updated"
|
||||
@@ -1633,7 +1634,7 @@ msgstr "Fuirich ort fhad ’s a thèid tuilleadain ùrachadh"
|
||||
|
||||
#: src/states_screens/main_menu_screen.cpp:403
|
||||
msgid "Please wait while the add-ons are loading"
|
||||
msgstr "Fuirich ort fhad ’s a tha tuilleadain gan luchdadh"
|
||||
msgstr "Fuirich ort fhad ’s a tha tuilleadain ’gan luchdadh"
|
||||
|
||||
#. I18N: ./data/gui/help2.stkgui
|
||||
#: data/po/gui_strings.h:678
|
||||
@@ -1681,7 +1682,8 @@ msgstr ""
|
||||
#: data/po/gui_strings.h:510
|
||||
msgid "Press enter or double-click on a player to edit him/her"
|
||||
msgstr ""
|
||||
"Brùth air enter no briog gu dùbailte air cluicheadair gus a d(h)easachadh"
|
||||
"Brùth air enter no dèan briogadh dùbailte air cluicheadair gus a "
|
||||
"d(h)easachadh"
|
||||
|
||||
#: src/states_screens/race_gui_overworld.cpp:455
|
||||
msgid "Press fire to play the tutorial"
|
||||
@@ -1696,19 +1698,19 @@ msgid ""
|
||||
"Press the buttons 1+2 simultaneously on your wiimote to put it in discovery "
|
||||
"mode, then click on Ok.Detailed instructions at supertuxkart.net/Wiimote"
|
||||
msgstr ""
|
||||
"Brùthaich na putanan 1+2 air a' wiimote agad aig an aon àm gus a chur sa "
|
||||
"mhodh luirg is an uairsin briog air \"Ceart ma-thà\". Gheibh thu stiùireadh "
|
||||
"Brùth air na putanan 1+2 air a’ wiimote agad aig an aon àm gus a chur sa "
|
||||
"mhodh luirg is an uairsin briog air “Ceart ma-thà”. Gheibh thu stiùireadh "
|
||||
"mionaideach air supertuxkart.net/Wiimote"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:326
|
||||
#, c-format
|
||||
msgid "Problems installing the addon '%s'."
|
||||
msgstr "Duilgheadas le stàladh an tuilleadain ‘%s’."
|
||||
msgstr "Duilgheadas le stàladh an tuilleadain “%s”."
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:366
|
||||
#, c-format
|
||||
msgid "Problems removing the addon '%s'."
|
||||
msgstr "Duilgheadas le toirt air falbh an tuilleadain ‘%s’."
|
||||
msgstr "Duilgheadas le toirt air falbh an tuilleadain “%s”."
|
||||
|
||||
#. I18N: ./data/karts/puffy/kart.xml
|
||||
#: data/po/gui_strings.h:846
|
||||
@@ -1799,7 +1801,7 @@ msgstr "Thoir air falbh"
|
||||
#. I18N: In the player info dialog
|
||||
#: src/states_screens/dialogs/player_info_dialog.cpp:91
|
||||
msgid "Rename"
|
||||
msgstr "Ath-ainmich"
|
||||
msgstr "Ainm ùr air"
|
||||
|
||||
#: src/states_screens/dialogs/select_challenge.cpp:61
|
||||
#, c-format
|
||||
@@ -1957,7 +1959,7 @@ msgid ""
|
||||
"Soccer: Only in multiplayer games. Use your kart to push the ball into the "
|
||||
"goal."
|
||||
msgstr ""
|
||||
"Ball-coise: ri làimh le geamannan ioma-chluicheadair a-mhàin. Cleachd an "
|
||||
"Ball-coise: ri fhaighinn le geamannan ioma-chluicheadair a-mhàin. Cleachd an "
|
||||
"cart agad gus am bàla a bhrùthadh dhan tadhal."
|
||||
|
||||
#: src/states_screens/addons_screen.cpp:512
|
||||
@@ -1979,7 +1981,7 @@ msgstr "Duilich, ach dh’fhàillig le luchdadh a-nuas an tuilleadain"
|
||||
#. I18N: Section in audio/video settings submenu
|
||||
#: data/po/gui_strings.h:155
|
||||
msgid "Sound Effects"
|
||||
msgstr "Buaidhean fuaime"
|
||||
msgstr "Èifeachdan fuaime"
|
||||
|
||||
#. I18N: ./data/gui/arenas.stkgui
|
||||
#. I18N: track group
|
||||
@@ -2064,7 +2066,7 @@ msgstr ""
|
||||
#. I18N: ./data/gui/help3.stkgui
|
||||
#: data/po/gui_strings.h:732
|
||||
msgid "SuperTuxKart features several game modes"
|
||||
msgstr "Tha iomadh mhodh-geama aig SuperTuxKart"
|
||||
msgstr "Tha iomadh modh-geama aig SuperTuxKart"
|
||||
|
||||
#: src/main.cpp:1439
|
||||
msgid ""
|
||||
@@ -2074,10 +2076,10 @@ msgid ""
|
||||
"\"Allow STK to connect to the Internet\")."
|
||||
msgstr ""
|
||||
"Faodaidh SuperTuxKart ceangal a dhèanamh ri frithealaiche gus tuilleadain a "
|
||||
"luchdadh a-nuas is brath air ùrachaidhean a chur thugad. A bheil thu airson "
|
||||
"am feart seo a chur air? (Gus an roghainn seo atharrachadh ùine sam bith, "
|
||||
"rach gu Roghainnean, tagh an taba ‘Eadar-aghaidh’ is deasaich “Allow STK to "
|
||||
"connect to the Internet”)."
|
||||
"luchdadh a-nuas is brath air ùrachaidhean a thoirt dhut. A bheil thu airson "
|
||||
"am feart seo a chur air? (Gus an roghainn seo atharrachadh uair sam bith, "
|
||||
"rach gu “Roghainnean”, tagh an taba “Eadar-aghaidh” is deasaich “Ceadaich do "
|
||||
"STK ceangal ris an eadar-lìon”)."
|
||||
|
||||
#. I18N: ./data/karts/suzanne/kart.xml
|
||||
#: data/po/gui_strings.h:831
|
||||
@@ -2090,14 +2092,14 @@ msgid ""
|
||||
"Swapper - gift boxes are transformed into bananas and vice versa for a short "
|
||||
"time."
|
||||
msgstr ""
|
||||
"Suaipear - thèid bogsaichean tìodhlaic nan bananathan is taobh mu seach fad "
|
||||
"Suaipear - thèid bogsaichean tìodhlaic ’nan bananathan is taobh mu seach fad "
|
||||
"greiseag."
|
||||
|
||||
#. I18N: ./data/gui/help2.stkgui
|
||||
#: data/po/gui_strings.h:696
|
||||
msgid "Swatter - will squash karts close by, slowing them down."
|
||||
msgstr ""
|
||||
"Bualadair - cuiridh e cartaichean faisg ort nan spleuchd is maille orra."
|
||||
"Bualadair - cuiridh e cartaichean faisg ort ’nan spleuchd is maille orra."
|
||||
|
||||
#. I18N: in the language choice, to select the same language as the OS
|
||||
#: src/states_screens/options_screen_ui.cpp:162
|
||||
@@ -2115,7 +2117,7 @@ msgstr "Criathrag innich"
|
||||
#: data/po/gui_strings.h:642
|
||||
msgid "The 'skidding' key allows you to skid in sharp turns and get a boost."
|
||||
msgstr ""
|
||||
"Leigidh an iuchair ‘sleamhnachadh’ leat sleamhnachadh ann an lùban casa is "
|
||||
"Leigidh an iuchair “sleamhnachadh” leat sleamhnachadh ann an lùban casa is "
|
||||
"neartachadh fhaighinn."
|
||||
|
||||
#. I18N: ./data/tracks/islandtrack/track.xml
|
||||
@@ -2135,7 +2137,7 @@ msgstr "An lann-cluiche"
|
||||
#: src/states_screens/main_menu_screen.cpp:391
|
||||
msgid "The add-ons module is currently disabled in the Options screen"
|
||||
msgstr ""
|
||||
"Chaidh mòideil nan tuilleadan a chur à comas ann an sgrìn nan Roghainnean"
|
||||
"Chaidh mòideil nan tuilleadan a chur à comas ann an sgrìn nan roghainnean"
|
||||
|
||||
#: src/race/highscore_manager.cpp:100
|
||||
msgid ""
|
||||
@@ -2143,7 +2145,7 @@ msgid ""
|
||||
"all highscores have been erased."
|
||||
msgstr ""
|
||||
"Bha faidhle nan sgòran àrda ro shean,\n"
|
||||
"chaidh sguabadh às dhan a h-uile sgòr àrd."
|
||||
"chaidh na h-uile sgòr àrd a sguabadh às."
|
||||
|
||||
#: src/states_screens/dialogs/gp_info_dialog.cpp:151
|
||||
msgid "This Grand Prix is broken!"
|
||||
@@ -2178,12 +2180,12 @@ msgstr ""
|
||||
"air an liosta.\n"
|
||||
"\n"
|
||||
"Gus rèiteachadh meur-chlàir a chur ris, faodaidh tu am putan gu h-ìosal a "
|
||||
"chleachdadh. Co-dhiù, thoir an AIRE nach cuir a’ mhòr chuid dhe na meur-"
|
||||
"chlàran taic ach ri àireamh cuingichte dhe bhrùthadh air iuchraichean aig an "
|
||||
"chleachdadh. Co-dhiù, thoir an AIRE nach cuir a’ mhòrchuid dhe na meur-"
|
||||
"chlàran taic ach ri àireamh cuingichte de bhrùthadh air iuchraichean aig an "
|
||||
"aon àm is mar sin chan eil iad freagarrach airson geama ioma-chluicheadair. "
|
||||
"(Co-dhiù, ’s urrainn dhut iomadh meur-chlàran a cheangal ris a’ choimpiutair "
|
||||
"agad. Cùm nad aire gu bheil ceanglaichean dhe dh’iuchraichean eadar-"
|
||||
"dhealaichte a dhìth aig gach cluicheadair fhathast.)"
|
||||
"(Co-dhiù, ’s urrainn dhut iomadh meur-chlàr a cheangal ris a’ choimpiutair "
|
||||
"agad. Cum ’nad aire gu bheil nasgadh iuchraichean eadar-dhealaichte a dhìth "
|
||||
"aig gach cluicheadair fhathast.)"
|
||||
|
||||
#. I18N: ./data/gui/help2.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -2332,9 +2334,9 @@ msgid ""
|
||||
"keys that contain a character that is different in upper-case will stop "
|
||||
"working."
|
||||
msgstr ""
|
||||
"Rabhadh, cha mholamaid an iuchair ‘Shift’: ma bhrùthas tu air, sguiridh a h-"
|
||||
"uile iuchair dhe bhith ag obrachadh aig a bheil caractar eadar-dhealaichte "
|
||||
"nuair a bhios e na litir mhòr."
|
||||
"Rabhadh, cha mholamaid an iuchair “Shift”: ma bhrùthas tu air, sguiridh a h-"
|
||||
"uile iuchair de bhith ag obrachadh aig a bheil caractar eadar-dhealaichte "
|
||||
"nuair a bhios e ’na litir mhòr."
|
||||
|
||||
#. I18N: ./data/gui/help4.stkgui
|
||||
#. I18N: Tab in help menu
|
||||
@@ -2353,13 +2355,13 @@ msgstr "Airm"
|
||||
#. I18N: Video settings
|
||||
#: data/po/gui_strings.h:409
|
||||
msgid "Weather Effects"
|
||||
msgstr "Buaidhean sìde"
|
||||
msgstr "Èifeachdan sìde"
|
||||
|
||||
#. I18N: in graphical options
|
||||
#: src/states_screens/options_screen_video.cpp:376
|
||||
#, c-format
|
||||
msgid "Weather Effects : %s"
|
||||
msgstr "Buaidhean sìde: %s"
|
||||
msgstr "Èifeachdan sìde: %s"
|
||||
|
||||
#. I18N: Cutscene subtitle from ./data/tracks/introcutscene2/scene.xml
|
||||
#. I18N: ./data/tracks/introcutscene2/scene.xml
|
||||
@@ -2379,13 +2381,13 @@ msgid ""
|
||||
"not be used for this operation."
|
||||
msgstr ""
|
||||
"Nuair a bhios na h-uidheaman ion-chuir air an rèiteachadh, bidh thu ullamh "
|
||||
"airson cluiche. Tagh an ìomhaigheag ‘Ioma-chluicheadair’ air a’ phrìomh "
|
||||
"airson cluiche. Tagh an ìomhaigheag “Ioma-chluicheadair” air a’ phrìomh "
|
||||
"chlàr-taice. Nuair a thig an àm gus cart a thaghadh, faodaidh gach "
|
||||
"cluicheadair brùthadh air an iuchair ‘loisg’ air a’ phada-gheama no mheur-"
|
||||
"chlàr aca gus gabhail sa gheama. Faodaidh gach cluicheadair an t-uidheam ion-"
|
||||
"chuir aca a chleachdadh gus cart a thaghadh. Leanaidh an geama air nuair a "
|
||||
"bhios a h-uile duine air cart a thaghadh. Thoir an aire nach urrainn dhut an "
|
||||
"luchag a chleachdadh gus seo a dhèanamh."
|
||||
"cluicheadair brùthadh air an iuchair “loisg” air a’ phada-gheama no mheur-"
|
||||
"chlàr aige gus pàirt a ghabhail sa gheama. Faodaidh gach cluicheadair an t-"
|
||||
"uidheam ion-chuir aige a chleachdadh gus cart a thaghadh. Leanaidh an geama "
|
||||
"air adhart nuair a bhios a h-uile duine air cart a thaghadh. Thoir an aire "
|
||||
"nach urrainn dhut an luchag a chleachdadh gus seo a dhèanamh."
|
||||
|
||||
#. I18N: ./data/karts/wilber/kart.xml
|
||||
#: data/po/gui_strings.h:864
|
||||
@@ -2420,7 +2422,7 @@ msgstr "Tha thu a’ cluiche mar"
|
||||
#: src/states_screens/dialogs/player_info_dialog.cpp:160
|
||||
msgid "You cannot delete this player because it is currently in use."
|
||||
msgstr ""
|
||||
"Chan urrainn dhut sguabadh às dhan chluicheadair seo oir tha e ga "
|
||||
"Chan urrainn dhut an cluicheadair seo a sguabadh às oir tha e ’ga "
|
||||
"chleachdadh an-dràsta."
|
||||
|
||||
#: src/states_screens/grand_prix_win.cpp:104
|
||||
@@ -2440,20 +2442,20 @@ msgstr "Choilean thu an Grand Prix!"
|
||||
#, c-format
|
||||
msgid "You completed the difficult challenge! This trophy is worth %i points"
|
||||
msgstr ""
|
||||
"Choilean thu an dùbhlan doirbh! Tha luach dhe %i puing air an triathach"
|
||||
"Choilean thu an dùbhlan doirbh! Tha luach de %i puing air an triathach"
|
||||
|
||||
#: src/states_screens/feature_unlocked.cpp:174
|
||||
#, c-format
|
||||
msgid "You completed the easy challenge! This trophy is worth %i points"
|
||||
msgstr ""
|
||||
"Choilean thu an dùbhlan furasta! Tha luach dhe %i puing air an triathach"
|
||||
"Choilean thu an dùbhlan furasta! Tha luach de %i puing air an triathach"
|
||||
|
||||
#: src/states_screens/feature_unlocked.cpp:178
|
||||
#, c-format
|
||||
msgid ""
|
||||
"You completed the intermediate challenge! This trophy is worth %i points"
|
||||
msgstr ""
|
||||
"Choilean thu an dùbhlan meadhanach! Tha luach dhe %i puing air an triathach"
|
||||
"Choilean thu an dùbhlan meadhanach! Tha luach de %i puing air an triathach"
|
||||
|
||||
#: src/karts/kart.cpp:825
|
||||
msgid "You finished the race!"
|
||||
@@ -2461,14 +2463,14 @@ msgstr "Choilean thu an rèis!"
|
||||
|
||||
#: src/modes/world.cpp:1025
|
||||
msgid "You have been eliminated!"
|
||||
msgstr "Chaidh cur às dhut!"
|
||||
msgstr "Chaidh do ruaig!"
|
||||
|
||||
#: src/karts/kart.cpp:1814
|
||||
msgid ""
|
||||
"You need more points\n"
|
||||
"to enter this challenge!"
|
||||
msgstr ""
|
||||
"Tha barrachd puingean a dhìth ort\n"
|
||||
"Tha barrachd phuingean a dhìth ort\n"
|
||||
"ach am faigh thu a-steach dhan dùbhlan seo!"
|
||||
|
||||
#: src/states_screens/feature_unlocked.cpp:649
|
||||
@@ -2488,22 +2490,22 @@ msgid ""
|
||||
"Your config file was malformed, so it was deleted and a new one will be "
|
||||
"created."
|
||||
msgstr ""
|
||||
"Bha cruth ceàrr air an fhaidhle rèiteachaidh agad, mar sin chaidh sguabadh "
|
||||
"às dha is thèid fear ùr a chruthachadh."
|
||||
"Bha cruth cearr air an fhaidhle rèiteachaidh agad, mar sin chaidh sguabadh "
|
||||
"às is thèid fear ùr a chruthachadh."
|
||||
|
||||
#: src/config/user_config.cpp:669
|
||||
msgid ""
|
||||
"Your config file was too old, so it was deleted and a new one will be "
|
||||
"created."
|
||||
msgstr ""
|
||||
"Bha am faidhle rèiteachaidh agad ro shean, mar sin chaidh sguabadh às dha is "
|
||||
"Bha am faidhle rèiteachaidh agad ro shean, mar sin chaidh sguabadh às is "
|
||||
"thèid fear ùr a chruthachadh."
|
||||
|
||||
#: src/input/device_manager.cpp:482
|
||||
msgid "Your input config file is not compatible with this version of STK."
|
||||
msgstr ""
|
||||
"Chan eil am faidhle rèiteachaidh ion-chuir agad co-chòrdail ris an tionndadh "
|
||||
"seo dhe STK."
|
||||
"seo de STK."
|
||||
|
||||
#. I18N: ./data/tracks/zengarden/track.xml
|
||||
#: data/po/gui_strings.h:68
|
||||
|
@@ -12,7 +12,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: SPAIN\n"
|
||||
"Language: glPlural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
@@ -14,7 +14,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: Ivan Putnik <iputnik@msn.com>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-04-14 12:35+0000\n"
|
||||
"Last-Translator: student4 <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 06:19+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: Croatian <hr@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-07-26 11:11+0000\n"
|
||||
"Last-Translator: Gyönki Bendegúz <gyonkibendeguz@gmail.com>\n"
|
||||
"PO-Revision-Date: 2013-11-24 09:28+0000\n"
|
||||
"Last-Translator: Jf. Tasz <jftatsz@gmail.com>\n"
|
||||
"Language-Team: Hungarian <hu@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:40+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
@@ -620,7 +620,7 @@ msgstr "Több szerencsét legközelebb!"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
msgstr ""
|
||||
msgstr "Bilineáris"
|
||||
|
||||
#. I18N: ./data/tracks/mansion/track.xml
|
||||
#: data/po/gui_strings.h:29
|
||||
@@ -1026,7 +1026,7 @@ msgstr "Kövesd a Főnököt"
|
||||
|
||||
#: src/states_screens/race_gui_base.cpp:732
|
||||
msgid "Follow the leader!"
|
||||
msgstr ""
|
||||
msgstr "Kövesd a vezért!"
|
||||
|
||||
#. I18N: ./data/gui/help3.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -1723,7 +1723,7 @@ msgstr "Kész!"
|
||||
|
||||
#: src/states_screens/race_result_gui.cpp:860
|
||||
msgid "Red Team Wins"
|
||||
msgstr ""
|
||||
msgstr "Piros Csapat nyert"
|
||||
|
||||
#. I18N: ./data/gui/help3.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -1841,7 +1841,7 @@ msgstr "Gokart kiválasztása"
|
||||
#. I18N: In the new story mode game dialog
|
||||
#: data/po/gui_strings.h:357
|
||||
msgid "Select your identity"
|
||||
msgstr ""
|
||||
msgstr "Válaszd ki az identitásodat"
|
||||
|
||||
#. I18N: as in "ready, set, go", shown at the beginning of the race
|
||||
#: src/states_screens/race_gui_base.cpp:69
|
||||
@@ -2151,7 +2151,7 @@ msgstr "Pályák"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:71
|
||||
msgid "Trilinear"
|
||||
msgstr ""
|
||||
msgstr "Trilineáris"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:338
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:378
|
||||
@@ -2200,7 +2200,7 @@ msgstr "Frissítés"
|
||||
#. I18N: In addons screen, in the filtering bar, to enable a filter that will show only recently updated items
|
||||
#: data/po/gui_strings.h:557
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
msgstr "Frissítve"
|
||||
|
||||
#: src/states_screens/addons_screen.cpp:108
|
||||
msgid "Updated date"
|
||||
@@ -2396,6 +2396,8 @@ msgid ""
|
||||
"You need more points\n"
|
||||
"to enter this challenge!"
|
||||
msgstr ""
|
||||
"Több pontra van szükséged ahhoz,\n"
|
||||
"hogy elvállalhasd ezt a kihívást!"
|
||||
|
||||
#: src/states_screens/feature_unlocked.cpp:649
|
||||
msgid "You unlocked grand prix %0"
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-03-02 13:21+0000\n"
|
||||
"Last-Translator: Icho Y. Chandra <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: Indonesian <id@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
@@ -2501,4 +2501,5 @@ msgstr ""
|
||||
" Aziz Rahmad https://launchpad.net/~azayrahmad\n"
|
||||
" Ega Zulfikar https://launchpad.net/~ega-bulb\n"
|
||||
" Icho Y. Chandra https://launchpad.net/~project-zero\n"
|
||||
" Muhammad Radifar https://launchpad.net/~m-radifar05"
|
||||
" Muhammad Radifar https://launchpad.net/~m-radifar05\n"
|
||||
" STK-team https://launchpad.net/~stk"
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-11 14:51+0000\n"
|
||||
"PO-Revision-Date: 2013-11-17 19:10+0000\n"
|
||||
"Last-Translator: Oibaf <Unknown>\n"
|
||||
"Language-Team: STK italian <pvinci26@hotmail.it>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Language: Italian\n"
|
||||
|
||||
@@ -445,19 +445,19 @@ msgstr "Paesaggio Animato: %s"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:75
|
||||
msgid "Anisotropic x16"
|
||||
msgstr ""
|
||||
msgstr "Anisotropo x16"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:72
|
||||
msgid "Anisotropic x2"
|
||||
msgstr ""
|
||||
msgstr "Anisotropo x2"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:73
|
||||
msgid "Anisotropic x4"
|
||||
msgstr ""
|
||||
msgstr "Anisotropo x4"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:74
|
||||
msgid "Anisotropic x8"
|
||||
msgstr ""
|
||||
msgstr "Anisotropo x8"
|
||||
|
||||
#. I18N: ./data/gui/custom_video_settings.stkgui
|
||||
#. I18N: Video settings
|
||||
@@ -619,7 +619,7 @@ msgstr "Avrai miglior fortuna la prossima volta!"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
msgstr ""
|
||||
msgstr "Bilineare"
|
||||
|
||||
#. I18N: ./data/tracks/mansion/track.xml
|
||||
#: data/po/gui_strings.h:29
|
||||
@@ -2183,7 +2183,7 @@ msgstr "Giri"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:71
|
||||
msgid "Trilinear"
|
||||
msgstr ""
|
||||
msgstr "Trilineare"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:338
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:378
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-05-07 11:27+0000\n"
|
||||
"PO-Revision-Date: 2013-11-20 11:44+0000\n"
|
||||
"Last-Translator: lindwurm <Unknown>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: CANADA\n"
|
||||
"X-Poedit-Language: French\n"
|
||||
@@ -312,7 +312,7 @@ msgstr "加速"
|
||||
msgid ""
|
||||
"Accelerate and press the <%s> key while turning to skid. Skidding for a "
|
||||
"short while can help you turn faster to take sharp turns."
|
||||
msgstr ""
|
||||
msgstr "アクセルを踏みながら曲がるときに <%s> キーを押すとドリフトします。短いドリフトによって早く、鋭くカーブを曲がれます。"
|
||||
|
||||
#: src/tracks/track_object_presentation.cpp:610
|
||||
#, c-format
|
||||
@@ -2427,6 +2427,7 @@ msgstr ""
|
||||
" Auria https://launchpad.net/~auria-mg\n"
|
||||
" STK-team https://launchpad.net/~stk\n"
|
||||
" Tae-Wong SEO https://launchpad.net/~seotaewong40\n"
|
||||
" Yuki Shira https://launchpad.net/~shirayuking\n"
|
||||
" lindwurm https://launchpad.net/~lindwurm\n"
|
||||
" tkbd https://launchpad.net/~arolf\n"
|
||||
" xapantu https://launchpad.net/~xapantu"
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-05-26 19:59+0000\n"
|
||||
"Last-Translator: ballpen <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: Kirghiz <ky@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
@@ -2408,4 +2408,5 @@ msgstr "стандарттуу"
|
||||
msgid "translator-credits"
|
||||
msgstr ""
|
||||
"Launchpad Contributions:\n"
|
||||
" STK-team https://launchpad.net/~stk\n"
|
||||
" ballpen https://launchpad.net/~ballpen"
|
||||
|
@@ -9,13 +9,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2012-11-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2013-11-21 21:56+0000\n"
|
||||
"Last-Translator: Mantas Kriaučiūnas <mantas@akl.lt>\n"
|
||||
"Language-Team: Lietuvių <>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:40+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
@@ -324,7 +324,7 @@ msgstr ""
|
||||
#: src/tracks/track_object_presentation.cpp:610
|
||||
#, c-format
|
||||
msgid "Accelerate with <%s> and steer with <%s> and <%s>"
|
||||
msgstr ""
|
||||
msgstr "Pagreitinsite paspaudę <%s>, o vairuosite su <%s> ir <%s>"
|
||||
|
||||
#. I18N: In the 'add new input device' dialog
|
||||
#: src/states_screens/dialogs/add_device_dialog.cpp:111
|
||||
@@ -491,7 +491,7 @@ msgstr "Arenos"
|
||||
#. I18N: ./data/tracks/lighthouse/track.xml
|
||||
#: data/po/gui_strings.h:44
|
||||
msgid "Around the lighthouse"
|
||||
msgstr ""
|
||||
msgstr "Aplink švyturį"
|
||||
|
||||
#. I18N: shown when anchor applied. %s is the victim.
|
||||
#: src/items/powerup.cpp:49
|
||||
@@ -530,7 +530,7 @@ msgstr "Apvažiuok bananus!"
|
||||
#: src/input/binding.cpp:293
|
||||
#, c-format
|
||||
msgid "Axis %d"
|
||||
msgstr ""
|
||||
msgstr "Ašis(kryptis) %d"
|
||||
|
||||
#. I18N: to appear in input configuration screen, for gamepad axes
|
||||
#: src/input/binding.cpp:281
|
||||
@@ -542,7 +542,7 @@ msgstr "Ašis %d %s"
|
||||
#: src/input/binding.cpp:288
|
||||
#, c-format
|
||||
msgid "Axis %d inverted"
|
||||
msgstr ""
|
||||
msgstr "Ašis %d apversta"
|
||||
|
||||
#. I18N: ./data/gui/addons_loading.stkgui
|
||||
#. I18N: Add-ons screen action
|
||||
@@ -564,7 +564,7 @@ msgstr "Grįžti į žaidimą"
|
||||
|
||||
#: src/states_screens/race_result_gui.cpp:142
|
||||
msgid "Back to challenge selection"
|
||||
msgstr ""
|
||||
msgstr "Grįžti į užduočių pasirinkimą"
|
||||
|
||||
#. I18N: ./data/gui/options_device.stkgui
|
||||
#. I18N: In the input configuration screen
|
||||
@@ -719,7 +719,7 @@ msgstr "Užduotis įvykdyta"
|
||||
|
||||
#: src/states_screens/race_gui.cpp:320 src/states_screens/race_gui.cpp:322
|
||||
msgid "Challenge Failed"
|
||||
msgstr ""
|
||||
msgstr "Neįvykdėte užduoties"
|
||||
|
||||
#. I18N: ./data/gui/challenges.stkgui
|
||||
#. I18N: Title for challenges screen
|
||||
@@ -736,12 +736,12 @@ msgstr "Pasirinkite automobilį"
|
||||
#. I18N: ./data/gui/help1.stkgui
|
||||
#: data/po/gui_strings.h:622
|
||||
msgid "Click here to play the tutorial"
|
||||
msgstr ""
|
||||
msgstr "Spauskite čia norėdami išmokti žaisti"
|
||||
|
||||
#. I18N: ./data/gui/custom_video_settings.stkgui
|
||||
#: data/po/gui_strings.h:432
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Užverti"
|
||||
|
||||
#. I18N: ./data/gui/help1.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -757,11 +757,11 @@ msgstr ""
|
||||
|
||||
#: src/tracks/track_object_presentation.cpp:634
|
||||
msgid "Collect nitro bottles (we will use them after the curve)"
|
||||
msgstr ""
|
||||
msgstr "Rinkite ypatingo „nitro“ kuro butelius (juos panaudosite už posūkio)"
|
||||
|
||||
#: src/states_screens/race_gui_base.cpp:730
|
||||
msgid "Collect nitro!"
|
||||
msgstr ""
|
||||
msgstr "Rinkite „nitro“ kurą!"
|
||||
|
||||
#. I18N: ./data/gui/help1.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -771,9 +771,9 @@ msgid ""
|
||||
"pressing the appropriate key. You can see your current level of nitro in the "
|
||||
"bar at the right of the game screen."
|
||||
msgstr ""
|
||||
"Jei rinksi „Nitro“ paspaudęs atitinkamą klavišą, galėsi panaudoti trumpą "
|
||||
"greičio persvarą. Dešinėj ekrano pusėj esančioj juostoj gali matyti "
|
||||
"dabartinį savo „Nitro“ kiekį."
|
||||
"Jei rinksi „Nitro“ kurą - paspaudęs atitinkamą klavišą, galėsi trumpam "
|
||||
"panaudoti greičio persvarą. Dešinėj ekrano pusėj esančioj juostoj gali "
|
||||
"matyti dabartinį savo „Nitro“ kuro kiekį."
|
||||
|
||||
#. I18N: In the player info dialog (when deleting)
|
||||
#: src/states_screens/dialogs/player_info_dialog.cpp:179
|
||||
@@ -1021,7 +1021,7 @@ msgstr "Sekite paskui pirmaujantį"
|
||||
|
||||
#: src/states_screens/race_gui_base.cpp:732
|
||||
msgid "Follow the leader!"
|
||||
msgstr ""
|
||||
msgstr "Sekite pirmaujantį lyderį!"
|
||||
|
||||
#. I18N: ./data/gui/help3.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -1104,7 +1104,7 @@ msgstr "Geronimo!!!"
|
||||
#. I18N: Race paused button
|
||||
#: data/po/gui_strings.h:338
|
||||
msgid "Give Up Race"
|
||||
msgstr ""
|
||||
msgstr "Pasitraukti iš lenktynių"
|
||||
|
||||
#. I18N: ./data/karts/gnu/kart.xml
|
||||
#: data/po/gui_strings.h:828
|
||||
@@ -1423,7 +1423,7 @@ msgstr "Nitro"
|
||||
|
||||
#: src/states_screens/dialogs/select_challenge.cpp:142
|
||||
msgid "Nitro challenge"
|
||||
msgstr ""
|
||||
msgstr "Užduotis „Nitro kuras“"
|
||||
|
||||
#. I18N: ./data/karts/nolok/kart.xml
|
||||
#: data/po/gui_strings.h:834
|
||||
@@ -1513,6 +1513,8 @@ msgstr "Čia veikti gali tik žaidimo meistrai!"
|
||||
#, c-format
|
||||
msgid "Oops! When you're in trouble, press <%s> to be rescued"
|
||||
msgstr ""
|
||||
"Oi! Jei atsidūrėte neišvažiuojamoje vietoje - spauskite <%s> ir būsite "
|
||||
"išgelbėtas"
|
||||
|
||||
#. I18N: ./data/gui/race_paused_dialog.stkgui
|
||||
#. I18N: Race paused button
|
||||
@@ -1645,11 +1647,11 @@ msgstr "Nustatymams keisti paspauskite Enter arba dukart spustelėkite pele"
|
||||
|
||||
#: src/states_screens/race_gui_overworld.cpp:455
|
||||
msgid "Press fire to play the tutorial"
|
||||
msgstr ""
|
||||
msgstr "Žaidimo pamokas pradėsite paspaudę „Šaudyti“"
|
||||
|
||||
#: src/states_screens/race_gui_overworld.cpp:515
|
||||
msgid "Press fire to start the challenge"
|
||||
msgstr ""
|
||||
msgstr "Užduočiai pradėti paspauskite šaudymo mygtuką"
|
||||
|
||||
#: src/input/wiimote_manager.cpp:312
|
||||
msgid ""
|
||||
@@ -2166,13 +2168,13 @@ msgstr "Bandyti dar kartą"
|
||||
#. I18N: Main menu button
|
||||
#: src/states_screens/race_gui_overworld.cpp:448 data/po/gui_strings.h:542
|
||||
msgid "Tutorial"
|
||||
msgstr ""
|
||||
msgstr "Pamokos"
|
||||
|
||||
#. I18N: ./data/gui/tutorial.stkgui
|
||||
#. I18N: Title for tutorials screen
|
||||
#: data/po/gui_strings.h:593
|
||||
msgid "Tutorial : Selection Room"
|
||||
msgstr "Konsultacija : Pasirinkimų kambarys"
|
||||
msgstr "Pamokos: Pasirinkimų kambarys"
|
||||
|
||||
#. I18N: ./data/karts/tux/kart.xml
|
||||
#: data/po/gui_strings.h:843
|
||||
@@ -2225,7 +2227,7 @@ msgstr ""
|
||||
#: src/tracks/track_object_presentation.cpp:644
|
||||
#, c-format
|
||||
msgid "Use the nitro you collected by pressing <%s>!"
|
||||
msgstr ""
|
||||
msgstr "Panaudokite surinktą „nitro“ kurą paspausdami <%s>!"
|
||||
|
||||
#. I18N: ./data/gui/options_ui.stkgui
|
||||
#. I18N: Section in the settings menu
|
||||
@@ -2346,7 +2348,7 @@ msgstr "Taip"
|
||||
|
||||
#: src/tracks/track_object_presentation.cpp:683
|
||||
msgid "You are now ready to race. Good luck!"
|
||||
msgstr ""
|
||||
msgstr "Jūs jau pasiruošęs lenktynėms. Sėkmės!"
|
||||
|
||||
#. I18N: ./data/gui/options_players.stkgui
|
||||
#: data/po/gui_strings.h:506
|
||||
@@ -2360,11 +2362,11 @@ msgstr ""
|
||||
#: src/states_screens/grand_prix_win.cpp:104
|
||||
#: src/states_screens/race_result_gui.cpp:112
|
||||
msgid "You completed a challenge!"
|
||||
msgstr ""
|
||||
msgstr "Jūs įvykdėte užduotį!"
|
||||
|
||||
#: src/states_screens/race_result_gui.cpp:113
|
||||
msgid "You completed challenges!"
|
||||
msgstr ""
|
||||
msgstr "Jūs įvykdėte užduotis!"
|
||||
|
||||
#: src/states_screens/grand_prix_win.cpp:380
|
||||
msgid "You completed the Grand Prix!"
|
||||
@@ -2399,6 +2401,8 @@ msgid ""
|
||||
"You need more points\n"
|
||||
"to enter this challenge!"
|
||||
msgstr ""
|
||||
"Norint pradėti žaisti šią užduotį\n"
|
||||
"jums reikia uždirbti daugiau taškų!"
|
||||
|
||||
#: src/states_screens/feature_unlocked.cpp:649
|
||||
msgid "You unlocked grand prix %0"
|
||||
|
@@ -9,7 +9,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:57+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:40+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: NORWAY\n"
|
||||
"X-Poedit-Language: Norwegian Bokmal\n"
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-15 13:28+0000\n"
|
||||
"Last-Translator: Willem Sonke <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -15,7 +15,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"Language: nn\n"
|
||||
|
||||
|
@@ -9,7 +9,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: POLAND\n"
|
||||
"X-Poedit-Language: Polish\n"
|
||||
|
@@ -14,7 +14,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: shown when hit by own bowling ball. %s is the kart.
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2012-12-11 15:43+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: Mateus Ferreira Silva <mtsferreirasilva@gmail.com>\n"
|
||||
"Language-Team: Flávio Zavan <flavio@nebososo.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: BRAZIL\n"
|
||||
"X-Poedit-Language: Portuguese\n"
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.7\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-13 08:28+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 06:35+0000\n"
|
||||
"Last-Translator: KroArtem <feeblehamster@gmail.com>\n"
|
||||
"Language-Team: M.I.F. Projects <i18n@mifprojects.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: RUSSIAN FEDERATION\n"
|
||||
"X-Poedit-Language: Russian\n"
|
||||
|
@@ -14,7 +14,7 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:40+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-10-31 06:01+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
|
||||
"Language-Team: STK SLO Team\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: SLOVENIA\n"
|
||||
"X-Poedit-Language: Slovenian\n"
|
||||
|
@@ -10,13 +10,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-09-20 19:33+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:02+0000\n"
|
||||
"Last-Translator: Саша Петровић <salepetronije@gmail.com>\n"
|
||||
"Language-Team: српски <xfce-i18n@xfce.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"Language: sr\n"
|
||||
|
||||
|
@@ -1,8 +1,3 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@@ -12,10 +7,12 @@ msgstr ""
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:40+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"Language: \n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
#. translation if your language is a RTL (right-to-left) language,
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart svn revision 2943\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2012-12-11 15:43+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: SWEDEN\n"
|
||||
"X-Poedit-Language: Swedish\n"
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-10-22 01:00+0000\n"
|
||||
"Last-Translator: Volkan Gezer <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: Turkish <tr@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.7\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2012-12-11 15:43+0000\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: M.I.F. Projects <i18n@mifprojects.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: UKRAINE\n"
|
||||
"X-Poedit-Language: Ukrainian\n"
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: stk\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-05-04 11:58+0000\n"
|
||||
"Last-Translator: Vo Xuan Tien <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: Vietnamese <vi@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
|
@@ -3,13 +3,13 @@ msgstr ""
|
||||
"Project-Id-Version: SuperTuxKart 0.7\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-12 16:25+0000\n"
|
||||
"Last-Translator: acme_pjz <Unknown>\n"
|
||||
"PO-Revision-Date: 2013-11-16 07:03+0000\n"
|
||||
"Last-Translator: STK-team <Unknown>\n"
|
||||
"Language-Team: acme_pjz <acme_pjz@hotmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
"X-Poedit-Country: CHINA\n"
|
||||
"X-Poedit-Language: Chinese\n"
|
||||
|
@@ -8,13 +8,13 @@ msgstr ""
|
||||
"Project-Id-Version: supertuxkart.pot\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-12 11:39+1100\n"
|
||||
"PO-Revision-Date: 2013-11-02 11:49+0000\n"
|
||||
"PO-Revision-Date: 2013-11-23 07:43+0000\n"
|
||||
"Last-Translator: Bill <cges30901@gmail.com>\n"
|
||||
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-15 22:56+0000\n"
|
||||
"X-Launchpad-Export-Date: 2013-11-24 21:41+0000\n"
|
||||
"X-Generator: Launchpad (build 16831)\n"
|
||||
|
||||
#. I18N: Do NOT literally translate this string!! Please enter Y as the
|
||||
@@ -607,7 +607,7 @@ msgstr "下次運氣會更好!"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:70
|
||||
msgid "Bilinear"
|
||||
msgstr ""
|
||||
msgstr "雙線性"
|
||||
|
||||
#. I18N: ./data/tracks/mansion/track.xml
|
||||
#: data/po/gui_strings.h:29
|
||||
@@ -882,7 +882,7 @@ msgstr "下"
|
||||
#. I18N: Game mode
|
||||
#: src/race/race_manager.hpp:183
|
||||
msgid "Egg Hunt"
|
||||
msgstr ""
|
||||
msgstr "獵蛋"
|
||||
|
||||
#. I18N: ./data/gui/help3.stkgui
|
||||
#. I18N: In the help menu
|
||||
@@ -2112,7 +2112,7 @@ msgstr "賽道"
|
||||
|
||||
#: src/states_screens/dialogs/custom_video_settings.cpp:71
|
||||
msgid "Trilinear"
|
||||
msgstr ""
|
||||
msgstr "三線性"
|
||||
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:338
|
||||
#: src/states_screens/dialogs/addons_loading.cpp:378
|
||||
|
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "audio/sfx_buffer.hpp"
|
||||
#include "audio/sfx_manager.hpp"
|
||||
#include "config/user_config.hpp"
|
||||
#include "io/file_manager.hpp"
|
||||
#include "utils/constants.hpp"
|
||||
|
||||
@@ -76,6 +77,8 @@ SFXBuffer::SFXBuffer(const std::string& file,
|
||||
|
||||
bool SFXBuffer::load()
|
||||
{
|
||||
if (UserConfigParams::m_sfx == false) return false;
|
||||
|
||||
#if HAVE_OGGVORBIS
|
||||
if (m_loaded) return false;
|
||||
|
||||
|
@@ -350,17 +350,17 @@ namespace UserConfigParams
|
||||
PARAM_DEFAULT( GroupUserConfigParam("WiiMote",
|
||||
"Settings for the wiimote") );
|
||||
PARAM_PREFIX FloatUserConfigParam m_wiimote_raw_max
|
||||
PARAM_DEFAULT( FloatUserConfigParam(25.0f, "wiimote-raw-max",
|
||||
PARAM_DEFAULT( FloatUserConfigParam(20.0f, "wiimote-raw-max",
|
||||
&m_wiimote_group,
|
||||
"At what raw input value maximum steering is reached (between 1 and 25).") );
|
||||
|
||||
PARAM_PREFIX FloatUserConfigParam m_wiimote_weight_linear
|
||||
PARAM_DEFAULT( FloatUserConfigParam(0.2f, "wiimote-weight-linear",
|
||||
PARAM_DEFAULT( FloatUserConfigParam(1.0f, "wiimote-weight-linear",
|
||||
&m_wiimote_group,
|
||||
"A weight applied to the linear component of mapping wiimote angle to steering angle"));
|
||||
|
||||
PARAM_PREFIX FloatUserConfigParam m_wiimote_weight_square
|
||||
PARAM_DEFAULT( FloatUserConfigParam(0.8f, "wiimote-weight-square",
|
||||
PARAM_DEFAULT( FloatUserConfigParam(0.0f, "wiimote-weight-square",
|
||||
&m_wiimote_group,
|
||||
"A weight applied to the square component of mapping wiimote angle to steering angle"));
|
||||
|
||||
|
@@ -1069,6 +1069,32 @@ void IrrDriver::removeCameraSceneNode(scene::ICameraSceneNode *camera)
|
||||
camera->remove();
|
||||
} // removeCameraSceneNode
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
/** Sets an error message to be displayed when a texture is not found. This
|
||||
* error message is shown before the "Texture '%s' not found" message. It can
|
||||
* be used to supply additional details like what kart is currently being
|
||||
* loaded.
|
||||
* \param error Error message, potentially with a '%' which will be replaced
|
||||
* with detail.
|
||||
* \param detail String to replace a '%' in the error message.
|
||||
*/
|
||||
void IrrDriver::setTextureErrorMessage(const std::string &error,
|
||||
const std::string &detail)
|
||||
{
|
||||
if(detail=="")
|
||||
m_texture_error_message = error;
|
||||
else
|
||||
m_texture_error_message = StringUtils::insertValues(error, detail);
|
||||
} // setTextureErrorMessage
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
/** Disables the texture error message again.
|
||||
*/
|
||||
void IrrDriver::unsetTextureErrorMessage()
|
||||
{
|
||||
m_texture_error_message = "";
|
||||
} // unsetTextureErrorMessage
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
/** Loads a texture from a file and returns the texture object.
|
||||
* \param filename File name of the texture to load.
|
||||
@@ -1098,7 +1124,7 @@ video::ITexture *IrrDriver::getTexture(const std::string &filename,
|
||||
// PNGs are non premul, but some are used for premul tasks, so convert
|
||||
// http://home.comcast.net/~tom_forsyth/blog.wiki.html#[[Premultiplied%20alpha]]
|
||||
// FIXME check param, not name
|
||||
if(is_premul &&
|
||||
if(img && is_premul &&
|
||||
StringUtils::hasSuffix(filename.c_str(), ".png") &&
|
||||
(img->getColorFormat() == video::ECF_A8R8G8B8) &&
|
||||
img->lock())
|
||||
@@ -1121,7 +1147,7 @@ video::ITexture *IrrDriver::getTexture(const std::string &filename,
|
||||
} // if png and ColorFOrmat and lock
|
||||
// Other formats can be premul, but the tasks can be non premul
|
||||
// So divide to get the separate RGBA (only possible if alpha!=0)
|
||||
else if(is_prediv &&
|
||||
else if(img && is_prediv &&
|
||||
(img->getColorFormat() == video::ECF_A8R8G8B8) &&
|
||||
img->lock())
|
||||
{
|
||||
@@ -1150,9 +1176,12 @@ video::ITexture *IrrDriver::getTexture(const std::string &filename,
|
||||
|
||||
if (complain_if_not_found && out == NULL)
|
||||
{
|
||||
Log::error("irr_driver", "Texture '%s' not found; Put a breakpoint "
|
||||
"at line %s:%i to debug!\n",
|
||||
filename.c_str(), __FILE__, __LINE__);
|
||||
|
||||
if(m_texture_error_message.size()>0)
|
||||
{
|
||||
Log::error("irr_driver", m_texture_error_message.c_str());
|
||||
}
|
||||
Log::error("irr_driver", "Texture '%s' not found.", filename.c_str());
|
||||
}
|
||||
|
||||
return out;
|
||||
|
@@ -75,6 +75,10 @@ private:
|
||||
/** Post-processing. */
|
||||
PostProcessing *m_post_processing;
|
||||
|
||||
/** Additional details to be shown in case that a texture is not found.
|
||||
* This is used to specify details like: "while loading kart '...'" */
|
||||
std::string m_texture_error_message;
|
||||
|
||||
/** Flag to indicate if a resolution change is pending (which will be
|
||||
* acted upon in the next update). None means no change, yes means
|
||||
* change to new resolution and trigger confirmation dialog.
|
||||
@@ -193,6 +197,9 @@ public:
|
||||
void printRenderStats();
|
||||
bool supportsSplatting();
|
||||
void requestScreenshot();
|
||||
void setTextureErrorMessage(const std::string &error,
|
||||
const std::string &detail="");
|
||||
void unsetTextureErrorMessage();
|
||||
|
||||
void draw2dTriangle(const core::vector2df &a, const core::vector2df &b,
|
||||
const core::vector2df &c,
|
||||
@@ -203,6 +210,55 @@ public:
|
||||
|
||||
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
/** Convenience function that loads a texture with default parameters
|
||||
* but includes an error message.
|
||||
* \param filename File name of the texture to load.
|
||||
* \param error Error message, potentially with a '%' which will be replaced
|
||||
* with detail.
|
||||
* \param detail String to replace a '%' in the error message.
|
||||
*/
|
||||
video::ITexture* getTexture(const std::string &filename,
|
||||
const std::string &error_message,
|
||||
const std::string &detail="")
|
||||
{
|
||||
setTextureErrorMessage(error_message, detail);
|
||||
video::ITexture *tex = getTexture(filename);
|
||||
unsetTextureErrorMessage();
|
||||
return tex;
|
||||
} // getTexture
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
/** Convenience function that loads a texture with default parameters
|
||||
* but includes an error message.
|
||||
* \param filename File name of the texture to load.
|
||||
* \param error Error message, potentially with a '%' which will be replaced
|
||||
* with detail.
|
||||
* \param detail String to replace a '%' in the error message.
|
||||
*/
|
||||
video::ITexture* getTexture(const std::string &filename,
|
||||
char *error_message,
|
||||
char *detail=NULL)
|
||||
{
|
||||
if(!detail)
|
||||
return getTexture(filename, std::string(error_message),
|
||||
std::string(""));
|
||||
|
||||
return getTexture(filename, std::string(error_message),
|
||||
std::string(detail));
|
||||
} // getTexture
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
/** Returns the currently defined texture error message, which is used
|
||||
* by event_handler.cpp to print additional info about irrlicht
|
||||
* internal errors or warnings. If no error message is currently
|
||||
* defined, the error message is "".
|
||||
*/
|
||||
const std::string &getTextureErrorMessage()
|
||||
{
|
||||
return m_texture_error_message;
|
||||
} // getTextureErrorMessage
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
/** Returns a list of all video modes supports by the graphics card. */
|
||||
const std::vector<VideoMode>& getVideoModes() const { return m_modes; }
|
||||
|
@@ -430,8 +430,9 @@ Material::Material(const XMLNode *node, int index, bool deprecated)
|
||||
else if (s=="" || s=="none")
|
||||
m_adjust_image = ADJ_NONE;
|
||||
else
|
||||
printf("Incorrect adjust-image specification: '%s' - ignored.\n",
|
||||
s.c_str());
|
||||
Log::warn("material",
|
||||
"Incorrect adjust-image specification: '%s' - ignored.",
|
||||
s.c_str());
|
||||
node->get("alpha", &m_alpha_blending );
|
||||
node->get("light", &m_lighting );
|
||||
|
||||
@@ -464,7 +465,8 @@ Material::Material(const XMLNode *node, int index, bool deprecated)
|
||||
}
|
||||
else if (creaction.size() > 0)
|
||||
{
|
||||
fprintf(stderr, "[Material] WARNING: Unknown collision reaction '%s'\n", creaction.c_str());
|
||||
Log::warn("Material","Unknown collision reaction '%s'",
|
||||
creaction.c_str());
|
||||
}
|
||||
|
||||
node->get("below-surface", &m_below_surface );
|
||||
@@ -573,9 +575,9 @@ Material::Material(const XMLNode *node, int index, bool deprecated)
|
||||
}
|
||||
else if (s != "")
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Invalid graphical effect specification: '%s' - ignored.\n",
|
||||
s.c_str());
|
||||
Log::warn("material",
|
||||
"Invalid graphical effect specification: '%s' - ignored.",
|
||||
s.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -595,7 +597,8 @@ Material::Material(const XMLNode *node, int index, bool deprecated)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "[Material] WARNING: could not find normal map image in materials.xml\n");
|
||||
Log::warn("material",
|
||||
"Could not find normal map image in materials.xml");
|
||||
}
|
||||
|
||||
node->get("normal-light-map", &m_normal_map_shader_lightmap);
|
||||
@@ -618,9 +621,8 @@ Material::Material(const XMLNode *node, int index, bool deprecated)
|
||||
else if (s == "additive") m_add = true;
|
||||
else if (s == "coverage") m_alpha_to_coverage = true;
|
||||
else if (s != "none")
|
||||
fprintf(stderr,
|
||||
"[Material] WARNING: Unknown compositing mode '%s'\n",
|
||||
s.c_str());
|
||||
Log::warn("material", "Unknown compositing mode '%s'",
|
||||
s.c_str());
|
||||
}
|
||||
|
||||
|
||||
@@ -665,10 +667,9 @@ Material::Material(const XMLNode *node, int index, bool deprecated)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr,
|
||||
"[Material] WARNING: unknown node type '%s' for texture "
|
||||
"'%s' - ignored.\n",
|
||||
child_node->getName().c_str(), m_texname.c_str());
|
||||
Log::warn("material", "Unknown node type '%s' for texture "
|
||||
"'%s' - ignored.",
|
||||
child_node->getName().c_str(), m_texname.c_str());
|
||||
}
|
||||
|
||||
} // for i <node->getNumNodes()
|
||||
@@ -756,14 +757,16 @@ void Material::install(bool is_full_path, bool complain_if_not_found)
|
||||
|
||||
if (complain_if_not_found && full_path.size() == 0)
|
||||
{
|
||||
fprintf(stderr, "[Material] WARNING, cannot find texture '%s'\n", m_texname.c_str());
|
||||
Log::error("material", "Cannot find texture '%s'.", m_texname.c_str());
|
||||
m_texture = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_texture = irr_driver->getTexture(full_path,
|
||||
isPreMul(),
|
||||
isPreDiv(),
|
||||
complain_if_not_found);
|
||||
}
|
||||
|
||||
|
||||
m_texture = irr_driver->getTexture(full_path,
|
||||
isPreMul(),
|
||||
isPreDiv(),
|
||||
complain_if_not_found);
|
||||
|
||||
if (m_texture == NULL) return;
|
||||
|
||||
@@ -780,8 +783,8 @@ void Material::install(bool is_full_path, bool complain_if_not_found)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "Applying mask failed for '%s'!\n",
|
||||
m_texname.c_str());
|
||||
Log::warn("material", "Applying mask failed for '%s'!",
|
||||
m_texname.c_str());
|
||||
}
|
||||
}
|
||||
m_texture->grab();
|
||||
@@ -833,8 +836,8 @@ void Material::initCustomSFX(const XMLNode *sfx)
|
||||
|
||||
if (filename.empty())
|
||||
{
|
||||
fprintf(stderr, "[Material] WARNING: sfx node has no 'filename' "
|
||||
"attribute, sound effect will be ignored\n");
|
||||
Log::warn("material", "Sfx node has no 'filename' "
|
||||
"attribute, sound effect will be ignored.");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -912,10 +915,10 @@ void Material::initParticlesEffect(const XMLNode *node)
|
||||
|
||||
if (count == 0)
|
||||
{
|
||||
fprintf(stderr, "[Material::initParticlesEffect] WARNING: Particles "
|
||||
"'%s' for material '%s' are declared but not used "
|
||||
"(no emission condition set)\n",
|
||||
base.c_str(), m_texname.c_str());
|
||||
Log::warn("material", "initParticlesEffect: Particles "
|
||||
"'%s' for material '%s' are declared but not used "
|
||||
"(no emission condition set).",
|
||||
base.c_str(), m_texname.c_str());
|
||||
}
|
||||
|
||||
for (int c=0; c<count; c++)
|
||||
@@ -930,8 +933,8 @@ void Material::initParticlesEffect(const XMLNode *node)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "[Material::initParticlesEffect] WARNING: Unknown "
|
||||
"condition '%s' for material '%s'\n",
|
||||
Log::warn("material", "initParticlesEffect: Unknown "
|
||||
"condition '%s' for material '%s'",
|
||||
conditions[c].c_str(), m_texname.c_str());
|
||||
}
|
||||
}
|
||||
@@ -985,9 +988,12 @@ void Material::setMaterialProperties(video::SMaterial *m, scene::IMeshBuffer* m
|
||||
// materials.xml, if you want to set flags for all surfaces, see
|
||||
// 'MaterialManager::setAllMaterialFlags'
|
||||
|
||||
if (m_deprecated || (m->getTexture(0) != NULL && ((core::stringc)m->getTexture(0)->getName()).find("deprecated") != -1))
|
||||
if (m_deprecated ||
|
||||
(m->getTexture(0) != NULL &&
|
||||
((core::stringc)m->getTexture(0)->getName()).find("deprecated") != -1))
|
||||
{
|
||||
fprintf(stderr, "WARNING: track uses deprecated texture <%s>\n", m_texname.c_str());
|
||||
Log::warn("material", "Track uses deprecated texture '%s'\n",
|
||||
m_texname.c_str());
|
||||
}
|
||||
|
||||
|
||||
|
@@ -124,6 +124,8 @@ void Referee::init()
|
||||
scene::IMeshBuffer *mb = m_st_referee_mesh->getMeshBuffer(i);
|
||||
video::SMaterial &irrMaterial = mb->getMaterial();
|
||||
video::ITexture* t=irrMaterial.getTexture(0);
|
||||
if(!t) continue;
|
||||
|
||||
std::string name=StringUtils::getBasename(t->getName()
|
||||
.getInternalName().c_str());
|
||||
if(name==colors[0] || name==colors[1] ||name==colors[2] )
|
||||
|
@@ -1261,6 +1261,11 @@ namespace GUIEngine
|
||||
ITexture* loading =
|
||||
irr_driver->getTexture(file_manager->getGUIDir()+"loading.png");
|
||||
|
||||
if(!loading)
|
||||
{
|
||||
Log::fatal("Engine", "Can not find loading.png texture, aborting.");
|
||||
exit(-1);
|
||||
}
|
||||
const int texture_w = loading->getSize().Width;
|
||||
const int texture_h = loading->getSize().Height;
|
||||
|
||||
|
@@ -22,6 +22,7 @@
|
||||
#include <IGUIEnvironment.h>
|
||||
#include <IGUIListBox.h>
|
||||
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "guiengine/abstract_state_manager.hpp"
|
||||
#include "guiengine/engine.hpp"
|
||||
#include "guiengine/modaldialog.hpp"
|
||||
@@ -192,14 +193,18 @@ bool EventHandler::OnEvent (const SEvent &event)
|
||||
#else
|
||||
return true; // EVENT_BLOCK
|
||||
#endif
|
||||
|
||||
const std::string &error_info = irr_driver->getTextureErrorMessage();
|
||||
if (event.LogEvent.Level == irr::ELL_WARNING)
|
||||
{
|
||||
printf("[Irrlicht Warning] %s\n", event.LogEvent.Text);
|
||||
if(error_info.size()>0)
|
||||
Log::warn("EventHandler", error_info.c_str());
|
||||
Log::warn("Irrlicht", event.LogEvent.Text);
|
||||
}
|
||||
else if (event.LogEvent.Level == irr::ELL_ERROR)
|
||||
{
|
||||
printf("[Irrlicht Error] %s\n", event.LogEvent.Text);
|
||||
if(error_info.size()>0)
|
||||
Log::error("EventHandler", error_info.c_str());
|
||||
Log::error("Irrlicht", event.LogEvent.Text);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
@@ -1627,6 +1627,14 @@ void Skin::renderSections(PtrVector<Widget>* within_vector)
|
||||
ITexture* tex =
|
||||
irr_driver->getTexture( file_manager->getGUIDir()
|
||||
+ "bar.png" );
|
||||
if(!tex)
|
||||
{
|
||||
std::string file = file_manager->getGUIDir() + "main_help.png";
|
||||
tex = irr_driver->getTexture(file);
|
||||
if(!tex)
|
||||
Log::fatal("Skin",
|
||||
"Can't find fallback texture 'main_help.png, aborting.");
|
||||
}
|
||||
core::recti r1(0, (int)(widget.m_y - 40*y_size),
|
||||
framesize.Width, framesize.Height);
|
||||
core::recti r2(core::dimension2di(0,0), tex->getSize());
|
||||
@@ -1892,6 +1900,9 @@ void Skin::process3DPane(IGUIElement *element, const core::recti &rect,
|
||||
void doDrawBadge(ITexture* texture, const core::recti& rect,
|
||||
float max_icon_size, bool badge_at_left)
|
||||
{
|
||||
// In case of a problem
|
||||
if(!texture) return;
|
||||
|
||||
const core::dimension2d<u32>& texture_size = texture->getSize();
|
||||
const float aspectRatio = (float)texture_size.Width
|
||||
/ (float)texture_size.Height;
|
||||
@@ -1922,6 +1933,8 @@ void Skin::drawBadgeOn(const Widget* widget, const core::recti& rect)
|
||||
if (widget->m_badges & LOCKED_BADGE)
|
||||
{
|
||||
video::ITexture* texture = irr_driver->getTexture(
|
||||
file_manager->getTextureFile("gui_lock.png"),
|
||||
"Can't find '%s'.",
|
||||
file_manager->getTextureFile("gui_lock.png"));
|
||||
float max_icon_size = 0.5f; // Lock badge can be quite big
|
||||
doDrawBadge(texture, rect, max_icon_size, true);
|
||||
@@ -1929,6 +1942,8 @@ void Skin::drawBadgeOn(const Widget* widget, const core::recti& rect)
|
||||
if (widget->m_badges & OK_BADGE)
|
||||
{
|
||||
video::ITexture* texture = irr_driver->getTexture(
|
||||
file_manager->getTextureFile("green_check.png"),
|
||||
"Can't find '%s'.",
|
||||
file_manager->getTextureFile("green_check.png"));
|
||||
float max_icon_size = 0.35f;
|
||||
doDrawBadge(texture, rect, max_icon_size, true);
|
||||
@@ -1936,7 +1951,8 @@ void Skin::drawBadgeOn(const Widget* widget, const core::recti& rect)
|
||||
if (widget->m_badges & BAD_BADGE)
|
||||
{
|
||||
video::ITexture* texture = irr_driver->getTexture(
|
||||
file_manager->getTextureFile("red_mark.png"));
|
||||
file_manager->getTextureFile("red_mark.png"),
|
||||
"Can't find red_mark.png");
|
||||
float max_icon_size = 0.35f;
|
||||
doDrawBadge(texture, rect, max_icon_size, false);
|
||||
}
|
||||
@@ -1944,13 +1960,16 @@ void Skin::drawBadgeOn(const Widget* widget, const core::recti& rect)
|
||||
{
|
||||
float max_icon_size = 0.43f;
|
||||
video::ITexture* texture = irr_driver->getTexture(
|
||||
file_manager->getTextureFile("cup_bronze.png"));
|
||||
file_manager->getTextureFile("cup_bronze.png"),
|
||||
"Can't find cup_bronze.png.");
|
||||
doDrawBadge(texture, rect, max_icon_size, false);
|
||||
}
|
||||
if (widget->m_badges & KEYBOARD_BADGE)
|
||||
{
|
||||
float max_icon_size = 0.43f;
|
||||
video::ITexture* texture = irr_driver->getTexture(
|
||||
file_manager->getGUIDir() + "keyboard.png",
|
||||
"Can't find '%s'.",
|
||||
file_manager->getGUIDir() + "keyboard.png");
|
||||
doDrawBadge(texture, rect, max_icon_size, true);
|
||||
}
|
||||
@@ -1958,6 +1977,8 @@ void Skin::drawBadgeOn(const Widget* widget, const core::recti& rect)
|
||||
{
|
||||
float max_icon_size = 0.43f;
|
||||
video::ITexture* texture = irr_driver->getTexture(
|
||||
file_manager->getGUIDir() + "gamepad.png",
|
||||
"Can't find '%s'.",
|
||||
file_manager->getGUIDir() + "gamepad.png");
|
||||
doDrawBadge(texture, rect, max_icon_size, true);
|
||||
}
|
||||
@@ -1965,6 +1986,8 @@ void Skin::drawBadgeOn(const Widget* widget, const core::recti& rect)
|
||||
{
|
||||
float max_icon_size = 0.43f;
|
||||
video::ITexture* texture = irr_driver->getTexture(
|
||||
file_manager->getGUIDir() + "hourglass.png",
|
||||
"Can't find '%s'.",
|
||||
file_manager->getGUIDir() + "hourglass.png");
|
||||
doDrawBadge(texture, rect, max_icon_size, true);
|
||||
}
|
||||
|
@@ -72,8 +72,11 @@ void IconButtonWidget::add()
|
||||
Log::error("icon_button",
|
||||
"add() : error, cannot find texture '%s'.",
|
||||
m_properties[PROP_ICON].c_str());
|
||||
std::string file = file_manager->getDataDir() + "gui/main_help.png";
|
||||
std::string file = file_manager->getGUIDir() + "main_help.png";
|
||||
m_texture = irr_driver->getTexture(file);
|
||||
if(!m_texture)
|
||||
Log::fatal("IconButtonWidget",
|
||||
"Can't find fallback texture 'gui/main_help.png, aborting.");
|
||||
}
|
||||
m_texture_w = m_texture->getSize().Width;
|
||||
m_texture_h = m_texture->getSize().Height;
|
||||
|
@@ -298,6 +298,15 @@ void RibbonWidget::add()
|
||||
+ m_children[i].m_properties[PROP_ICON];
|
||||
video::ITexture* image =
|
||||
irr_driver->getTexture((filename).c_str());
|
||||
if(!image)
|
||||
{
|
||||
std::string file = file_manager->getGUIDir() + "main_help.png";
|
||||
image = irr_driver->getTexture(file);
|
||||
if(!image)
|
||||
Log::fatal("RibbonWidget",
|
||||
"Can't find fallback texture 'gui/main_help.png, aborting.");
|
||||
}
|
||||
|
||||
float image_h = (float)image->getSize().Height;
|
||||
float image_w = image_h*imageRatio;
|
||||
|
||||
@@ -574,7 +583,7 @@ void RibbonWidget::unfocused(const int playerID, Widget* new_focus)
|
||||
{
|
||||
if (new_focus != NULL && new_focus != this && !m_children.contains(new_focus))
|
||||
{
|
||||
if (m_selection[playerID] != -1)
|
||||
if (m_selection[playerID] >= 0 && m_selection[playerID] < m_children.size())
|
||||
{
|
||||
m_children.get(m_selection[playerID])->unfocused(playerID, new_focus);
|
||||
}
|
||||
|
@@ -62,33 +62,17 @@ void SpinnerWidget::add()
|
||||
|
||||
if (min_s.size() > 0)
|
||||
{
|
||||
int i;
|
||||
std::istringstream myStream(min_s);
|
||||
myStream >> i;
|
||||
bool is_number = (i!=0);
|
||||
if (is_number)
|
||||
if (!StringUtils::parseString<int>(min_s, &m_min))
|
||||
{
|
||||
m_min = i;
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << "WARNING : invalid value for spinner widget minimum value : '" << min_s << "'\n";
|
||||
Log::warn("invalid value for spinner widget minimum value : %s", min_s.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
if (max_s.size() > 0)
|
||||
{
|
||||
int i;
|
||||
std::istringstream myStream(max_s);
|
||||
myStream >> i;
|
||||
bool is_number = (i!=0);
|
||||
if (is_number)
|
||||
{
|
||||
m_max = i;
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << "WARNING : invalid value for spinner widget maximal value : '" << max_s << "'\n";
|
||||
if (!StringUtils::parseString<int>(max_s, &m_max))
|
||||
{
|
||||
Log::warn("invalid value for spinner widget maximum value : %s", max_s.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,23 +0,0 @@
|
||||
# src/ide/
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(shell find $(srcdir)/codeblocks -name "*.cbp") \
|
||||
$(shell find $(srcdir)/codeblocks -name "*.depend") \
|
||||
$(shell find $(srcdir)/codeblocks -name "*.layout") \
|
||||
codeblocks/README \
|
||||
codeblocks/supertuxkart.workspace \
|
||||
vc9/supertuxkart.sln \
|
||||
vc9/supertuxkart.vcproj \
|
||||
vc9/bullet_lib.vcproj \
|
||||
vc9/enet.vcproj \
|
||||
vc9/README \
|
||||
vc10/bullet_lib.vcxproj \
|
||||
vc10/enet.vcxproj \
|
||||
vc10/supertuxkart.sln \
|
||||
vc10/supertuxkart.vcxproj \
|
||||
vc10/supertuxkart.vcxproj.filters \
|
||||
Xcode/cleanupRelease.sh \
|
||||
Xcode/Config.xcconfig \
|
||||
Xcode/stk.icns \
|
||||
Xcode/SuperTuxKart-Info.plist \
|
||||
Xcode/STK_XCode.xcodeproj/project.pbxproj
|
@@ -1,8 +0,0 @@
|
||||
// Xcode build configuration
|
||||
|
||||
HEADER_SEARCH_PATHS = /Library/Frameworks/IrrFramework.framework/Versions/A/Headers/ "$(PROJECT_DIR)/../../" "$(PROJECT_DIR)/../../../lib/bullet/src" "$(PROJECT_DIR)/../../../lib/enet/include" /Library/Frameworks/fribidi.framework/Headers /Library/Frameworks/Ogg.framework/Headers /Library/Frameworks/Vorbis.framework/Headers /usr/local/include /usr/include
|
||||
|
||||
OTHER_CFLAGS = -Wall -DHAVE_OGGVORBIS=1 -DHAS_SOCKLEN_T -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_GLUT=1 -DHAVE_IRRLICHT=1 -DPACKAGE="\"supertuxkart\"" -D__MACOSX__=1 -DHAVE_RTT=0 -DENABLE_BIDI=1 -fvisibility=hidden -DENABLE_WIIUSE=1
|
||||
|
||||
OTHER_LDFLAGS = -lcurl
|
||||
LIBRARY_SEARCH_PATHS = /usr/lib /usr/local/lib
|
@@ -1,4 +0,0 @@
|
||||
find ./build/Release/ -name ".svn" -exec rm -rf '{}' > /dev/null \; 2> /dev/null
|
||||
find ./build/Release/ -name ".DS_Store" -exec rm -rf '{}' > /dev/null \; 2> /dev/null
|
||||
find ./build/Release/ -name "Makefile*" -exec rm -rf '{}' > /dev/null \; 2> /dev/null
|
||||
exit 0
|
@@ -1,35 +0,0 @@
|
||||
Basically 4 setups are included in the vc8-project:
|
||||
---------------------------------------------------
|
||||
The first one is the one currently used and supported,
|
||||
the others are more 'historical' and will be remove soon.
|
||||
|
||||
BulletDebug/BulletRelease:
|
||||
main setup (Debug/Relase) + BULLET
|
||||
The debug version links in the optimised bullet (and sdl and plib) versions, since i is assumed that
|
||||
mostly STK is being debugged, not everything. Using debug for everything creates a really slow executable.
|
||||
|
||||
ReplayDebug/ReplayRelease:
|
||||
main setup (Debug/Relase) + HAVE_GHOST_REPLAY
|
||||
|
||||
Debug/Release:
|
||||
main setup with openAL & vorbis: HAVE_OPENAL + HAVE_OGGVORBIS
|
||||
|
||||
PlibSoundDebug/PlibSoundRelease:
|
||||
no ogg-sound, no openAL, no vorbis, it is gonna be obsolete, when we move to OpenAL/ogg-vorbis completely
|
||||
|
||||
|
||||
Create these environment-vars pointing to the folders of your installations:
|
||||
----------------------------------------------------------------------------
|
||||
STK_LIB: pointing to a directory containing all libs
|
||||
STK_INCLUDE: pointing to a directory containing all header files.
|
||||
A separate package will be made available which contains all necessary windows
|
||||
files to compile STK. If you prefer to have the packages in separate
|
||||
directories, please add your directories to the paths in visual studio.
|
||||
|
||||
Add the folders of the runtime-dlls to the PATH-variable, this is what i had to put:
|
||||
(or copy the .dll files in the root directory of supertuxkart).
|
||||
|
||||
Remarks for OpenAL-installation:
|
||||
--------------------------------
|
||||
My version of OpenAL 1.1-SDK didn't put its includes in OpenAL/include/AL but in OpenAL/include.
|
||||
if yours did the same, create the folder OpenAL/include/AL and copy all the includes there.
|
@@ -1,43 +0,0 @@
|
||||
====================================================================================
|
||||
|
||||
Steps:
|
||||
* Go to src->ide->codeblocks and open "supertuxkart workspace" file.
|
||||
* Codeblocks should open automatically with 4 projects under the workspace.
|
||||
* Build all the 4 projects in the following order:
|
||||
1. enet
|
||||
2. bullet_lib
|
||||
3. Irricht
|
||||
4. Supertuxkart
|
||||
( You have to right click on each of the project in the project workspace
|
||||
and select "build")
|
||||
* Select target as "debug" for debug version and "release" for release version
|
||||
* To do this:
|
||||
1. Right-click and activate the project
|
||||
2. Go to "Build -> Select target" in the main menu and choose debug or release
|
||||
|
||||
* Make sure you have all the dependancy files extracted in root folder of stk
|
||||
( where you will find folders named src and data)
|
||||
* Your "dependancies" folder and the .dll files should be here
|
||||
|
||||
* Right-click and activate project "supertuxkart" and select
|
||||
a. Build and Run for release version
|
||||
b. Start Debugging for debug version
|
||||
|
||||
|
||||
[ If you get error "Irricht.dll" not found or problem in dynamic linking
|
||||
1. Go to "..\..\lib\Win32-gcc" and copy the "Irricht.dll" file to root folder
|
||||
* You will find this file after you have built you "Irricht" project ]
|
||||
====================================================================================
|
||||
|
||||
Dependancies:
|
||||
* Download "dependencies_for_0.8" and "dependencies_for_0.8_mingw"
|
||||
* Extract both in the root stk folder
|
||||
* In dependancies folder, cut everything from inside the include and lib folder
|
||||
and paste it inside the dependancies folder itself
|
||||
|
||||
* Also copy libwin2_32.a and libwinmm.a to dependancies folder
|
||||
|
||||
====================================================================================
|
||||
Tested on codeblocks 10.05 with mingw 4.4.1 compiler
|
||||
====================================================================================
|
||||
====================================================================================
|
@@ -1,352 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="bullet_lib" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="Debug\libbullet" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="Debug" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-Wno-ignored-qualifiers" />
|
||||
<Add option="-DBT_NO_PROFILE" />
|
||||
<Add option="-DHAVE_GLUT" />
|
||||
<Add directory="..\..\bullet\src" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\bullet\src" />
|
||||
</ResourceCompiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="Release\libbullet" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="Release" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Compiler>
|
||||
<Add option="-Wno-ignored-qualifiers" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-DBT_NO_PROFILE" />
|
||||
<Add option="-DHAVE_GLUT" />
|
||||
<Add directory="..\..\bullet\src" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\bullet\src" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add directory="..\..\..\lib\bullet\src" />
|
||||
</Compiler>
|
||||
<Unit filename="..\..\..\lib\bullet\src\Bullet-C-Api.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionConfiguration.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionMargin.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMaterial.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleInfoMap.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btBoxCollision.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btClipPolygon.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactMassUtil.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGeometryOperations.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btQuantization.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_array.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_basic_geometry_operations.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_bitset.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_collision.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_clip_polygon.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geom_types.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geometry.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_hash_table.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_linear_math.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_math.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_radixsort.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPointCollector.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Character\btCharacterControllerInterface.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConstraintSolver.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactSolverInfo.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btJacobianEntry.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverBody.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\Bullet-C-API.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btActionInterface.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDynamicsWorld.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btVehicleRaycaster.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btAabbUtil2.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btAlignedObjectArray.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btConvexHull.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btConvexHull.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btDefaultMotionState.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btGrahamScan2dConvexHull.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btHashMap.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btIDebugDraw.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btList.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btMatrix3x3.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btMinMax.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btMotionState.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btPoolAllocator.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btQuadWord.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btQuaternion.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btQuickprof.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btQuickprof.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btRandom.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btScalar.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btSerializer.cpp" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btSerializer.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btStackAlloc.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btTransform.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btTransformUtil.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\LinearMath\btVector3.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\btBulletCollisionCommon.h" />
|
||||
<Unit filename="..\..\..\lib\bullet\src\btBulletDynamicsCommon.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@@ -1 +0,0 @@
|
||||
# depslib dependency file v1.0
|
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.h" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1085" topLine="35" />
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@@ -1,97 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="enet" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="Debug\libenet" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="Debug" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-Wno-ignored-qualifiers" />
|
||||
<Add option="-DDEBUG" />
|
||||
<Add option="-DHAS_SOCKLEN_T" />
|
||||
<Add directory="..\..\enet\include" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\enet\include" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add library="winmm" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="Release\libenet" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="Release" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-Wno-ignored-qualifiers" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-DHAS_SOCKLEN_T" />
|
||||
<Add directory="..\..\enet\include" />
|
||||
</Compiler>
|
||||
<ResourceCompiler>
|
||||
<Add directory="..\..\enet\include" />
|
||||
</ResourceCompiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
<Add library="winmm" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add directory="..\..\..\lib\enet\include\" />
|
||||
</Compiler>
|
||||
<Unit filename="..\..\..\lib\enet\callbacks.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\compress.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\host.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\callbacks.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\enet.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\list.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\protocol.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\time.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\types.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\unix.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\utility.h" />
|
||||
<Unit filename="..\..\..\lib\enet\include\enet\win32.h" />
|
||||
<Unit filename="..\..\..\lib\enet\list.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\packet.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\peer.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\protocol.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\unix.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\lib\enet\win32.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@@ -1,85 +0,0 @@
|
||||
# depslib dependency file v1.0
|
||||
1300395742 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\callbacks.c
|
||||
"enet/enet.h"
|
||||
|
||||
1310445298 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\enet.h
|
||||
<stdlib.h>
|
||||
"enet/win32.h"
|
||||
"enet/unix.h"
|
||||
"enet/types.h"
|
||||
"enet/protocol.h"
|
||||
"enet/list.h"
|
||||
"enet/callbacks.h"
|
||||
|
||||
1300395742 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\win32.h
|
||||
<stdlib.h>
|
||||
<winsock2.h>
|
||||
|
||||
1300395742 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\unix.h
|
||||
<stdlib.h>
|
||||
<sys/time.h>
|
||||
<sys/types.h>
|
||||
<netinet/in.h>
|
||||
<unistd.h>
|
||||
|
||||
1235868408 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\types.h
|
||||
|
||||
1310445298 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\protocol.h
|
||||
"enet/types.h"
|
||||
|
||||
1300395742 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\list.h
|
||||
<stdlib.h>
|
||||
|
||||
1300395742 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\callbacks.h
|
||||
<stdlib.h>
|
||||
|
||||
1300395742 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\compress.c
|
||||
<string.h>
|
||||
"enet/enet.h"
|
||||
|
||||
1310444832 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\host.c
|
||||
<string.h>
|
||||
<time.h>
|
||||
"enet/enet.h"
|
||||
|
||||
1300395742 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\list.c
|
||||
"enet/enet.h"
|
||||
|
||||
1300395742 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\packet.c
|
||||
<string.h>
|
||||
"enet/enet.h"
|
||||
|
||||
1310444832 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\peer.c
|
||||
<string.h>
|
||||
"enet/enet.h"
|
||||
|
||||
1310444832 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\protocol.c
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"enet/utility.h"
|
||||
"enet/time.h"
|
||||
"enet/enet.h"
|
||||
|
||||
1235868408 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\utility.h
|
||||
|
||||
1235868408 d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\include\\enet\time.h
|
||||
|
||||
1323123324 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\unix.c
|
||||
<sys/types.h>
|
||||
<sys/socket.h>
|
||||
<sys/ioctl.h>
|
||||
<sys/time.h>
|
||||
<arpa/inet.h>
|
||||
<netdb.h>
|
||||
<unistd.h>
|
||||
<string.h>
|
||||
<errno.h>
|
||||
<time.h>
|
||||
"enet/enet.h"
|
||||
<fcntl.h>
|
||||
<sys/poll.h>
|
||||
|
||||
1331421418 source:d:\artifacts\projects\gsoc\gsoc2013\super tuxkart\trail2\supertuxkart-0.8\lib\enet\win32.c
|
||||
<time.h>
|
||||
"enet/enet.h"
|
||||
|
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="..\..\..\lib\enet\callbacks.c" open="0" top="0" tabpos="0">
|
||||
<Cursor position="87" topLine="0" />
|
||||
</File>
|
||||
<File name="..\..\..\lib\enet\win32.c" open="0" top="0" tabpos="1">
|
||||
<Cursor position="356" topLine="10" />
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@@ -1,684 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="supertuxkart" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output=".\..\..\..\supertuxkart_d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="Debug" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option projectIncludeDirsRelation="2" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-Wno-ignored-qualifiers" />
|
||||
<Add option="-DBT_NO_PROFILE" />
|
||||
<Add option="-DHAVE_OPENAL" />
|
||||
<Add option="-DHAVE_OGGVORBIS" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DNOMINMAX" />
|
||||
<Add option="-D_CRT_SECURE_NO_WARNINGS" />
|
||||
<Add option="-D_CRT_SECURE_NO_DEPRECATE" />
|
||||
<Add option="-DDEBUG" />
|
||||
<Add option="-DHAVE_GETTEXT" />
|
||||
<Add option="-DENABLE_NLS" />
|
||||
<Add option="-DHAVE_GLUT" />
|
||||
<Add option="-D_CRTDBG_MAP_ALLOC" />
|
||||
<Add option="-DLINUX" />
|
||||
<Add directory="..\..\..\lib\bullet\src" />
|
||||
<Add directory="..\..\..\lib\enet\include" />
|
||||
<Add directory="..\..\..\src" />
|
||||
<Add directory="..\..\..\dependencies" />
|
||||
<Add directory="..\..\..\dependencies\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="Debug\libbullet.a" />
|
||||
<Add library="Debug\libenet.a" />
|
||||
<Add library="winmm" />
|
||||
<Add library="ws2_32" />
|
||||
<Add library="opengl32" />
|
||||
<Add library="kernel32" />
|
||||
<Add library="user32" />
|
||||
<Add library="gdi32" />
|
||||
<Add library="advapi32" />
|
||||
<Add library="..\..\..\dependencies\alut.lib" />
|
||||
<Add library="..\..\..\dependencies\fribidi.lib" />
|
||||
<Add library="..\..\..\dependencies\Irrlicht.lib" />
|
||||
<Add library="..\..\..\dependencies\libcurl.a" />
|
||||
<Add library="..\..\..\dependencies\libcurl.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libcurl_imp.lib" />
|
||||
<Add library="..\..\..\dependencies\libfribidi.a" />
|
||||
<Add library="..\..\..\dependencies\libIrrlicht.a" />
|
||||
<Add library="..\..\..\dependencies\libIrrlicht.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libogg.a" />
|
||||
<Add library="..\..\..\dependencies\libogg.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libogg.lib" />
|
||||
<Add library="..\..\..\dependencies\libvorbis.a" />
|
||||
<Add library="..\..\..\dependencies\libvorbis.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libvorbis.lib" />
|
||||
<Add library="..\..\..\dependencies\libvorbisfile.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libvorbisfile.lib" />
|
||||
<Add library="..\..\..\dependencies\libwinmm.a" />
|
||||
<Add library="..\..\..\dependencies\libws2_32.a" />
|
||||
<Add library="..\..\..\dependencies\OpenAL32.lib" />
|
||||
<Add library="..\..\..\dependencies\openal32.soft.lib" />
|
||||
<Add library="..\..\..\dependencies\pthreadVC2.lib" />
|
||||
<Add directory="..\..\..\dependencies" />
|
||||
<Add directory="..\..\..\lib\bullet\src" />
|
||||
<Add directory="..\..\..\src" />
|
||||
<Add directory="..\..\..\lib\enet\include" />
|
||||
<Add directory="..\..\..\lib" />
|
||||
<Add directory="..\..\..\dependencies\irrlicht" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output=".\..\..\..\supertuxkart" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="Release" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-Wno-ignored-qualifiers" />
|
||||
<Add option="-DHAVE_OPENAL" />
|
||||
<Add option="-DHAVE_OGGVORBIS" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DNOMINMAX" />
|
||||
<Add option="-D_CRT_SECURE_NO_WARNINGS" />
|
||||
<Add option="-D_CRT_SECURE_NO_DEPRECATE" />
|
||||
<Add option="-DBT_NO_PROFILE" />
|
||||
<Add option="-DHAVE_GETTEXT" />
|
||||
<Add option="-DENABLE_NLS" />
|
||||
<Add option="-DHAVE_GLUT" />
|
||||
<Add option="-DHAVE_IRRLICHT" />
|
||||
<Add option="-DIRR_SVN" />
|
||||
<Add directory="..\..\..\src" />
|
||||
<Add directory="..\..\..\lib\bullet\src" />
|
||||
<Add directory="..\..\..\lib\enet\include" />
|
||||
<Add directory="..\..\..\dependencies" />
|
||||
<Add directory="..\..\..\dependencies\irrlicht" />
|
||||
<Add directory="..\..\..\" />
|
||||
</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 option="-s" />
|
||||
<Add library="Release\libbullet.a" />
|
||||
<Add library="Release\libenet.a" />
|
||||
<Add library="winmm" />
|
||||
<Add library="ws2_32" />
|
||||
<Add library="opengl32" />
|
||||
<Add library="kernel32" />
|
||||
<Add library="user32" />
|
||||
<Add library="gdi32" />
|
||||
<Add library="advapi32" />
|
||||
<Add library="..\..\..\dependencies\alut.lib" />
|
||||
<Add library="..\..\..\dependencies\fribidi.lib" />
|
||||
<Add library="..\..\..\dependencies\Irrlicht.lib" />
|
||||
<Add library="..\..\..\dependencies\libcurl.a" />
|
||||
<Add library="..\..\..\dependencies\libcurl.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libcurl_imp.lib" />
|
||||
<Add library="..\..\..\dependencies\libfribidi.a" />
|
||||
<Add library="..\..\..\dependencies\libIrrlicht.a" />
|
||||
<Add library="..\..\..\dependencies\libIrrlicht.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libogg.a" />
|
||||
<Add library="..\..\..\dependencies\libogg.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libogg.lib" />
|
||||
<Add library="..\..\..\dependencies\libvorbis.a" />
|
||||
<Add library="..\..\..\dependencies\libvorbis.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libvorbis.lib" />
|
||||
<Add library="..\..\..\dependencies\libvorbisfile.dll.a" />
|
||||
<Add library="..\..\..\dependencies\libvorbisfile.lib" />
|
||||
<Add library="..\..\..\dependencies\libwinmm.a" />
|
||||
<Add library="..\..\..\dependencies\libws2_32.a" />
|
||||
<Add library="..\..\..\dependencies\OpenAL32.lib" />
|
||||
<Add library="..\..\..\dependencies\openal32.soft.lib" />
|
||||
<Add library="..\..\..\dependencies\pthreadVC2.lib" />
|
||||
<Add directory="..\..\..\dependencies\" />
|
||||
<Add directory="..\..\..\lib\bullet\src" />
|
||||
<Add directory="..\..\..\src" />
|
||||
<Add directory="..\..\..\lib\enet\include" />
|
||||
<Add directory="..\..\..\dependencies\irrlicht" />
|
||||
<Add directory="..\..\..\dependencies" />
|
||||
<Add directory="..\..\..\lib" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add directory="\usr\include\irrlicht" />
|
||||
<Add directory="..\..\..\lib\irrlicht\include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add directory="Debug" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\addons\addon.cpp" />
|
||||
<Unit filename="..\..\addons\addon.hpp" />
|
||||
<Unit filename="..\..\addons\addons_manager.cpp" />
|
||||
<Unit filename="..\..\addons\addons_manager.hpp" />
|
||||
<Unit filename="..\..\addons\dummy_network_http.hpp" />
|
||||
<Unit filename="..\..\addons\inetwork_http.cpp" />
|
||||
<Unit filename="..\..\addons\inetwork_http.hpp" />
|
||||
<Unit filename="..\..\addons\network_http.cpp" />
|
||||
<Unit filename="..\..\addons\network_http.hpp" />
|
||||
<Unit filename="..\..\addons\news_manager.cpp" />
|
||||
<Unit filename="..\..\addons\news_manager.hpp" />
|
||||
<Unit filename="..\..\addons\request.cpp" />
|
||||
<Unit filename="..\..\addons\request.hpp" />
|
||||
<Unit filename="..\..\addons\zip.cpp" />
|
||||
<Unit filename="..\..\addons\zip.hpp" />
|
||||
<Unit filename="..\..\animations\animation_base.cpp" />
|
||||
<Unit filename="..\..\animations\animation_base.hpp" />
|
||||
<Unit filename="..\..\animations\billboard_animation.cpp" />
|
||||
<Unit filename="..\..\animations\billboard_animation.hpp" />
|
||||
<Unit filename="..\..\animations\ipo.cpp" />
|
||||
<Unit filename="..\..\animations\ipo.hpp" />
|
||||
<Unit filename="..\..\animations\three_d_animation.cpp" />
|
||||
<Unit filename="..\..\animations\three_d_animation.hpp" />
|
||||
<Unit filename="..\..\audio\dummy_sfx.hpp" />
|
||||
<Unit filename="..\..\audio\music.hpp" />
|
||||
<Unit filename="..\..\audio\music_dummy.hpp" />
|
||||
<Unit filename="..\..\audio\music_information.cpp" />
|
||||
<Unit filename="..\..\audio\music_information.hpp" />
|
||||
<Unit filename="..\..\audio\music_manager.cpp" />
|
||||
<Unit filename="..\..\audio\music_manager.hpp" />
|
||||
<Unit filename="..\..\audio\music_ogg.cpp" />
|
||||
<Unit filename="..\..\audio\music_ogg.hpp" />
|
||||
<Unit filename="..\..\audio\sfx_base.hpp" />
|
||||
<Unit filename="..\..\audio\sfx_buffer.cpp" />
|
||||
<Unit filename="..\..\audio\sfx_buffer.hpp" />
|
||||
<Unit filename="..\..\audio\sfx_manager.cpp" />
|
||||
<Unit filename="..\..\audio\sfx_manager.hpp" />
|
||||
<Unit filename="..\..\audio\sfx_openal.cpp" />
|
||||
<Unit filename="..\..\audio\sfx_openal.hpp" />
|
||||
<Unit filename="..\..\challenges\challenge.cpp" />
|
||||
<Unit filename="..\..\challenges\challenge.hpp" />
|
||||
<Unit filename="..\..\challenges\challenge_data.cpp" />
|
||||
<Unit filename="..\..\challenges\challenge_data.hpp" />
|
||||
<Unit filename="..\..\challenges\game_slot.cpp" />
|
||||
<Unit filename="..\..\challenges\game_slot.hpp" />
|
||||
<Unit filename="..\..\challenges\unlock_manager.cpp" />
|
||||
<Unit filename="..\..\challenges\unlock_manager.hpp" />
|
||||
<Unit filename="..\..\config\device_config.cpp" />
|
||||
<Unit filename="..\..\config\device_config.hpp" />
|
||||
<Unit filename="..\..\config\player.cpp" />
|
||||
<Unit filename="..\..\config\player.hpp" />
|
||||
<Unit filename="..\..\config\stk_config.cpp" />
|
||||
<Unit filename="..\..\config\stk_config.hpp" />
|
||||
<Unit filename="..\..\config\user_config.cpp" />
|
||||
<Unit filename="..\..\config\user_config.hpp" />
|
||||
<Unit filename="..\..\graphics\CBatchingMesh.cpp" />
|
||||
<Unit filename="..\..\graphics\CBatchingMesh.hpp" />
|
||||
<Unit filename="..\..\graphics\camera.cpp" />
|
||||
<Unit filename="..\..\graphics\camera.hpp" />
|
||||
<Unit filename="..\..\graphics\explosion.cpp" />
|
||||
<Unit filename="..\..\graphics\explosion.hpp" />
|
||||
<Unit filename="..\..\graphics\hardware_skinning.cpp" />
|
||||
<Unit filename="..\..\graphics\hardware_skinning.hpp" />
|
||||
<Unit filename="..\..\graphics\hit_effect.hpp" />
|
||||
<Unit filename="..\..\graphics\hit_sfx.cpp" />
|
||||
<Unit filename="..\..\graphics\hit_sfx.hpp" />
|
||||
<Unit filename="..\..\graphics\irr_driver.cpp" />
|
||||
<Unit filename="..\..\graphics\irr_driver.hpp" />
|
||||
<Unit filename="..\..\graphics\lod_node.cpp" />
|
||||
<Unit filename="..\..\graphics\lod_node.hpp" />
|
||||
<Unit filename="..\..\graphics\material.cpp" />
|
||||
<Unit filename="..\..\graphics\material.hpp" />
|
||||
<Unit filename="..\..\graphics\material_manager.cpp" />
|
||||
<Unit filename="..\..\graphics\material_manager.hpp" />
|
||||
<Unit filename="..\..\graphics\mesh_tools.cpp" />
|
||||
<Unit filename="..\..\graphics\mesh_tools.hpp" />
|
||||
<Unit filename="..\..\graphics\moving_texture.cpp" />
|
||||
<Unit filename="..\..\graphics\moving_texture.hpp" />
|
||||
<Unit filename="..\..\graphics\particle_emitter.cpp" />
|
||||
<Unit filename="..\..\graphics\particle_emitter.hpp" />
|
||||
<Unit filename="..\..\graphics\particle_kind.cpp" />
|
||||
<Unit filename="..\..\graphics\particle_kind.hpp" />
|
||||
<Unit filename="..\..\graphics\particle_kind_manager.cpp" />
|
||||
<Unit filename="..\..\graphics\particle_kind_manager.hpp" />
|
||||
<Unit filename="..\..\graphics\per_camera_node.cpp" />
|
||||
<Unit filename="..\..\graphics\per_camera_node.hpp" />
|
||||
<Unit filename="..\..\graphics\post_processing.cpp" />
|
||||
<Unit filename="..\..\graphics\post_processing.hpp" />
|
||||
<Unit filename="..\..\graphics\rain.cpp" />
|
||||
<Unit filename="..\..\graphics\rain.hpp" />
|
||||
<Unit filename="..\..\graphics\referee.cpp" />
|
||||
<Unit filename="..\..\graphics\referee.hpp" />
|
||||
<Unit filename="..\..\graphics\shadow.cpp" />
|
||||
<Unit filename="..\..\graphics\shadow.hpp" />
|
||||
<Unit filename="..\..\graphics\show_curve.cpp" />
|
||||
<Unit filename="..\..\graphics\show_curve.hpp" />
|
||||
<Unit filename="..\..\graphics\skid_marks.cpp" />
|
||||
<Unit filename="..\..\graphics\skid_marks.hpp" />
|
||||
<Unit filename="..\..\graphics\slip_stream.cpp" />
|
||||
<Unit filename="..\..\graphics\slip_stream.hpp" />
|
||||
<Unit filename="..\..\graphics\stars.cpp" />
|
||||
<Unit filename="..\..\graphics\stars.hpp" />
|
||||
<Unit filename="..\..\guiengine\CGUISpriteBank.cpp" />
|
||||
<Unit filename="..\..\guiengine\CGUISpriteBank.h" />
|
||||
<Unit filename="..\..\guiengine\abstract_state_manager.cpp" />
|
||||
<Unit filename="..\..\guiengine\abstract_state_manager.hpp" />
|
||||
<Unit filename="..\..\guiengine\abstract_top_level_container.cpp" />
|
||||
<Unit filename="..\..\guiengine\abstract_top_level_container.hpp" />
|
||||
<Unit filename="..\..\guiengine\engine.cpp" />
|
||||
<Unit filename="..\..\guiengine\engine.hpp" />
|
||||
<Unit filename="..\..\guiengine\event_handler.cpp" />
|
||||
<Unit filename="..\..\guiengine\event_handler.hpp" />
|
||||
<Unit filename="..\..\guiengine\layout_manager.cpp" />
|
||||
<Unit filename="..\..\guiengine\layout_manager.hpp" />
|
||||
<Unit filename="..\..\guiengine\modaldialog.cpp" />
|
||||
<Unit filename="..\..\guiengine\modaldialog.hpp" />
|
||||
<Unit filename="..\..\guiengine\scalable_font.cpp" />
|
||||
<Unit filename="..\..\guiengine\scalable_font.hpp" />
|
||||
<Unit filename="..\..\guiengine\screen.cpp" />
|
||||
<Unit filename="..\..\guiengine\screen.hpp" />
|
||||
<Unit filename="..\..\guiengine\screen_loader.cpp" />
|
||||
<Unit filename="..\..\guiengine\skin.cpp" />
|
||||
<Unit filename="..\..\guiengine\skin.hpp" />
|
||||
<Unit filename="..\..\guiengine\widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\CGUIEditBox.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\CGUIEditBox.h" />
|
||||
<Unit filename="..\..\guiengine\widgets\bubble_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\bubble_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\button_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\button_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\check_box_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\check_box_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\dynamic_ribbon_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\dynamic_ribbon_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\icon_button_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\icon_button_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\label_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\label_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\list_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\list_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\model_view_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\model_view_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\progress_bar_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\progress_bar_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\ribbon_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\ribbon_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\spinner_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\spinner_widget.hpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\text_box_widget.cpp" />
|
||||
<Unit filename="..\..\guiengine\widgets\text_box_widget.hpp" />
|
||||
<Unit filename="..\..\input\binding.cpp" />
|
||||
<Unit filename="..\..\input\binding.hpp" />
|
||||
<Unit filename="..\..\input\device_manager.cpp" />
|
||||
<Unit filename="..\..\input\device_manager.hpp" />
|
||||
<Unit filename="..\..\input\input.hpp" />
|
||||
<Unit filename="..\..\input\input_device.cpp" />
|
||||
<Unit filename="..\..\input\input_device.hpp" />
|
||||
<Unit filename="..\..\input\input_manager.cpp" />
|
||||
<Unit filename="..\..\input\input_manager.hpp" />
|
||||
<Unit filename="..\..\input\wiimote_manager.cpp" />
|
||||
<Unit filename="..\..\input\wiimote_manager.hpp" />
|
||||
<Unit filename="..\..\io\file_manager.cpp" />
|
||||
<Unit filename="..\..\io\file_manager.hpp" />
|
||||
<Unit filename="..\..\io\xml_node.cpp" />
|
||||
<Unit filename="..\..\io\xml_node.hpp" />
|
||||
<Unit filename="..\..\io\xml_writer.cpp" />
|
||||
<Unit filename="..\..\io\xml_writer.hpp" />
|
||||
<Unit filename="..\..\items\attachment.cpp" />
|
||||
<Unit filename="..\..\items\attachment.hpp" />
|
||||
<Unit filename="..\..\items\attachment_manager.cpp" />
|
||||
<Unit filename="..\..\items\attachment_manager.hpp" />
|
||||
<Unit filename="..\..\items\attachment_plugin.hpp" />
|
||||
<Unit filename="..\..\items\bowling.cpp" />
|
||||
<Unit filename="..\..\items\bowling.hpp" />
|
||||
<Unit filename="..\..\items\cake.cpp" />
|
||||
<Unit filename="..\..\items\cake.hpp" />
|
||||
<Unit filename="..\..\items\flyable.cpp" />
|
||||
<Unit filename="..\..\items\flyable.hpp" />
|
||||
<Unit filename="..\..\items\item.cpp" />
|
||||
<Unit filename="..\..\items\item.hpp" />
|
||||
<Unit filename="..\..\items\item_manager.cpp" />
|
||||
<Unit filename="..\..\items\item_manager.hpp" />
|
||||
<Unit filename="..\..\items\plunger.cpp" />
|
||||
<Unit filename="..\..\items\plunger.hpp" />
|
||||
<Unit filename="..\..\items\powerup.cpp" />
|
||||
<Unit filename="..\..\items\powerup.hpp" />
|
||||
<Unit filename="..\..\items\powerup_manager.cpp" />
|
||||
<Unit filename="..\..\items\powerup_manager.hpp" />
|
||||
<Unit filename="..\..\items\projectile_manager.cpp" />
|
||||
<Unit filename="..\..\items\projectile_manager.hpp" />
|
||||
<Unit filename="..\..\items\rubber_ball.cpp" />
|
||||
<Unit filename="..\..\items\rubber_ball.hpp" />
|
||||
<Unit filename="..\..\items\rubber_band.cpp" />
|
||||
<Unit filename="..\..\items\rubber_band.hpp" />
|
||||
<Unit filename="..\..\items\swatter.cpp" />
|
||||
<Unit filename="..\..\items\swatter.hpp" />
|
||||
<Unit filename="..\..\karts\abstract_kart.cpp" />
|
||||
<Unit filename="..\..\karts\abstract_kart.hpp" />
|
||||
<Unit filename="..\..\karts\abstract_kart_animation.cpp" />
|
||||
<Unit filename="..\..\karts\abstract_kart_animation.hpp" />
|
||||
<Unit filename="..\..\karts\cannon_animation.cpp" />
|
||||
<Unit filename="..\..\karts\cannon_animation.hpp" />
|
||||
<Unit filename="..\..\karts\controller\ai_base_controller.cpp" />
|
||||
<Unit filename="..\..\karts\controller\ai_base_controller.hpp" />
|
||||
<Unit filename="..\..\karts\controller\ai_properties.cpp" />
|
||||
<Unit filename="..\..\karts\controller\ai_properties.hpp" />
|
||||
<Unit filename="..\..\karts\controller\controller.cpp" />
|
||||
<Unit filename="..\..\karts\controller\controller.hpp" />
|
||||
<Unit filename="..\..\karts\controller\end_controller.cpp" />
|
||||
<Unit filename="..\..\karts\controller\end_controller.hpp" />
|
||||
<Unit filename="..\..\karts\controller\kart_control.hpp" />
|
||||
<Unit filename="..\..\karts\controller\player_controller.cpp" />
|
||||
<Unit filename="..\..\karts\controller\player_controller.hpp" />
|
||||
<Unit filename="..\..\karts\controller\skidding_ai.cpp" />
|
||||
<Unit filename="..\..\karts\controller\skidding_ai.hpp" />
|
||||
<Unit filename="..\..\karts\explosion_animation.cpp" />
|
||||
<Unit filename="..\..\karts\explosion_animation.hpp" />
|
||||
<Unit filename="..\..\karts\ghost_kart.cpp" />
|
||||
<Unit filename="..\..\karts\ghost_kart.hpp" />
|
||||
<Unit filename="..\..\karts\kart.cpp" />
|
||||
<Unit filename="..\..\karts\kart.hpp" />
|
||||
<Unit filename="..\..\karts\kart_gfx.cpp" />
|
||||
<Unit filename="..\..\karts\kart_gfx.hpp" />
|
||||
<Unit filename="..\..\karts\kart_model.cpp" />
|
||||
<Unit filename="..\..\karts\kart_model.hpp" />
|
||||
<Unit filename="..\..\karts\kart_properties.cpp" />
|
||||
<Unit filename="..\..\karts\kart_properties.hpp" />
|
||||
<Unit filename="..\..\karts\kart_properties_manager.cpp" />
|
||||
<Unit filename="..\..\karts\kart_properties_manager.hpp" />
|
||||
<Unit filename="..\..\karts\kart_with_stats.cpp" />
|
||||
<Unit filename="..\..\karts\kart_with_stats.hpp" />
|
||||
<Unit filename="..\..\karts\max_speed.cpp" />
|
||||
<Unit filename="..\..\karts\max_speed.hpp" />
|
||||
<Unit filename="..\..\karts\moveable.cpp" />
|
||||
<Unit filename="..\..\karts\moveable.hpp" />
|
||||
<Unit filename="..\..\karts\rescue_animation.cpp" />
|
||||
<Unit filename="..\..\karts\rescue_animation.hpp" />
|
||||
<Unit filename="..\..\karts\skidding.cpp" />
|
||||
<Unit filename="..\..\karts\skidding.hpp" />
|
||||
<Unit filename="..\..\karts\skidding_properties.cpp" />
|
||||
<Unit filename="..\..\karts\skidding_properties.hpp" />
|
||||
<Unit filename="..\..\main.cpp" />
|
||||
<Unit filename="..\..\main_loop.cpp" />
|
||||
<Unit filename="..\..\main_loop.hpp" />
|
||||
<Unit filename="..\..\modes\cutscene_world.cpp" />
|
||||
<Unit filename="..\..\modes\cutscene_world.hpp" />
|
||||
<Unit filename="..\..\modes\demo_world.cpp" />
|
||||
<Unit filename="..\..\modes\demo_world.hpp" />
|
||||
<Unit filename="..\..\modes\follow_the_leader.cpp" />
|
||||
<Unit filename="..\..\modes\follow_the_leader.hpp" />
|
||||
<Unit filename="..\..\modes\game_tutorial.cpp" />
|
||||
<Unit filename="..\..\modes\game_tutorial.hpp" />
|
||||
<Unit filename="..\..\modes\linear_world.cpp" />
|
||||
<Unit filename="..\..\modes\linear_world.hpp" />
|
||||
<Unit filename="..\..\modes\overworld.cpp" />
|
||||
<Unit filename="..\..\modes\overworld.hpp" />
|
||||
<Unit filename="..\..\modes\profile_world.cpp" />
|
||||
<Unit filename="..\..\modes\profile_world.hpp" />
|
||||
<Unit filename="..\..\modes\standard_race.cpp" />
|
||||
<Unit filename="..\..\modes\standard_race.hpp" />
|
||||
<Unit filename="..\..\modes\three_strikes_battle.cpp" />
|
||||
<Unit filename="..\..\modes\three_strikes_battle.hpp" />
|
||||
<Unit filename="..\..\modes\tutorial_race.cpp" />
|
||||
<Unit filename="..\..\modes\tutorial_race.hpp" />
|
||||
<Unit filename="..\..\modes\world.cpp" />
|
||||
<Unit filename="..\..\modes\world.hpp" />
|
||||
<Unit filename="..\..\modes\world_status.cpp" />
|
||||
<Unit filename="..\..\modes\world_status.hpp" />
|
||||
<Unit filename="..\..\modes\world_with_rank.cpp" />
|
||||
<Unit filename="..\..\modes\world_with_rank.hpp" />
|
||||
<Unit filename="..\..\network\character_confirm_message.hpp" />
|
||||
<Unit filename="..\..\network\character_info_message.hpp" />
|
||||
<Unit filename="..\..\network\character_selected_message.hpp" />
|
||||
<Unit filename="..\..\network\connect_message.cpp" />
|
||||
<Unit filename="..\..\network\connect_message.hpp" />
|
||||
<Unit filename="..\..\network\flyable_info.hpp" />
|
||||
<Unit filename="..\..\network\item_info.hpp" />
|
||||
<Unit filename="..\..\network\kart_control_message.cpp" />
|
||||
<Unit filename="..\..\network\kart_control_message.hpp" />
|
||||
<Unit filename="..\..\network\kart_update_message.cpp" />
|
||||
<Unit filename="..\..\network\kart_update_message.hpp" />
|
||||
<Unit filename="..\..\network\message.cpp" />
|
||||
<Unit filename="..\..\network\message.hpp" />
|
||||
<Unit filename="..\..\network\network_kart.cpp" />
|
||||
<Unit filename="..\..\network\network_kart.hpp" />
|
||||
<Unit filename="..\..\network\network_manager.cpp" />
|
||||
<Unit filename="..\..\network\network_manager.hpp" />
|
||||
<Unit filename="..\..\network\num_players_message.hpp" />
|
||||
<Unit filename="..\..\network\race_info_message.cpp" />
|
||||
<Unit filename="..\..\network\race_info_message.hpp" />
|
||||
<Unit filename="..\..\network\race_result_ack_message.hpp" />
|
||||
<Unit filename="..\..\network\race_result_message.cpp" />
|
||||
<Unit filename="..\..\network\race_result_message.hpp" />
|
||||
<Unit filename="..\..\network\race_start_message.hpp" />
|
||||
<Unit filename="..\..\network\race_state.cpp" />
|
||||
<Unit filename="..\..\network\race_state.hpp" />
|
||||
<Unit filename="..\..\network\remote_kart_info.hpp" />
|
||||
<Unit filename="..\..\network\world_loaded_message.hpp" />
|
||||
<Unit filename="..\..\physics\btKart.cpp" />
|
||||
<Unit filename="..\..\physics\btKart.hpp" />
|
||||
<Unit filename="..\..\physics\btKartRaycast.cpp" />
|
||||
<Unit filename="..\..\physics\btKartRaycast.hpp" />
|
||||
<Unit filename="..\..\physics\btUprightConstraint.cpp" />
|
||||
<Unit filename="..\..\physics\btUprightConstraint.hpp" />
|
||||
<Unit filename="..\..\physics\irr_debug_drawer.cpp" />
|
||||
<Unit filename="..\..\physics\irr_debug_drawer.hpp" />
|
||||
<Unit filename="..\..\physics\kart_motion_state.hpp" />
|
||||
<Unit filename="..\..\physics\physical_object.cpp" />
|
||||
<Unit filename="..\..\physics\physical_object.hpp" />
|
||||
<Unit filename="..\..\physics\physics.cpp" />
|
||||
<Unit filename="..\..\physics\physics.hpp" />
|
||||
<Unit filename="..\..\physics\stk_dynamics_world.hpp" />
|
||||
<Unit filename="..\..\physics\triangle_mesh.cpp" />
|
||||
<Unit filename="..\..\physics\triangle_mesh.hpp" />
|
||||
<Unit filename="..\..\physics\user_pointer.hpp" />
|
||||
<Unit filename="..\..\race\grand_prix_data.cpp" />
|
||||
<Unit filename="..\..\race\grand_prix_data.hpp" />
|
||||
<Unit filename="..\..\race\grand_prix_manager.cpp" />
|
||||
<Unit filename="..\..\race\grand_prix_manager.hpp" />
|
||||
<Unit filename="..\..\race\highscore_manager.cpp" />
|
||||
<Unit filename="..\..\race\highscore_manager.hpp" />
|
||||
<Unit filename="..\..\race\highscores.cpp" />
|
||||
<Unit filename="..\..\race\highscores.hpp" />
|
||||
<Unit filename="..\..\race\history.cpp" />
|
||||
<Unit filename="..\..\race\history.hpp" />
|
||||
<Unit filename="..\..\race\race_manager.cpp" />
|
||||
<Unit filename="..\..\race\race_manager.hpp" />
|
||||
<Unit filename="..\..\replay\replay_base.cpp" />
|
||||
<Unit filename="..\..\replay\replay_base.hpp" />
|
||||
<Unit filename="..\..\replay\replay_play.cpp" />
|
||||
<Unit filename="..\..\replay\replay_play.hpp" />
|
||||
<Unit filename="..\..\replay\replay_recorder.cpp" />
|
||||
<Unit filename="..\..\replay\replay_recorder.hpp" />
|
||||
<Unit filename="..\..\states_screens\addons_screen.cpp" />
|
||||
<Unit filename="..\..\states_screens\addons_screen.hpp" />
|
||||
<Unit filename="..\..\states_screens\arenas_screen.cpp" />
|
||||
<Unit filename="..\..\states_screens\arenas_screen.hpp" />
|
||||
<Unit filename="..\..\states_screens\credits.cpp" />
|
||||
<Unit filename="..\..\states_screens\credits.hpp" />
|
||||
<Unit filename="..\..\states_screens\cutscene_gui.cpp" />
|
||||
<Unit filename="..\..\states_screens\cutscene_gui.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\add_device_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\add_device_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\addons_loading.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\addons_loading.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\confirm_resolution_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\confirm_resolution_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\custom_video_settings.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\custom_video_settings.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\enter_player_name_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\enter_player_name_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\gp_info_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\gp_info_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\message_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\message_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\player_info_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\player_info_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\press_a_key_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\press_a_key_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\race_over_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\race_over_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\race_paused_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\race_paused_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\select_challenge.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\select_challenge.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\story_mode_new.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\story_mode_new.hpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\track_info_dialog.cpp" />
|
||||
<Unit filename="..\..\states_screens\dialogs\track_info_dialog.hpp" />
|
||||
<Unit filename="..\..\states_screens\feature_unlocked.cpp" />
|
||||
<Unit filename="..\..\states_screens\feature_unlocked.hpp" />
|
||||
<Unit filename="..\..\states_screens\grand_prix_lose.cpp" />
|
||||
<Unit filename="..\..\states_screens\grand_prix_lose.hpp" />
|
||||
<Unit filename="..\..\states_screens\grand_prix_win.cpp" />
|
||||
<Unit filename="..\..\states_screens\grand_prix_win.hpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_1.cpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_1.hpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_2.cpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_2.hpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_3.cpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_3.hpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_4.cpp" />
|
||||
<Unit filename="..\..\states_screens\help_screen_4.hpp" />
|
||||
<Unit filename="..\..\states_screens\kart_selection.cpp" />
|
||||
<Unit filename="..\..\states_screens\kart_selection.hpp" />
|
||||
<Unit filename="..\..\states_screens\main_menu_screen.cpp" />
|
||||
<Unit filename="..\..\states_screens\main_menu_screen.hpp" />
|
||||
<Unit filename="..\..\states_screens\minimal_race_gui.cpp" />
|
||||
<Unit filename="..\..\states_screens\minimal_race_gui.hpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_audio.cpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_audio.hpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_input.cpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_input.hpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_input2.cpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_input2.hpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_players.cpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_players.hpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_ui.cpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_ui.hpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_video.cpp" />
|
||||
<Unit filename="..\..\states_screens\options_screen_video.hpp" />
|
||||
<Unit filename="..\..\states_screens\race_gui.cpp" />
|
||||
<Unit filename="..\..\states_screens\race_gui.hpp" />
|
||||
<Unit filename="..\..\states_screens\race_gui_base.cpp" />
|
||||
<Unit filename="..\..\states_screens\race_gui_base.hpp" />
|
||||
<Unit filename="..\..\states_screens\race_gui_overworld.cpp" />
|
||||
<Unit filename="..\..\states_screens\race_gui_overworld.hpp" />
|
||||
<Unit filename="..\..\states_screens\race_result_gui.cpp" />
|
||||
<Unit filename="..\..\states_screens\race_result_gui.hpp" />
|
||||
<Unit filename="..\..\states_screens\race_setup_screen.cpp" />
|
||||
<Unit filename="..\..\states_screens\race_setup_screen.hpp" />
|
||||
<Unit filename="..\..\states_screens\state_manager.cpp" />
|
||||
<Unit filename="..\..\states_screens\state_manager.hpp" />
|
||||
<Unit filename="..\..\states_screens\story_mode_lobby.cpp" />
|
||||
<Unit filename="..\..\states_screens\story_mode_lobby.hpp" />
|
||||
<Unit filename="..\..\states_screens\tracks_screen.cpp" />
|
||||
<Unit filename="..\..\states_screens\tracks_screen.hpp" />
|
||||
<Unit filename="..\..\states_screens\tutorial_screen.cpp" />
|
||||
<Unit filename="..\..\states_screens\tutorial_screen.hpp" />
|
||||
<Unit filename="..\..\tinygettext\dictionary.cpp" />
|
||||
<Unit filename="..\..\tinygettext\dictionary.hpp" />
|
||||
<Unit filename="..\..\tinygettext\dictionary_manager.cpp" />
|
||||
<Unit filename="..\..\tinygettext\dictionary_manager.hpp" />
|
||||
<Unit filename="..\..\tinygettext\file_system.hpp" />
|
||||
<Unit filename="..\..\tinygettext\iconv.cpp" />
|
||||
<Unit filename="..\..\tinygettext\iconv.hpp" />
|
||||
<Unit filename="..\..\tinygettext\language.cpp" />
|
||||
<Unit filename="..\..\tinygettext\language.hpp" />
|
||||
<Unit filename="..\..\tinygettext\log.cpp" />
|
||||
<Unit filename="..\..\tinygettext\log.hpp" />
|
||||
<Unit filename="..\..\tinygettext\log_stream.hpp" />
|
||||
<Unit filename="..\..\tinygettext\plural_forms.cpp" />
|
||||
<Unit filename="..\..\tinygettext\plural_forms.hpp" />
|
||||
<Unit filename="..\..\tinygettext\po_parser.cpp" />
|
||||
<Unit filename="..\..\tinygettext\po_parser.hpp" />
|
||||
<Unit filename="..\..\tinygettext\stk_file_system.cpp" />
|
||||
<Unit filename="..\..\tinygettext\stk_file_system.hpp" />
|
||||
<Unit filename="..\..\tinygettext\tinygettext.cpp" />
|
||||
<Unit filename="..\..\tinygettext\tinygettext.hpp" />
|
||||
<Unit filename="..\..\tracks\ambient_light_sphere.cpp" />
|
||||
<Unit filename="..\..\tracks\ambient_light_sphere.hpp" />
|
||||
<Unit filename="..\..\tracks\bezier_curve.cpp" />
|
||||
<Unit filename="..\..\tracks\bezier_curve.hpp" />
|
||||
<Unit filename="..\..\tracks\check_cannon.cpp" />
|
||||
<Unit filename="..\..\tracks\check_cannon.hpp" />
|
||||
<Unit filename="..\..\tracks\check_lap.cpp" />
|
||||
<Unit filename="..\..\tracks\check_lap.hpp" />
|
||||
<Unit filename="..\..\tracks\check_line.cpp" />
|
||||
<Unit filename="..\..\tracks\check_line.hpp" />
|
||||
<Unit filename="..\..\tracks\check_manager.cpp" />
|
||||
<Unit filename="..\..\tracks\check_manager.hpp" />
|
||||
<Unit filename="..\..\tracks\check_sphere.cpp" />
|
||||
<Unit filename="..\..\tracks\check_sphere.hpp" />
|
||||
<Unit filename="..\..\tracks\check_structure.cpp" />
|
||||
<Unit filename="..\..\tracks\check_structure.hpp" />
|
||||
<Unit filename="..\..\tracks\graph_node.cpp" />
|
||||
<Unit filename="..\..\tracks\graph_node.hpp" />
|
||||
<Unit filename="..\..\tracks\lod_node_loader.cpp" />
|
||||
<Unit filename="..\..\tracks\lod_node_loader.hpp" />
|
||||
<Unit filename="..\..\tracks\quad.cpp" />
|
||||
<Unit filename="..\..\tracks\quad.hpp" />
|
||||
<Unit filename="..\..\tracks\quad_graph.cpp" />
|
||||
<Unit filename="..\..\tracks\quad_graph.hpp" />
|
||||
<Unit filename="..\..\tracks\quad_set.cpp" />
|
||||
<Unit filename="..\..\tracks\quad_set.hpp" />
|
||||
<Unit filename="..\..\tracks\terrain_info.cpp" />
|
||||
<Unit filename="..\..\tracks\terrain_info.hpp" />
|
||||
<Unit filename="..\..\tracks\track.cpp" />
|
||||
<Unit filename="..\..\tracks\track.hpp" />
|
||||
<Unit filename="..\..\tracks\track_manager.cpp" />
|
||||
<Unit filename="..\..\tracks\track_manager.hpp" />
|
||||
<Unit filename="..\..\tracks\track_object.cpp" />
|
||||
<Unit filename="..\..\tracks\track_object.hpp" />
|
||||
<Unit filename="..\..\tracks\track_object_manager.cpp" />
|
||||
<Unit filename="..\..\tracks\track_object_manager.hpp" />
|
||||
<Unit filename="..\..\tracks\track_sector.cpp" />
|
||||
<Unit filename="..\..\tracks\track_sector.hpp" />
|
||||
<Unit filename="..\..\tutorial\tutorial.cpp" />
|
||||
<Unit filename="..\..\tutorial\tutorial.hpp" />
|
||||
<Unit filename="..\..\tutorial\tutorial_data.cpp" />
|
||||
<Unit filename="..\..\tutorial\tutorial_data.hpp" />
|
||||
<Unit filename="..\..\tutorial\tutorial_manager.cpp" />
|
||||
<Unit filename="..\..\tutorial\tutorial_manager.hpp" />
|
||||
<Unit filename="..\..\utils\aligned_array.hpp" />
|
||||
<Unit filename="..\..\utils\constants.cpp" />
|
||||
<Unit filename="..\..\utils\constants.hpp" />
|
||||
<Unit filename="..\..\utils\cpp2011.h" />
|
||||
<Unit filename="..\..\utils\interpolation_array.hpp" />
|
||||
<Unit filename="..\..\utils\leak_check.cpp" />
|
||||
<Unit filename="..\..\utils\leak_check.hpp" />
|
||||
<Unit filename="..\..\utils\no_copy.hpp" />
|
||||
<Unit filename="..\..\utils\profiler.cpp" />
|
||||
<Unit filename="..\..\utils\profiler.hpp" />
|
||||
<Unit filename="..\..\utils\ptr_vector.hpp" />
|
||||
<Unit filename="..\..\utils\random_generator.cpp" />
|
||||
<Unit filename="..\..\utils\random_generator.hpp" />
|
||||
<Unit filename="..\..\utils\string_utils.cpp" />
|
||||
<Unit filename="..\..\utils\string_utils.hpp" />
|
||||
<Unit filename="..\..\utils\synchronised.hpp" />
|
||||
<Unit filename="..\..\utils\time.hpp" />
|
||||
<Unit filename="..\..\utils\translation.cpp" />
|
||||
<Unit filename="..\..\utils\translation.hpp" />
|
||||
<Unit filename="..\..\utils\utf8.h" />
|
||||
<Unit filename="..\..\utils\utf8\checked.h" />
|
||||
<Unit filename="..\..\utils\utf8\core.h" />
|
||||
<Unit filename="..\..\utils\utf8\unchecked.h" />
|
||||
<Unit filename="..\..\utils\vec3.cpp" />
|
||||
<Unit filename="..\..\utils\vec3.hpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release" />
|
||||
<File name="..\..\audio\music_ogg.cpp" open="0" top="0" tabpos="3">
|
||||
<Cursor position="0" topLine="0" />
|
||||
</File>
|
||||
<File name="..\..\graphics\irr_driver.cpp" open="0" top="0" tabpos="2">
|
||||
<Cursor position="2864" topLine="112" />
|
||||
</File>
|
||||
<File name="..\..\input\device_manager.cpp" open="0" top="0" tabpos="1">
|
||||
<Cursor position="0" topLine="0" />
|
||||
</File>
|
||||
<File name="..\..\io\xml_node.cpp" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1547" topLine="45" />
|
||||
</File>
|
||||
<File name="..\..\main.cpp" open="1" top="1" tabpos="0">
|
||||
<Cursor position="0" topLine="0" />
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_file>
|
||||
<Workspace title="supertuxkart workspace">
|
||||
<Project filename="supertuxkart.cbp" />
|
||||
<Project filename="../../../lib/irrlicht/source/Irrlicht/Irrlicht-gcc.cbp" />
|
||||
<Project filename="bullet_lib.cbp" />
|
||||
<Project filename="enet.cbp" active="1" />
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
@@ -1,448 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="debug|Win32">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="debug|x64">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}</ProjectGuid>
|
||||
<RootNamespace>bullet_lib</RootNamespace>
|
||||
<Keyword>ManagedCProj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
<Reference Include="System.Data">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\Bullet-C-API.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btConvexHull.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btQuickprof.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btSerializer.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\btBulletCollisionCommon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\btBulletDynamicsCommon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionConfiguration.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionMargin.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMaterial.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleInfoMap.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btBoxCollision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btClipPolygon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGeometryOperations.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactMassUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btQuantization.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_array.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_basic_geometry_operations.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_bitset.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_collision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_clip_polygon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geometry.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geom_types.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_hash_table.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_linear_math.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_math.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_radixsort.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPointCollector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btCharacterControllerInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConstraintSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactSolverInfo.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btJacobianEntry.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverBody.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btActionInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btVehicleRaycaster.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAabbUtil2.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAlignedObjectArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btConvexHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btDefaultMotionState.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btGrahamScan2dConvexHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btHashMap.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btIDebugDraw.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btList.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMatrix3x3.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMinMax.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMotionState.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btPoolAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuadWord.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuaternion.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuickprof.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btRandom.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btScalar.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btSerializer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btStackAlloc.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btTransform.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btTransformUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btVector3.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@@ -1,160 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="debug|Win32">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="debug|x64">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}</ProjectGuid>
|
||||
<RootNamespace>enet</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\lib\enet\callbacks.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\compress.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\host.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\list.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\packet.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\peer.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\protocol.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\unix.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\win32.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\include\enet\callbacks.h" />
|
||||
<ClInclude Include="..\include\enet\enet.h" />
|
||||
<ClInclude Include="..\include\enet\list.h" />
|
||||
<ClInclude Include="..\include\enet\protocol.h" />
|
||||
<ClInclude Include="..\include\enet\time.h" />
|
||||
<ClInclude Include="..\include\enet\types.h" />
|
||||
<ClInclude Include="..\include\enet\unix.h" />
|
||||
<ClInclude Include="..\include\enet\utility.h" />
|
||||
<ClInclude Include="..\include\enet\win32.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@@ -1,74 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual C++ Express 2010
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "supertuxkart", "supertuxkart.vcxproj", "{B1BC2764-1A43-4800-A654-788B0D05EDA2}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bullet_lib", "bullet_lib.vcxproj", "{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enet", "enet.vcxproj", "{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "..\..\..\lib\irrlicht\source\Irrlicht\Irrlicht10.0.vcxproj", "{E08E042A-6C45-411B-92BE-3CC31331019F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
debug|experimental_x64 = debug|experimental_x64
|
||||
debug|Win32 = debug|Win32
|
||||
Release - Fast FPU|experimental_x64 = Release - Fast FPU|experimental_x64
|
||||
Release - Fast FPU|Win32 = Release - Fast FPU|Win32
|
||||
Release|experimental_x64 = Release|experimental_x64
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|Win32.Build.0 = debug|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|Win32.Build.0 = debug|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|Win32.Build.0 = debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.Build.0 = Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|experimental_x64.ActiveCfg = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|experimental_x64.Build.0 = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|Win32.ActiveCfg = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|Win32.Build.0 = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|experimental_x64.ActiveCfg = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|experimental_x64.Build.0 = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|experimental_x64.ActiveCfg = Static lib - Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|experimental_x64.Build.0 = Static lib - Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.ActiveCfg = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.Build.0 = Static lib - Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
@@ -1,744 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="debug|Win32">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="debug|x64">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{B1BC2764-1A43-4800-A654-788B0D05EDA2}</ProjectGuid>
|
||||
<RootNamespace>supertuxkart</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v100</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\../</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\../</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">..\..\../</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">..\..\../</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">true</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='debug|x64'">true</LinkIncremental>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(ProjectName)_d</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(ProjectName)_d</TargetName>
|
||||
<IncludePath Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>HAVE_OGGVORBIS;NDEBUG;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;BT_NO_PROFILE;PACKAGE="supertuxkart";ENABLE_BIDI;ADDONS_MANAGER;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;fribidi.lib;pthreadVC2.lib;libcurl_imp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(OutDir)/$(ProjectName).exe</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win32-visualstudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>HAVE_OGGVORBIS;NDEBUG;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;BT_NO_PROFILE;PACKAGE="supertuxkart";ENABLE_BIDI;WIN64;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;libfribidi.lib;pthreadVC2.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(OutDir)/$(ProjectName).exe</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../lib/irrlicht/lib/Win64-visualStudio;../../../dependencies/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>BT_NO_PROFILE;HAVE_OGGVORBIS;_DEBUG;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;DEBUG;PACKAGE="supertuxkart";_CRTDBG_MAP_ALLOC;ENABLE_BIDI;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessToFile>false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;fribidi.lib;pthreadVC2.lib;libcurl_imp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(TargetPath)</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win32-visualstudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateMapFile>false</GenerateMapFile>
|
||||
<MapFileName>
|
||||
</MapFileName>
|
||||
<MapExports>false</MapExports>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<LinkTimeCodeGeneration>
|
||||
</LinkTimeCodeGeneration>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<Profile>false</Profile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>BT_NO_PROFILE;HAVE_OGGVORBIS;_DEBUG;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;DEBUG;PACKAGE="supertuxkart";_CRTDBG_MAP_ALLOC;ENABLE_BIDI;ADDONS_MANAGER;_WIN64;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessToFile>false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;libfribidi.lib;pthreadVC2.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(TargetPath)</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win64-VisualStudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateMapFile>false</GenerateMapFile>
|
||||
<MapFileName>
|
||||
</MapFileName>
|
||||
<MapExports>false</MapExports>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<LinkTimeCodeGeneration>
|
||||
</LinkTimeCodeGeneration>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<Profile>false</Profile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\addons\inetwork_http.cpp" />
|
||||
<ClCompile Include="..\..\addons\news_manager.cpp" />
|
||||
<ClCompile Include="..\..\addons\request.cpp" />
|
||||
<ClCompile Include="..\..\challenges\game_slot.cpp" />
|
||||
<ClCompile Include="..\..\config\player.cpp" />
|
||||
<ClCompile Include="..\..\config\saved_grand_prix.cpp" />
|
||||
<ClCompile Include="..\..\graphics\hardware_skinning.cpp" />
|
||||
<ClCompile Include="..\..\graphics\hit_sfx.cpp" />
|
||||
<ClCompile Include="..\..\graphics\lod_node.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_kind_manager.cpp" />
|
||||
<ClCompile Include="..\..\graphics\per_camera_node.cpp" />
|
||||
<ClCompile Include="..\..\graphics\post_processing.cpp" />
|
||||
<ClCompile Include="..\..\graphics\rain.cpp" />
|
||||
<ClCompile Include="..\..\graphics\referee.cpp" />
|
||||
<ClCompile Include="..\..\graphics\show_curve.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\rating_bar_widget.cpp" />
|
||||
<ClCompile Include="..\..\input\wiimote.cpp" />
|
||||
<ClCompile Include="..\..\items\rubber_ball.cpp" />
|
||||
<ClCompile Include="..\..\items\swatter.cpp" />
|
||||
<ClCompile Include="..\..\karts\abstract_kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\abstract_kart_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\cannon_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\ai_properties.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\skidding_ai.cpp" />
|
||||
<ClCompile Include="..\..\karts\explosion_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\ghost_kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_gfx.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_with_stats.cpp" />
|
||||
<ClCompile Include="..\..\karts\rescue_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\skidding.cpp" />
|
||||
<ClCompile Include="..\..\karts\skidding_properties.cpp" />
|
||||
<ClCompile Include="..\..\main.cpp" />
|
||||
<ClCompile Include="..\..\main_loop.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\abstract_state_manager.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\abstract_top_level_container.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\CGUISpriteBank.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\engine.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\event_handler.cpp">
|
||||
<PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessToFile>
|
||||
<PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessSuppressLineNumbers>
|
||||
<PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessSuppressLineNumbers>
|
||||
<PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessKeepComments>
|
||||
<PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessKeepComments>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\guiengine\layout_manager.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\modaldialog.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\scalable_font.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\screen.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\screen_loader.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\skin.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\bubble_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\button_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\check_box_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\dynamic_ribbon_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\icon_button_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\label_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\list_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\model_view_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\progress_bar_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\ribbon_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\spinner_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\text_box_widget.cpp" />
|
||||
<ClCompile Include="..\..\challenges\challenge.cpp" />
|
||||
<ClCompile Include="..\..\challenges\challenge_data.cpp" />
|
||||
<ClCompile Include="..\..\challenges\unlock_manager.cpp" />
|
||||
<ClCompile Include="..\..\modes\cutscene_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\demo_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\easter_egg_hunt.cpp" />
|
||||
<ClCompile Include="..\..\modes\overworld.cpp" />
|
||||
<ClCompile Include="..\..\modes\soccer_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\tutorial_world.cpp" />
|
||||
<ClCompile Include="..\..\physics\btKartRaycast.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_base.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_play.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_recorder.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\cutscene_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\custom_video_settings.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\select_challenge.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\tutorial_message_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_ui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui_base.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui_overworld.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\soccer_setup_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\story_mode_lobby.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\dictionary.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\dictionary_manager.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\iconv.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\language.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\plural_forms.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\po_parser.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\stk_file_system.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\tgt_log.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\tinygettext.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_cannon.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_goal.cpp" />
|
||||
<ClCompile Include="..\..\tracks\lod_node_loader.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object_presentation.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_sector.cpp" />
|
||||
<ClCompile Include="..\..\utils\constants.cpp" />
|
||||
<ClCompile Include="..\..\utils\leak_check.cpp" />
|
||||
<ClCompile Include="..\..\utils\log.cpp" />
|
||||
<ClCompile Include="..\..\utils\profiler.cpp" />
|
||||
<ClCompile Include="..\..\utils\random_generator.cpp" />
|
||||
<ClCompile Include="..\..\utils\string_utils.cpp" />
|
||||
<ClCompile Include="..\..\utils\time.cpp" />
|
||||
<ClCompile Include="..\..\utils\translation.cpp" />
|
||||
<ClCompile Include="..\..\utils\vec3.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_information.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_manager.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_ogg.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_buffer.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_manager.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_openal.cpp" />
|
||||
<ClCompile Include="..\..\modes\follow_the_leader.cpp" />
|
||||
<ClCompile Include="..\..\modes\linear_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\profile_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\standard_race.cpp" />
|
||||
<ClCompile Include="..\..\modes\three_strikes_battle.cpp" />
|
||||
<ClCompile Include="..\..\modes\world.cpp" />
|
||||
<ClCompile Include="..\..\modes\world_status.cpp" />
|
||||
<ClCompile Include="..\..\modes\world_with_rank.cpp" />
|
||||
<ClCompile Include="..\..\items\attachment.cpp" />
|
||||
<ClCompile Include="..\..\items\attachment_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\bowling.cpp" />
|
||||
<ClCompile Include="..\..\items\cake.cpp" />
|
||||
<ClCompile Include="..\..\items\flyable.cpp" />
|
||||
<ClCompile Include="..\..\items\item.cpp" />
|
||||
<ClCompile Include="..\..\items\item_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\plunger.cpp" />
|
||||
<ClCompile Include="..\..\items\powerup.cpp" />
|
||||
<ClCompile Include="..\..\items\powerup_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\projectile_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\rubber_band.cpp" />
|
||||
<ClCompile Include="..\..\physics\btKart.cpp" />
|
||||
<ClCompile Include="..\..\physics\btUprightConstraint.cpp" />
|
||||
<ClCompile Include="..\..\physics\irr_debug_drawer.cpp" />
|
||||
<ClCompile Include="..\..\physics\physical_object.cpp" />
|
||||
<ClCompile Include="..\..\physics\physics.cpp" />
|
||||
<ClCompile Include="..\..\physics\triangle_mesh.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_model.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_properties.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_properties_manager.cpp" />
|
||||
<ClCompile Include="..\..\karts\max_speed.cpp" />
|
||||
<ClCompile Include="..\..\karts\moveable.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\ai_base_controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\end_controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\player_controller.cpp" />
|
||||
<ClCompile Include="..\..\graphics\camera.cpp" />
|
||||
<ClCompile Include="..\..\graphics\CBatchingMesh.cpp" />
|
||||
<ClCompile Include="..\..\graphics\explosion.cpp" />
|
||||
<ClCompile Include="..\..\graphics\irr_driver.cpp" />
|
||||
<ClCompile Include="..\..\graphics\material.cpp" />
|
||||
<ClCompile Include="..\..\graphics\material_manager.cpp" />
|
||||
<ClCompile Include="..\..\graphics\mesh_tools.cpp" />
|
||||
<ClCompile Include="..\..\graphics\moving_texture.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_emitter.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_kind.cpp" />
|
||||
<ClCompile Include="..\..\graphics\shadow.cpp" />
|
||||
<ClCompile Include="..\..\graphics\skid_marks.cpp" />
|
||||
<ClCompile Include="..\..\graphics\slip_stream.cpp" />
|
||||
<ClCompile Include="..\..\graphics\stars.cpp" />
|
||||
<ClCompile Include="..\..\network\connect_message.cpp" />
|
||||
<ClCompile Include="..\..\network\kart_control_message.cpp" />
|
||||
<ClCompile Include="..\..\network\kart_update_message.cpp" />
|
||||
<ClCompile Include="..\..\network\message.cpp" />
|
||||
<ClCompile Include="..\..\network\network_kart.cpp" />
|
||||
<ClCompile Include="..\..\network\network_manager.cpp" />
|
||||
<ClCompile Include="..\..\network\race_info_message.cpp" />
|
||||
<ClCompile Include="..\..\network\race_result_message.cpp" />
|
||||
<ClCompile Include="..\..\network\race_state.cpp" />
|
||||
<ClCompile Include="..\..\tracks\ambient_light_sphere.cpp" />
|
||||
<ClCompile Include="..\..\tracks\bezier_curve.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_lap.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_line.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_manager.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_sphere.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_structure.cpp" />
|
||||
<ClCompile Include="..\..\tracks\graph_node.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad_graph.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad_set.cpp" />
|
||||
<ClCompile Include="..\..\tracks\terrain_info.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_manager.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object_manager.cpp" />
|
||||
<ClCompile Include="..\..\io\file_manager.cpp" />
|
||||
<ClCompile Include="..\..\io\xml_node.cpp" />
|
||||
<ClCompile Include="..\..\io\xml_writer.cpp" />
|
||||
<ClCompile Include="..\..\input\binding.cpp" />
|
||||
<ClCompile Include="..\..\input\device_manager.cpp" />
|
||||
<ClCompile Include="..\..\input\input_device.cpp" />
|
||||
<ClCompile Include="..\..\input\input_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\grand_prix_data.cpp" />
|
||||
<ClCompile Include="..\..\race\grand_prix_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\highscore_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\highscores.cpp" />
|
||||
<ClCompile Include="..\..\race\history.cpp" />
|
||||
<ClCompile Include="..\..\race\race_manager.cpp" />
|
||||
<ClCompile Include="..\..\config\device_config.cpp" />
|
||||
<ClCompile Include="..\..\config\stk_config.cpp" />
|
||||
<ClCompile Include="..\..\config\user_config.cpp" />
|
||||
<ClCompile Include="..\..\animations\animation_base.cpp" />
|
||||
<ClCompile Include="..\..\animations\ipo.cpp" />
|
||||
<ClCompile Include="..\..\animations\three_d_animation.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\addons_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\arenas_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\credits.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\feature_unlocked.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\grand_prix_lose.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\grand_prix_win.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_1.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_2.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_3.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_4.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\kart_selection.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\main_menu_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_audio.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_input.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_input2.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_players.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_video.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_result_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_setup_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\state_manager.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\tracks_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\add_device_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\addons_loading.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\confirm_resolution_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\enter_player_name_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\gp_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\message_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\player_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\press_a_key_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\race_paused_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\track_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\addons\addon.cpp" />
|
||||
<ClCompile Include="..\..\addons\addons_manager.cpp" />
|
||||
<ClCompile Include="..\..\addons\network_http.cpp" />
|
||||
<ClCompile Include="..\..\addons\zip.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\addons\inetwork_http.hpp" />
|
||||
<ClInclude Include="..\..\addons\news_manager.hpp" />
|
||||
<ClInclude Include="..\..\addons\request.hpp" />
|
||||
<ClInclude Include="..\..\challenges\game_slot.hpp" />
|
||||
<ClInclude Include="..\..\config\saved_grand_prix.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hardware_skinning.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hit_effect.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hit_sfx.hpp" />
|
||||
<ClInclude Include="..\..\graphics\lod_node.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_kind_manager.hpp" />
|
||||
<ClInclude Include="..\..\graphics\per_camera_node.hpp" />
|
||||
<ClInclude Include="..\..\graphics\post_processing.hpp" />
|
||||
<ClInclude Include="..\..\graphics\rain.hpp" />
|
||||
<ClInclude Include="..\..\graphics\referee.hpp" />
|
||||
<ClInclude Include="..\..\graphics\show_curve.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\CGUIEditBox.h" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\rating_bar_widget.hpp" />
|
||||
<ClInclude Include="..\..\input\wiimote.hpp" />
|
||||
<ClInclude Include="..\..\items\rubber_ball.hpp" />
|
||||
<ClInclude Include="..\..\items\swatter.hpp" />
|
||||
<ClInclude Include="..\..\karts\abstract_kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\abstract_kart_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\cannon_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\ai_properties.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\skidding_ai.hpp" />
|
||||
<ClInclude Include="..\..\karts\explosion_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\ghost_kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_gfx.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_with_stats.hpp" />
|
||||
<ClInclude Include="..\..\karts\rescue_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\skidding.hpp" />
|
||||
<ClInclude Include="..\..\karts\skidding_properties.hpp" />
|
||||
<ClInclude Include="..\..\main_loop.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\abstract_state_manager.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\abstract_top_level_container.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\engine.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\event_handler.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\layout_manager.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\modaldialog.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\scalable_font.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\screen.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\skin.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\bubble_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\button_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\check_box_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\dynamic_ribbon_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\icon_button_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\label_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\list_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\model_view_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\progress_bar_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\ribbon_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\spinner_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\text_box_widget.hpp" />
|
||||
<ClInclude Include="..\..\challenges\challenge.hpp" />
|
||||
<ClInclude Include="..\..\challenges\challenge_data.hpp" />
|
||||
<ClInclude Include="..\..\challenges\unlock_manager.hpp" />
|
||||
<ClInclude Include="..\..\modes\cutscene_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\demo_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\easter_egg_hunt.hpp" />
|
||||
<ClInclude Include="..\..\modes\overworld.hpp" />
|
||||
<ClInclude Include="..\..\modes\soccer_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\tutorial_world.hpp" />
|
||||
<ClInclude Include="..\..\network\character_confirm_message.hpp" />
|
||||
<ClInclude Include="..\..\network\character_info_message.hpp" />
|
||||
<ClInclude Include="..\..\network\character_selected_message.hpp" />
|
||||
<ClInclude Include="..\..\network\connect_message.hpp" />
|
||||
<ClInclude Include="..\..\network\flyable_info.hpp" />
|
||||
<ClInclude Include="..\..\network\item_info.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_control_message.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_packet.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_update_message.hpp" />
|
||||
<ClInclude Include="..\..\network\message.hpp" />
|
||||
<ClInclude Include="..\..\network\network_kart.hpp" />
|
||||
<ClInclude Include="..\..\network\network_manager.hpp" />
|
||||
<ClInclude Include="..\..\network\race_info_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_result_ack_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_result_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_start_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_state.hpp" />
|
||||
<ClInclude Include="..\..\network\remote_kart_info.hpp" />
|
||||
<ClInclude Include="..\..\network\world_loaded_message.hpp" />
|
||||
<ClInclude Include="..\..\physics\btKartRaycast.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_base.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_play.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_recorder.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\cutscene_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\custom_video_settings.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\select_challenge.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\tutorial_message_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_ui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui_overworld.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\soccer_setup_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\story_mode_lobby.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\dictionary.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\dictionary_manager.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\file_system.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\iconv.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\language.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\log_stream.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\plural_forms.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\po_parser.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\stk_file_system.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\tgt_log.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\tinygettext.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_cannon.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_goal.hpp" />
|
||||
<ClInclude Include="..\..\tracks\lod_node_loader.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object_presentation.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_sector.hpp" />
|
||||
<ClInclude Include="..\..\utils\constants.hpp" />
|
||||
<ClInclude Include="..\..\utils\cpp2011.h" />
|
||||
<ClInclude Include="..\..\utils\interpolation_array.hpp" />
|
||||
<ClInclude Include="..\..\utils\leak_check.hpp" />
|
||||
<ClInclude Include="..\..\utils\log.hpp" />
|
||||
<ClInclude Include="..\..\utils\no_copy.hpp" />
|
||||
<ClInclude Include="..\..\utils\profiler.hpp" />
|
||||
<ClInclude Include="..\..\utils\ptr_vector.hpp" />
|
||||
<ClInclude Include="..\..\utils\random_generator.hpp" />
|
||||
<ClInclude Include="..\..\utils\string_utils.hpp" />
|
||||
<ClInclude Include="..\..\utils\synchronised.hpp" />
|
||||
<ClInclude Include="..\..\utils\time.hpp" />
|
||||
<ClInclude Include="..\..\utils\translation.hpp" />
|
||||
<ClInclude Include="..\..\utils\utf8.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\checked.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\core.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\unchecked.h" />
|
||||
<ClInclude Include="..\..\utils\vec3.hpp" />
|
||||
<ClInclude Include="..\..\audio\music.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_information.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_manager.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_ogg.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_base.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_buffer.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_manager.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_openal.hpp" />
|
||||
<ClInclude Include="..\..\modes\follow_the_leader.hpp" />
|
||||
<ClInclude Include="..\..\modes\linear_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\profile_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\standard_race.hpp" />
|
||||
<ClInclude Include="..\..\modes\three_strikes_battle.hpp" />
|
||||
<ClInclude Include="..\..\modes\world.hpp" />
|
||||
<ClInclude Include="..\..\modes\world_status.hpp" />
|
||||
<ClInclude Include="..\..\modes\world_with_rank.hpp" />
|
||||
<ClInclude Include="..\..\items\attachment.hpp" />
|
||||
<ClInclude Include="..\..\items\attachment_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\bowling.hpp" />
|
||||
<ClInclude Include="..\..\items\cake.hpp" />
|
||||
<ClInclude Include="..\..\items\flyable.hpp" />
|
||||
<ClInclude Include="..\..\items\item.hpp" />
|
||||
<ClInclude Include="..\..\items\item_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\plunger.hpp" />
|
||||
<ClInclude Include="..\..\items\powerup.hpp" />
|
||||
<ClInclude Include="..\..\items\powerup_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\projectile_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\rubber_band.hpp" />
|
||||
<ClInclude Include="..\..\physics\btKart.hpp" />
|
||||
<ClInclude Include="..\..\physics\btUprightConstraint.hpp" />
|
||||
<ClInclude Include="..\..\physics\irr_debug_drawer.hpp" />
|
||||
<ClInclude Include="..\..\physics\kart_motion_state.hpp" />
|
||||
<ClInclude Include="..\..\physics\physical_object.hpp" />
|
||||
<ClInclude Include="..\..\physics\physics.hpp" />
|
||||
<ClInclude Include="..\..\physics\triangle_mesh.hpp" />
|
||||
<ClInclude Include="..\..\physics\user_pointer.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_control.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_model.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_properties.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_properties_manager.hpp" />
|
||||
<ClInclude Include="..\..\karts\max_speed.hpp" />
|
||||
<ClInclude Include="..\..\karts\moveable.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\ai_base_controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\end_controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\player_controller.hpp" />
|
||||
<ClInclude Include="..\..\graphics\camera.hpp" />
|
||||
<ClInclude Include="..\..\graphics\CBatchingMesh.h" />
|
||||
<ClInclude Include="..\..\graphics\explosion.hpp" />
|
||||
<ClInclude Include="..\..\graphics\irr_driver.hpp" />
|
||||
<ClInclude Include="..\..\graphics\material.hpp" />
|
||||
<ClInclude Include="..\..\graphics\material_manager.hpp" />
|
||||
<ClInclude Include="..\..\graphics\mesh_tools.hpp" />
|
||||
<ClInclude Include="..\..\graphics\moving_texture.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_emitter.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_kind.hpp" />
|
||||
<ClInclude Include="..\..\graphics\shadow.hpp" />
|
||||
<ClInclude Include="..\..\graphics\skid_marks.hpp" />
|
||||
<ClInclude Include="..\..\graphics\slip_stream.hpp" />
|
||||
<ClInclude Include="..\..\graphics\stars.hpp" />
|
||||
<ClInclude Include="..\..\tracks\ambient_light_sphere.hpp" />
|
||||
<ClInclude Include="..\..\tracks\bezier_curve.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_lap.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_line.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_manager.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_sphere.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_structure.hpp" />
|
||||
<ClInclude Include="..\..\tracks\graph_node.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad_graph.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad_set.hpp" />
|
||||
<ClInclude Include="..\..\tracks\terrain_info.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_manager.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object_manager.hpp" />
|
||||
<ClInclude Include="..\..\io\file_manager.hpp" />
|
||||
<ClInclude Include="..\..\io\xml_node.hpp" />
|
||||
<ClInclude Include="..\..\io\xml_writer.hpp" />
|
||||
<ClInclude Include="..\..\input\binding.hpp" />
|
||||
<ClInclude Include="..\..\input\device_manager.hpp" />
|
||||
<ClInclude Include="..\..\input\input.hpp" />
|
||||
<ClInclude Include="..\..\input\input_device.hpp" />
|
||||
<ClInclude Include="..\..\input\input_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\grand_prix_data.hpp" />
|
||||
<ClInclude Include="..\..\race\grand_prix_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\highscore_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\highscores.hpp" />
|
||||
<ClInclude Include="..\..\race\history.hpp" />
|
||||
<ClInclude Include="..\..\race\race_manager.hpp" />
|
||||
<ClInclude Include="..\..\config\device_config.hpp" />
|
||||
<ClInclude Include="..\..\config\player.hpp" />
|
||||
<ClInclude Include="..\..\config\stk_config.hpp" />
|
||||
<ClInclude Include="..\..\config\user_config.hpp" />
|
||||
<ClInclude Include="..\..\animations\animation_base.hpp" />
|
||||
<ClInclude Include="..\..\animations\ipo.hpp" />
|
||||
<ClInclude Include="..\..\animations\three_d_animation.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\addons_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\arenas_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\credits.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\feature_unlocked.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\grand_prix_lose.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\grand_prix_win.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_1.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_2.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_3.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_4.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\kart_selection.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\main_menu_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_audio.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_input.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_input2.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_players.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_video.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui_base.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_result_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_setup_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\state_manager.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\tracks_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\add_device_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\addons_loading.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\confirm_resolution_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\enter_player_name_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\gp_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\message_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\player_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\press_a_key_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\race_paused_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\track_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\addons\addon.hpp" />
|
||||
<ClInclude Include="..\..\addons\addons_manager.hpp" />
|
||||
<ClInclude Include="..\..\addons\network_http.hpp" />
|
||||
<ClInclude Include="..\..\addons\zip.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\lib\irrlicht\source\Irrlicht\Irrlicht10.0.vcxproj">
|
||||
<Project>{e08e042a-6c45-411b-92be-3cc31331019f}</Project>
|
||||
<Private>true</Private>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
||||
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="bullet_lib.vcxproj">
|
||||
<Project>{54aa44b9-b07b-49da-8b1a-05bbfe8ad5d4}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="enet.vcxproj">
|
||||
<Project>{b0e92b97-089a-4d5b-bf17-77f1bc5daeef}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@@ -1,452 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="debug|Win32">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="debug|x64">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}</ProjectGuid>
|
||||
<RootNamespace>bullet_lib</RootNamespace>
|
||||
<Keyword>ManagedCProj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<CLRSupport>false</CLRSupport>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<AdditionalIncludeDirectories>..\..\..\lib\bullet\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;BT_NO_PROFILE;HAVE_GLUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
<Reference Include="System.Data">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml">
|
||||
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
||||
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\Bullet-C-API.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btConvexHull.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btQuickprof.cpp" />
|
||||
<ClCompile Include="..\..\..\lib\bullet\src\LinearMath\btSerializer.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\btBulletCollisionCommon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\btBulletDynamicsCommon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btAxisSweep3.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btBroadphaseProxy.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvt.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDbvtBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btDispatcher.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btOverlappingPairCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\BroadphaseCollision\btSimpleBroadphase.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btActivatingCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBox2dBox2dCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btBoxBoxDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionConfiguration.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionCreateFunc.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionDispatcher.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionObject.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCollisionWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btCompoundCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvex2dConvex2dAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConcaveCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexConvexAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btConvexPlaneCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btDefaultCollisionConfiguration.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btEmptyCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btGhostObject.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btInternalEdgeUtility.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btManifoldResult.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSimulationIslandManager.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereBoxCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereSphereCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btSphereTriangleCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\btUnionFind.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionDispatch\SphereTriangleDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBox2dShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBoxShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCapsuleShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionMargin.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCollisionShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCompoundShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConcaveShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConeShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvex2dShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexHullShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexInternalShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPointCloudShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexPolyhedron.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btConvexTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btCylinderShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btEmptyShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btHeightfieldTerrainShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMaterial.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMinkowskiSumShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultimaterialTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btMultiSphereShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btOptimizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btScaledBvhTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btShapeHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btSphereShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStaticPlaneShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btStridingMeshInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTetrahedronShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleBuffer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleIndexVertexMaterialArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleInfoMap.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMesh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleMeshShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btTriangleShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\CollisionShapes\btUniformScalingShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btBoxCollision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btClipPolygon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btContactProcessing.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGenericPoolAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGeometryOperations.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactCollisionAlgorithm.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactMassUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactQuantizedBvh.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btGImpactShape.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btQuantization.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\btTriangleShapeEx.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_array.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_basic_geometry_operations.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_bitset.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_collision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_box_set.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_clip_polygon.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_contact.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geometry.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_geom_types.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_hash_table.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_linear_math.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_math.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_memory.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_radixsort.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\Gimpact\gim_tri_collision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btContinuousConvexCollision.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btConvexPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btDiscreteCollisionDetectorInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkEpaPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btGjkPairDetector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btManifoldPoint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btMinkowskiPenetrationDepthSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPersistentManifold.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPointCollector.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btPolyhedralContactClipping.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btRaycastCallback.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSimplexSolverInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btSubSimplexConvexCast.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletCollision\NarrowPhaseCollision\btVoronoiSimplexSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btCharacterControllerInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Character\btKinematicCharacterController.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConeTwistConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btConstraintSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btContactSolverInfo.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btGeneric6DofSpringConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHinge2Constraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btHingeConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btJacobianEntry.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSliderConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverBody.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btSolverConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btTypedConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\ConstraintSolver\btUniversalConstraint.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btActionInterface.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btContinuousDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btRigidBody.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btRaycastVehicle.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btVehicleRaycaster.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\BulletDynamics\Vehicle\btWheelInfo.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAabbUtil2.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAlignedAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btAlignedObjectArray.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btConvexHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btConvexHullComputer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btDefaultMotionState.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btGeometryUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btGrahamScan2dConvexHull.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btHashMap.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btIDebugDraw.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btList.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMatrix3x3.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMinMax.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btMotionState.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btPoolAllocator.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuadWord.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuaternion.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btQuickprof.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btRandom.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btScalar.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btSerializer.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btStackAlloc.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btTransform.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btTransformUtil.h" />
|
||||
<ClInclude Include="..\..\..\lib\bullet\src\LinearMath\btVector3.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@@ -1,164 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="debug|Win32">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="debug|x64">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}</ProjectGuid>
|
||||
<RootNamespace>enet</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../lib/enet/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\lib\enet\callbacks.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\compress.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\host.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\list.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\packet.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\peer.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\protocol.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\unix.c" />
|
||||
<ClCompile Include="..\..\..\lib\enet\win32.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\include\enet\callbacks.h" />
|
||||
<ClInclude Include="..\include\enet\enet.h" />
|
||||
<ClInclude Include="..\include\enet\list.h" />
|
||||
<ClInclude Include="..\include\enet\protocol.h" />
|
||||
<ClInclude Include="..\include\enet\time.h" />
|
||||
<ClInclude Include="..\include\enet\types.h" />
|
||||
<ClInclude Include="..\include\enet\unix.h" />
|
||||
<ClInclude Include="..\include\enet\utility.h" />
|
||||
<ClInclude Include="..\include\enet\win32.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@@ -1,190 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Express 2012 for Windows Desktop
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "supertuxkart", "supertuxkart.vcxproj", "{B1BC2764-1A43-4800-A654-788B0D05EDA2}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bullet_lib", "bullet_lib.vcxproj", "{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enet", "enet.vcxproj", "{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "..\..\..\lib\irrlicht\source\Irrlicht\Irrlicht11.0.vcxproj", "{E08E042A-6C45-411B-92BE-3CC31331019F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
debug|experimental_x64 = debug|experimental_x64
|
||||
debug|Win32 = debug|Win32
|
||||
debug|x64 = debug|x64
|
||||
Release - Fast FPU|experimental_x64 = Release - Fast FPU|experimental_x64
|
||||
Release - Fast FPU|Win32 = Release - Fast FPU|Win32
|
||||
Release - Fast FPU|x64 = Release - Fast FPU|x64
|
||||
Release|experimental_x64 = Release|experimental_x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
SDL-Debug|experimental_x64 = SDL-Debug|experimental_x64
|
||||
SDL-Debug|Win32 = SDL-Debug|Win32
|
||||
SDL-Debug|x64 = SDL-Debug|x64
|
||||
Static lib - Debug|experimental_x64 = Static lib - Debug|experimental_x64
|
||||
Static lib - Debug|Win32 = Static lib - Debug|Win32
|
||||
Static lib - Debug|x64 = Static lib - Debug|x64
|
||||
Static lib - Release - Fast FPU|experimental_x64 = Static lib - Release - Fast FPU|experimental_x64
|
||||
Static lib - Release - Fast FPU|Win32 = Static lib - Release - Fast FPU|Win32
|
||||
Static lib - Release - Fast FPU|x64 = Static lib - Release - Fast FPU|x64
|
||||
Static lib - Release|experimental_x64 = Static lib - Release|experimental_x64
|
||||
Static lib - Release|Win32 = Static lib - Release|Win32
|
||||
Static lib - Release|x64 = Static lib - Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|Win32.Build.0 = debug|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|x64.ActiveCfg = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.debug|x64.Build.0 = debug|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.SDL-Debug|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Debug|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|Win32.ActiveCfg = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|Win32.Build.0 = Release|Win32
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|x64.ActiveCfg = Release|x64
|
||||
{B1BC2764-1A43-4800-A654-788B0D05EDA2}.Static lib - Release|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|Win32.Build.0 = debug|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|x64.ActiveCfg = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.debug|x64.Build.0 = debug|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Release|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.SDL-Debug|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Debug|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|Win32.ActiveCfg = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|Win32.Build.0 = Release|Win32
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|x64.ActiveCfg = Release|x64
|
||||
{54AA44B9-B07B-49DA-8B1A-05BBFE8AD5D4}.Static lib - Release|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|experimental_x64.ActiveCfg = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|experimental_x64.Build.0 = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|Win32.ActiveCfg = debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|Win32.Build.0 = debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|x64.ActiveCfg = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|x64.Build.0 = debug|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|experimental_x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|experimental_x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|experimental_x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|experimental_x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.SDL-Debug|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Debug|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release - Fast FPU|x64.Build.0 = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|x64.ActiveCfg = Release|x64
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Static lib - Release|x64.Build.0 = Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|experimental_x64.ActiveCfg = Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|Win32.ActiveCfg = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|Win32.Build.0 = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|x64.ActiveCfg = Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|x64.Build.0 = Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|experimental_x64.ActiveCfg = Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.ActiveCfg = Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.Build.0 = Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|experimental_x64.ActiveCfg = Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.ActiveCfg = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.Build.0 = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.ActiveCfg = Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.Build.0 = Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|experimental_x64.ActiveCfg = SDL-Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.ActiveCfg = SDL-Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.Build.0 = SDL-Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.ActiveCfg = SDL-Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.Build.0 = SDL-Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|experimental_x64.ActiveCfg = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.ActiveCfg = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.Build.0 = Static lib - Debug|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.ActiveCfg = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.Build.0 = Static lib - Debug|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|experimental_x64.ActiveCfg = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.ActiveCfg = Static lib - Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.Build.0 = Static lib - Release - Fast FPU|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|experimental_x64.ActiveCfg = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.ActiveCfg = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.Build.0 = Static lib - Release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.ActiveCfg = Static lib - Release|x64
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.Build.0 = Static lib - Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
@@ -1,737 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="debug|Win32">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="debug|x64">
|
||||
<Configuration>debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{B1BC2764-1A43-4800-A654-788B0D05EDA2}</ProjectGuid>
|
||||
<RootNamespace>supertuxkart</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>NotSet</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\../</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\../</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">..\..\../</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">..\..\../</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(Configuration)\</IntDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">true</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='debug|x64'">true</LinkIncremental>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(ProjectName)_d</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(ProjectName)_d</TargetName>
|
||||
<IncludePath Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include;$(IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>HAVE_OGGVORBIS;NDEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;BT_NO_PROFILE;PACKAGE="supertuxkart";ENABLE_BIDI;ADDONS_MANAGER;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;fribidi.lib;pthreadVC2.lib;libcurl_imp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(OutDir)/$(ProjectName).exe</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win32-visualstudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>HAVE_OGGVORBIS;NDEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;BT_NO_PROFILE;PACKAGE="supertuxkart";ENABLE_BIDI;WIN64;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;libfribidi.lib;pthreadVC2.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(OutDir)/$(ProjectName).exe</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../lib/irrlicht/lib/Win64-visualStudio;../../../dependencies/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>BT_NO_PROFILE;HAVE_OGGVORBIS;_DEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;DEBUG;PACKAGE="supertuxkart";_CRTDBG_MAP_ALLOC;ENABLE_BIDI;_IRR_STATIC_LIB_;%(PreprocessorDefinitions):_ITERATOR_DEBUG_LEVEL=0</PreprocessorDefinitions>
|
||||
<PreprocessToFile>false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;fribidi.lib;pthreadVC2.lib;libcurl_imp.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(TargetPath)</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../lib/irrlicht/lib/Win32-visualstudio;../../../dependencies/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateMapFile>false</GenerateMapFile>
|
||||
<MapFileName>
|
||||
</MapFileName>
|
||||
<MapExports>false</MapExports>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<LinkTimeCodeGeneration>
|
||||
</LinkTimeCodeGeneration>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
<Profile>false</Profile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||||
<AdditionalIncludeDirectories>../../../src;../../../lib/bullet/src;../../../lib/enet/include;../../../dependencies/include;../../../lib/irrlicht/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>BT_NO_PROFILE;HAVE_OGGVORBIS;_DEBUG;_CONSOLE;WIN32;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;DEBUG;PACKAGE="supertuxkart";_CRTDBG_MAP_ALLOC;ENABLE_BIDI;ADDONS_MANAGER;_WIN64;_IRR_STATIC_LIB_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessToFile>false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
||||
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>opengl32.lib;user32.lib;gdi32.lib;winmm.lib;advapi32.lib;OpenAL32.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;Irrlicht.lib;ws2_32.lib;libfribidi.lib;pthreadVC2.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<OutputFile>$(TargetPath)</OutputFile>
|
||||
<AdditionalLibraryDirectories>../../../dependencies/lib;../../../lib/irrlicht/lib/Win64-VisualStudio;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||||
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<GenerateMapFile>false</GenerateMapFile>
|
||||
<MapFileName>
|
||||
</MapFileName>
|
||||
<MapExports>false</MapExports>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<LinkTimeCodeGeneration>
|
||||
</LinkTimeCodeGeneration>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<Profile>false</Profile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\addons\inetwork_http.cpp" />
|
||||
<ClCompile Include="..\..\addons\news_manager.cpp" />
|
||||
<ClCompile Include="..\..\addons\request.cpp" />
|
||||
<ClCompile Include="..\..\challenges\game_slot.cpp" />
|
||||
<ClCompile Include="..\..\config\player.cpp" />
|
||||
<ClCompile Include="..\..\config\saved_grand_prix.cpp" />
|
||||
<ClCompile Include="..\..\graphics\hardware_skinning.cpp" />
|
||||
<ClCompile Include="..\..\graphics\hit_sfx.cpp" />
|
||||
<ClCompile Include="..\..\graphics\lod_node.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_kind_manager.cpp" />
|
||||
<ClCompile Include="..\..\graphics\per_camera_node.cpp" />
|
||||
<ClCompile Include="..\..\graphics\post_processing.cpp" />
|
||||
<ClCompile Include="..\..\graphics\rain.cpp" />
|
||||
<ClCompile Include="..\..\graphics\referee.cpp" />
|
||||
<ClCompile Include="..\..\graphics\show_curve.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\rating_bar_widget.cpp" />
|
||||
<ClCompile Include="..\..\input\wiimote.cpp" />
|
||||
<ClCompile Include="..\..\items\rubber_ball.cpp" />
|
||||
<ClCompile Include="..\..\items\swatter.cpp" />
|
||||
<ClCompile Include="..\..\karts\abstract_kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\abstract_kart_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\cannon_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\ai_properties.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\skidding_ai.cpp" />
|
||||
<ClCompile Include="..\..\karts\explosion_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\ghost_kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_gfx.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_with_stats.cpp" />
|
||||
<ClCompile Include="..\..\karts\rescue_animation.cpp" />
|
||||
<ClCompile Include="..\..\karts\skidding.cpp" />
|
||||
<ClCompile Include="..\..\karts\skidding_properties.cpp" />
|
||||
<ClCompile Include="..\..\main.cpp" />
|
||||
<ClCompile Include="..\..\main_loop.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\abstract_state_manager.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\abstract_top_level_container.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\CGUISpriteBank.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\engine.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\event_handler.cpp">
|
||||
<PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessToFile>
|
||||
<PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessToFile>
|
||||
<PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessSuppressLineNumbers>
|
||||
<PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessSuppressLineNumbers>
|
||||
<PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">false</PreprocessKeepComments>
|
||||
<PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='debug|x64'">false</PreprocessKeepComments>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\guiengine\layout_manager.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\modaldialog.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\scalable_font.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\screen.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\screen_loader.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\skin.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\bubble_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\button_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\check_box_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\dynamic_ribbon_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\icon_button_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\label_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\list_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\model_view_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\progress_bar_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\ribbon_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\spinner_widget.cpp" />
|
||||
<ClCompile Include="..\..\guiengine\widgets\text_box_widget.cpp" />
|
||||
<ClCompile Include="..\..\challenges\challenge.cpp" />
|
||||
<ClCompile Include="..\..\challenges\challenge_data.cpp" />
|
||||
<ClCompile Include="..\..\challenges\unlock_manager.cpp" />
|
||||
<ClCompile Include="..\..\modes\cutscene_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\demo_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\easter_egg_hunt.cpp" />
|
||||
<ClCompile Include="..\..\modes\overworld.cpp" />
|
||||
<ClCompile Include="..\..\modes\soccer_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\tutorial_world.cpp" />
|
||||
<ClCompile Include="..\..\physics\btKartRaycast.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_base.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_play.cpp" />
|
||||
<ClCompile Include="..\..\replay\replay_recorder.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\cutscene_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\custom_video_settings.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\select_challenge.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\tutorial_message_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_ui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui_base.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui_overworld.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\soccer_setup_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\story_mode_lobby.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\dictionary.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\dictionary_manager.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\iconv.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\language.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\plural_forms.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\po_parser.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\stk_file_system.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\tgt_log.cpp" />
|
||||
<ClCompile Include="..\..\tinygettext\tinygettext.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_cannon.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_goal.cpp" />
|
||||
<ClCompile Include="..\..\tracks\lod_node_loader.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object_presentation.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_sector.cpp" />
|
||||
<ClCompile Include="..\..\utils\constants.cpp" />
|
||||
<ClCompile Include="..\..\utils\leak_check.cpp" />
|
||||
<ClCompile Include="..\..\utils\log.cpp" />
|
||||
<ClCompile Include="..\..\utils\profiler.cpp" />
|
||||
<ClCompile Include="..\..\utils\random_generator.cpp" />
|
||||
<ClCompile Include="..\..\utils\string_utils.cpp" />
|
||||
<ClCompile Include="..\..\utils\translation.cpp" />
|
||||
<ClCompile Include="..\..\utils\vec3.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_information.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_manager.cpp" />
|
||||
<ClCompile Include="..\..\audio\music_ogg.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_buffer.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_manager.cpp" />
|
||||
<ClCompile Include="..\..\audio\sfx_openal.cpp" />
|
||||
<ClCompile Include="..\..\modes\follow_the_leader.cpp" />
|
||||
<ClCompile Include="..\..\modes\linear_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\profile_world.cpp" />
|
||||
<ClCompile Include="..\..\modes\standard_race.cpp" />
|
||||
<ClCompile Include="..\..\modes\three_strikes_battle.cpp" />
|
||||
<ClCompile Include="..\..\modes\world.cpp" />
|
||||
<ClCompile Include="..\..\modes\world_status.cpp" />
|
||||
<ClCompile Include="..\..\modes\world_with_rank.cpp" />
|
||||
<ClCompile Include="..\..\items\attachment.cpp" />
|
||||
<ClCompile Include="..\..\items\attachment_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\bowling.cpp" />
|
||||
<ClCompile Include="..\..\items\cake.cpp" />
|
||||
<ClCompile Include="..\..\items\flyable.cpp" />
|
||||
<ClCompile Include="..\..\items\item.cpp" />
|
||||
<ClCompile Include="..\..\items\item_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\plunger.cpp" />
|
||||
<ClCompile Include="..\..\items\powerup.cpp" />
|
||||
<ClCompile Include="..\..\items\powerup_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\projectile_manager.cpp" />
|
||||
<ClCompile Include="..\..\items\rubber_band.cpp" />
|
||||
<ClCompile Include="..\..\physics\btKart.cpp" />
|
||||
<ClCompile Include="..\..\physics\btUprightConstraint.cpp" />
|
||||
<ClCompile Include="..\..\physics\irr_debug_drawer.cpp" />
|
||||
<ClCompile Include="..\..\physics\physical_object.cpp" />
|
||||
<ClCompile Include="..\..\physics\physics.cpp" />
|
||||
<ClCompile Include="..\..\physics\triangle_mesh.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_model.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_properties.cpp" />
|
||||
<ClCompile Include="..\..\karts\kart_properties_manager.cpp" />
|
||||
<ClCompile Include="..\..\karts\max_speed.cpp" />
|
||||
<ClCompile Include="..\..\karts\moveable.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\ai_base_controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\end_controller.cpp" />
|
||||
<ClCompile Include="..\..\karts\controller\player_controller.cpp" />
|
||||
<ClCompile Include="..\..\graphics\camera.cpp" />
|
||||
<ClCompile Include="..\..\graphics\CBatchingMesh.cpp" />
|
||||
<ClCompile Include="..\..\graphics\explosion.cpp" />
|
||||
<ClCompile Include="..\..\graphics\irr_driver.cpp" />
|
||||
<ClCompile Include="..\..\graphics\material.cpp" />
|
||||
<ClCompile Include="..\..\graphics\material_manager.cpp" />
|
||||
<ClCompile Include="..\..\graphics\mesh_tools.cpp" />
|
||||
<ClCompile Include="..\..\graphics\moving_texture.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_emitter.cpp" />
|
||||
<ClCompile Include="..\..\graphics\particle_kind.cpp" />
|
||||
<ClCompile Include="..\..\graphics\shadow.cpp" />
|
||||
<ClCompile Include="..\..\graphics\skid_marks.cpp" />
|
||||
<ClCompile Include="..\..\graphics\slip_stream.cpp" />
|
||||
<ClCompile Include="..\..\graphics\stars.cpp" />
|
||||
<ClCompile Include="..\..\network\connect_message.cpp" />
|
||||
<ClCompile Include="..\..\network\kart_control_message.cpp" />
|
||||
<ClCompile Include="..\..\network\kart_update_message.cpp" />
|
||||
<ClCompile Include="..\..\network\message.cpp" />
|
||||
<ClCompile Include="..\..\network\network_kart.cpp" />
|
||||
<ClCompile Include="..\..\network\network_manager.cpp" />
|
||||
<ClCompile Include="..\..\network\race_info_message.cpp" />
|
||||
<ClCompile Include="..\..\network\race_result_message.cpp" />
|
||||
<ClCompile Include="..\..\network\race_state.cpp" />
|
||||
<ClCompile Include="..\..\tracks\ambient_light_sphere.cpp" />
|
||||
<ClCompile Include="..\..\tracks\bezier_curve.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_lap.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_line.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_manager.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_sphere.cpp" />
|
||||
<ClCompile Include="..\..\tracks\check_structure.cpp" />
|
||||
<ClCompile Include="..\..\tracks\graph_node.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad_graph.cpp" />
|
||||
<ClCompile Include="..\..\tracks\quad_set.cpp" />
|
||||
<ClCompile Include="..\..\tracks\terrain_info.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_manager.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object.cpp" />
|
||||
<ClCompile Include="..\..\tracks\track_object_manager.cpp" />
|
||||
<ClCompile Include="..\..\io\file_manager.cpp" />
|
||||
<ClCompile Include="..\..\io\xml_node.cpp" />
|
||||
<ClCompile Include="..\..\io\xml_writer.cpp" />
|
||||
<ClCompile Include="..\..\input\binding.cpp" />
|
||||
<ClCompile Include="..\..\input\device_manager.cpp" />
|
||||
<ClCompile Include="..\..\input\input_device.cpp" />
|
||||
<ClCompile Include="..\..\input\input_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\grand_prix_data.cpp" />
|
||||
<ClCompile Include="..\..\race\grand_prix_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\highscore_manager.cpp" />
|
||||
<ClCompile Include="..\..\race\highscores.cpp" />
|
||||
<ClCompile Include="..\..\race\history.cpp" />
|
||||
<ClCompile Include="..\..\race\race_manager.cpp" />
|
||||
<ClCompile Include="..\..\config\device_config.cpp" />
|
||||
<ClCompile Include="..\..\config\stk_config.cpp" />
|
||||
<ClCompile Include="..\..\config\user_config.cpp" />
|
||||
<ClCompile Include="..\..\animations\animation_base.cpp" />
|
||||
<ClCompile Include="..\..\animations\ipo.cpp" />
|
||||
<ClCompile Include="..\..\animations\three_d_animation.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\addons_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\arenas_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\credits.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\feature_unlocked.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\grand_prix_lose.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\grand_prix_win.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_1.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_2.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_3.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\help_screen_4.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\kart_selection.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\main_menu_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_audio.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_input.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_input2.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_players.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\options_screen_video.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_result_gui.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\race_setup_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\state_manager.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\tracks_screen.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\add_device_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\addons_loading.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\confirm_resolution_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\enter_player_name_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\gp_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\message_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\player_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\press_a_key_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\race_paused_dialog.cpp" />
|
||||
<ClCompile Include="..\..\states_screens\dialogs\track_info_dialog.cpp" />
|
||||
<ClCompile Include="..\..\addons\addon.cpp" />
|
||||
<ClCompile Include="..\..\addons\addons_manager.cpp" />
|
||||
<ClCompile Include="..\..\addons\network_http.cpp" />
|
||||
<ClCompile Include="..\..\addons\zip.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\addons\inetwork_http.hpp" />
|
||||
<ClInclude Include="..\..\addons\news_manager.hpp" />
|
||||
<ClInclude Include="..\..\addons\request.hpp" />
|
||||
<ClInclude Include="..\..\challenges\game_slot.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hardware_skinning.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hit_effect.hpp" />
|
||||
<ClInclude Include="..\..\graphics\hit_sfx.hpp" />
|
||||
<ClInclude Include="..\..\graphics\lod_node.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_kind_manager.hpp" />
|
||||
<ClInclude Include="..\..\graphics\per_camera_node.hpp" />
|
||||
<ClInclude Include="..\..\graphics\post_processing.hpp" />
|
||||
<ClInclude Include="..\..\graphics\rain.hpp" />
|
||||
<ClInclude Include="..\..\graphics\referee.hpp" />
|
||||
<ClInclude Include="..\..\graphics\show_curve.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\CGUIEditBox.h" />
|
||||
<ClInclude Include="..\..\input\wiimote.hpp" />
|
||||
<ClInclude Include="..\..\items\rubber_ball.hpp" />
|
||||
<ClInclude Include="..\..\items\swatter.hpp" />
|
||||
<ClInclude Include="..\..\karts\abstract_kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\abstract_kart_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\cannon_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\ai_properties.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\skidding_ai.hpp" />
|
||||
<ClInclude Include="..\..\karts\explosion_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\ghost_kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_gfx.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_with_stats.hpp" />
|
||||
<ClInclude Include="..\..\karts\rescue_animation.hpp" />
|
||||
<ClInclude Include="..\..\karts\skidding.hpp" />
|
||||
<ClInclude Include="..\..\karts\skidding_properties.hpp" />
|
||||
<ClInclude Include="..\..\main_loop.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\abstract_state_manager.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\abstract_top_level_container.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\engine.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\event_handler.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\layout_manager.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\modaldialog.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\scalable_font.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\screen.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\skin.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\bubble_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\button_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\check_box_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\dynamic_ribbon_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\icon_button_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\label_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\list_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\model_view_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\progress_bar_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\ribbon_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\spinner_widget.hpp" />
|
||||
<ClInclude Include="..\..\guiengine\widgets\text_box_widget.hpp" />
|
||||
<ClInclude Include="..\..\challenges\challenge.hpp" />
|
||||
<ClInclude Include="..\..\challenges\challenge_data.hpp" />
|
||||
<ClInclude Include="..\..\challenges\unlock_manager.hpp" />
|
||||
<ClInclude Include="..\..\modes\cutscene_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\demo_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\easter_egg_hunt.hpp" />
|
||||
<ClInclude Include="..\..\modes\overworld.hpp" />
|
||||
<ClInclude Include="..\..\modes\soccer_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\tutorial_world.hpp" />
|
||||
<ClInclude Include="..\..\network\character_confirm_message.hpp" />
|
||||
<ClInclude Include="..\..\network\character_info_message.hpp" />
|
||||
<ClInclude Include="..\..\network\character_selected_message.hpp" />
|
||||
<ClInclude Include="..\..\network\connect_message.hpp" />
|
||||
<ClInclude Include="..\..\network\flyable_info.hpp" />
|
||||
<ClInclude Include="..\..\network\item_info.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_control_message.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_packet.hpp" />
|
||||
<ClInclude Include="..\..\network\kart_update_message.hpp" />
|
||||
<ClInclude Include="..\..\network\message.hpp" />
|
||||
<ClInclude Include="..\..\network\network_kart.hpp" />
|
||||
<ClInclude Include="..\..\network\network_manager.hpp" />
|
||||
<ClInclude Include="..\..\network\race_info_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_result_ack_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_result_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_start_message.hpp" />
|
||||
<ClInclude Include="..\..\network\race_state.hpp" />
|
||||
<ClInclude Include="..\..\network\remote_kart_info.hpp" />
|
||||
<ClInclude Include="..\..\network\world_loaded_message.hpp" />
|
||||
<ClInclude Include="..\..\physics\btKartRaycast.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_base.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_play.hpp" />
|
||||
<ClInclude Include="..\..\replay\replay_recorder.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\cutscene_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\custom_video_settings.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\select_challenge.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\tutorial_message_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_ui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui_overworld.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\soccer_setup_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\story_mode_lobby.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\dictionary.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\dictionary_manager.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\file_system.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\iconv.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\language.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\log_stream.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\plural_forms.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\po_parser.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\stk_file_system.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\tgt_log.hpp" />
|
||||
<ClInclude Include="..\..\tinygettext\tinygettext.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_cannon.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_goal.hpp" />
|
||||
<ClInclude Include="..\..\tracks\lod_node_loader.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object_presentation.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_sector.hpp" />
|
||||
<ClInclude Include="..\..\utils\constants.hpp" />
|
||||
<ClInclude Include="..\..\utils\cpp2011.h" />
|
||||
<ClInclude Include="..\..\utils\interpolation_array.hpp" />
|
||||
<ClInclude Include="..\..\utils\leak_check.hpp" />
|
||||
<ClInclude Include="..\..\utils\log.hpp" />
|
||||
<ClInclude Include="..\..\utils\no_copy.hpp" />
|
||||
<ClInclude Include="..\..\utils\profiler.hpp" />
|
||||
<ClInclude Include="..\..\utils\ptr_vector.hpp" />
|
||||
<ClInclude Include="..\..\utils\random_generator.hpp" />
|
||||
<ClInclude Include="..\..\utils\string_utils.hpp" />
|
||||
<ClInclude Include="..\..\utils\synchronised.hpp" />
|
||||
<ClInclude Include="..\..\utils\time.hpp" />
|
||||
<ClInclude Include="..\..\utils\translation.hpp" />
|
||||
<ClInclude Include="..\..\utils\utf8.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\checked.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\core.h" />
|
||||
<ClInclude Include="..\..\utils\utf8\unchecked.h" />
|
||||
<ClInclude Include="..\..\utils\vec3.hpp" />
|
||||
<ClInclude Include="..\..\audio\music.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_information.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_manager.hpp" />
|
||||
<ClInclude Include="..\..\audio\music_ogg.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_base.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_buffer.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_manager.hpp" />
|
||||
<ClInclude Include="..\..\audio\sfx_openal.hpp" />
|
||||
<ClInclude Include="..\..\modes\follow_the_leader.hpp" />
|
||||
<ClInclude Include="..\..\modes\linear_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\profile_world.hpp" />
|
||||
<ClInclude Include="..\..\modes\standard_race.hpp" />
|
||||
<ClInclude Include="..\..\modes\three_strikes_battle.hpp" />
|
||||
<ClInclude Include="..\..\modes\world.hpp" />
|
||||
<ClInclude Include="..\..\modes\world_status.hpp" />
|
||||
<ClInclude Include="..\..\modes\world_with_rank.hpp" />
|
||||
<ClInclude Include="..\..\items\attachment.hpp" />
|
||||
<ClInclude Include="..\..\items\attachment_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\bowling.hpp" />
|
||||
<ClInclude Include="..\..\items\cake.hpp" />
|
||||
<ClInclude Include="..\..\items\flyable.hpp" />
|
||||
<ClInclude Include="..\..\items\item.hpp" />
|
||||
<ClInclude Include="..\..\items\item_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\plunger.hpp" />
|
||||
<ClInclude Include="..\..\items\powerup.hpp" />
|
||||
<ClInclude Include="..\..\items\powerup_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\projectile_manager.hpp" />
|
||||
<ClInclude Include="..\..\items\rubber_band.hpp" />
|
||||
<ClInclude Include="..\..\physics\btKart.hpp" />
|
||||
<ClInclude Include="..\..\physics\btUprightConstraint.hpp" />
|
||||
<ClInclude Include="..\..\physics\irr_debug_drawer.hpp" />
|
||||
<ClInclude Include="..\..\physics\kart_motion_state.hpp" />
|
||||
<ClInclude Include="..\..\physics\physical_object.hpp" />
|
||||
<ClInclude Include="..\..\physics\physics.hpp" />
|
||||
<ClInclude Include="..\..\physics\triangle_mesh.hpp" />
|
||||
<ClInclude Include="..\..\physics\user_pointer.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_control.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_model.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_properties.hpp" />
|
||||
<ClInclude Include="..\..\karts\kart_properties_manager.hpp" />
|
||||
<ClInclude Include="..\..\karts\max_speed.hpp" />
|
||||
<ClInclude Include="..\..\karts\moveable.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\ai_base_controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\end_controller.hpp" />
|
||||
<ClInclude Include="..\..\karts\controller\player_controller.hpp" />
|
||||
<ClInclude Include="..\..\graphics\camera.hpp" />
|
||||
<ClInclude Include="..\..\graphics\CBatchingMesh.h" />
|
||||
<ClInclude Include="..\..\graphics\explosion.hpp" />
|
||||
<ClInclude Include="..\..\graphics\irr_driver.hpp" />
|
||||
<ClInclude Include="..\..\graphics\material.hpp" />
|
||||
<ClInclude Include="..\..\graphics\material_manager.hpp" />
|
||||
<ClInclude Include="..\..\graphics\mesh_tools.hpp" />
|
||||
<ClInclude Include="..\..\graphics\moving_texture.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_emitter.hpp" />
|
||||
<ClInclude Include="..\..\graphics\particle_kind.hpp" />
|
||||
<ClInclude Include="..\..\graphics\shadow.hpp" />
|
||||
<ClInclude Include="..\..\graphics\skid_marks.hpp" />
|
||||
<ClInclude Include="..\..\graphics\slip_stream.hpp" />
|
||||
<ClInclude Include="..\..\graphics\stars.hpp" />
|
||||
<ClInclude Include="..\..\tracks\ambient_light_sphere.hpp" />
|
||||
<ClInclude Include="..\..\tracks\bezier_curve.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_lap.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_line.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_manager.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_sphere.hpp" />
|
||||
<ClInclude Include="..\..\tracks\check_structure.hpp" />
|
||||
<ClInclude Include="..\..\tracks\graph_node.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad_graph.hpp" />
|
||||
<ClInclude Include="..\..\tracks\quad_set.hpp" />
|
||||
<ClInclude Include="..\..\tracks\terrain_info.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_manager.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object.hpp" />
|
||||
<ClInclude Include="..\..\tracks\track_object_manager.hpp" />
|
||||
<ClInclude Include="..\..\io\file_manager.hpp" />
|
||||
<ClInclude Include="..\..\io\xml_node.hpp" />
|
||||
<ClInclude Include="..\..\io\xml_writer.hpp" />
|
||||
<ClInclude Include="..\..\input\binding.hpp" />
|
||||
<ClInclude Include="..\..\input\device_manager.hpp" />
|
||||
<ClInclude Include="..\..\input\input.hpp" />
|
||||
<ClInclude Include="..\..\input\input_device.hpp" />
|
||||
<ClInclude Include="..\..\input\input_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\grand_prix_data.hpp" />
|
||||
<ClInclude Include="..\..\race\grand_prix_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\highscore_manager.hpp" />
|
||||
<ClInclude Include="..\..\race\highscores.hpp" />
|
||||
<ClInclude Include="..\..\race\history.hpp" />
|
||||
<ClInclude Include="..\..\race\race_manager.hpp" />
|
||||
<ClInclude Include="..\..\config\device_config.hpp" />
|
||||
<ClInclude Include="..\..\config\player.hpp" />
|
||||
<ClInclude Include="..\..\config\stk_config.hpp" />
|
||||
<ClInclude Include="..\..\config\user_config.hpp" />
|
||||
<ClInclude Include="..\..\animations\animation_base.hpp" />
|
||||
<ClInclude Include="..\..\animations\ipo.hpp" />
|
||||
<ClInclude Include="..\..\animations\three_d_animation.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\addons_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\arenas_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\credits.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\feature_unlocked.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\grand_prix_lose.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\grand_prix_win.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_1.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_2.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_3.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\help_screen_4.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\kart_selection.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\main_menu_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_audio.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_input.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_input2.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_players.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\options_screen_video.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_gui_base.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_result_gui.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\race_setup_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\state_manager.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\tracks_screen.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\add_device_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\addons_loading.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\confirm_resolution_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\enter_player_name_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\gp_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\message_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\player_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\press_a_key_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\race_paused_dialog.hpp" />
|
||||
<ClInclude Include="..\..\states_screens\dialogs\track_info_dialog.hpp" />
|
||||
<ClInclude Include="..\..\addons\addon.hpp" />
|
||||
<ClInclude Include="..\..\addons\addons_manager.hpp" />
|
||||
<ClInclude Include="..\..\addons\network_http.hpp" />
|
||||
<ClInclude Include="..\..\addons\zip.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="bullet_lib.vcxproj">
|
||||
<Project>{54aa44b9-b07b-49da-8b1a-05bbfe8ad5d4}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="enet.vcxproj">
|
||||
<Project>{b0e92b97-089a-4d5b-bf17-77f1bc5daeef}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@@ -1,35 +0,0 @@
|
||||
Basically 4 setups are included in the vc8-project:
|
||||
---------------------------------------------------
|
||||
The first one is the one currently used and supported,
|
||||
the others are more 'historical' and will be remove soon.
|
||||
|
||||
BulletDebug/BulletRelease:
|
||||
main setup (Debug/Relase) + BULLET
|
||||
The debug version links in the optimised bullet (and sdl and plib) versions, since i is assumed that
|
||||
mostly STK is being debugged, not everything. Using debug for everything creates a really slow executable.
|
||||
|
||||
ReplayDebug/ReplayRelease:
|
||||
main setup (Debug/Relase) + HAVE_GHOST_REPLAY
|
||||
|
||||
Debug/Release:
|
||||
main setup with openAL & vorbis: HAVE_OPENAL + HAVE_OGGVORBIS
|
||||
|
||||
PlibSoundDebug/PlibSoundRelease:
|
||||
no ogg-sound, no openAL, no vorbis, it is gonna be obsolete, when we move to OpenAL/ogg-vorbis completely
|
||||
|
||||
|
||||
Create these environment-vars pointing to the folders of your installations:
|
||||
----------------------------------------------------------------------------
|
||||
STK_LIB: pointing to a directory containing all libs
|
||||
STK_INCLUDE: pointing to a directory containing all header files.
|
||||
A separate package will be made available which contains all necessary windows
|
||||
files to compile STK. If you prefer to have the packages in separate
|
||||
directories, please add your directories to the paths in visual studio.
|
||||
|
||||
Add the folders of the runtime-dlls to the PATH-variable, this is what i had to put:
|
||||
(or copy the .dll files in the root directory of supertuxkart).
|
||||
|
||||
Remarks for OpenAL-installation:
|
||||
--------------------------------
|
||||
My version of OpenAL 1.1-SDK didn't put its includes in OpenAL/include/AL but in OpenAL/include.
|
||||
if yours did the same, create the folder OpenAL/include/AL and copy all the includes there.
|
@@ -1,426 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="enet"
|
||||
ProjectGUID="{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}"
|
||||
RootNamespace="enet"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="../../../lib/enet/include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="../../../lib/enet/include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="curl-debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="../../../lib/enet/include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="breakpad|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="../../../lib/enet/include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="wiiuse-release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="../../../lib/enet/include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\callbacks.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\compress.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\host.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\list.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\packet.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\peer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\protocol.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\unix.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="../../../lib/enet\win32.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\enet\callbacks.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\enet.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\list.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\protocol.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\time.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\unix.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\utility.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\enet\win32.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|