Commit Graph

6304 Commits

Author SHA1 Message Date
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
auria
d1740fce3e Make LOD in new snow peak much more subtle
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8756 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 22:44:05 +00:00
hikerstk
89277bc963 Make sure that only the latest (working) revision of an addon
is used (atm there is no support for displaying the revision
number of an addons due to space/gui restrictions).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8755 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 22:14:11 +00:00
hikerstk
637a77906f Fixed sort order of addons.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8754 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 22:12:09 +00:00
auria
5acd7168c1 Improved look of ground leaves in cave alpha
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8752 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 21:06:45 +00:00
auria
d13f46fdd1 Minor improvement to ribbon layot, don't reserve space for arrows when arrows are hidden
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8751 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 21:04:22 +00:00
auria
63d224dc62 Fixed overlapping of highscore message in GP mode
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8750 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 21:00:31 +00:00
auria
6e4cee9341 Includes cleanup; especially avoid including in headers, creating implicit dependencies and horrible chains of recursive includes. Avoid iostream when possible because this header is not small
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8749 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 19:52:24 +00:00
auria
8edee23153 Shut up warnings in add-ons screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8748 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 19:23:33 +00:00
hikerstk
4ccf633289 Fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8735 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-29 11:47:43 +00:00
auria
9fa0b18d84 Removed a couple old outdated textures
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8727 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-28 01:01:18 +00:00
auria
5ce4052ca3 Make canyon road non slippery so that if you fall off-track in a uphill part you can climb back
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8725 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-28 00:55:32 +00:00
auria
f373632486 Remember latest kart and track group
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8724 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-27 23:54:12 +00:00
auria
1671a445b1 Remove leftover check for ADDONS_MANAGER
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8723 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-27 01:06:31 +00:00
auria
acf220fa5d Remove add-ons target from Xcode project since they are now the default
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8722 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-27 00:57:49 +00:00
hikerstk
6f0b97ba08 Removed ADDONS_MANAGER symbol completely.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8721 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-27 00:53:18 +00:00
hikerstk
92056d2241 Make addons enabled by default (more precisely: it can't be
disabled anymore).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8720 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-27 00:47:36 +00:00
hikerstk
9f8db29c8f Added support for N_ (gettext noop) keyword.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8719 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 13:02:15 +00:00
hikerstk
56d95382b0 Make sure error messages displayed in the news bar are translated
even if the language is changed from the menu (i.e. while the
message is being shown). This will not happen for the message
currently scrolling, but the next time the message is displayed.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8718 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 12:54:49 +00:00
hikerstk
ce3098d33e Fixed uncentered error message.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8717 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 06:43:42 +00:00
hikerstk
a8008d38d7 First try to fix #253 - it might have some performance
impact since now all quads are checked if a kart is off road.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8716 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 06:02:10 +00:00
auria
2518b771cb Update catalog + fix XML file expat didn't like
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8715 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 01:06:20 +00:00
auria
fb26130a3c Improve highscores message
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8714 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 01:02:16 +00:00
auria
9b4df89d2e More tweaks to the code that determines number of ribbon rows
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8713 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 00:55:33 +00:00
auria
6103921a51 Show highscores in a reasonably visible way
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8712 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-26 00:44:17 +00:00
hikerstk
fb268ed993 Added highlight: featured addons for normal players, and
non-approved items in artist mode.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8711 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-25 07:18:34 +00:00
hikerstk
aeadf0ed96 Added I18N comment for reload button.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8710 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-25 07:04:57 +00:00
hikerstk
610eabb20d Fixed reload functionality.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8709 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-25 06:57:21 +00:00
hikerstk
082476c8ce Bugfix: the label with the error message was invisible.
Note that the error message is not properly aligned atm, see
#229 for details.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8708 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-25 04:22:05 +00:00