Vincent Lejeune
|
04d313671c
|
Fix sqrt(int) in diffuseenvmap
|
2014-11-08 01:02:46 +01:00 |
|
Vincent Lejeune
|
5eefe0c0ad
|
Make envmap reflexion less blurry
|
2014-11-08 00:57:49 +01:00 |
|
Vincent Lejeune
|
d7f3198ac9
|
Merge branch 'sdsm'
|
2014-11-07 13:42:29 +01:00 |
|
Vincent Lejeune
|
909948c9a4
|
Implement depth histogram to position cascade split
|
2014-11-07 13:42:13 +01:00 |
|
Vincent Lejeune
|
cacb008ae6
|
Prepare compute shader to stretch lightcoord
|
2014-11-07 13:42:13 +01:00 |
|
hiker
|
3c88898113
|
Fixed --camera-wheel-debug command line option (better distance
computation, no smoothing); removed unused function.
|
2014-11-07 16:36:03 +11:00 |
|
Marianne Gagnon
|
2c8f86fabd
|
Intro cutscene fixes
|
2014-11-05 18:13:47 -05:00 |
|
hiker
|
ce0d713dd3
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2014-11-05 23:25:29 +11:00 |
|
hiker
|
884daf9093
|
Fix #1665 (kart hovering in pyramid after jump) by only cushioning with
half the computed impulse.
|
2014-11-05 22:53:25 +11:00 |
|
hiker
|
cfb4dc13a8
|
Updated GP for new mines track.
|
2014-11-05 13:39:57 +11:00 |
|
hiker
|
2077676f8e
|
Updated windows build instructions.
|
2014-11-05 11:23:46 +11:00 |
|
Vincent Lejeune
|
92ecd01e61
|
Make cascade split modifiable
|
2014-11-04 20:53:32 +01:00 |
|
Deve
|
6d07189474
|
Don't allow doubled tracks in random GP.
Otherwise track number limit wouldn't have sense.
|
2014-11-04 20:27:01 +01:00 |
|
Deve
|
66a1ff2b2b
|
Don't allow to run locked tracks in random GPs
|
2014-11-04 20:10:36 +01:00 |
|
Deve
|
e27e7a0132
|
Reset kart rotation when skidding is broken by rescue animation.
Minor improvements with breaking during skidding.
|
2014-11-04 11:27:07 +01:00 |
|
Vincent Lejeune
|
3eafdd9729
|
Culling was wrongly disabled
|
2014-11-04 02:06:17 +01:00 |
|
Vincent Lejeune
|
2f4edb6183
|
Higher value for zmin
|
2014-11-04 01:55:10 +01:00 |
|
Vincent Lejeune
|
c93e6c0ee3
|
Fix shadow glitches in minigolf
|
2014-11-04 01:48:50 +01:00 |
|
Marianne Gagnon
|
aeed2618a4
|
Set anisotropic filtering to 16 on highest graphical level, fixes #1655
|
2014-11-03 17:47:07 -05:00 |
|
samuncle
|
d7caebe847
|
enable vignette during races
|
2014-11-03 21:53:44 +01:00 |
|
Deve
|
3cec4b25fb
|
Set jump animation only if any other animation os not used.
It avoids to break eg. win/lose animation.
Remove unused variable.
|
2014-11-03 16:49:44 +01:00 |
|
Deve
|
0e126f7533
|
Merge pull request #1657 from tobbi/fix_mac_compilation
Fix mac compilation (syntax error)
|
2014-11-03 14:31:20 +01:00 |
|
Tobias Markus
|
1e384ebb52
|
Fix mac compilation (syntax error)
|
2014-11-03 13:55:22 +01:00 |
|
Deve
|
01a7094cd8
|
Don't show jump animation during rescue
|
2014-11-03 13:32:23 +01:00 |
|
hiker
|
18bcb92afc
|
Used better variable name.
|
2014-11-03 21:36:54 +11:00 |
|
hiker
|
150941aad2
|
Maintain a flag that indicates if the gamepad device name is 'useful'
(on windows we might get a dummy name, identical for all gamepads).
Only add a number to the gamepad if the device has a useless default
name.
|
2014-11-03 16:37:19 +11:00 |
|
hiker
|
dec5ac8aa2
|
Fixed several xml errors (unclosed <space> tags).
|
2014-11-03 15:25:39 +11:00 |
|
hiker
|
ce488aa98f
|
Removed duplicated A/B handling for xbox/classic xbox; use "thumb button"
instead of "stick button", and more switch instead of if.
|
2014-11-03 13:51:54 +11:00 |
|
hiker
|
e488b61b62
|
More fixes for classic xbox controller.
|
2014-11-03 13:43:50 +11:00 |
|
hiker
|
d2d665b449
|
More fixes for classic xbox controller.
|
2014-11-03 13:34:23 +11:00 |
|
hiker
|
467bc6b34b
|
Try to improve xbox classic controller support.
|
2014-11-03 13:18:45 +11:00 |
|
hiker
|
ff5c3ac65e
|
Try to identify old xbox controllers.
|
2014-11-03 12:45:19 +11:00 |
|
Vincent Lejeune
|
17aafae42c
|
Merge remote-tracking branch 'origin/esm'
|
2014-11-03 01:02:27 +01:00 |
|
Vincent Lejeune
|
f2da00954d
|
Check if textureview is available before filtering
|
2014-11-03 00:57:07 +01:00 |
|
Vincent Lejeune
|
e5b269949a
|
Use polygon offset
|
2014-11-03 00:49:52 +01:00 |
|
Vincent Lejeune
|
70f53a0e51
|
Revert "Reenable again culling for shadows"
This reverts commit 61dd0fdc60 .
|
2014-11-03 00:48:29 +01:00 |
|
Vincent Lejeune
|
61dd0fdc60
|
Reenable again culling for shadows
|
2014-11-03 00:29:44 +01:00 |
|
hiker
|
841ae8814e
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2014-11-03 08:56:19 +11:00 |
|
hiker
|
3f74ed3911
|
Fixed compiler warnings.
|
2014-11-03 08:56:01 +11:00 |
|
hiker
|
2462aef75a
|
Fixed compiler warnings and coding style issues.
|
2014-11-03 08:55:20 +11:00 |
|
hiker
|
d20441d45e
|
Modified to trigger automatic cmake run.
|
2014-11-03 08:34:47 +11:00 |
|
hiker
|
fa680e8903
|
Merge branch 'Flakebi-perPlayerDifficulties'
|
2014-11-03 08:33:51 +11:00 |
|
hiker
|
ed10b022d2
|
Use a group for handicap related config settings.
|
2014-11-03 08:32:35 +11:00 |
|
hiker
|
62b81b3e9a
|
Shortened labels to fit on smaller screens.
|
2014-11-03 08:23:35 +11:00 |
|
hiker
|
0be0d7ee72
|
Merge branch 'perPlayerDifficulties' of https://github.com/Flakebi/stk-code into Flakebi-perPlayerDifficulties
|
2014-11-03 06:52:31 +11:00 |
|
Vincent Lejeune
|
ddecd23472
|
Tweak values
|
2014-11-02 19:07:02 +01:00 |
|
Vincent Lejeune
|
ebe11370a2
|
Reenable bluring
|
2014-11-02 16:30:44 +01:00 |
|
Vincent Lejeune
|
c5186e3ab3
|
Use depth in exp space
|
2014-11-02 16:26:46 +01:00 |
|
Vincent Lejeune
|
b975b63eea
|
Use proper depth linear value
|
2014-11-02 16:00:41 +01:00 |
|
hiker
|
6f46f5a8b3
|
Support for gamepad-specific button/axis names. Added name for xbox
controller.
|
2014-11-02 23:13:49 +11:00 |
|