stk-code_catmod/src/utils
2009-08-30 18:21:59 +00:00
..
constants.hpp Replaced hardcoded number (maximum number of players) with a clean constant 2009-08-29 00:41:45 +00:00
coord.hpp 1) Created new config subdir and moved the last remaining files into 2009-06-11 10:00:43 +00:00
no_copy.hpp Moved more files into appropriate subdirs, update build 2009-06-02 12:37:29 +00:00
ptr_vector.hpp A player can now remove himself by pressing rescue at the kart selection screen 2009-07-11 19:24:42 +00:00
random_generator.cpp 1) Created new config subdir and moved the last remaining files into 2009-06-11 10:00:43 +00:00
random_generator.hpp 1) Applied Jonan's patch to fix the layout for many files. 2009-01-22 12:02:40 +00:00
string_utils.cpp Massive conversion from std::string to stringw for all strings that need to be translated. Currently, translation is broken (strings i try to transalte appear as junk) -- since irrlicht GUI widgets all use wchar_t, using std::string in UTF-8 just didn't make it 2009-08-30 18:21:59 +00:00
string_utils.hpp Massive conversion from std::string to stringw for all strings that need to be translated. Currently, translation is broken (strings i try to transalte appear as junk) -- since irrlicht GUI widgets all use wchar_t, using std::string in UTF-8 just didn't make it 2009-08-30 18:21:59 +00:00
translation.cpp Massive conversion from std::string to stringw for all strings that need to be translated. Currently, translation is broken (strings i try to transalte appear as junk) -- since irrlicht GUI widgets all use wchar_t, using std::string in UTF-8 just didn't make it 2009-08-30 18:21:59 +00:00
translation.hpp Massive conversion from std::string to stringw for all strings that need to be translated. Currently, translation is broken (strings i try to transalte appear as junk) -- since irrlicht GUI widgets all use wchar_t, using std::string in UTF-8 just didn't make it 2009-08-30 18:21:59 +00:00
vec3.cpp Added initial support for checklines (though atm they don't do anything yet). 2009-07-06 13:35:33 +00:00
vec3.hpp 1) Fixed render-to-texture bug (which resulted in black background instead of 2009-07-20 12:35:34 +00:00