stk-code_catmod/src
Deve 1123ceeceb Don't try to create textures for empty names.
It's not designed to work with empty file names, because the "existFile" function in irrlicht returns true for directories, our file manager doesn't check that it's a directory and generally strange things happen.

This solves a problem with luna track that doesn't have a screenshot and possibly with some broken add-ons, so that valgrind doesn't complain anymore.

Benau, feel free to revert it if you have better solution.
2017-09-03 00:04:29 +02:00
..
achievements Fixed #2118. 2015-04-27 17:14:23 +10:00
addons Update string (#2824) 2017-05-04 19:17:08 -04:00
animations Fix 2809. 2017-03-15 12:46:20 +11:00
audio Added error check for alDeleteSource. 2017-08-30 17:46:07 +10:00
challenges Allow to unlock all tracks in config.xml. 2016-12-23 23:36:39 +01:00
config Tweak some touch device params. 2017-08-28 22:25:32 +02:00
font Try to fix for gles 2017-02-24 19:03:14 +08:00
graphics Don't try to create textures for empty names. 2017-09-03 00:04:29 +02:00
guiengine Fix kart selection screen animation if only 1 kart 2017-08-17 15:28:04 +08:00
input Reset multitouch buttons state when game is restarted 2017-08-29 22:00:45 +02:00
io Fix the wrong "misuse" 2017-08-25 16:39:34 +08:00
items Fix SFX leaks 2017-08-30 20:39:20 -04:00
karts Cancel the setAnimationEndCallback when a non-existing animation is 2017-08-31 23:47:39 +10:00
modes Merge remote-tracking branch 'origin/master' into fix-ball-cannon 2017-08-29 09:19:41 +10:00
network Made Physics a singleton, removing the accessor functions from World. 2016-12-13 08:31:08 +11:00
online Set curl nosignal option. 2017-01-25 10:28:48 +01:00
physics Minor documentation update. 2017-04-19 23:33:31 +10:00
race Moved m_track out of World into a static m_track in Track. Makes 2016-12-13 07:53:33 +11:00
replay Save and use usernames in replay files (#2754) (#2893) 2017-08-03 19:51:42 -04:00
scriptengine Add scripting code for throwing banana monkeys 2017-08-09 12:23:37 +08:00
states_screens Make device name translatable 2017-08-30 06:46:55 +02:00
tinygettext Correct the rule for Polish plural forms. 2017-05-25 16:17:38 +02:00
tracks Don't add absolute path if screenshot name is empty 2017-09-02 23:47:25 +02:00
utils Fixed stack traces for win32 (#2642). 2017-08-15 23:54:39 +10:00
Doxyfile Merged with trunk, part 1 (due to previous failures I am splitting this 2013-12-02 04:27:55 +00:00
Doxyfile_Win Merged with trunk, part 1 (due to previous failures I am splitting this 2013-12-02 04:27:55 +00:00
main_android.cpp Add a possibility to set android version in graphics restrictions. 2017-07-10 22:54:38 +02:00
main_android.hpp Add a possibility to set android version in graphics restrictions. 2017-07-10 22:54:38 +02:00
main_loop.cpp Use unique names for profiler events. 2017-08-11 09:41:22 +10:00
main_loop.hpp Fix 2658 by separating networking code from main loop. 2016-10-27 21:33:42 +11:00
main.cpp Spelling: Chose, add-ons, low, command-line (#2914) 2017-08-29 19:47:07 -04:00