Files
godot/core
Rémi Verschelde 9d926b72e1 Fix .pck lookup for extensionless binary names with a dot
This was not a problem on Windows as binary names are guaranteed to end
with '.exe', but on Unix systems binary extensions are purely cosmetic
and thus optional, which is a problem when using `get_basename()` to
lookup a potential '.pck' file, as it can fail on e.g. "My Game 2.0" (#15188).

To fix this, ProjectSettings::setup now checks for both basename + '.pck'
and filename + '.pck'.

Fixes #15188, supersedes and closes #22755.

Also took the opportunity to improve documentation on this core method.
2018-10-24 20:11:39 +02:00
..
2018-10-19 11:45:24 +02:00
2018-10-06 16:20:41 -04:00
2018-10-06 16:20:41 -04:00
2018-10-19 11:45:24 +02:00
2018-10-04 18:16:04 +02:00
2018-07-24 12:13:05 +02:00
2018-06-25 16:22:41 -03:00
2018-10-19 11:45:24 +02:00
2018-10-06 16:12:36 -04:00