.. |
scaler
|
fixed msvc compilation for __restrict__
|
2004-09-18 10:25:49 +00:00 |
.cvsignore
|
fixed the 'intelligent' GCC build rules; added .cvsignore files
|
2002-08-21 16:28:19 +00:00 |
array.h
|
Fix compilation of remove_at() in array.h. It was never tested before.
|
2004-08-12 21:33:59 +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
|
Renamed template class 'List' to 'Array', since that is really what it is (a resizable array, not a linked list)
|
2004-04-09 15:10:23 +00:00 |
debugger.cpp
|
Some type corrections
|
2004-09-04 19:28:30 +00:00 |
debugger.h
|
Fixed variable access in the debugger
|
2004-08-08 22:44:15 +00:00 |
file.cpp
|
Try the current dir last, not first
|
2004-08-05 11:10:27 +00:00 |
file.h
|
Turn various File class methods into virtual methods, to allow overloading
|
2004-07-26 17:06:39 +00:00 |
list.h
|
Added default iterator constructor, for convenience
|
2004-05-08 19:34:06 +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
|
Make md5_file() work regardless file name case and within arbitrary
|
2004-06-29 12:07:15 +00:00 |
md5.h
|
Make md5_file() work regardless file name case and within arbitrary
|
2004-06-29 12:07:15 +00:00 |
module.mk
|
Make building scalers optional.
|
2004-08-26 21:01:21 +00:00 |
rect.h
|
Comment about how our Rect class works. Note: the SAGA engine currently does use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA.
|
2004-04-25 16:16:21 +00:00 |
savefile.cpp
|
Cleaned up SaveFileManager stuff a little bit
|
2004-06-25 22:11:48 +00:00 |
savefile.h
|
Cleaned up SaveFileManager stuff a little bit
|
2004-06-25 22:11:48 +00:00 |
scaler.cpp
|
Relaxed the assertion for the 3x scaler a bit. Since it uses pointers to
|
2004-08-10 17:46:04 +00:00 |
scaler.h
|
Tweaks (Morphos & Palm backends badly need updating :-/)
|
2004-05-21 20:43:07 +00:00 |
scummsys.h
|
changed zlib support for msvc
|
2004-09-18 11:48:17 +00:00 |
singleton.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
stack.h
|
Fix bug in FixedStack.pop(). Returned wrong value.
|
2004-08-12 21:49:48 +00:00 |
stdafx.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
str.cpp
|
Small tweaks for the String class
|
2004-07-21 14:20:37 +00:00 |
str.h
|
Small tweaks for the String class
|
2004-07-21 14:20:37 +00:00 |
stream.cpp
|
Enchance ReadStream and MemoryReadStream with 24bits operations as well
|
2004-05-04 03:27:00 +00:00 |
stream.h
|
Changed order of initialisation in XORReadStream::XORReadStream() to match order of declaration, to avoid a pedantic warning
|
2004-07-19 10:20:00 +00:00 |
system.cpp
|
Cleaned up SaveFileManager stuff a little bit
|
2004-06-25 22:11:48 +00:00 |
system.h
|
Got rid of OSystem::move_screen
|
2004-09-04 01:31:04 +00:00 |
timer.cpp
|
clarify OSystem specification (setTimerCallback() must be 'atomic')
|
2004-03-27 18:30:30 +00:00 |
timer.h
|
cleanup of TimerProc mess
|
2004-08-22 13:27:34 +00:00 |
util.cpp
|
Make platform difference a bit clearer
|
2004-08-20 15:25:12 +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 |