Commit Graph

20422 Commits

Author SHA1 Message Date
Alayan
a90890d0b3 Move end-race achievement counter updates to a dedicated function 2018-10-06 18:26:57 -04:00
Alayan
43dd2f2f82 Make Marathoner use generic counters. Fix #3176 2018-10-06 18:26:57 -04:00
Alayan
bdbd66dbb7 Make Mosquito Hunter use a generic counter 2018-10-06 18:26:57 -04:00
Alayan
5144984fd5 Remove leftover include 2018-10-06 18:26:57 -04:00
Alayan
05df0d6297 Make Strike use a generic counter 2018-10-06 18:26:57 -04:00
Alayan
d008da5548 Keep track of how many time each difficulty is used in linear races 2018-10-06 18:26:57 -04:00
Alayan
edc683f720 Use a parametrizable function instead of multiple functions ; track more values 2018-10-06 18:26:57 -04:00
Alayan
19d594b465 Make Christoffel Columbus use per-track generic counters 2018-10-06 18:26:57 -04:00
Alayan
5405933e2e Make Skid-Row use a generic counter 2018-10-06 18:26:57 -04:00
Alayan
09f5376312 Make Banana Lover use a generic counter 2018-10-06 18:26:57 -04:00
Alayan
3427d21939 Fix #3483 2018-10-06 18:26:57 -04:00
Alayan
a32834e518 Make Powerup Love use a generic counter 2018-10-06 18:26:57 -04:00
Alayan
69ee99c495 Add a new Beyond Luck achievement ; make Unstoppable more challenging. 2018-10-06 18:26:57 -04:00
Alayan
70eb11de4f Reimplement Gold Driver and Unstoppable by gathering data in general counters. Also fix #3487 2018-10-06 18:26:57 -04:00
Deve
41ea4b1997 Draw local players icons above AI/remote players on the minimap. 2018-10-06 22:31:37 +02:00
Alayan
3c98c35439 Merge branch 'master' of https://github.com/supertuxkart/stk-code 2018-10-06 15:58:38 +02:00
Alayan
bf4dd67562 Improve a formulation 2018-10-06 15:58:02 +02:00
hiker
0b3d343585 Removed unnecessary code. 2018-10-06 12:30:35 +10:00
hiker
796ff5b361 Fixed item collection in networking. 2018-10-06 12:26:55 +10:00
hiker
df4ad4ab63 Added missing 'virtual'. 2018-10-06 12:26:10 +10:00
Deve
055a14bbaf Use team color to highlight karts on minimap in soccer/ctf 2018-10-05 23:42:26 +02:00
Alayan
b7b2a60eff Allow to set custom colored border through ScalableFonts 2018-10-05 20:21:57 +02:00
Alayan
1b17879313 Add functions and variables to allow custom-colored text outlines 2018-10-05 20:08:47 +02:00
Alayan
1202a34a59 Add black borders to most text in the race UI 2018-10-05 19:47:44 +02:00
Benau
697af6b08c Fix server only build 2018-10-06 01:12:39 +08:00
Alayan
68916b0adf Add the possibility to exclude owned projectiles from the nearby projectiles count 2018-10-05 17:50:43 +02:00
Alayan
6445fb059d Split DrawGlobalPlayerIcons 2018-10-05 17:42:54 +02:00
Deve
0c5b1a3999 Always show current reolution in options 2018-10-04 21:55:00 +02:00
Deve
dc428b94cf Add a script that allows to build all android packages with single command 2018-10-04 20:48:42 +02:00
Benau
1bb0be6a8c Fix crash for deve's soccer arena without navmesh 2018-10-05 00:58:46 +08:00
Deve
fedf93c928 Tweak range of touch device gui scale 2018-10-03 21:13:01 +02:00
Benau
693a3bc954 Allow flag to be placed on driveable object (for ctf temple) 2018-10-04 01:06:58 +08:00
hiker
d98419a5f8 Oops - forgot to update server version number as well. 2018-10-03 17:55:58 +10:00
hiker
4c4c7889a0 Increase server protocol version to avoid crashes with old server. 2018-10-03 16:53:27 +10:00
hiker
44706a5066 Re-enable bubble gum and switch in network games. 2018-10-03 12:20:11 +10:00
hiker
438a2dd6a3 Fixed release build. 2018-10-03 12:07:21 +10:00
hiker
35deb3970b Merge remote-tracking branch 'origin/master' into network-item-debugging 2018-10-03 10:54:14 +10:00
hiker
465df8dcac Merge branch 'network-item-debugging' of github.com:supertuxkart/stk-code into network-item-debugging 2018-10-03 10:43:40 +10:00
hiker
5143ae97ea Fixed crash in AI caused by missing virtual declarations. 2018-10-03 09:10:08 +10:00
hiker
76dc8c8763 Hopefully fixed switch in networking mode. 2018-10-03 08:51:19 +10:00
Deve
b26d8f3454 Avoid a crash when using close button in kart selection screen 2018-10-02 22:28:12 +02:00
Deve
da4f6cf8cf Fixed memory leak 2018-10-02 22:16:37 +02:00
hiker
c2d0ac4a61 Converted ItemManager to use a vector of *ItemState (instead of
*Item) for its item handling. This allows us later to use
the switch functions to work on either the current items
or on the confirmed item state (i.e. code reusage for rewind).
2018-10-02 09:05:32 +10:00
Deve
be1fab75b8 Add a margin for screenshot in better way 2018-10-01 23:27:03 +02:00
Deve
2084121405 Give more space for translations in ghost replay screen 2018-10-01 22:04:49 +02:00
Deve
53b6c0c80b Fixed checkbox in ghost replay dialog and other minor tweaks 2018-10-01 20:52:53 +02:00
Benau
a2d4763201 Hide minimap when hide all for artist debug mode 2018-09-30 16:30:27 +08:00
Benau
c8db9e2490 Restore swatter discard now in arena or soccer in network properly 2018-09-30 16:10:58 +08:00
Benau
ab94fdfceb Allow more than 1 player winning in FFA if a tie 2018-09-30 14:38:18 +08:00
Benau
6478a0714d Fix multiplayer sound keep playing 2018-09-30 14:06:40 +08:00