mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
a41f02c69d
When comparing an Object, i.e. FileIO instance, to an INT or STRING, the Object is parsed as string and then compared. An Object's string is <Object:hexcode>, e.g. <Object:794b8d0>. When compared to an INT, it's a regular string compare. This make saving and loading work again in Majestic. Note: '#' < '0' due to ord '#' is 35 and ord '0' is 48. Implemented changes: - compare Object as STRING when it's an Object with INT or STRING comparison, - set Objects string to start with <Object, - include lingo test and - remove BUILDBOT notification on invalid comparion. |
||
---|---|---|
.. | ||
builtin.lingo | ||
c2.lingo | ||
chunks.lingo | ||
d3.keywords.txt | ||
d3.menus.txt | ||
d4.keywords.txt | ||
delete.lingo | ||
equality.lingo | ||
events.lingo | ||
factory.lingo | ||
global.lingo | ||
goto.lingo | ||
hms.lingo | ||
if.lingo | ||
ilk.lingo | ||
lingotests | ||
lists.lingo | ||
loops.lingo | ||
macros.lingo | ||
math.lingo | ||
mci.lingo | ||
mixed-code.lingo | ||
point.lingo | ||
put.lingo | ||
reference.lingo | ||
roman.lingo | ||
sound.lingo | ||
strings.lingo | ||
tell.lingo | ||
the.lingo | ||
trailingcomma.lingo | ||
XObjects.lingo |