hikerstk
a467633602
Started to fix texture memory leaks.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8392 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-20 13:44:34 +00:00
hikerstk
23a2beda6a
Cosmetic changes, use m_video_driver instead of calling
...
a function to get it.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8391 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-20 13:04:21 +00:00
auria
221b784680
Apply alpha mask in constructor, not every time. Apart from being faster it uses less RAM.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8390 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-20 01:53:25 +00:00
hikerstk
20198bd92c
Fixed recursive dependency (the wrong dependency was added according
...
to our challenge graph, probably because of a mix up (by me ;) ) of the
challenge id and file names).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8389 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-20 00:16:41 +00:00
auria
9a1beab185
More RTl fixes
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8388 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 23:32:27 +00:00
auria
c727e0e647
Fix RTL issue
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8387 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 23:24:16 +00:00
hikerstk
efeec06cf7
Added assert (mainly to document when this function is being called).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8386 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 22:58:52 +00:00
hikerstk
e6e0599976
Fixed memory leak.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8385 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 22:57:52 +00:00
auria
de56e96010
Slightly lower polygon count in city by trimming the blue fence a bit
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8384 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 16:09:16 +00:00
hikerstk
1c7679c8ed
Fixed minor memory leak.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8382 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 12:56:45 +00:00
hikerstk
34af681156
Fixed memory leak.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8381 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 12:14:43 +00:00
hikerstk
dd778cfc8c
Fixed memory leak.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8380 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 04:02:10 +00:00
hikerstk
b807a3e608
Fixed compiler warning.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8379 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 03:56:50 +00:00
hikerstk
5cc146fefe
Improved error handling in case that an unreliable network connection
...
exist and the libcurl thread does not time out and can't be aborted.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8378 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-19 00:25:17 +00:00
hikerstk
e2a49be2cf
Added ';' at the end of categories, since this is apparently required by
...
kbuildsycoca4 (http://www.bsdforen.de/showthread.php?t=23471&page=11 ).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8377 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-18 23:01:23 +00:00
auria
3dd990370a
Add LOD to city trees, reducing polygon count a bit
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8375 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-18 19:15:58 +00:00
auria
b17307e4de
improve LOD, at samuncle's request
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8374 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-18 17:58:11 +00:00
auria
cb4ed54d1b
Fixed no slowdown when driiving off-track in canyon
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8372 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-18 15:44:48 +00:00
hikerstk
a22b948810
Addons now show the size of the package to download.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8371 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-18 07:11:12 +00:00
auria
75209cb1ce
Fixed minor memory leak
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8370 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-17 23:32:17 +00:00
hikerstk
b5af4a6b0b
Added example of texture triggering a rescue on collision (the 'arc' fences).
...
This is atm not supported by the track exporter, and is purely a test.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8368 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-17 22:17:20 +00:00
hikerstk
62fb47aeed
Added support for textures to trigger a reset on collision (separately from
...
triggering reset when driving on).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8367 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-17 22:06:45 +00:00
hikerstk
b006a50080
Updated Asian fonts (in synch with 0.7.1 release).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8358 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-15 01:16:39 +00:00
auria
f7c91a27d7
Update strings from LP
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8355 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-14 22:30:17 +00:00
hikerstk
99e38de2db
Fixed VS compilation.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8352 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-14 11:51:39 +00:00
hikerstk
8b22aba2b5
Removed warning that are constantly printed on stdout if sfx
...
are disables (Auria, I assume this is the right way to do
this?)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8351 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-14 11:49:47 +00:00
hikerstk
54dac6c155
Fixed versionToInt which would give a higher version number to a rc
...
than to the actual release (r8348 on 0.7.1).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8349 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-14 05:08:45 +00:00
hikerstk
26ec58b0f1
Added bullet update, rearranged items to that things
...
obvious to players are seen first.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8347 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-14 02:13:22 +00:00
hikerstk
a638dd5867
Fixed ticket #168 (could not switch between traditional and simplified
...
Chinese). This only happens on case insensitive file systems (where
the name of the .po files are returned in lowercase, meaning the
country part is lower case as well and therefore not recognised).
This patch corresponds to 8337 and 8341 on 0.7.1 branch.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8345 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-14 02:07:27 +00:00
hikerstk
3bab9c2a69
Support both lower and upper case for the license file.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8344 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-14 02:03:13 +00:00
auria
cdc61fda1e
Fixed non-positional bridge sound in canyon
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8338 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 20:59:22 +00:00
hikerstk
ef35220f48
New version of the Asian fonts, since the previous version had
...
characters rotated by 90 degrees.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8335 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 12:48:21 +00:00
auria
4023a0bb49
More precise polygon count, as requested by Kinsu
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8333 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 12:43:58 +00:00
hikerstk
eb47abe977
Updated Asian fonts.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8330 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 05:57:10 +00:00
hikerstk
f4cb22e7e6
Updated release build settings.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8328 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 04:51:33 +00:00
hikerstk
4d6f2e27e5
Fixed compiler warnings.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8327 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 04:36:18 +00:00
hikerstk
d813d5eba3
Updated translations from launchpad.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8325 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 03:52:06 +00:00
auria
6346188a64
Hat support is now believed to be there
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8323 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 01:47:06 +00:00
auria
717213a303
Fix listener position not updated when looking back
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8321 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 00:55:30 +00:00
hikerstk
8228a5e782
Replaced old windows icon with larger 256x256 icon.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8319 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 00:52:51 +00:00
hikerstk
202f4b082f
Removed test grandprix, since it causes more problems than we get use out of it.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8318 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-13 00:25:39 +00:00
hikerstk
ec6b6431ac
Fixed crash in kart selection screen that happens if an
...
addon tab was selected previously, then that group is removed
(by deinstalling its contents with the addon manager). The gui
code tried then to access the previously selected tab, which
doesn't exist anymore. Now it will fall back to use the
first element (which at this stage is sure to exist).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8316 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 23:18:57 +00:00
hikerstk
9f2cc716eb
Fixed compiler warnings (STK time function used 64-bit ints, so that stk still works after 2037 or so :) ).
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8315 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 23:09:34 +00:00
auria
f7c772eef9
Fixed editing Hebre names
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8312 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 20:56:28 +00:00
auria
719e9c3622
Oops, in Doxygen the tag for preconditions is \pre
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8311 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 20:42:57 +00:00
auria
0ce0edf779
More work on docs...
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8310 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 20:39:57 +00:00
auria
2c2ea81e93
More added or not clarification in GUI engine
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8309 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 20:31:06 +00:00
auria
13ed204b56
Delete duplicated code in karts selection screen + fix bogus assertion failure
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8308 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 20:23:52 +00:00
auria
02f252951c
Work on documentation, and added some assertions that would have helped Joerg understand what was happening with his code ;)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8307 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 20:19:03 +00:00
auria
ae5b4c750d
Add clarifiction to GUIEngine docs
...
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8306 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-12 19:44:58 +00:00