hiker
045bfeaf13
Removed m_all_players from UserConfigParams (though there are stil
...
bugs in the new code).
2014-02-06 23:08:55 +11:00
hiker
dd860f46f9
Fixed linux compilation.
2014-02-06 15:56:41 +11:00
hiker
78b73aa3c8
Added new player manager, and started to replace the saved data
...
from user_config with player manager.
2014-02-06 14:43:47 +11:00
KroArtem
a61ee58a39
clean src/karts from cout, printf and cerr
2014-02-06 01:26:30 +04:00
Vincent Lejeune
62964430a6
Unset AF when not requested
...
AF was never unset thus making it enabled everywhere even when there was
a 1:1 fragment/texel mapping.
This makes a significant performance boost when AF is enabled.
2014-02-05 15:07:18 +01:00
hiker
62d46b7ec0
Renamed XMLWriter to UTFWriter (which is the correcter name).
2014-02-05 08:22:38 +11:00
KroArtem
ca4bfa525e
revert changes in race_manager.hpp
2014-02-04 04:38:52 +04:00
KroArtem
ddbc2299b7
Merge remote-tracking branch 'upstream/master'
2014-02-04 03:50:08 +04:00
KroArtem
a7b2490be6
cppcheck fixes
2014-02-04 03:43:44 +04:00
KroArtem
2772fafcf0
cppcheck fixes, use logging in kart_selection.cpp
2014-02-04 02:53:50 +04:00
Vincent Lejeune
19c9cd217f
Reenable Anisotropic Filtering
2014-02-03 20:30:40 +01:00
Vincent Lejeune
1d6df18b0a
Remove 2 extras printf in shaders.cpp
2014-02-03 20:15:20 +01:00
Vincent Lejeune
8a341dc800
Add a transparent fog aware shader
2014-02-03 20:04:01 +01:00
Vincent Lejeune
6e93178d68
Fog: Do not use camposition in the shader.
2014-02-03 20:04:00 +01:00
Deve
57b38b4371
Partially fixed #1067 .
...
beforeAddingWidget() wasn't accounting for the extra space required for the random track.
This was causing the ribbon widget in soccer mode to get drawn incorrectly.
I also changed it in easter egg and tracks screen.
Thanks to sachith500.
2014-02-03 19:29:27 +01:00
Deve
35941194bb
If challenges in overworld are GPs, they now indicate so. Thanks to sachith500.
2014-02-03 18:25:36 +01:00
KroArtem
e0a6ec717e
cppcheck: unused functions
2014-02-03 00:53:18 +04:00
Vincent Lejeune
477dc093e3
GPUParticle: Use .hpp extension and reformat files now that I discovered how to force VS to emit space instead of indent.
2014-02-02 21:13:03 +01:00
Vincent Lejeune
deb6883a67
Graphics: try to fix some coverity reported issues.
2014-02-02 21:05:57 +01:00
Vincent Lejeune
9595884354
Fix linux build
2014-02-02 20:52:18 +01:00
Vincent Lejeune
541edc76a0
Shaders:Clean some dead code
2014-02-02 20:41:39 +01:00
Vincent Lejeune
cd43ee3c9d
Lightprepass: Remove now useless lightblend shader.
2014-02-02 20:18:05 +01:00
gl3nn
06b7ba09f5
Bool to string fix for challenges. String to bool applied for
...
achievements.
2014-02-02 15:50:10 +01:00
Deve
9b2b6c1c78
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2014-02-02 10:54:40 +01:00
Deve
57d0975c50
Avoid some code duplication. Thanks to sachith500.
2014-02-02 10:53:33 +01:00
Marianne Gagnon
b726ff79b1
Fix bug found by coverity scan. Hopefully I didn't break anything
2014-02-01 18:36:29 -05:00
auriamg
aa324f31e6
Merge pull request #25 from KroArtem/master
...
more coverity fixes, get rid of printf in device_manager.cpp
2014-02-01 15:20:43 -08:00
Deve
1aa4be85f3
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2014-02-01 12:25:56 +01:00
Deve
091a7c7c5d
Add sachith500 patch which allow to display message when doors are closed in overworld.
...
I sightly modified it - currently less changes are needed in the exporter.
2014-02-01 12:24:50 +01:00
samuncle
c9a54b99d9
Use the small font to display FPS in order to reduce the size of the debug view
2014-02-01 04:15:26 +01:00
KroArtem
8f69e0b043
fix compilation
2014-02-01 04:21:55 +04:00
KroArtem
8a731691fd
more coverity fixes, get rid of printf
2014-02-01 03:54:34 +04:00
hiker
31063f6ae5
Removed unnecessary \n.
2014-01-31 15:45:53 +11:00
hiker
ade89ba89a
Merge branch 'master' of https://github.com/KroArtem/stk-code into kroartem
2014-01-31 15:39:53 +11:00
hiker
5e8c8f2715
Fixed linux compilation.
2014-01-31 11:31:26 +11:00
Marianne Gagnon
a38a3b1b9a
Try to fix compilation
2014-01-30 19:14:19 -05:00
hiker
9ef4885db6
Merge branch 'gravity_from_normal'
2014-01-31 08:36:28 +11:00
hiker
fe04a73849
Disable upright constraint when having changed gravity.
2014-01-30 17:19:57 +11:00
hiker
9db2d405ef
Removed hardcoded 'up' direction for the raycast for terrain detection.
2014-01-30 17:08:39 +11:00
hiker
8313bcb0d2
Trigger rescue only when the kart is not on gravity terrain.
2014-01-30 12:29:05 +11:00
hiker
c80a78dcf2
Made some pointers const.
2014-01-30 12:27:12 +11:00
Marianne Gagnon
8156b8a66b
Rewrite bizarre code in a way that makes more sense
2014-01-29 19:45:56 -05:00
Marianne Gagnon
87f5fd988e
Don't use raw char*, use std::string instead. Fixes leaks.
2014-01-29 19:39:38 -05:00
Marianne Gagnon
3e253be31e
Misc code improvements
2014-01-29 19:20:57 -05:00
Marianne Gagnon
b7e7808500
Fix failed override attempt
2014-01-29 19:08:17 -05:00
KroArtem
b80548a46e
fix some coverity issues
2014-01-30 03:19:41 +04:00
Sachith Hasaranga Seneviratne
0811d13d18
addons_screen minor fix
...
2 weeks = 14 days not 12
Signed-off-by: Sachith Hasaranga Seneviratne <sachith500@gmail.com>
2014-01-29 23:27:04 +05:30
hiker
199b747ef0
Fixed some compiler warnings.
2014-01-29 22:04:18 +11:00
hiker
e775d8eb98
Merge branch 'master' of github.com:supertuxkart/stk-code
2014-01-29 15:14:42 +11:00
hiker
2479000137
Minor cleanup: renamed resetAllKarts back to unloadAllKarts (to avoid
...
confusion since resetAllKarts in world is called before a race),
and removed unused function.
2014-01-29 15:09:28 +11:00