Commit Graph

11915 Commits

Author SHA1 Message Date
vlj
e959d6c857 MLAA: Use srgb for auxiliary buffer. 2014-06-08 03:28:24 +02:00
vlj
9bc89e0f40 Lower MLAA threshold. 2014-06-08 03:06:20 +02:00
vlj
877bf938bd Fix different color with/without mlaa. 2014-06-08 02:50:02 +02:00
vlj
f4ca8f1f39 Fix low brightness without mlaa. 2014-06-08 02:32:56 +02:00
vlj
59ad95b93f Fix ribbon not using ambient. 2014-06-08 02:26:40 +02:00
Marianne Gagnon
61d6caa521 Work on feature unlocked scene 2014-06-07 19:51:34 -04:00
vlj
31c773079e Add a performance counter for MLAA 2014-06-08 00:25:34 +02:00
vlj
94900fe2c8 Add a performance counter for GUI 2014-06-08 00:20:44 +02:00
vlj
ed98c4c8ff Fix linux with 4.3+ context. 2014-06-07 02:16:00 +02:00
vlj
b27b68f768 Fix attempt for linux
Actually remove the code block if not on windows.
2014-06-07 02:04:15 +02:00
vlj
559d4f3b9f Remove GI param test when reseting Ambient. 2014-06-07 01:49:23 +02:00
vlj
56896bab23 Minify ssao buffer. 2014-06-06 22:36:43 +02:00
hiker
508431b030 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-06 21:56:23 +10:00
hiker
d0879cf075 Removed file that should never have been added in the first place ;) 2014-06-06 21:53:57 +10:00
Lauri Kasanen
52b4651b9e Fix typo in 76d564f 2014-06-06 11:04:50 +03:00
hiker
b0417758d5 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-06 10:59:09 +10:00
hiker
76d564f61f Try to fix compilation with pre opengl 4 drivers. 2014-06-06 10:58:32 +10:00
Marianne Gagnon
be5577045d Work on new feature unlocked cutscene, starting to work correctly, more testing (and art work) needed 2014-06-05 20:06:27 -04:00
hiker
3cd2b97202 Added missing operator-(Vec3, btVector3). Without this operator
additional typecast where necessary on VS when computing
Vec3-btVector3.
2014-06-06 09:36:12 +10:00
hiker
d5d7f5bd92 Fixed logout of old player when switching to a new player. Fixed
disabling the account name (to prevent people from changing their
online name).
2014-06-06 08:05:25 +10:00
hiker
b61e8e24db Disable online flag in register screen if user did not enable
internet in the dialog. Removed unused function.
2014-06-05 21:28:30 +10:00
hiker
48b9016384 Fixed compiler warnings. 2014-06-05 17:07:54 +10:00
hiker
c2a3b3870d Fixed crash on windows (caused by a variable beeing a large negative
value).Vlj, can you please have a look!
2014-06-05 17:02:53 +10:00
vlj
588ec08bc1 Merge branch 'CS' 2014-06-05 03:33:02 +02:00
Vincent Lejeune
03b66f4f59 Use immutable storage for depth/shadows/RSM 2014-06-05 03:19:19 +02:00
Vincent Lejeune
5b400b7ccb Add some new gpu timers. 2014-06-05 03:19:19 +02:00
vlj
eb45954684 Implement Gaussian blur using Compute Shader
The filters are ~3.5 time faster with CS.
2014-06-05 03:19:18 +02:00
vlj
8cc1df3dd1 Update glext.h 2014-06-05 03:19:17 +02:00
Vincent Lejeune
cead5081be Fix MLAA 2014-06-05 02:56:25 +02:00
Marianne Gagnon
02c68d5b02 Merge branch 'NewRTTWidget' 2014-06-04 20:46:24 -04:00
Marianne Gagnon
2b0f28669e Merge branch 'NewRTTWidget' of https://github.com/supertuxkart/stk-code into NewRTTWidget 2014-06-04 20:29:40 -04:00
Marianne Gagnon
9af15c7bdf Fix sky not cleared when exiting race, would show up on kart selection screen 2014-06-04 20:29:37 -04:00
Vincent Lejeune
87da1f9186 Fix attempt for black ribbon without gi. 2014-06-05 02:26:33 +02:00
Vincent Lejeune
bed088bd51 Fix proposal for dark stk track with gi enabled. 2014-06-05 02:18:53 +02:00
hiker
46ca3a2679 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-05 10:14:19 +10:00
hiker
b417a5c612 Fix deactivating entry field. 2014-06-05 10:12:26 +10:00
hiker
67c6e1b61e Merge branch 'Flakebi-master' 2014-06-05 09:52:43 +10:00
Vincent Lejeune
f995c31372 Add sun to rtt 2014-06-05 01:44:15 +02:00
Vincent Lejeune
219bfbca93 Fix crashes and add a hunk I forgot 2014-06-05 01:34:12 +02:00
Vincent Lejeune
5f1413e140 Merge branch 'master' into NewRTTWidget 2014-06-05 01:30:45 +02:00
Vincent Lejeune
3f619e8e21 Fix ambient if no shadow are present. 2014-06-05 01:08:31 +02:00
hiker
5619509ebb Prevent NANs/crash. 2014-06-05 08:59:24 +10:00
hiker
e3513b10c6 Merge branch 'master' of https://github.com/Flakebi/stk-code into Flakebi-master 2014-06-05 08:23:47 +10:00
hiker
781820abef Fix the online name (to force people to use only one online name).
This prevents people from passing achievements from one online
account to another (once two way synching is in place).
2014-06-05 08:17:59 +10:00
hiker
8960b79181 Wait for request_manager to be ready to be deleted (i.e. current request
have been properly aborted, and sign out done). Also shut down more of
STK after signaling the request manager to shut down, so that the user does
not notice the time for the sign out. Also added docs.
2014-06-05 07:56:51 +10:00
hiker
c579267e9a Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-05 07:51:46 +10:00
Flakebi
be39fc4f96 Reset speed when porting to a challenge 2014-06-04 19:06:45 +02:00
Flakebi
7ea68064d8 Fix improvements 2014-06-04 18:27:32 +02:00
Flakebi
4b70feede1 Improve scripts 2014-06-04 17:56:09 +02:00
Flakebi
d7b3e0f46a Fix RegisterScreen 2014-06-04 16:45:54 +02:00