dirent calls (opendir,readdir,closedir) for compatibility
with windows.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@783 178a84e3-b1eb-0310-8ba1-8eac791a3b58
If so, this flag will be used when compiling static_ssg, to work
around the 'fall through track' problem.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@769 178a84e3-b1eb-0310-8ba1-8eac791a3b58
giving an appropriate error message, and (if possible) fix the problem.
This fixes the previously observed crashes with default herring style
not found.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@768 178a84e3-b1eb-0310-8ba1-8eac791a3b58
through the track. This work around adds a '-fno-regmove' flag
for static_ssg compilation - and that will cause a problem if
the compiler does not support this flag (think of non gnu compilers).
A proper test should be added to the configure framework.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@766 178a84e3-b1eb-0310-8ba1-8eac791a3b58
number of laps --> the more 'red' the name gets, the more laps it has
finished.
2) Fixed minor bug: if a kart finished another lap after it has finished
the race, the displayed colour became white again.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@765 178a84e3-b1eb-0310-8ba1-8eac791a3b58
locks on to a player kart.
2) Updated todo list.
3) Added some debug support to moveable, to help
debugging the 'fall through track' bug. This is
disabled by default.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@762 178a84e3-b1eb-0310-8ba1-8eac791a3b58
config file/directory at first ever start of supertuxkart.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@760 178a84e3-b1eb-0310-8ba1-8eac791a3b58
stored in models/herrings, and they can be individually
used in herring config files, e.g.: (gold "goldcoin").
This makes it easier to add new herring models.
Grand Prix settings overwrite track settings, e.g. the
tuxkart cup uses the original herring style.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@758 178a84e3-b1eb-0310-8ba1-8eac791a3b58
1) Added handling of dirent (which isn't part of windows)
2) Added missing include of STL files
3) Fixed config bug: name of player wasn't written correctly
4) Removed many warnings caused by implicit castings
- double --> float, e.g. 1.0 --> 1.0f
- size_t --> int, e.g. karts.size() --> (int)karts.size()
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@757 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2) Fixed text display to work with all resolutions.
3) Added support for displaying a screenshot and a 'topview' (or outline) pictures of tracks. It's currently not used, and might need some fine tuning depending on picture size.
4) Updated TODO list, removed 'done' section.
5) Set default herring style to the new herring style.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@741 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2) Support for 'make dist-bzip2' fixed.
3) Changed version number to 0.1rc1 .
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@737 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2) Removed creation of libMain, since it:
- breaks parallel makes
- takes twice as long to link with cygwin
- doesn't have any other benefit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@735 178a84e3-b1eb-0310-8ba1-8eac791a3b58
assumes to be available). The fixed widgetSet does not create or free
any textures, this is now left to the application (which is fine with
tuxkart, since this is done in material_manager/plib anyway).
Previous bugfixes/work-arounds for this have mostly been removed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@733 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2) Added tuxkart and GotM grand prix.
3) Added description to all tracks (which is currently set
to show the designer of that particular track).
4) Fixed camera (which had a hard-coded screen size).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@732 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2) Texts drawn with widgetSet->drawText are now scaled if the
screen width is less than 800.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@728 178a84e3-b1eb-0310-8ba1-8eac791a3b58
See http://www.karakas-online.de/forum/viewtopic.php?t=4194
for details about variables declared insite a case statement.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@724 178a84e3-b1eb-0310-8ba1-8eac791a3b58