12 Commits

Author SHA1 Message Date
hiker
17bb7bb824 Minor changes for profiling support only, no change to actual game code otherwise.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@780 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-18 12:02:35 +00:00
hiker
388636d313 Removed unsupported command line switches.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@774 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-15 07:27:46 +00:00
hiker
d3810285b9 Improved profiling interface to use 'number of seconds' instead of number of frames. Fixed bug when pressing 'esc' during a race.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@771 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-15 00:30:51 +00:00
hiker
b1ec12134b Fixed herring-style related errors, by properly catching missing files,
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
2006-09-14 00:08:00 +00:00
hiker
68e1e7f01c Fixed typos in previous commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@759 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-11 22:44:23 +00:00
coz
48e865fb2d Fixes problems due to a previous failed commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@706 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-08-31 10:16:06 +00:00
coz
1d065cd8e7 Fixes crash caused by the number of collectables being smaller than the number of posibilities that karts could get when they touch an SHERRING.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@705 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-08-31 10:10:36 +00:00
hiker
7ffbb95ac3 Disabled all fullscreen options for now, since they don't work.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@699 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-08-30 07:45:17 +00:00
hiker
e37b7dff2c Added proper $Id$ keyword property for all source files.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@694 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-08-29 07:42:36 +00:00
hiker
bcb75d9c0d Updated all copyright information:
1) All new files have the copyright of the appropriate person creating
   that file. If I couldn't easily figure out who this person was, I 
   added a line (C) 2006 SuperTuxKart-Team
   (that's for most of the files added during the GotM time, but see 3) ).
2) For files with Steve Baker's cpoyight:
   All significantly modified files have two lines, e.g.:
   //  Copyright (C) 2004-2005 Steve Baker <sjbaker1@airmail.net>
   //  Copyright (C) 2006  Eduardo Hernandez Munoz, Steve Baker
   Only exception are the files in the gui subdirectory, which all had
   Steve Baker's copyright. Since I know from the mail archives
   that Steve Baker never proposed or even liked the new menu structure,
   I am sure that someone else from the GotM team created these files.
   Therefore, I replaced Steve Bakers (c) with the SuperTuxTeam.
   If only minor modification were done to a file with the (c) of Steve, 
   I left the original (c) unchanged.
3) If there was any other copyright information in the file, I left it
   unchanged as well.



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@693 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-08-29 07:03:28 +00:00
hiker
817ae85c21 1) Added a "Press <esc> to go back" line to most menus
(all except the two more graphical ones: character selection,
   track selection)
2) Bugfix: in character selector the heading would usually be
   garbage
3) Removed fullscreen options for windows, since (afaik) this is
   not supported (it appears that fullscreen does not even work
   on linux, so perhaps it should be removed completely for now,
   or fixed)???
4) Added more credits (couldn't use any special characters here).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@672 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-08-24 07:31:26 +00:00
coz
d4e468958f Renamed src/start_tuxkart.cpp to main.cpp
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@650 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-08-04 16:02:53 +00:00