Commit Graph

6332 Commits

Author SHA1 Message Date
auria
08253de64a Added updated Fort Magma by Samuncle
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8840 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-05 18:05:33 +00:00
hikerstk
38a3ece5dd 1) Made invulnerability time after being hit configurable.
2) Bugfix: there was no invulnerabilty time if graphical
   effects were disabled. While it is not ideal that in 
   this case there is no visual indication that the kart
   is invulnerable, the game play should be consistent
   and not depend on graphics settings.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8833 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-05 12:05:40 +00:00
mbjornstk
62e60b94fc Add "#include <string>" so it stops complaining about "return NULL".
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8832 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-05 03:08:38 +00:00
auria
007b038b9b Add high-res emule icon
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8831 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-05 01:49:54 +00:00
auria
db8550f8db Improve icons by removing thin white borders when scaled down
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8830 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-05 01:43:15 +00:00
auria
d24d70a2f8 Avoid crashing when checklines are incorrect
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8818 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-04 23:31:31 +00:00
hikerstk
cdb2a7dab6 Removed support for explicit setting of verbosity flag using -v
(which clashed with -v usage for version number). Use
--debug={memory,addons,gui,misc,all}.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8815 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-04 14:06:06 +00:00
hikerstk
9b64fa1406 1) Added new isInvulnerable function to kart, which is now
also used by emergency animation to make a kart invulnerable
   for a certain amount of time.
2) Karts are not not affected anymore by a explosion that
   just happens close by, see #258.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8814 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-04 13:29:35 +00:00
hikerstk
8d2ac03837 Removed unused explosion-impulse property.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8813 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-04 13:21:06 +00:00
auria
d56a729041 Better error handling
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8811 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-04 00:17:22 +00:00
auria
9d52fa1e46 Make new fastest lap messages much less visible
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8810 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-04 00:12:38 +00:00
hikerstk
d59bf8360c Removed svg file (which is already in our media repository).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8809 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-03 05:20:29 +00:00
auria
b6be9ad17a Fixed embarrassing compilation error, too much copy and paste
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8807 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-03 00:09:23 +00:00
auria
be939e5e86 Improve behavior when more players than karts
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8806 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 22:43:38 +00:00
auria
a5d4275554 Fixed various crashes related to having more players than karts
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8805 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 22:34:28 +00:00
hikerstk
ba1cf47ac3 Updated VC10 project file; removed curl-debug solution
(since curl/addon is now on by default).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8804 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 13:39:34 +00:00
hikerstk
9c3eacc0cc Fix #260: when returning from addons_loading, select the
previous selected list element again, so that the user
is still at the same entry on the list.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8803 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 07:00:29 +00:00
auria
a66accd21c Put 'all' group first in tracks too
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8802 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 01:36:42 +00:00
auria
0d53e3c2ea Make beagle icon higher-res too
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8801 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 01:34:54 +00:00
auria
5aac1cc344 Give larger resolution to most kart icons, looks better at higher resolutions
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8800 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 01:22:07 +00:00
auria
59ebc985d6 Tweak hebrew font a bit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8799 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-02 00:23:33 +00:00
mbjornstk
47f8d29011 Remove more useless exec properties.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8798 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-01 21:19:18 +00:00
mbjornstk
03331cdf1f Remove useless executable property.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8797 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-01 06:22:30 +00:00
auria
4c44e6d66a Generated pot
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8796 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-01 01:56:35 +00:00
hikerstk
4d3b1d5d2e Added i18n comment so that it people will know what this string is
about.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8795 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-01 01:52:59 +00:00
auria
01520d4b1b Minor update to string catalog
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8794 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-01 01:34:39 +00:00
auria
3dbbb47648 Show all tab first, select by default
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8793 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-06-01 01:26:52 +00:00
hikerstk
d4a791171c Replaced Rahel with Comix font for Hebrew.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8792 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-31 21:50:22 +00:00
hikerstk
f58b07ec38 Fixed bug in 'addon installed' condition.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8791 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-31 11:39:15 +00:00
hikerstk
48d1a3aaab Only accept news.xml if vesion==1 - to avoid problems if we should
change the format (though a new xml format would require a new
addons directory anyway to avoid problems with existing installed
addons).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8790 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-31 11:32:12 +00:00
hikerstk
404037c6e4 If a download of the news.xml file fails, retry with the
server reset to the defaults (in case that the url
got corrupted), see #197.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8789 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-31 07:20:20 +00:00
hikerstk
e151f35825 Added support for news messages to be filtered for addons
that are not installed. Syntax: "addons_id not installed".
Fixed ticket #127.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8788 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-31 06:58:11 +00:00
auria
2a1fa5bf29 Following feedback we received, make rescue time a bit faster.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8787 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-31 02:08:32 +00:00
hikerstk
8061c078e6 Added more asserts to capture NANs early on.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8784 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-30 11:30:11 +00:00
hikerstk
0efa5020a2 Removed curl-debug configuration (which enabled the addon
manager), since addon manager is now always enabled.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8783 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-30 07:00:46 +00:00
hikerstk
430c86a020 Fix #166: minimal race gui shows item messages.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8782 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-30 06:58:33 +00:00
hikerstk
13c166eae5 Added asserts to bullet calls to catch NANs early on.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8781 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-30 06:57:23 +00:00
auria
2d438cb08e Make the new snow peak track the only one
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8780 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-30 01:53:06 +00:00
auria
af33c7449a Remove old snow peak
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8779 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-30 01:52:39 +00:00
hikerstk
ef2f968473 Fixed compilation problem (missing string include), changed
parameter of getColour to be a string reference only.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8767 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:53:36 +00:00
hikerstk
7c628c1239 Fixed typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8766 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:50:20 +00:00
hikerstk
5d10b4f5db Fix linux compilation problem.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8765 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:47:26 +00:00
hikerstk
cab7d5f6f1 Removed compiler warning (NoCopy already in base class), caused by recently
adding NoCopy to the TrackObject base class.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8764 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:15:17 +00:00
auria
99cc1eaa6e Continue cleanup of new snow tux peak textures. Sorry for the multipl commites, I keep on seeing new useless files
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8763 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:11:43 +00:00
auria
7ca0063153 Remove another file that should not have been committed. Sorry
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8762 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:09:00 +00:00
hikerstk
4fee01b72c Added 'addons' subdirectory to linux addons directory. This allows later
if necessary to have different versions of addons directory (which is what
Windows and Macs already support).
NOTE for linux users: this means that currently installed addons will not
     be found anymore. I would recommend to delete existing files in 
     .local/share/supertuxkart.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8761 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:07:52 +00:00
auria
feb31d65dc Removed more files that should not have been committed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8760 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:06:04 +00:00
auria
3ad183d7c7 Removed file that should not have been committed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8759 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:05:16 +00:00
hikerstk
9bc617bede Removed unused variable, added some documentation.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8758 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 23:04:00 +00:00
auria
4ac907f95b Remove duplicate texture
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8757 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 22:46:43 +00:00