console/cmd: make /set do fuzzy matching

This commit is contained in:
Marcin Kurczewski 2024-09-30 17:37:20 +02:00
parent 75661e4b09
commit b2682f31d1
No known key found for this signature in database
GPG Key ID: CC65E6FD28CAE42A
3 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- added `/sfx` command
- added `/nextlevel` alias to `/endlevel` console command
- added `/quit` alias to `/exit` console command
- changed `/set` console command to do fuzzy matching (LostArtefacts/libtrx#38)
- fixed crash in the `/set` console command (regression from 0.3)
- fixed using console in cutscenes immediately exiting the game (regression from 0.3)
- fixed Lara remaining tilted when teleporting off a vehicle while on a slope (#275, regression from 0.3)

View File

@ -353,6 +353,8 @@
"game_strings": {
"MISC_OFF": "Off",
"MISC_ON": "On",
"OSD_AMBIGUOUS_INPUT_2": "Ambiguous input: %s and %s",
"OSD_AMBIGUOUS_INPUT_3": "Ambiguous input: %s, %s, ...",
"OSD_COMMAND_BAD_INVOCATION": "Invalid invocation: %s",
"OSD_COMMAND_UNAVAILABLE": "This command is not currently available",
"OSD_COMPLETE_LEVEL": "Level complete!",

@ -1 +1 @@
Subproject commit 1a70b8c9b67da61af432d06edd6ea8f00f996662
Subproject commit ee2f6107f96c31607d2347e24f6813792c39707f