.. |
addons
|
Comment useless variable to remove compiler warning (and optimize a little)
|
2010-09-07 17:58:51 +00:00 |
animations
|
Started to add NoCopy as a base class to all objects to help detecting if an
|
2010-09-08 06:18:08 +00:00 |
audio
|
Added more NoCopy.
|
2010-09-08 11:39:19 +00:00 |
bullet
|
Added debug output in case that the bullet assertion crash (see
|
2010-09-07 23:44:33 +00:00 |
challenges
|
Added more NoCopy.
|
2010-09-08 11:39:19 +00:00 |
config
|
Removed NoCoy from UserConfigParam because it can (and is) copied
|
2010-09-08 15:22:22 +00:00 |
enet
|
Applied Yann's patch to allow to build STK in different build
|
2008-11-20 01:35:07 +00:00 |
graphics
|
Fixed rare bug in which stk aborts (because it receives a WM_QUIT message)
|
2010-08-10 01:15:53 +00:00 |
guiengine
|
tweak text bubble widget so that the text cannot go too close to the right edge of the widget
|
2010-09-06 17:50:29 +00:00 |
ide
|
Updated project file, removed compiler warnings, worked around
|
2010-09-05 01:04:50 +00:00 |
input
|
Bugfix: avoid crash if any of the special debug keys (F1, F2, ...) is
|
2010-08-04 22:47:36 +00:00 |
io
|
Updated project file, removed compiler warnings, worked around
|
2010-09-05 01:04:50 +00:00 |
items
|
Added an epsilon to test if a flyable is inside of the track. Hopefully this
|
2010-09-07 13:38:23 +00:00 |
karts
|
Improved handling in case that not enough karts are available, and
|
2010-09-08 11:37:36 +00:00 |
modes
|
Fixed bug in bugfix ;) Non-debug mode would still crash.
|
2010-09-07 11:25:48 +00:00 |
network
|
Some cleanups with ActivePlayer. Moved it to StateManager, because that's where active players are created and stored - this will be less confusing than hiding it inside a configuration class. More work is still to be done if we want to make this code really clean, though.
|
2010-02-18 21:28:32 +00:00 |
physics
|
Fixed doubly-defined constructor that didn't compile
|
2010-07-06 00:02:51 +00:00 |
race
|
Fixed compiler warning.
|
2010-08-30 00:21:04 +00:00 |
replay
|
Run expand -t4 to convert tabs to spaces. No other whitespace fixes, but
|
2009-12-18 00:36:35 +00:00 |
states_screens
|
Fixed crash in case that the default kart can not be found, instead an error message
|
2010-09-08 11:19:21 +00:00 |
tracks
|
Fixed white spaces in source code.
|
2010-08-30 23:17:52 +00:00 |
utils
|
Implement silly hack to get whether the current language is RTL (but at least it works)
|
2010-09-03 18:57:44 +00:00 |
windows_installer
|
Fixing all remaining "executable" flags.
|
2009-02-27 02:54:25 +00:00 |
Doxyfile
|
Some updates to doxyfile (mostly to support subdirs).
|
2008-11-20 02:12:47 +00:00 |
main_loop.cpp
|
Modified music handling, fixing the music heard during GP lost/won
|
2010-06-13 18:25:49 +00:00 |
main_loop.hpp
|
1) Profile mode now works, and is now completely implemented
|
2009-08-23 15:42:58 +00:00 |
main.cpp
|
Added --gp option to start a GP from the command line.
|
2010-07-25 22:35:53 +00:00 |
Makefile.am
|
Added bubble widget to work around clipped text in help menu .I'm not sure I like it, and it's especially ugly in the glass skin, but that can be worked on later.
|
2010-09-04 20:24:42 +00:00 |