Commit Graph

  • 51fd0c1e8e Don't limit number of physics steps in networking, since otherwise physics results can diverge. hiker 2017-12-18 23:08:40 +11:00
  • 2b8737a75b Remove known issues from android readme. Deve 2017-12-12 23:07:01 +01:00
  • f0d07a2de4 Execute rollback detection only on client; added comments for potential future improvements. hiker 2017-12-11 18:01:33 +11:00
  • a55e7d204a Fix wrong newline in linux terminal Benau 2017-12-11 11:00:06 +08:00
  • dc562103c5 Remove wrong commit Benau 2017-12-10 00:12:35 +08:00
  • f70af4677c Add direct conversion to map for xml nodes Benau 2017-12-09 16:06:43 +08:00
  • 2f747cf614 Remove REQUIRED_LOGIN #ifdef which is not needed anymore with the new menu. hiker 2017-12-09 00:57:08 +11:00
  • 825deed8dd Merge remote-tracking branch 'origin/master' into game_protocol Fixed various conflicts. hiker 2017-12-09 00:56:30 +11:00
  • eea6196231 Merge branch 'buffer-log-messages' hiker 2017-12-07 09:43:56 +11:00
  • ebcab8d4e0 Fixed compiler warning. hiker 2017-12-07 09:43:27 +11:00
  • 5b296b08f9 Merge remote-tracking branch 'origin/master' hiker 2017-12-07 09:43:09 +11:00
  • 2810d2ad7d Merge remote-tracking branch 'origin/master' into buffer-log-messages hiker 2017-12-07 09:39:29 +11:00
  • 55d0df7bad Added option to buffer log messages (which can reduce debug output overhead). hiker 2017-12-04 11:32:09 +11:00
  • 1afb62c97d Bring back the ability to skip the unlock cutscense, fixes #3069 auria.mg 2017-12-03 18:44:50 -05:00
  • d9937d7b33 Fix physical object from meta library Benau 2017-12-03 23:58:17 +08:00
  • 7744b056ea Merge branch 'master' of github.com:supertuxkart/stk-code hiker 2017-12-04 00:41:28 +11:00
  • 7ab8477a53 Reserve onReset of scripting method for library nodes (unused atm) Benau 2017-12-02 15:24:36 +08:00
  • 3607c7d520 Adjust irrlicht CSkinnedMesh class for .spm Benau 2017-12-02 15:24:05 +08:00
  • 2161efd9c4 Allow configure animation set through scripting Benau 2017-12-02 02:36:43 +08:00
  • 60a3890c78 Add support for meta library objects Benau 2017-12-01 13:59:00 +08:00
  • 3093803762 Add support for a 'prefix' to be printed for all log messages. hiker 2017-05-16 22:00:35 +10:00
  • 4f5b4aed0b Change the bld directories to be looked for to all include -64; changed name of installer and only include 64-bit redistributable. hiker 2017-11-30 17:48:34 +11:00
  • ae57be8f3b Changed version number to be git, added 32bit to installer name, and only include the 32 bit redistributable. hiker 2017-11-30 17:47:24 +11:00
  • efde9ac501 If more than one state arrived in one timestep for a client, rewind to the latest one (not the earliest). hiker 2017-11-28 17:26:00 +11:00
  • 48aded5f6d Login screen : proper post-login redirection auria.mg 2017-11-27 18:07:42 -05:00
  • 579a4aa3cc Improve the way to enable/disable the networking menu, use the --online switch that previously existed auria.mg 2017-11-26 21:54:48 -05:00
  • 4f528c258d Disable new networking menus, will be enabled back in the networking branch auria.mg 2017-11-26 21:48:45 -05:00
  • 0b6e793df6 Script to print the per-timestep interpolated error plus maximum and average error when comparing client and server debug output. hiker 2017-11-27 08:32:44 +11:00
  • d92476ae70 First implementation prototype of the new netwoking UI, as discussed. auria.mg 2017-11-25 18:51:49 -05:00
  • b08e2f56e1 Make the number of state updated the server sends configurable. hiker 2017-11-24 18:33:26 +11:00
  • 37ee602f28 Added state type to debug output. hiker 2017-11-24 18:15:39 +11:00
  • 7508b5db8b Fixed index in debug output and compiler warning. hiker 2017-11-24 18:10:55 +11:00
  • 2a093cde0a GLEW: Update to pristine upstream 2.1.0 Rémi Verschelde 2017-11-22 12:04:39 +01:00
  • e3264d1de3 CMake: Add option to use system GLEW 2.0+ Rémi Verschelde 2017-11-22 11:48:12 +01:00
  • c59af9136c Merge branch 'KartPerGamemode' auria.mg 2017-11-21 19:20:49 -05:00
  • 9b4f773703 Avoid rewinds on the server (which would create a big chaos since state updated would be duplicated etc). Instead it will move 'past' events to the current time, causing only a 'jump' in the one client causing the event (instead of all). hiker 2017-11-22 10:28:52 +11:00
  • 40bdb4d777 Added #define to disable the online login for now. Makes it easier to start and debug LAN play. hiker 2017-11-21 18:15:03 +11:00
  • 3a5f398b3e Fixed installers: only include the vcredist for the right architecture, search in bld*64 for 64 bit installer, fixed VERSION_BUILD to be empty, changed name of installers to include XXbit. 0.9.3 hiker 2017-11-17 13:35:14 +11:00
  • 4d4c514c75 Corrrect gp info screen to keep consistency with track info screen. Deve 2017-11-15 22:02:19 +01:00
  • a959f3c3e2 Corrrect gp info screen to keep consistency with track info screen. Deve 2017-11-15 22:02:19 +01:00
  • 2ddd4cbb09 Avoid negative AI karts number in follow the leader Deve 2017-11-09 23:38:53 +01:00
  • 030bc713c1 Avoid running follow the leader GP with 0 AIs Deve 2017-11-09 23:22:10 +01:00
  • afac848bb9 Updated documentation. hiker 2017-11-15 16:36:21 +11:00
  • f38f30a75c Merge branch 'master' into game_protocol hiker 2017-11-15 08:12:38 +11:00
  • f783be4d75 Updates translations with 0.9.3 version from transifex (no author credits updated). hiker 2017-11-15 08:11:51 +11:00
  • aa56acc830 Changed VERSION_BUILD to empty, indicating a stable version. hiker 2017-11-14 22:44:07 +11:00
  • 28cd15cf84 Changed installer version to git. hiker 2017-11-14 22:43:37 +11:00
  • f0358ae8af Added Benau's 64-bit installer. hiker 2017-11-14 22:23:23 +11:00
  • 76ceea5b0f Added Benau's 64-bit installer. hiker 2017-11-14 22:23:23 +11:00
  • d15d958726 Modify windows installer so that it is version specific + add entry in the windows add/remove list Daniel Butum 2017-10-27 17:30:47 +03:00
  • e6897c47a0 Merge pull request #2968 from leyyin/master hiker 2017-11-14 21:55:23 +11:00
  • 5ad0e5b93d Updated x86 redistributable to 2017 version. hiker 2017-11-14 21:43:30 +11:00
  • a8c858e757 Updated x86 redistributable to 2017 version. hiker 2017-11-14 21:43:30 +11:00
  • 84ccf82173 Updated script to handle existing entries without duplicating authors (or even worse msgids for translator credits). hiker 2017-11-14 17:50:27 +11:00
  • 2b054d1ebb Updated translator-credits, removed translations that are less than 40% done. hiker 2017-11-14 17:53:11 +11:00
  • d8ec02f2c4 Updated script to handle existing entries without duplicating authors (or even worse msgids for translator credits). hiker 2017-11-14 17:50:27 +11:00
  • bc384eb16f Merge branch '0.9.3' of github.com:supertuxkart/stk-code into 0.9.3 hiker 2017-11-14 17:50:03 +11:00
  • f4b584d908 Version number auria.mg 2017-11-13 18:27:20 -05:00
  • 3154130a97 Updated translations. hiker 2017-11-14 09:55:46 +11:00
  • c429b466cd Avoid a crash in ghost replay screen. Deve 2017-11-13 22:35:18 +01:00
  • 20ffc3a693 Avoid a crash in ghost replay screen. Deve 2017-11-13 22:35:18 +01:00
  • 5b9dc6895d Fixed server-only execution. hiker 2017-11-08 01:25:25 +11:00
  • c92003b4bf Update version numbers auria.mg 2017-11-12 19:13:24 -05:00
  • a67be44422 Allow to compile STKRelease build with debug symbols. Deve 2017-11-12 23:55:28 +01:00
  • 191542e26e Allow to compile STKRelease build with debug symbols. Deve 2017-11-12 23:55:28 +01:00
  • 2c54549cb0 Fix #2990 auria.mg 2017-11-11 18:15:55 -05:00
  • b95e0a3373 Fix #2990 auria.mg 2017-11-11 18:15:55 -05:00
  • 17dbe47e2e Avoid semi-transparent window on some compositors Deve 2017-11-10 22:48:48 +01:00
  • 252403c9cc Avoid semi-transparent window on some compositors Deve 2017-11-10 22:48:48 +01:00
  • 4fced331fe Merge remote-tracking branch 'origin/master' into game_protocol hiker 2017-11-10 16:08:03 +11:00
  • 468c24acd3 Avoid negative AI karts number in follow the leader Deve 2017-11-09 23:38:53 +01:00
  • 165b2fea9c Avoid running follow the leader GP with 0 AIs Deve 2017-11-09 23:22:10 +01:00
  • dcfae897ca Read only 4 bytes for tangent (unused atm), remember update stk-assets Benau 2017-11-09 12:16:30 +08:00
  • 51a16b938f Read only 4 bytes for tangent (unused atm), remember update stk-assets Benau 2017-11-09 12:16:30 +08:00
  • 53827cbe21 Fixing selection issue on end-race screen (#3008) Ben Krajancic 2017-11-09 11:11:29 +11:00
  • 603ad87ffe Allow to move installed apk to sdcard Deve 2017-11-08 22:06:58 +01:00
  • 28f81b2a85 Allow to move installed apk to sdcard Deve 2017-11-08 22:06:58 +01:00
  • 3baefcd6a7 Initialize FeatureAvailable array to false for legacy pipeline. Deve 2017-11-07 22:43:33 +01:00
  • 2a5baac331 Initialize FeatureAvailable array to false for legacy pipeline. Deve 2017-11-07 22:43:33 +01:00
  • 8ce6f4de7c Fixed server-only execution. hiker 2017-11-08 01:25:25 +11:00
  • beca172af3 Fixed server-only execution. hiker 2017-11-08 01:25:25 +11:00
  • 1f4599b92e Expose race mode for scripting Benau 2017-11-06 15:15:44 +08:00
  • 046403e1df Expose race mode for scripting Benau 2017-11-06 15:15:44 +08:00
  • 237927e3e5 Mark "fortmagma" as locked until the door can open (#3015) LeMagnesium 2017-11-06 00:33:56 +01:00
  • 7acc36d015 Fix FTL reset bug, fixes #3019 auria.mg 2017-11-05 18:22:27 -05:00
  • 158d83057c Fix FTL reset bug, fixes #3019 auria.mg 2017-11-05 18:22:27 -05:00
  • 77597da26f Fixed 64-bit dependencies. Deve 2017-11-05 21:54:43 +01:00
  • 08be02af8f Fixed 64-bit dependencies. Deve 2017-11-05 21:54:43 +01:00
  • 54b32ba6b1 Merge branch 'master' into game_protocol hiker 2017-11-05 13:03:15 +11:00
  • 2e96a29977 Ignore some configuration changes that don't matter for us. Deve 2017-11-04 22:06:35 +01:00
  • dfdc1a26b3 Ignore some configuration changes that don't matter for us. Deve 2017-11-04 22:06:35 +01:00
  • 3a6b429c40 Don't raycast driveable objects that are not enabled Benau 2017-11-05 01:32:41 +08:00
  • 69c86930e8 Don't raycast driveable objects that are not enabled Benau 2017-11-05 01:32:41 +08:00
  • cb2f3e56d5 Allow exact shape to be used with tangents mesh Benau 2017-11-05 00:55:26 +08:00
  • 8ba0fd3569 Allow exact shape to be used with tangents mesh Benau 2017-11-05 00:55:26 +08:00
  • 7d9f345fbd Allow light to be disabled by scripting Benau 2017-11-04 14:01:47 +08:00
  • 628bc7ce50 Allow light to be disabled by scripting Benau 2017-11-04 14:01:47 +08:00
  • 6770277de7 Fix #2949 Benau 2017-11-03 20:28:15 +08:00
  • fa86bbd506 Prevent upgrades to 0.9.3 causing all particles to be disabled QwertyChouskie 2017-11-02 18:49:57 -07:00
  • cc970c01a5 Merge pull request #3011 from qwertychouskie/patch-3 Deve 2017-11-04 00:00:46 +01:00