Commit Graph

11827 Commits

Author SHA1 Message Date
vlj
af67c8c3b8 Merge pull request #1309 from gupascal/hd-textures-option
A "Use High definition textures" option
2014-05-10 01:37:23 +02:00
vlj
07f68db6c3 Fix wrong mouse poisition report.
m_mouse_pos was always (0, -1) in some case, which makes profiling hard.
2014-05-09 19:55:06 +02:00
vlj
cd6e7f3d90 Fix an assert. 2014-05-09 19:32:52 +02:00
vlj
b4e9a00574 Fix profiler 2014-05-09 18:54:06 +02:00
vlj
5b511fedd8 Lights: Culling was not using correct cam position 2014-05-09 18:46:07 +02:00
vlj
bc2c355cd8 Shadows: Emit an error instead of sending wrong corners. 2014-05-09 18:41:24 +02:00
vlj
c5e31c96b1 Simplify mesh temporary.
Until we move this code to the exporter.
2014-05-09 15:11:18 +02:00
vlj
94c65434df Add some more perfs counter to post process 2014-05-09 15:07:07 +02:00
vlj
59f586c5ee Add some more gpu timer. 2014-05-09 14:54:42 +02:00
vlj
3e6ab6d7b6 Factorize SSAO in its own code. 2014-05-09 14:44:53 +02:00
Marianne Gagnon
d78482ac67 Better react to small screens 2014-05-08 20:50:34 -04:00
Marianne Gagnon
9ab068a72d Remove accidentally committed file 2014-05-08 20:40:39 -04:00
konstin
eae8183bf5 readding random gp displaying 2014-05-08 22:44:42 +02:00
konstin
73acf5e0ef Removing Random GP for pull request 2014-05-08 22:36:37 +02:00
konstin
5ea5de69cf preparing tracks_screen by adding a randon GP icon 2014-05-08 20:57:19 +02:00
konstin
58950f6b94 Merge branch 'master' of https://github.com/supertuxkart/stk-code into random-gp 2014-05-08 20:43:49 +02:00
Guillaume P
32b6f42ef4 Fix Travis CI build. 2014-05-08 20:40:22 +02:00
Guillaume P
326c707458 Clear the reminder of the origin file name of textures in Track::cleanup(). 2014-05-08 20:20:35 +02:00
Guillaume P
deb74f4a00 Merge remote-tracking branch 'remotes/upstrem/master' into hd-textures-option
Conflicts:
	src/graphics/glwrap.cpp
2014-05-08 18:40:14 +02:00
Guillaume P
af91b8b4ae Extend caching abilities to compressed textures. Also, improve the structure of cache directories to fit new needs. 2014-05-08 18:04:22 +02:00
hiker
8d4b33f221 Removed tabs, and use a separate screen instead. Some more refactoring
to make remember-me a global setting.
2014-05-08 22:17:15 +10:00
Stephen Just
1070fd7395 Fix segfault on Linux/Mesa
For some reason, glGetString(GL_EXTENSIONS) is failing. This will need more investigation
2014-05-07 23:19:39 -06:00
hiker
15f43a0537 Merge branch 'master' into new_login 2014-05-08 13:35:40 +10:00
Vincent Lejeune
5f6829b071 Simplify some code and have a function that render a scene from a cam pov 2014-05-08 03:14:00 +02:00
Vincent Lejeune
1746835cae Factorize godray visibility test in its own function. 2014-05-08 02:14:31 +02:00
Vincent Lejeune
8a64d411d9 Remove debug arount scoped timer. 2014-05-08 02:07:03 +02:00
Marianne Gagnon
e1a5f8254b Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-05-07 19:35:35 -04:00
Marianne Gagnon
c8638ec968 Add basic support to display GPU markers in the profiler 2014-05-07 19:35:31 -04:00
Vincent Lejeune
4c9e2afe31 Cast some char to unsigned char 2014-05-08 01:25:37 +02:00
Vincent Lejeune
a73f03a2c4 Make use of gl_amd_vertex_shader_layer when available 2014-05-08 01:16:02 +02:00
vlj
cc368103b0 Remove an extra EndQuery 2014-05-08 00:03:21 +02:00
vlj
fd7399d983 Use instancing to expand shadows instead of GS 2014-05-07 23:57:07 +02:00
hiker
6fb9832fc2 Added box around screen, hide 'guest' if no online login is requested. 2014-05-07 17:10:02 +10:00
hiker
6c9fbb8dec Fixed hanging dialog if no password was entered. 2014-05-07 16:55:26 +10:00
hiker
1eed1272ad If a player is already selected when entering the UserScreen,
display the name of the player instead of 'login'.
2014-05-07 16:47:08 +10:00
hiker
83c29b0778 Instead of individual 'remember-me' settings, use one global setting. 2014-05-07 16:39:09 +10:00
hiker
d4b263761e Fix #1231 - stk-code/data not found on windows (secondary report). 2014-05-07 13:23:22 +10:00
hiker
6fab5e89fd Merge remote branch 'origin/master' into new_login 2014-05-07 13:04:35 +10:00
hiker
0be01a5977 Added rename functionality. 2014-05-07 08:00:03 +10:00
konstin
a22b407568 removing git blame output file in src 2014-05-06 19:46:20 +02:00
vlj
8e21810282 Encapsulate GPUTimer calls 2014-05-06 17:50:29 +02:00
hiker
737c8a9983 Added 'delete player' functionality. 2014-05-06 16:52:36 +10:00
hiker
bb18d65ccd Select the current player by default. 2014-05-06 11:39:55 +10:00
hiker
bef811e098 Fixed login problems (e.g. only online log in worked), improved handling
of error message, removed need for m_login_successful.
2014-05-06 08:21:53 +10:00
Stephen Just
efb85943d1 Fix for #1297. DoF shader compiles in mesa now. The other problem noted
in the issue was just texture compression + intel.
2014-05-05 07:59:20 -06:00
hiker
d847e8de00 Renamed StoryModeLobby to UserScreen. 2014-05-05 21:17:46 +10:00
hiker
6010831654 Removed original login screen, made the new login screen a tab.
Removed guest tab (and started to use a checkbox for that for now).
Work in progress.
2014-05-05 20:46:48 +10:00
Vincent Lejeune
65e4177f5c Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-05-05 01:47:00 +02:00
Vincent Lejeune
d316263660 Tweak light extent again to improve perf 2014-05-05 01:46:57 +02:00
hiker
00cf9a3dbe Merge remote branch 'origin/master' into new_login 2014-05-05 09:20:37 +10:00