hikerstk
2c0aaaaf21
Applied Yann's patch to fix bug 2287611 (if a new attachment is
...
attached while an anvil or so is active, the additional weight
of the anvil will never go away).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2523 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-28 03:44:41 +00:00
hikerstk
c1fab8dc83
1) Added very first version of plunger with rubber band attached.
...
The rubber band doesn't do anything atm.
2) Bugfix: plungers could fly through the ground.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2522 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-28 03:32:47 +00:00
auria
b1a4eeb190
added time management to flyables. this means : 1) bowling balls now have a time limit, after a while they self-destruct 2) you can't be hit by your own flyable while throwing it, thus throwables don't need to be placed so far in front of karts
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2510 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-26 02:05:20 +00:00
hikerstk
847612a561
Bugfix: icons for powerups were not permanent (unless they are listed in
...
materials.dat), which cause them to be deleted after one race, causing
the powerup_manager to have invalid pointers.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2474 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-19 02:08:00 +00:00
auria
16dc56721f
fixed cake (broken by last commit)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2472 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-18 01:33:10 +00:00
auria
94cfd1bab8
improved plunger to point in right direction and allow shooting backwards
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2471 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-18 01:29:22 +00:00
auria
33a9864679
initial work towards plunger (still very incomplete, mostly added related files)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2459 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-15 02:59:54 +00:00
auria
fa2345375a
renamed missile.projectile to bubblegum.projectile
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2458 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-15 02:12:28 +00:00
hikerstk
c14ca10f81
1) Bubble gums do not disappear when hit, instead they are disabled
...
for 0.5 seconds (enough time for the kart that hit it to drive
away). This also fixes the bug that re-appearing bubble gums
were not properly pitch/roll aligned anymore.
2) Bugfix: If a bubble gum was used in a race, a crash happened
when exiting STK (during cleanup).
3) Bugfix: When restarting a race, bubble gums from the old race
are now removed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2446 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-11 22:21:25 +00:00
hikerstk
f915db5b78
1) Bubble gums now take roll and pitch from the terrain they are at
...
(i.e. they will always lie flat on the terrain).
2) Cleaned up some code, added doxygen comments.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2443 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-11 08:33:06 +00:00
auria
c9569c8738
[minor] added/clarified some documents to better document the code
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2424 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-08 03:04:03 +00:00
auria
bb56beb7f9
allow modes to disallow some types of powerups, for instance no anvil should be collected in battle mode...
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2423 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-08 02:52:29 +00:00
hikerstk
4bcdd1c1d7
Bugfix: invalid memory references when cleaning up.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2420 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-08 00:50:40 +00:00
hikerstk
ab506f462a
Moved kart-related files into separate subdirectory.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2416 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-07 04:34:01 +00:00
auria
7c1d3560bf
first introduction of bubble gum, many improvements still necessary before it is complete
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2414 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-07 01:18:04 +00:00
auria
e9dfed326c
items are not 'eaten'
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2405 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-31 20:48:19 +00:00
auria
8cf03a0703
cleanup in cakes to remove some missile leftovers
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2403 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-30 18:40:41 +00:00
auria
c595c74f7a
renamed 'collectible' to 'powerup'
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2400 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-30 02:02:56 +00:00
auria
55082d46de
fixed mistake in previous commit about herrings. deals with shadows, though does not seem to have any visual effect
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2393 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-29 16:10:34 +00:00
auria
c834005143
removed most 'herring' names
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2392 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-29 15:55:54 +00:00
hikerstk
cc4f0526c9
Minor include cleanups.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2390 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-29 03:41:01 +00:00
auria
42e0af65b7
started renaming herring to item
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2389 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-29 01:45:29 +00:00
auria
9fca81a80e
renamed 'homing' to 'cake'
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2388 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-29 00:42:09 +00:00
auria
39bdf4f0b0
moved all item-related files into a new /items repository
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2385 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-28 01:46:35 +00:00