index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sword1
/
resman.cpp
Age
Commit message (
Expand
)
Author
2010-11-16
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
Max Horn
2010-10-15
SWORD1: Fixed bug #3087855 - "SWORD1: Code analysis warnings"
Filippos Karapetis
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-07-29
SWORD1 & SWORD2: Replaced ioFailed by err+eos
Max Horn
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-02-27
Committed patch #2606844 ("Fix crash when using BS1 without portuguese data").
Torbjörn Andersson
2009-01-02
Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...
Johannes Schickel
2008-11-16
Fixed various g++ warnings ("format not a string literal and no format argume...
Johannes Schickel
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-11-12
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
Eugene Sandulenko
2006-09-23
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn