Commit Graph

  • d4cecd5a8b Show story mode icon only if overworld track exists. Deve 2017-03-05 23:31:53 +01:00
  • eeb7c8f5de Added a support for release builds Deve 2017-03-05 22:02:50 +01:00
  • be67fb1df9 Update readme Deve 2017-03-05 08:55:35 +01:00
  • 6c472660a1 Some additional checks for android assets manager. Deve 2017-03-03 21:57:55 +01:00
  • 11024569b0 More tweaks to GLES legacy pipeline Deve 2017-03-02 22:19:10 +01:00
  • 067518df5d Fixed rtts in GLES legacy pipeline Deve 2017-03-01 23:20:21 +01:00
  • 282bb6c655 Always use fixed blending for GLES legacy pipeline Deve 2017-03-01 21:44:11 +01:00
  • 82e724c12e One more fix for GLES legacy pipeline deve 2017-02-27 06:41:26 +01:00
  • f6cdf79b1e Avoid spamming with errors Deve 2017-02-27 00:50:33 +01:00
  • 2ff79141a0 Don't show exhaust emitter for legacy pipeline Deve 2017-02-27 00:45:21 +01:00
  • 40fe3585bb One more fix for legacy pipeline in GLES renderer. Deve 2017-02-27 00:26:36 +01:00
  • 6d395d4510 Some fixes for GLES renderer Deve 2017-02-26 23:43:23 +01:00
  • 5d342a2dab Fix all tracks achivement following the replacement of the farm track auria.mg 2017-02-25 20:56:17 -05:00
  • 5b85d36dfa Tweak a few challenges in easy mode following feedback auria.mg 2017-02-20 18:45:07 -05:00
  • c7eeb8338d Try to fix for gles Benau 2017-02-24 19:03:14 +08:00
  • 46619ec62a Fixed gaussian blur Deve 2017-02-23 20:40:06 +01:00
  • a7d1a312ad Merge branch 'fix-cannon' of github.com:supertuxkart/stk-code into fix-cannon hiker 2017-02-23 17:19:30 +11:00
  • bf61b98444 Merge branch 'master' of github.com:supertuxkart/stk-code hiker 2017-02-23 17:18:10 +11:00
  • b884f6429d Fix stuttering of camera/kart when usnig a cannon (caused by the cannon animation updating the (physical) kart position after the graphical position was taken from the physical position, causing a stuttering because of the differences between those two values. hiker 2017-02-23 17:12:15 +11:00
  • b34e749198 Fixed nitro bar in multiplayer game when uniform buffer object is not available Deve 2017-02-22 23:33:11 +01:00
  • f0efce62b1 Added debug view of target cannon line. hiker 2017-02-23 09:00:07 +11:00
  • 0767abe2bc Draw a touch steering button that allows to run challenges. Deve 2017-02-22 21:43:36 +01:00
  • db4d11a0c5 Disable kart shadow for legacy pipeline in GLES renderer because it's broken Deve 2017-02-22 20:56:17 +01:00
  • 2ef6652183 Create a kart shadow only of shadow texture exists. Deve 2017-02-22 20:47:08 +01:00
  • 02d3bd2c2b Take item on walldriving tracks into account Benau 2017-02-21 15:06:26 +08:00
  • 3898678e76 Use raycasted position for point 2 Benau 2017-02-21 13:36:00 +08:00
  • 0cf0002c08 Header clean up Benau 2017-02-21 12:09:22 +08:00
  • eb9f656b44 Add config flag to persist GUI visibility state at samuncle's request auria.mg 2017-02-20 19:14:33 -05:00
  • 668e10d8ca Don't use srgb format in gles Deve 2017-02-20 21:52:47 +01:00
  • ef2cba0f85 Display multitouch settings properly on low resolutions Deve 2017-02-20 21:21:37 +01:00
  • 875d5d8ef9 Some tweaks to the arrows size in dynamic ribbon widget. Deve 2017-02-20 21:19:00 +01:00
  • 41df6afbf9 Fixed compilation. hiker 2017-02-20 09:22:09 +11:00
  • a17b537699 Make cannon smoother. hiker 2017-02-20 07:41:33 +11:00
  • 30cff00757 Reduce internal physics timestep to test if collision handling improves. hiker 2017-02-15 23:56:43 +11:00
  • 8e8de3c5e2 Merge branch 'master' of github.com:supertuxkart/stk-code hiker 2017-02-20 07:45:26 +11:00
  • 131dc4bfad Fix #2786 Benau 2017-02-18 14:30:35 +08:00
  • 70511c5348 Lower terrain-impulse. It should keep its intended function of avoiding getting stuck when driving perpendicular to walls, but should be less forceful and look less artificial as a result. Arthur-D 2017-02-17 23:13:39 +01:00
  • 40e326bb41 Avoid using fixed pipeline on newer intel graphics cards. Deve 2017-02-17 21:23:22 +01:00
  • 5cdcf39583 Add intel HD2000 to graphics restrictions. It's just slower HD3000 version, so disable the same features for it. Deve 2017-02-17 19:50:50 +01:00
  • ab8a68f295 Enable HD textures on newer intel graphics cards. It should work fine for intel HD4000 and newer, especially after recent memory management improvements in STK. Deve 2017-02-17 19:44:28 +01:00
  • 269b1b5cb9 Add restriction for intel hd4600 on windows about compute shader Benau 2017-02-17 13:52:50 +08:00
  • 299a4dc5f2 Don't check the TBO extension Deve 2017-02-17 06:31:15 +01:00
  • 251c46dcc4 Always call bind sampler function. Deve 2017-02-17 01:03:08 +01:00
  • f181acea3d Add Jymis to credits auria.mg 2017-02-15 18:38:56 -05:00
  • 17751631f1 Protocol data structure uses now finer grained locks, avoiding that asynchronous updates or event delivery can be delayed by synchronous updates/event deliveries to a different protocol. hiker 2017-02-15 09:57:38 +11:00
  • efeea8eeb2 More debug output. hiker 2017-02-15 09:50:00 +11:00
  • c635e8d1c4 Get rid of some srgb conversion in shader, see #2787 Benau 2017-02-13 10:06:35 +08:00
  • d3cbc6ca0e Fix GLES Benau 2017-02-13 00:45:18 +08:00
  • ca0a605b0e Don't use texture buffer object if not supported, see #2571 Benau 2017-02-12 15:42:22 +08:00
  • 4af255431c Fix opengl warning about glTexSubImage2D buffer of null pointer Benau 2017-02-12 10:23:18 +08:00
  • 68a99fd38b Fixed sRGB for GLES renderer. Deve 2017-02-11 23:56:44 +01:00
  • e316df1807 Update readme Deve 2017-02-11 14:40:54 +01:00
  • 3794e0bbbe Use slightly lower rate for explosion effect. Deve 2017-02-11 14:30:08 +01:00
  • 48f27df1c9 Fix wrong angle when normal is exactly 0, -1 ,0 Benau 2017-02-11 16:05:10 +08:00
  • 0ddada2897 Fix --track-debug crash Benau 2017-02-11 14:42:24 +08:00
  • 3f214c1bb7 Find textures once on race gui initialization Deve 2017-02-11 00:38:21 +01:00
  • a877cb848f Added better icons for touch steering. Deve 2017-02-10 23:05:31 +01:00
  • ea95ffe424 Remove compiler warning Benau 2017-02-10 18:21:27 +08:00
  • 69658c557b Refactored the event/state handling to make it somewhat faster by avoiding creating smaller time steps on the server when events from clients are received, and also made it easier to handle duplicated states (i.e. server rewinds and sends a second state for a certain time). Still work in progress though. hiker 2017-02-09 09:03:15 +11:00
  • 0293dabfd3 New GP point system (#2765) Alayan-stk-2 2017-02-08 01:31:53 +01:00
  • 5df2531a65 Added a hack that removes ugly lines when shadows are enabled. Deve 2017-02-07 21:48:50 +01:00
  • 77ff387f6b Minor tweak Deve 2017-02-07 14:38:40 +01:00
  • 4852664143 Allow to use accelerometer for turning left/right. Deve 2017-02-07 13:48:08 +01:00
  • a40fd4cde9 Handle new Polish format in tinygettext. Deve 2017-02-06 20:37:05 +01:00
  • cdd96f67dd Draw powerup icon on a button when touch steering is enabled deve 2017-02-06 06:26:11 +01:00
  • e5feb3d35f Fix sometimes not initializing a soccer game - fixes #2769 (#2772) Seebi 2017-02-06 02:09:51 +01:00
  • 8858d4d86f Parachute improvements (#2768) Alayan-stk-2 2017-02-06 00:54:32 +01:00
  • 5d30393641 Allow reload texture with control+f3 for sam in game Benau 2017-02-05 14:10:26 +08:00
  • 6fae872a69 Fix #2766 Benau 2017-02-05 09:11:48 +08:00
  • 7c48c3e6cc Choose a directory where we have the most available disk space for data extraction. Deve 2017-02-03 23:32:50 +01:00
  • 01765fce80 Fix crash auria.mg 2017-02-02 19:54:48 -05:00
  • 13081a07ec Fix #2763 Benau 2017-02-03 08:41:18 +08:00
  • 2557a700cc Just to be more clear about explicit attrib location availability in GLES Deve 2017-02-02 22:26:37 +01:00
  • 19cb9cd041 Fixed a crash when starting cutscene Deve 2017-02-02 22:22:33 +01:00
  • d4d5452825 Enable glBindSampler in GLES Deve 2017-02-01 22:52:07 +01:00
  • b54c3648b3 Again missing parenthesis... Deve 2017-02-01 22:15:48 +01:00
  • 28d85d7ba3 Use explicit attrib location when the extension is available. Deve 2017-02-01 21:58:10 +01:00
  • d124c61e3c Remove useless ifdef. It should depend on features available in graphics drivers and not on headers that were used for compilation. In theory there was a possible case that GL_VERSION_3_3 was not defined and CVS->getGLSLVersion() >= 330 was true, so that bind wasn't done at all. And still GL_VERSION_3_3 should be always true for OpenGL renderer because it's defined in glew. deve 2017-02-01 10:40:48 +01:00
  • 3c8369b915 Set GLSL version for GLES. It's not 100% true because GLES has different versions numbering. For example it doesn't have geometry shaders even if they were introduced in GLSL 1.50 (OpenGL 3.2). But still in this way we make sure that it uses the same features on all devices, no mater if it's GLES 3.0, 3.1, 3.2 etc. deve 2017-02-01 10:30:46 +01:00
  • ffff62ff52 Removed debug code. hiker 2017-02-01 18:06:36 +11:00
  • 9df07ac0c2 Rearranged code somewhat to make it easier to read - only cosmetic changes. hiker 2017-01-31 18:25:30 +11:00
  • 93d6b1e515 Tweak camera settings auria.mg 2017-01-30 19:17:27 -05:00
  • 62e8ec86fa Merge branch 'NewSmoothCamera' auria.mg 2017-01-30 18:51:24 -05:00
  • fbffb108f1 Force to use rtts when scale_rtts_factor is set. Deve 2017-01-30 23:43:13 +01:00
  • bf64459458 Handle a case that advanced lighting is disabled in graphics restrictions. deve 2017-01-30 11:18:31 +01:00
  • e7252cc643 More work on camera smoothness auria.mg 2017-01-29 21:48:54 -05:00
  • e8cb873f08 Finish smoothing the kart rotation auria.mg 2017-01-29 21:37:58 -05:00
  • 6d3eb84a8e Reduce shaking a bit by smoothing kart position. Still need to smooth kart rotation, can't quite get it to work yet auria.mg 2017-01-29 21:33:11 -05:00
  • 56b6f81eb7 New smooth camera auria.mg 2017-01-29 19:58:33 -05:00
  • d8706e2319 Added log message when server starts a race on clients. hiker 2017-01-30 09:29:58 +11:00
  • a3b959cee9 Avoid that the server replays states saved in the previous frame. hiker 2017-01-30 08:58:00 +11:00
  • 6cc795fc60 Use a std::list instead of std::vector for the list of events. This allows not to lock the whole event queue while an event is being delivered, which allows more parallelism (especially the asynchronous eventss queue is not locked while e.g. the world is loaded, which can take several seconds). hiker 2017-01-30 08:54:23 +11:00
  • dfc5c1499c Added separate log message for disconnecting clients. hiker 2017-01-30 08:52:41 +11:00
  • 803eba5d5c Fixed typo Deve 2017-01-27 22:43:49 +01:00
  • cebf24f3af Don't use the time during a rewind to determine if a client needs to slow down. hiker 2017-01-27 23:45:25 +11:00
  • 5690eb0edd Merge branch 'master' of github.com:supertuxkart/stk-code hiker 2017-01-26 23:14:43 +11:00
  • 62bcf52f9c Add a possibility to select team without a keyboard for single player mode deve 2017-01-26 10:23:45 +01:00
  • 99b2cd7e57 Some corrections in team selection events deve 2017-01-26 10:22:31 +01:00
  • 85f153f0d5 Move changing a team to separate function to avoid code duplication deve 2017-01-26 09:21:35 +01:00
  • 49a77a8f48 Add a possibility to disable touch steering in options. Deve 2017-01-25 21:46:07 +01:00