Commit Graph

5230 Commits

Author SHA1 Message Date
hikerstk
154369a7f5 Bowling balls now explode if they are rolling on a reset material.
I also fixed a bug in the 'height above terrain' computation, which
might have caused bowling balls to be more bouncy than they should be.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6950 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 13:03:38 +00:00
hikerstk
13fb30ea41 Actually saving the file before committing helps ... this time I hopefully really
removed all warnings :)


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6949 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 12:32:31 +00:00
hikerstk
ef300391d1 Fixed all remaining duplicates.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6948 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 12:02:09 +00:00
hikerstk
2e354c4148 Removed more duplicated characters.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6947 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 06:22:25 +00:00
hikerstk
d0acfaae3c Fixed incorrect warnings when reading fonts.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6946 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 06:20:12 +00:00
hikerstk
be7e8793b6 Fixed various compilation problems.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6945 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 05:54:04 +00:00
mbjornstk
1eacc8fe59 Add tutorial_screen.[ch]pp.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6944 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 03:08:25 +00:00
aeonphyxius
30c5ae81ab Rolled back to old version(6772)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6943 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 02:12:48 +00:00
aeonphyxius
cf1c0a6959 Rolled back to old version(6727)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6942 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 02:06:56 +00:00
aeonphyxius
8a874c3fdd Tutorial Screen new icon and screen definition
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6941 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 01:50:08 +00:00
aeonphyxius
777292a74f <stkgui>
<div x="5%" y="0" width="90%" height="98%" layout="vertical-row" >
    
        <icon id="logo" align="center" proportion="8" width="100%" icon="gui/logo.png"/>
        
        <buttonbar id="menu_toprow" proportion="3" width="75%" align="center">
            <icon-button id="new" width="128" height="128" icon="gui/main_race.png"
                    I18N="Main menu button" text="Race"/>
            <icon-button id="network" width="128" height="128" icon="gui/main_options.png"
                    I18N="Main menu button" text="DEBUG"/>
            <icon-button id="challenges" width="128" height="128"
                         icon="gui/challenge.png"
                         I18N="Main menu button"  text="Challenges"/>
			<icon-button id="tutorial" width="128" height="128"
                         icon="gui/tutorial.png"
                         I18N="Main menu button"  text="Tutorial"/>
        </buttonbar>
        
        <spacer width="10" proportion="1"/>
        
        <buttonbar id="menu_bottomrow" proportion="3" width="85%" align="center">
            <icon-button id="options" width="128" height="128" icon="gui/main_options.png"
                    I18N="Main menu button"  text="Options"/>
            <icon-button id="help" width="128" height="128" icon="gui/main_help.png"
                    I18N="Main menu button" text="Help"/>
            <icon-button id="about" width="128" height="128" icon="gui/main_about.png"
                    I18N="Main menu button" text="About"/>
            <icon-button id="quit" width="128" height="128" icon="gui/main_quit.png"
                    I18N="Main menu button" text="Quit"/>
        </buttonbar>
        
        <spacer width="10" proportion="1"/>
        
    </div>

