stk-code_catmod/src
mbjornstk 2898c025ad Add new file config/player.cpp.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3738 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-07-12 00:50:37 +00:00
..
animations Added initial support for checklines (though atm they don't do anything yet). 2009-07-06 13:35:33 +00:00
audio Further improved XML generation for user config + prepared infrastructure for saving challenges/players (groups) 2009-06-21 16:15:27 +00:00
bullet More EOL prop setting and fixing of files with mixed EOLs. 2009-03-01 00:46:47 +00:00
challenges Added saving challenges to config file 2009-06-23 01:44:49 +00:00
config Added file forgotten in previous commit 2009-07-12 00:34:40 +00:00
enet Applied Yann's patch to allow to build STK in different build 2008-11-20 01:35:07 +00:00
graphics Pressing fire on another devices in the kart selection screen will now cause new players to appear 2009-07-11 15:20:18 +00:00
gui Replaced usage of some confusing IDs with more explicit pointers 2009-07-12 00:18:37 +00:00
ide Replaced usage of some confusing IDs with more explicit pointers 2009-07-12 00:18:37 +00:00
input Replaced usage of some confusing IDs with more explicit pointers 2009-07-12 00:18:37 +00:00
io Added support for bezier interpolation. 2009-07-01 12:04:26 +00:00
items Anchor is smooth too. Change naming a bit (but still some "anvils" around). 2009-07-08 22:40:54 +00:00
karts Replaced usage of some confusing IDs with more explicit pointers 2009-07-12 00:18:37 +00:00
lisp 1) Created new config subdir and moved the last remaining files into 2009-06-11 10:00:43 +00:00
modes Replaced usage of some confusing IDs with more explicit pointers 2009-07-12 00:18:37 +00:00
network The player list can now be extended in Options, and is saved to file and loaded too 2009-06-21 18:55:12 +00:00
physics 1) Animations can now be bullet rigid bodies, which means collisions are 2009-07-03 00:51:31 +00:00
race Patch by StephenIRC to fix input when starting with -N 2009-07-08 00:46:47 +00:00
replay 1) Created new config subdir and moved the last remaining files into 2009-06-11 10:00:43 +00:00
robots Moved timeToString into StringUtils. 2009-07-08 12:34:39 +00:00
tracks Work on associating a player to its device in the kart selection screen 2009-07-11 17:32:05 +00:00
utils A player can now remove himself by pressing rescue at the kart selection screen 2009-07-11 19:24:42 +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 Removed compiler warning. 2009-06-29 03:38:48 +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 started converting user config to XML. Implementation is not 100% complete yet; saving works, not lodading. Implementation is not the prettiest but designed for minimal maintenance. 2009-06-21 01:10:43 +00:00
Makefile.am Add new file config/player.cpp. 2009-07-12 00:50:37 +00:00