scummvm/common
2003-11-04 21:17:17 +00:00
..
scaler fix scaler compilation for MSVC6. However, the produced code stll seems to be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all? 2003-10-02 23:29:58 +00:00
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
config-manager.cpp stdafx.h needs to be included first. 2003-11-03 22:28:37 +00:00
config-manager.h cleanup 2003-11-01 23:41:35 +00:00
debugger.cpp turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
debugger.h turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
file.cpp some cleanup 2003-10-10 13:55:08 +00:00
file.h add method to set the xor byte in the file class. Needed as the combined mac data files are only xor'd in the resource files, not the parts of the combined file 2003-10-16 10:23:01 +00:00
list.h added push_back method with List arg (append one list to another one efficiently) 2003-10-17 10:23:52 +00:00
map.h renamed createNode() to findOrCreateNode(); added addKey() method; reimplemented merge() 2003-10-08 18:05:20 +00:00
module.mk turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
rect.h renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00
savefile.cpp stdafx.h needs to be included first. 2003-11-03 22:28:37 +00:00
savefile.h Harmonized SaveFile API with File API a bit. 2003-08-10 20:49:13 +00:00
scaler.cpp Fixed typo and added FIXME comment for the DotMatrix scaler. 2003-10-24 17:14:56 +00:00
scaler.h swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-) 2003-11-04 21:17:17 +00:00
scummsys.h Use compiler option instead of this 2003-11-03 16:25:06 +00:00
singleton.h turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget) 2003-11-02 02:18:16 +00:00
stdafx.h Turn off another annoying MSVC warning 2003-10-14 20:06:22 +00:00
str.cpp humpf 2003-10-08 21:09:21 +00:00
str.h add String::lastChar() method 2003-10-08 21:01:50 +00:00
system.cpp stdafx.h needs to be included first. 2003-11-03 22:28:37 +00:00
system.h added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR 2003-11-04 20:46:20 +00:00
timer.cpp renamed some Timer methods 2003-10-17 16:39:32 +00:00
timer.h added doxygen comment 2003-11-01 21:23:48 +00:00
util.cpp added russian as a language (part of patch #823031, adapted to recent code changes) 2003-10-17 18:52:15 +00:00
util.h make doxygen happy 2003-11-01 20:44:53 +00:00