</stkgui>

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6940 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 01:42:08 +00:00
hikerstk
fd55bc2273 Avoid crash if history.dat file can not be written; also added
2nd location to test for (where the config.xml etc files are stored)
to test, which makes history usable in standard windows installation
(where . is not writable). Fixes bug 3128511.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6938 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 00:04:08 +00:00
asciimonster
f7d7a07a50 stk_browser: Large changes to the internal dataformat and behaviour
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6937 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 22:30:08 +00:00
hikerstk
37892fc06d Fixed rank display in FTL races - the number of karts was not
decreased when a kart was removed (bug 3133631).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6935 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 21:19:01 +00:00
auria
b9ac54ee66 Corrected more conflicts with chinese font
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6933 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 14:24:35 +00:00
auria
fb86f84c3e Add debug checks to font class so that font conflicts are detected and reported
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6932 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 14:23:06 +00:00
auria
0edb2425e9 More fixes to chinese font
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6931 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 14:10:54 +00:00
auria
4637a1365f Fixed chinese font
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6928 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 14:02:43 +00:00
hikerstk
af9f6d651e Fixed memory leak.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6926 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 05:49:30 +00:00
hikerstk
8e82e01ddf Made activation line larger to really really avoid people 'flying'
next to it, then being rescued behind the activation line (causing
the next lap not to be counted).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6924 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 04:51:57 +00:00
hikerstk
4516fce278 Re-exported skyline track (no change to .blend - looks like we just forgot
to export that track after changing it when we switched the lap detection 
algorithm). 


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6923 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 04:02:17 +00:00
hikerstk
23bb74ee41 Added Chinese fonts (only including the characters currently used in
translations to save space). Note that they need to be recreated
if the translation changes!


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6921 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 03:21:39 +00:00
hikerstk
2847d537d0 Do not ignore Chinese font and related files anymore.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6920 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 03:18:45 +00:00
mbjornstk
2d33688f4a Apply SVN props to keep in line with the rest of the tree.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6919 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 02:41:00 +00:00
hikerstk
793ec532e4 Ignore temporary files, and output directories created by VS.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6918 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 02:38:47 +00:00
hikerstk
b701626c79 Added missing file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6917 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 02:36:25 +00:00
hikerstk
b675ef8810 Added acme_pjz's name in the header file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6916 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 02:28:23 +00:00
hikerstk
b7d6989624 Added acme_pjz's modified irrlicht font tool, which only
writes the characters necessary for the translation (this
significantly reduces the number of textures needed for
Chinese).
This tool only works on windows!


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6915 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 02:24:52 +00:00
auria
5961c22728 Minor tweak to peach skin
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6914 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 02:18:22 +00:00
auria
3a149c5a78 Reduce font size for long GP names to avoid clipping (long translations can still cause clipping though)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6912 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 02:06:44 +00:00
auria
3cca0b7666 Since peach is now the default skin, tweak it a little to make focus clearer at times
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6910 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 01:52:15 +00:00
auria
243c9f37c0 Fixed rare crash with explosions, when m_remaining_time is exactly equal to explosion_time
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6908 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-09 01:22:22 +00:00
auria
d737425fe5 Fixed gamepad input after changing resolutions
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6905 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 23:42:10 +00:00
auria
7f97094b87 Fixed numerous leaks, especially audio leaks + add debug functions to be able to easily check for audio leaks
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6903 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 22:18:55 +00:00
auria
1b426216e6 Minor improvements to OpenAL error reporting
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6900 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 20:29:08 +00:00
auria
b207596c89 Prevent a few shortcuts in crescent crossing
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6897 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 20:20:41 +00:00
mbjornstk
8848ade794 Fix SVN properties before something backfires.
Probably aeonphyxius forgot to read SVN-CONFIG.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6896 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 17:45:10 +00:00
aeonphyxius
ce5ca9c572 tutorial changes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6895 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 16:28:13 +00:00
aeonphyxius
820a7c7bd0 new tutorial screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6894 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 15:58:28 +00:00
aeonphyxius
a1cb7e0b63 codeblocks projects & workspace
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6893 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 15:13:06 +00:00
aeonphyxius
d829e7dfed new ide configuration for codeblocks + ubuntu 10.10
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6892 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 15:11:35 +00:00
aeonphyxius
90a0bf28cc build under linux + codeblocks
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6891 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 15:08:28 +00:00
asciimonster
1fb20bcf97 Added "Use Current" button to use object you have currently selected... Nice huh?
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6890 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 13:35:14 +00:00
auria
a0a85ed1c2 Fixed little glitch that could cause explosions to be cut before they had time to fade out
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6888 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 02:04:00 +00:00
auria
a6f7b7df9d Fixed white puff bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6886 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 01:54:48 +00:00
auria
b49a807f2d More from feedback on RC1 : rescue removes the plunger from your face
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6884 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 01:48:32 +00:00
auria
23cde9398f Added 16:9 icon + icon for unknown ratios
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6881 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 01:14:34 +00:00
auria
a08c58ceae Reduced plunger in face time as per feedback on RC1
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6879 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-08 01:09:49 +00:00
auria
89f5d8271b XR591: extend electric fence to totally prevent shortcut + fix weird waves in some acid pools + add arrows to indicate where to turn on blue ramp
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6877 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-07 22:47:09 +00:00
asciimonster
ac308728d4 More bugfixes to the browser.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6876 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-07 14:09:27 +00:00