Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As the engine is still being actively developed, have commented out
these variables, rather than removing, so they can be enabled in future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
script.
|
|
|
|
|
|
|
|
c_arraypush
|
|
|
|
|
|
|
|
table, not an inlined int/float
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
These were reported by Henke37 via IRC.
|
|
|
|
engines/director/lingo/lingo-funcs.cpp: In member function ‘void Director::Lingo::func_goto(Director::Datum&, Director::Datum&)’:
engines/director/lingo/lingo-funcs.cpp:194:39: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
cleanedFilename += (const char) *p;
|
|
|
|
|
|
|
|
|
|
ENGINES: Return unknown game variants with the list of detected games
|
|
|
|
|
|
|
|
|