aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2004-08-14fixed warningsPaweł Kołodziejski
svn-id: r14603
2004-08-12Fix bug in FixedStack.pop(). Returned wrong value.Eugene Sandulenko
svn-id: r14567
2004-08-12Fix compilation of remove_at() in array.h. It was never tested before.Eugene Sandulenko
Make stacks' pop() return top value, not just move stack pointer. svn-id: r14565
2004-08-10Relaxed the assertion for the 3x scaler a bit. Since it uses pointers toTorbjörn Andersson
uint16, it should be enough that dstPtr is even; it doesn't have to be a multiple of four. The old assertion failed for me when I used the 3x scaler without aspect ratio correction. svn-id: r14536
2004-08-08Fixed variable access in the debuggerMax Horn
svn-id: r14523
2004-08-08Slightly optimiized Normal2xMax Horn
svn-id: r14519
2004-08-08fix compilationJonathan Gray
svn-id: r14510
2004-08-07Fix compile for now, include doesn't exist in mingw.Travis Howell
Should be checked for in configure svn-id: r14507
2004-08-07centers the scaled bitmap and fix the scaling of borders for ASM version)Gregory Montoir
svn-id: r14505
2004-08-07Fix scaling of the borders of each given rect (for non-ASM version)Max Horn
svn-id: r14504
2004-08-07should be 16 not 8Gregory Montoir
svn-id: r14503
2004-08-07Base our advmame scalers on the official Scale2x source - this way we can ↵Max Horn
easily update to new version and benefit from their optimizations (e.g. MMX support) svn-id: r14502
2004-08-05Try the current dir last, not firstMax Horn
svn-id: r14469
2004-07-31Fixed bug #1001069; clarified/simplified some error messagesMax Horn
svn-id: r14375
2004-07-26slightly more informative error messages in class FileMax Horn
svn-id: r14345
2004-07-26Turn various File class methods into virtual methods, to allow overloadingMax Horn
svn-id: r14341
2004-07-23Allow subclasses to modify File class members (e.g. to set _ioFailed); ↵Max Horn
change some warnings into errors svn-id: r14302
2004-07-21Small tweaks for the String classMax Horn
svn-id: r14293
2004-07-19Changed order of initialisation in XORReadStream::XORReadStream() to match ↵Bertrand Augereau
order of declaration, to avoid a pedantic warning svn-id: r14273
2004-07-18Simplified fopenNoCase (and reduced the code redundancy)Max Horn
svn-id: r14252
2004-07-01Fix bug introduced with last addDefaultDirectory() change. It preventedEugene Sandulenko
lowercase files from opening. svn-id: r14148
2004-06-29Make md5_file() work regardless file name case and within arbitraryEugene Sandulenko
directory. svn-id: r14123
2004-06-28Added simple ref-counting to the File classMax Horn
svn-id: r14106
2004-06-28Enhanced default directory support in the File class; now one can specify ↵Max Horn
arbitrary many default search directories svn-id: r14095
2004-06-27Added operator + for stringsMax Horn
svn-id: r14093
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few ↵Max Horn
more getGameDataPath() calls svn-id: r14090
2004-06-27irrelevant tweak, but I am a const-junkie :-)Max Horn
svn-id: r14089
2004-06-27Cleanup for MemoryReadStream; made it match the File-class interfaceMax Horn
svn-id: r14086
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
svn-id: r14056
2004-06-24Extended ReadMemoryStream class with seek methodEugene Sandulenko
svn-id: r14030
2004-06-23As the comment above this code section states, the only reason we accept ↵Max Horn
1,2,3 here is for backward compatibility. 4 and 5 never were legal values, hence they shouldn't be detected svn-id: r14015
2004-06-23Fixed recognition of command-line --platform optionEugene Sandulenko
svn-id: r14005
2004-06-22Implement 24-bit read from memory functionsEugene Sandulenko
svn-id: r14002
2004-05-30Applied patch submitted by cyx to bug #961365 (Assembly versions of HQ2x and ↵Eugene Sandulenko
HQ3x scalers), off-by-one error. svn-id: r13906
2004-05-25New PalmOS includesChris Apers
svn-id: r13888
2004-05-23we dont use more timers than 2Paweł Kołodziejski
svn-id: r13850
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
svn-id: r13848
2004-05-21fixed mingw compilationPaweł Kołodziejski
svn-id: r13846
2004-05-21Added assembly versions of HQ2x and HQ3x scalers.Eugene Sandulenko
svn-id: r13844
2004-05-08Added default iterator constructor, for convenienceMax Horn
svn-id: r13808
2004-05-05Extend setMouseCursor with additional keycolor parameter. Lets saga use 255Eugene Sandulenko
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777
2004-05-05Added generic variable size stack class - COMPLETELY UNTESTED. Really should ↵Max Horn
add some unit tests for this... svn-id: r13776
2004-05-04Enchance ReadStream and MemoryReadStream with 24bits operations as wellEugene Sandulenko
as tell() and rewind() methods, as needed by SAGA engine. svn-id: r13772
2004-05-03Well, now we use MemoryReadStream at least in SAGA engine.Eugene Sandulenko
Concept proved itself to be elegant and successful svn-id: r13770
2004-04-29Added signed read/write methods to the Stream classesMax Horn
svn-id: r13680
2004-04-25Comment about how our Rect class works. Note: the SAGA engine currently does ↵Max Horn
use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA. svn-id: r13626
2004-04-17Removed XOR encoding stuff from File class; instead the new Scumm::XORFile ↵Max Horn
class provides this functionality now svn-id: r13597
2004-04-17Fix byte readsMax Horn
svn-id: r13596
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ↵Max Horn
mails on scummvm-devel) svn-id: r13595
2004-04-16Fixed const iteratorMax Horn
svn-id: r13591