.. |
scaler
|
While moving things down by one line 'looks better' (IMO), it also means that the last line is blitted outside the screen -> bad. So for now I'll undo my changes to the 2xSai filter family
|
2004-03-13 15:45:39 +00:00 |
.cvsignore
|
fixed the 'intelligent' GCC build rules; added .cvsignore files
|
2002-08-21 16:28:19 +00:00 |
config-manager.cpp
|
be tolerant against abuse of ConfMan.getInt(); add missing default value for 'speech_volume' in bs1
|
2004-03-31 18:00:46 +00:00 |
config-manager.h
|
Fixed a bad crash that occured when adding a new game target in the launcher
|
2004-03-29 19:15:23 +00:00 |
debugger.cpp
|
the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again
|
2004-02-24 22:39:42 +00:00 |
debugger.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
file.cpp
|
Previous method wouldn't work, since each langague is in different directory.
|
2004-02-10 10:56:16 +00:00 |
file.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
list.h
|
Added remove_at method
|
2004-03-15 02:45:40 +00:00 |
map.h
|
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
|
2004-02-05 00:19:57 +00:00 |
md5.cpp
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
md5.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
module.mk
|
Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress
|
2004-01-30 21:54:28 +00:00 |
rect.h
|
added Rect::moveTo methods
|
2004-03-04 22:26:31 +00:00 |
savefile.cpp
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
savefile.h
|
oops forgot to commit this one, it seems
|
2003-11-30 00:41:19 +00:00 |
scaler.cpp
|
cleanup
|
2004-02-27 15:52:23 +00:00 |
scaler.h
|
cleanup
|
2004-02-27 15:52:23 +00:00 |
scummsys.h
|
correct error text
|
2004-03-09 21:49:21 +00:00 |
singleton.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
stack.h
|
very simpled and limited stack class (fixed size even)
|
2004-03-29 22:28:57 +00:00 |
stdafx.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
str.cpp
|
free(0) is guaranteed to be a no-op
|
2004-03-25 11:25:50 +00:00 |
str.h
|
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
|
2004-02-05 00:19:57 +00:00 |
system.cpp
|
Remove explicit OSystem parameter from StackLock constructor; added OSystem::displayMessageOnOSD (not yet used; default implementation provided)
|
2004-03-28 20:31:18 +00:00 |
system.h
|
Remove explicit OSystem parameter from StackLock constructor; added OSystem::displayMessageOnOSD (not yet used; default implementation provided)
|
2004-03-28 20:31:18 +00:00 |
timer.cpp
|
clarify OSystem specification (setTimerCallback() must be 'atomic')
|
2004-03-27 18:30:30 +00:00 |
timer.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
util.cpp
|
fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway)
|
2004-03-15 01:52:07 +00:00 |
util.h
|
fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway)
|
2004-03-15 01:52:07 +00:00 |