scummvm/common
Eugene Sandulenko 14ec3f45fa - Heavily modified patch #1214784: "Disable overlay scaling"
- Eriktorbjorn's patch from same tracker item for scaling sword1/2 cutscenes
  is applied as is. It lacks resolution switch on-the-fly.
- GUI widgets are repositioned on the fly and use most space, even aspect
  ratio corrected screen is used without scaling
- Heavy tesing is required, but works for me in all cases except for bug
  #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch" which needs more
  work.
- I probavly broke some backend or two

svn-id: r22505
2006-05-17 23:52:45 +00:00
..
array.h
config-file.cpp Add support for reading/writing config files through saveGameManager and use for config files in HE games 2006-05-02 03:23:03 +00:00
config-file.h Add support for reading/writing config files through saveGameManager and use for config files in HE games 2006-05-02 03:23:03 +00:00
config-manager.cpp Return of void value is not valid for all platforms. Changed to call function and then plain return; 2006-04-21 20:59:05 +00:00
config-manager.h Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch) 2006-04-16 19:23:14 +00:00
debugger.cpp
debugger.h
endian.h cleanup 2006-04-15 21:22:33 +00:00
file.cpp Fix for bug #1483213 2006-05-13 18:14:23 +00:00
file.h Fix for bug #1483213 2006-05-13 18:14:23 +00:00
func.h Fixed broken svn:keywords values 2006-04-16 13:01:41 +00:00
hashmap.cpp
hashmap.h HashMap::size does not modify the state of the hashmap, so it can be declared const (allowing it to be used on const hashmaps, too) 2006-04-25 19:20:57 +00:00
list.h
md5.cpp Avoid 'unused variable' warning when using DISABLE_MD5 2006-04-30 22:58:44 +00:00
md5.h Removed the directory parameter from md5_file 2006-04-16 12:50:39 +00:00
module.mk
mutex.cpp
mutex.h
rect.h
savefile.cpp Use the joined filename for savegames, otherwise saves will be stored in the 2006-04-26 13:12:33 +00:00
savefile.h Changed InSaveFile (part of the save file system) to inherit from SeekableReadStream, meaning that savegames opened for reading now are seekable (DC, PS2, Palm ports will have to be updated accordingly) 2006-04-26 11:15:13 +00:00
scummsys.h Fixed line ending 2006-04-11 18:16:53 +00:00
singleton.h
stack.h
stdafx.h
str.cpp Fixed evil longstanding bug in String::toLowercase & toUppercase: Before modifying the string content, make sure we do not share it with any other string). This should help (hopefully fix) bug #1470892 2006-04-16 09:12:27 +00:00
str.h
stream.cpp
stream.h Added a 'skip' method to SeekableReadStream (just an alias for seek(X, SEEK_CUR)) 2006-04-26 10:54:32 +00:00
system.cpp Added a default implementation of the OSystem CD API (which simply does nothing) 2006-05-06 18:10:38 +00:00
system.h - Heavily modified patch #1214784: "Disable overlay scaling" 2006-05-17 23:52:45 +00:00
timer.cpp Removed extra exclamation marks in warning() calls as well. 2006-04-04 22:21:10 +00:00
timer.h
unzip.cpp Use File::size to determine the size of a file, instead of doing a seek(0, SEEK_END) 2006-04-26 14:35:53 +00:00
unzip.h
util.cpp Don't hardcode specific values for our language enums, as nothing should depend on them -- any code that is broken by this change was wrong to start with and must be fixed accordingly 2006-04-11 22:31:47 +00:00
util.h Implement CLIP() routine used to put arbitrary value in specified range. 2006-04-22 02:49:27 +00:00