lb_ii
230853df62
WINTERMUTE: Implement Directory.GetFiles("saves")
2022-10-26 00:04:58 +03:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
D G Turner
ff4cd452b5
WINTERMUTE: Fix Duplicated Branch GCC Warnings
...
These are emitted if -Wduplicated-branches is passed.
2021-11-07 00:12:58 +00:00
lolbot-iichan
1a29cf1e48
WINTERMUTE: Add more stubs and todos for File & Directory
2020-02-29 10:31:55 +02:00
lolbot-iichan
710f395ca7
WINTERMUTE: restored commented out stack->pop()
...
Unused variables were cleaned up at
47811167d5 , commenting out a bit too much
code, since stack->pop() has a side effect (popping a value from data
stack).
2019-12-02 11:06:01 +02:00
D G Turner
47811167d5
WINTERMUTE: Fix GCC Compilation Warnings
...
Have commented out rather than removed the lines causing unused variable
warnings as they might be used again in future.
2019-07-24 20:59:31 +01:00
lolbot-iichan
0781584dfc
WINTERMUTE: Suppress warning on Directory.Create() for Hamlet
2019-07-16 20:24:42 +03:00
lolbot-iichan
4bb82a8dae
WINTERMUTE: Add dummy implementation of Directory global object
...
Source:
http://docs.dead-code.org/wme/generated/scripting_ref_directory.html
2019-07-16 20:24:42 +03:00