stk-code_catmod/src
hikerstk f7e6befce5 Updated documentation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11285 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-06-08 21:23:33 +00:00
..
addons Fix assert when uninstalling an add-on whose data dir was deleted. (This case used to make the add-on not uninstallable) 2012-05-15 01:31:38 +00:00
animations Add first version on intro cutscene. Still incomplete but goes somewhere :) Ask me for the menu patch if you want to look at it 2012-06-05 00:27:34 +00:00
audio Fix tons of warnings when building with Mingw. Yes I know I did a few changes in bullet. I don't care, the warnings were too annoying 2012-03-20 01:51:28 +00:00
bullet Fix tons of warnings when building with Mingw. Yes I know I did a few changes in bullet. I don't care, the warnings were too annoying 2012-03-20 01:51:28 +00:00
challenges Fix bug where easy challenges weren't being counted 2012-05-31 16:48:59 +00:00
config More work to make cutscenes work 2012-06-02 22:35:09 +00:00
enet CMake can now generate visual c++ projects 2012-03-10 23:16:57 +00:00
graphics More work to make cutscenes work 2012-06-02 22:35:09 +00:00
guiengine Start work to allow showing worlds without kart, for cutscenes. Does not work yet but getting closer 2012-05-31 01:32:27 +00:00
ide Updated VS project file. 2012-05-31 02:48:54 +00:00
input Removed physics.hpp #include from world.hpp. 2012-05-08 07:07:15 +00:00
io Make animated textures work with LOD 2012-05-06 01:13:03 +00:00
items Removed physics.hpp #include from world.hpp. 2012-05-08 07:07:15 +00:00
karts Updated documentation. 2012-06-08 21:23:33 +00:00
modes Added support for a text that is shown above a kart to the 2012-06-08 21:14:00 +00:00
network Add first version on intro cutscene. Still incomplete but goes somewhere :) Ask me for the menu patch if you want to look at it 2012-06-05 00:27:34 +00:00
physics Allowed to enable smooth-normals per track, and added this flag as an 2012-05-09 22:57:51 +00:00
race Add first version on intro cutscene. Still incomplete but goes somewhere :) Ask me for the menu patch if you want to look at it 2012-06-05 00:27:34 +00:00
replay Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
states_screens Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
tinygettext Remove old Norwegian language definitions after request from mailing list 2011-06-13 22:30:38 +00:00
tracks Add first version on intro cutscene. Still incomplete but goes somewhere :) Ask me for the menu patch if you want to look at it 2012-06-05 00:27:34 +00:00
tutorial Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
utils Introduce (in a totally optional way) the C++2011 feature to explicitely mark overrides. This bit us quite a few times in the past, so if we start using this more then those with GCC 4.7 will at least catch the errors when they happen :) 2012-05-14 00:04:26 +00:00
wiiuse Apply a bunch of CMake patches by riebl, thanks\! 2012-03-06 00:18:51 +00:00
windows_installer Renamed 'Run' menu entry to 'supertuxkart' to avoid clash 2011-07-05 01:20:14 +00:00
Doxyfile Quite a bit of work on Doxygen docs to contain an overview of the STK source code base 2011-10-25 17:46:14 +00:00
Doxyfile_Win Add a doxfile for windows with adapted DOT_PATH 2012-04-07 22:59:20 +00:00
main_loop.cpp Undo not too funny April's fool joke committed by Minibjorn. 2012-04-01 14:48:26 +00:00
main_loop.hpp Ran a small bash script to remove all of those annoying strings. The only thing they gave us were the need to rebuild after committing 2011-12-06 18:43:36 +00:00
main.cpp Removed automatically starting a race if --ghost is specified, since this will 2012-05-17 23:11:41 +00:00
Makefile.am Add cutscene_world.[ch]pp to build system. Set their EOL property too. 2012-05-31 02:42:51 +00:00