stk-code_catmod/src
wardje fd80c17a33 Fix #616 - dancing stars appearing in fixed place
Stars object was being created before data was loaded in. Moving it
to Kart::init() instead. (::loadData has to be called first)


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11107 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2012-04-10 15:43:13 +00:00
..
addons Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
animations 1) Added support for disabling an animation. 2012-04-09 23:16:51 +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 when writing challenges.xml, a quote was not closed 2012-04-01 19:17:40 +00:00
config Allow remembering Window position. Useful for multi-monitor setups. Only works for Windows at this time I'm afraid - although the code for Linux is mostly there 2012-03-29 01:04:07 +00:00
enet CMake can now generate visual c++ projects 2012-03-10 23:16:57 +00:00
graphics Refactored handling of kart animations: instead of 2012-04-01 22:57:41 +00:00
guiengine Port track info dialog to XML 2012-02-09 03:08:32 +00:00
ide Updated VS 9 project file. 2012-04-03 02:11:28 +00:00
input Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
io 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
items Refactored handling of kart animations: instead of 2012-04-01 22:57:41 +00:00
karts Fix #616 - dancing stars appearing in fixed place 2012-04-10 15:43:13 +00:00
modes Add functionality to end a race early (#486). 2012-04-07 21:58:11 +00:00
network Refactored handling of kart animations: instead of 2012-04-01 22:57:41 +00:00
physics Refactored handling of kart animations: instead of 2012-04-01 22:57:41 +00:00
race When returning to overworld, bring back player to approximately where they were upon leaving 2012-04-01 17:17:36 +00:00
replay Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
states_screens Add functionality to end a race early (#486). 2012-04-07 21:58:11 +00:00
tinygettext Remove old Norwegian language definitions after request from mailing list 2011-06-13 22:30:38 +00:00
tracks 1) Control the time for an IPO animation in AnimationBase 2012-04-04 00:48:05 +00:00
tutorial Introduced an 'abstract kart' class, which is used to 2012-03-19 20:21:11 +00:00
utils Added proper operator[] functions so that Vec3[i] can be 2012-04-10 12:43:15 +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 Return to overworld when exiting a race if race was started from overworld 2012-04-01 15:42:44 +00:00
Makefile.am Rename canon to cannon in build system. 2012-04-03 03:05:39 +00:00