Marianne Gagnon
|
184f48b931
|
Fix movable LOD objects vs scale
|
2015-03-17 20:36:43 -04:00 |
|
auriamg
|
37d7436b80
|
Merge pull request #2035 from ZyperPL/highscores-update
Fixed highscores update
|
2015-03-17 19:14:17 -04:00 |
|
hiker
|
321786c287
|
Removed warning in case of missing wheels (that warning is now
part of the exporter, and e.g. Sara's kart has always one wheel missing).
|
2015-03-17 10:47:49 +11:00 |
|
hiker
|
61a593c556
|
Merge remote-tracking branch 'origin/revert_improved_bloom'
|
2015-03-17 10:47:23 +11:00 |
|
auriamg
|
4f949e42bd
|
Merge pull request #1958 from konstin/devel
set "Adjust Lights" base position to camera position
|
2015-03-15 19:28:10 -04:00 |
|
Marianne Gagnon
|
ba773b8452
|
Support per-track library objects
|
2015-03-15 19:26:15 -04:00 |
|
hiker
|
d09f6d3c7a
|
Revert "Clean bloomblending since it's not used anymore"
This reverts commit 2206f8ad5c .
Conflicts:
src/graphics/post_processing.cpp
|
2015-03-16 08:49:36 +11:00 |
|
hiker
|
d9375c9a43
|
Revert 65cb55add4 (Make bloom less
pixelated using Intel doc) since it causes crashes on hd3000.
|
2015-03-16 08:37:59 +11:00 |
|
ZyperPL
|
d9405aab3a
|
Fixed highscores update
|
2015-03-14 16:16:41 +01:00 |
|
Marianne Gagnon
|
036a6f986a
|
Update POT file
|
2015-03-13 21:43:09 -04:00 |
|
hiker
|
fa9a58cbe1
|
Updated strings for translations.
|
2015-03-14 09:48:17 +11:00 |
|
hiker
|
6b2d35a86a
|
Updated 'all tracks' achievement to actually include all tracks :)
|
2015-03-14 00:14:21 +11:00 |
|
hiker
|
5c4f1f796c
|
Updated challenges and gp for assets r16110 (renamed chocolate and
island).
|
2015-03-13 23:44:02 +11:00 |
|
hiker
|
dcc8cfac12
|
Minor style changes.
|
2015-03-13 16:09:28 +11:00 |
|
hiker
|
ad7ea60d6c
|
Updated comment.
|
2015-03-13 16:09:02 +11:00 |
|
hiker
|
7c42468e75
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2015-03-13 11:04:04 +11:00 |
|
hiker
|
8203d6b0e4
|
Fix #1786 (needs r16106 on the assets to work!!!!!).
|
2015-03-13 11:02:59 +11:00 |
|
Marianne Gagnon
|
7e63566087
|
Upgrade minimum track version requirement
|
2015-03-12 19:50:09 -04:00 |
|
hiker
|
06ca68275e
|
Fixed typo.
|
2015-03-13 10:12:43 +11:00 |
|
hiker
|
443d570196
|
Make legacy somewhat working on linux (just in case).
|
2015-03-12 11:47:38 +11:00 |
|
Marianne Gagnon
|
3157051560
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code
|
2015-03-11 20:28:53 -04:00 |
|
Marianne Gagnon
|
ad68d9a866
|
Warn if OpenGL is too old
|
2015-03-11 20:28:35 -04:00 |
|
hiker
|
41a67d4250
|
Added privacy notice to 'enable internet' dialog; used redirecting
URLs for privacy and terms&conditions.
|
2015-03-12 10:33:42 +11:00 |
|
hiker
|
98671b620d
|
Added some support to enable a legacy (2.1) opengl context. Many
things don't work with that atm (rtt, some transparent textures).
Needs to be manually set in the user's config file.
|
2015-03-11 16:45:20 +11:00 |
|
hiker
|
acd66f46ff
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2015-03-11 14:47:00 +11:00 |
|
hiker
|
55934bd8f1
|
Fixed cmake on VS (before cmake create would fail, but redoing the configure
and then generating the project would still work, so with an existing
project this error was not detected).
|
2015-03-11 14:45:25 +11:00 |
|
hiker
|
18af0b1c11
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2015-03-11 10:50:24 +11:00 |
|
Marianne Gagnon
|
ce9ba74f57
|
Tweak tooltip to only display if the mouse is actually over the checkbox
|
2015-03-10 19:56:10 -04:00 |
|
Marianne Gagnon
|
9d5c735ccb
|
Merge branch 'tooltip'
|
2015-03-10 19:48:21 -04:00 |
|
Marianne Gagnon
|
26914e60e3
|
Merge branch 'slider-react-to-mouse'
|
2015-03-10 19:43:06 -04:00 |
|
Marianne Gagnon
|
a310550904
|
Small tweaks to pull request, remove unused code, use roundf instead of adding +0.5
|
2015-03-10 19:42:56 -04:00 |
|
hiker
|
0259522be3
|
Merge branch 'addonserver-fixes' of https://github.com/Flakebi/stk-code into Flakebi-addonserver-fixes
|
2015-03-11 10:25:52 +11:00 |
|
hiker
|
886c0e3e9f
|
Make sure there is always enough push back from kart-terrain collisions
to avoid karts getting stuck into the wall.
|
2015-03-11 08:04:35 +11:00 |
|
Kacper
|
17f7f84597
|
Replaced hardcoded values
|
2015-03-10 16:52:07 +01:00 |
|
Kacper
|
acd1628528
|
Moved slider's code to onClick()
|
2015-03-09 19:22:10 +01:00 |
|
Deve
|
0a7234df84
|
Allow to use shift + tab to switch to previous field.
Thanks to xXFlorianXx.
|
2015-03-09 18:47:38 +01:00 |
|
samuncle
|
248755abee
|
Merge pull request #2028 from Flakebi/fpscam
Improvements for the first person camera
|
2015-03-09 18:02:14 +01:00 |
|
Flakebi
|
5b8834b48f
|
Add possibility to attach the fps camera to the kart
|
2015-03-08 17:35:57 +01:00 |
|
Flakebi
|
b21f6f4782
|
Improve handling of mouse movement for the first person camera, especially at low framerates
|
2015-03-08 15:14:31 +01:00 |
|
Flakebi
|
ded59ac81e
|
Fix #1822 - Addons xml file contains wrong xmlns path
|
2015-03-08 01:04:55 +01:00 |
|
Flakebi
|
2aef246897
|
Fix #1824 - Hardware stats sends duplicate data
|
2015-03-08 01:04:30 +01:00 |
|
Marianne Gagnon
|
33feb60d7a
|
Do not complain about icon-not-found when no icon was ever specified, silences a warning mentionned in #2021
|
2015-03-07 18:46:42 -05:00 |
|
Kacper
|
1ddc4afc14
|
Sliders react to mouse
|
2015-03-07 20:56:44 +01:00 |
|
Marianne Gagnon
|
bc0d7a5ef7
|
Merge branch 'MovablesAlwaysAtSceneRoot'
|
2015-03-06 21:27:44 -05:00 |
|
Marianne Gagnon
|
8bd33dba23
|
Improved handling of scaled physical objects
|
2015-03-05 20:14:33 -05:00 |
|
Deve
|
0722df79da
|
Fixed getScale() result when matrix contains very low negative values.
See #1548.
|
2015-03-05 20:00:02 +01:00 |
|
Marianne Gagnon
|
fb4f4aeb2e
|
Always create movables at scene manager root
|
2015-03-04 19:39:12 -05:00 |
|
hiker
|
f347cd0b10
|
Updated license information for new notification elements.
|
2015-03-05 11:26:16 +11:00 |
|
Marianne Gagnon
|
c8ae3d117a
|
Merge branch '1954-fix'
|
2015-03-03 18:58:26 -05:00 |
|
hiker
|
2a2022eb5b
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2015-03-04 07:51:01 +11:00 |
|