Commit Graph

10546 Commits

Author SHA1 Message Date
hiker
17039141e4 Fix #2051 by keeping a copy of the timer in the SktTimer class. 2015-03-28 01:35:17 +11:00
Marianne Gagnon
80de98f40a Fix build 2015-03-26 21:26:51 -04:00
hiker
cb522e45bc Merge branch 'master' of github.com:supertuxkart/stk-code 2015-03-27 11:54:09 +11:00
hiker
3d4509b863 Add a log statement about outdated drivers or opengl version to
the log file (even if the popup for those issues is disabled).
2015-03-27 11:53:25 +11:00
Marianne Gagnon
26bd5a89a0 Use accurate timing for sounds. Fixes #2049 2015-03-26 20:49:36 -04:00
hiker
efcfdcced7 Oops - fixed typo in previous commit ... where I ignored the nicely
computed 'accurate' values in the end :)
2015-03-27 11:14:34 +11:00
hiker
0c6f3eb3dd Tried to increase accuracy by measuing the sleeping time exactly. 2015-03-27 11:07:38 +11:00
Marianne Gagnon
f81f684b34 Improve timings used for audio status. Could be more precise but is good enough for the moment. See #2049 2015-03-26 19:37:17 -04:00
hiker
a560aafa50 Merge branch 'fix_non_hd_option' 2015-03-27 09:33:07 +11:00
hiker
6c57ce8507 Disable texture cache for resized textures (which are all in lower
res compared what we use now that we resize _every_ big texture).
2015-03-27 08:05:55 +11:00
hiker
02d5b43d86 Replaced all texture->getOriginalSize() with texture->getSize()
to take potentially resized textures properly into account.
2015-03-26 17:12:51 +11:00
Marianne Gagnon
262eeca87f Update configuration of HD textures in GUI, especially through presets 2015-03-25 20:53:05 -04:00
hiker
27dec2fbf8 Added attribute to irrlicht's driver to enable automatic resize
of images that are too big. This is then used to automatically
resize any textures (except fonts, background screen) to be
automatically resized to 512x512 if they are bigger.
2015-03-26 11:28:22 +11:00
Deve
5828dddde8 Allow to disable popup messages about too old drivers in config.xml 2015-03-25 18:53:09 +01:00
deve
e9c72f800a Merge branch 'master' of https://github.com/supertuxkart/stk-code 2015-03-25 09:33:46 +01:00
deve
df656fbf64 Allow to compile project using cygwin.
Note that you need to have all dependencies in cygwin directory (can be easily installed).
Atm. wiimote and joystick events are disabled.
2015-03-25 09:16:15 +01:00
Flakebi
0501e35d95 Prevent toppling over 2015-03-24 04:04:23 +01:00
Flakebi
060bf2a2cf Reset rotation of first person camera when activating 2015-03-24 02:46:10 +01:00
Flakebi
7a8eaed6ed Add up and down movement to first person camera (r/f keys) 2015-03-23 22:54:15 +01:00
Marianne Gagnon
5a9ce98269 Properly fix lens flare 2015-03-19 20:18:21 -04:00
Marianne Gagnon
c422b61464 Fix lens flare 2015-03-19 19:01:35 -04:00
Marianne Gagnon
5e34ac3a44 Fix bug #2037 (objects in library objects with curve animations not working) 2015-03-18 21:48:22 -04:00
Marianne Gagnon
e596c48f42 Tweak per-track library objects to be grouped in a subdirectory 2015-03-17 20:44:14 -04:00
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
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
06ca68275e Fixed typo. 2015-03-13 10:12:43 +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
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
Flakebi
5b8834b48f Add possibility to attach the fps camera to the kart 2015-03-08 17:35:57 +01:00