stk-code_catmod/src
2009-05-03 00:50:09 +00:00
..
audio totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
bullet More EOL prop setting and fixing of files with mixed EOLs. 2009-03-01 00:46:47 +00:00
challenges Moved file manager to io subdir, made irrlicht compilation default, 2009-03-12 03:49:31 +00:00
enet Applied Yann's patch to allow to build STK in different build 2008-11-20 01:35:07 +00:00
graphics totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
gui improved look of tabs in options/help. mouse navigation still clunky 2009-05-02 21:06:48 +00:00
ide totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
input totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
io improved path flexibility in graphics files (can now access textures from data/textures too, will be useful in help to show weapons icons, etc.) 2009-04-04 23:33:37 +00:00
items made checkboxes clickable (those in options don't have any effect yet) 2009-04-18 23:25:59 +00:00
karts Added support for steering animations. Note: since there is 2009-04-07 13:43:18 +00:00
lisp Irrlicht only: 2009-02-17 02:57:28 +00:00
modes Removed callback manager, callbacks are not needed the way they were 2009-04-01 00:55:20 +00:00
network first introduction of new GUI code. It does *not* work, consider this a backup (and the removal of the old UI) 2009-03-13 13:50:24 +00:00
physics Added support for bullet debug view (still somewhat buggy, karts are 2009-04-29 14:48:18 +00:00
replay Added README to indicate that those files are not used atm. 2009-01-27 02:27:26 +00:00
robots Fixing all remaining "executable" flags. 2009-02-27 02:54:25 +00:00
tracks Added support for steering animations. Note: since there is 2009-04-07 13:43:18 +00:00
utils Moved file manager to io subdir, made irrlicht compilation default, 2009-03-12 03:49:31 +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
explosion.cpp 1) Added support for sky-domes (this needs to be nicer, this is 2009-03-17 02:52:58 +00:00
explosion.hpp 1) Added support for sky-domes (this needs to be nicer, this is 2009-03-17 02:52:58 +00:00
grand_prix_data.cpp Moved file manager to io subdir, made irrlicht compilation default, 2009-03-12 03:49:31 +00:00
grand_prix_data.hpp some debug code to try to fix an elusive bug on IRC 2009-01-26 22:47:44 +00:00
grand_prix_manager.cpp Moved file manager to io subdir, made irrlicht compilation default, 2009-03-12 03:49:31 +00:00
grand_prix_manager.hpp 1) Bugfix: GP were not locked. 2008-07-29 05:38:30 +00:00
highscore_manager.cpp Moved file manager to io subdir, made irrlicht compilation default, 2009-03-12 03:49:31 +00:00
highscore_manager.hpp started highscores refactor, also fixing them (they had been broken during the world refactor) 2008-09-23 01:16:50 +00:00
highscores.cpp Bugfix: ostringstream wasn't cleared between calls. 2009-01-28 04:12:16 +00:00
highscores.hpp started highscores refactor, also fixing them (they had been broken during the world refactor) 2008-09-23 01:16:50 +00:00
history.cpp Moved more files into subdirs. 2009-01-22 22:27:13 +00:00
history.hpp Moved Vec3 and Coord into utils subdir. 2008-12-01 22:43:50 +00:00
isect.cpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
isect.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
main_loop.cpp totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
main_loop.hpp totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
main.cpp totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
Makefile.am 1) Prepared support for kart animations. 2009-04-05 12:53:17 +00:00
material_manager.cpp 1) Added support for nested tags to XMLNode. 2009-03-31 02:52:01 +00:00
material_manager.hpp 1) Support for transparency added (mainly lighthouse track). 2009-03-26 23:31:00 +00:00
material.cpp Added support for alpha blending. 2009-04-04 03:12:12 +00:00
material.hpp Added support for alpha blending. 2009-04-04 03:12:12 +00:00
no_copy.hpp Updated the GPL version to GPLv3. 2008-06-13 00:53:52 +00:00
player.hpp fixed compiler warning + removed unused variable 2009-04-04 23:12:38 +00:00
ptr_vector.hpp Introducing the new DeviceManager input API... 2009-03-23 18:38:06 +00:00
race_manager.cpp 1) Support for transparency added (mainly lighthouse track). 2009-03-26 23:31:00 +00:00
race_manager.hpp 1) Support for transparency added (mainly lighthouse track). 2009-03-26 23:31:00 +00:00
stk_config.cpp Moved file manager to io subdir, made irrlicht compilation default, 2009-03-12 03:49:31 +00:00
stk_config.hpp Added version numbers to tracks and karts (which helps 2009-01-16 11:13:55 +00:00
traffic.cpp disabled traffic and empty_robot with #if 0s - this allows creating IDE projects by just dragging the source directory onto the source tree, without having to manually select out some files 2009-02-18 19:44:46 +00:00
user_config.cpp totally removed SDL dependency. wav sounds have been converted to OGG, since we already have an OGG reader in - why require an additionnal dep like SDL, that does input, graphics, etc. when we only need audio and already have an audio reader in? Original .wav files (lossless) will be added tomedia repository (second part) 2009-05-03 00:50:09 +00:00
user_config.hpp music volume is now saved to config file, and read from it 2009-04-20 18:44:35 +00:00
user_pointer.hpp Renaved MovingPhysics to PhysicalObject. 2009-04-01 01:30:10 +00:00