diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eef7374..31627119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/data/ship/cfg/TR2X_gameflow.json5 b/data/ship/cfg/TR2X_gameflow.json5 index 4454bcd5..2db7371a 100644 --- a/data/ship/cfg/TR2X_gameflow.json5 +++ b/data/ship/cfg/TR2X_gameflow.json5 @@ -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!", diff --git a/subprojects/libtrx b/subprojects/libtrx index 1a70b8c9..ee2f6107 160000 --- a/subprojects/libtrx +++ b/subprojects/libtrx @@ -1 +1 @@ -Subproject commit 1a70b8c9b67da61af432d06edd6ea8f00f996662 +Subproject commit ee2f6107f96c31607d2347e24f6813792c39707f