stk-code_catmod/src
hikerstk 492b58f8ce Bugfix: tabs could not be selected anymore. Reason was a change
from std::string & to const std::string & in r10008, and as
a result a virtual function was not overloaded anymore.
This patch changes all transmitEvent functions to use
const std::string &.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10021 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-10-18 23:39:28 +00:00
..
addons Fixed another memory leak: stopping STK while icons are still downloading in the 2011-10-16 13:06:40 +00:00
animations Support more shapes for animations 2011-10-16 15:31:05 +00:00
audio Removed exception throwing from MusicInformation constructor, and 2011-10-13 11:15:53 +00:00
bullet Updated autotools building, including distributing of the directories 2011-09-06 06:09:27 +00:00
challenges Includes cleanup; especially avoid including in headers, creating implicit dependencies and horrible chains of recursive includes. Avoid iostream when possible because this header is not small 2011-05-29 19:52:24 +00:00
config Fixed what happens when starting from terminal and the akrt 'random' is selected in the suer config 2011-10-16 00:18:13 +00:00
enet Updated autotools building, including distributing of the directories 2011-09-06 06:09:27 +00:00
graphics Tweak thunderbird location during rescue 2011-10-18 16:09:43 +00:00
guiengine Bugfix: tabs could not be selected anymore. Reason was a change 2011-10-18 23:39:28 +00:00
ide Use English names for source and header filters 2011-09-23 02:46:44 +00:00
input Allow to move the attached camera to all AI karts in profile mode 2011-10-10 04:30:18 +00:00
io Added leak checking. 2011-10-13 22:40:35 +00:00
items Added 'early targeting': the rubber ball will align its relative position 2011-10-18 20:14:03 +00:00
karts Fix crash when installing a new kart (#459). 2011-10-14 05:35:37 +00:00
modes Removed unnecessary parameters kart and track from 2011-10-16 12:29:37 +00:00
network More work on 'thou shalt not include irrlicht.h everywhere carelessly', plus add debug checks to track.hpp in a desperate attempt to make STK Arthur_D-proof 2011-05-22 18:31:25 +00:00
physics Fixed memory leak each time a track with graphical surface effect 2011-10-06 22:22:29 +00:00
race Apply a slightly modified version of termina1's patch to see GP progress, thanks\! 2011-10-07 23:25:02 +00:00
replay Cosmetic changes only. 2011-10-05 04:12:00 +00:00
states_screens Fixed leak when winning a GP and unlocking a feature 2011-10-18 21:14:35 +00:00
tinygettext Remove old Norwegian language definitions after request from mailing list 2011-06-13 22:30:38 +00:00
tracks Added 'early targeting': the rubber ball will align its relative position 2011-10-18 20:14:03 +00:00
tutorial Includes cleanup; especially avoid including in headers, creating implicit dependencies and horrible chains of recursive includes. Avoid iostream when possible because this header is not small 2011-05-29 19:52:24 +00:00
utils Fixed compilation error on linux. 2011-10-13 22:55:53 +00:00
windows_installer Renamed 'Run' menu entry to 'supertuxkart' to avoid clash 2011-07-05 01:20:14 +00:00
Doxyfile Some updates to doxyfile (mostly to support subdirs). 2008-11-20 02:12:47 +00:00
main_loop.cpp Add gloal profiler marker, will help get percentages 2011-09-05 22:55:55 +00:00
main_loop.hpp Set props as per SVN-CONFIG for .[ch]pp, AKA SVN props clean up day. :) 2011-01-21 01:54:38 +00:00
main.cpp Fixed what happens when starting from terminal and the akrt 'random' is selected in the suer config 2011-10-16 00:18:13 +00:00
Makefile.am Fix quite a few leaks in the GUI engine, and introduce my quick leak-detection macros in dbeug mode (with Joerg's approval) 2011-09-22 18:08:04 +00:00