This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-26 20:59:00 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sci
/
sfx
History
Filippos Karapetis
e55388c787
Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error()
...
svn-id: r41073
2009-05-31 15:34:23 +00:00
..
seq
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining fprintf calls should probably be replaced by suitable debug/debugC/debugN invocations)
2009-05-29 13:07:14 +00:00
softseq
The error() and warning() functions add ! and newline automatically. (I didn't
2009-05-31 10:02:16 +00:00
core.cpp
Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error()
2009-05-31 15:34:23 +00:00
core.h
Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error()
2009-05-31 15:34:23 +00:00
device.h
…
iterator_internal.h
…
iterator.cpp
The error() and warning() functions add ! and newline automatically. (I didn't
2009-05-31 10:02:16 +00:00
iterator.h
…
misc.h
oops
2009-05-28 22:07:52 +00:00
sci_midi.h
…
sequencer.h
…
sfx_pcm.h
…
softseq.h
…
songlib.cpp
Moved the "songlib" command to console.cpp and removed the non-working "set_vismap" command - we can view the different maps with "show_map", but it doesn't make much sense to redirect the game's graphics output to another screen map on demand
2009-05-30 20:45:57 +00:00
songlib.h
…
test-iterator.cpp
The error() and warning() functions add ! and newline automatically. (I didn't
2009-05-31 10:02:16 +00:00