mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
@@ -4,6 +4,9 @@ LOVE 11.5 [Mysterious Mysteries]
|
||||
Released: N/A
|
||||
|
||||
* Added "LÖVE Loader" launcher on Android for easier loading of .love files.
|
||||
|
||||
* Changed iOS game selector to alphabetically sort the list of .love files.
|
||||
|
||||
* Fixed inconsistent and buggy behaviour of 'pairs' by updating LuaJIT.
|
||||
* Fixed "unexpected alignment" errors when running love on some 32 bit Linux systems.
|
||||
* Fixed running fused games on Windows when the executable has been code-signed.
|
||||
|
||||
@@ -150,6 +150,8 @@ static NSArray *getLovesInDocuments()
|
||||
[paths addObject:path.stringByDeletingLastPathComponent];
|
||||
}
|
||||
|
||||
[paths sortUsingSelector:@selector(localizedCaseInsensitiveCompare:)];
|
||||
|
||||
return paths;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user