mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2024-11-23 05:50:01 +00:00
console/cmd: make /set do fuzzy matching
This commit is contained in:
parent
75661e4b09
commit
b2682f31d1
@ -2,6 +2,7 @@
|
|||||||
- added `/sfx` command
|
- added `/sfx` command
|
||||||
- added `/nextlevel` alias to `/endlevel` console command
|
- added `/nextlevel` alias to `/endlevel` console command
|
||||||
- added `/quit` alias to `/exit` 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 crash in the `/set` console command (regression from 0.3)
|
||||||
- fixed using console in cutscenes immediately exiting the game (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)
|
- fixed Lara remaining tilted when teleporting off a vehicle while on a slope (#275, regression from 0.3)
|
||||||
|
@ -353,6 +353,8 @@
|
|||||||
"game_strings": {
|
"game_strings": {
|
||||||
"MISC_OFF": "Off",
|
"MISC_OFF": "Off",
|
||||||
"MISC_ON": "On",
|
"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_BAD_INVOCATION": "Invalid invocation: %s",
|
||||||
"OSD_COMMAND_UNAVAILABLE": "This command is not currently available",
|
"OSD_COMMAND_UNAVAILABLE": "This command is not currently available",
|
||||||
"OSD_COMPLETE_LEVEL": "Level complete!",
|
"OSD_COMPLETE_LEVEL": "Level complete!",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 1a70b8c9b67da61af432d06edd6ea8f00f996662
|
Subproject commit ee2f6107f96c31607d2347e24f6813792c39707f
|
Loading…
Reference in New Issue
Block a user