Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-29 | added some doxygen (javadoc style) comments. yes I sure these function ↵ | Max Horn | |
probably needed documentation the least, but I just wanted something simple to test this on :-) svn-id: r8094 | |||
2003-05-21 | pedantic fixes | Max Horn | |
svn-id: r7789 | |||
2003-05-17 | make ARRAYSIZE 'return' an int | Max Horn | |
svn-id: r7618 | |||
2003-05-15 | make SWAP a template function, so that it works for swapping non-int stuff, ↵ | Max Horn | |
too; 'int16' should be sufficient for points/rects svn-id: r7540 | |||
2003-05-04 | hexdump defaults to 16 bytes/line now, and prints an offest | Max Horn | |
svn-id: r7317 | |||
2003-05-02 | make hexdump width variable | Max Horn | |
svn-id: r7269 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski | |
svn-id: r6714 | |||
2002-12-28 | get rid of getStringLen and use the more powerful resStrLen instead; moved ↵ | Max Horn | |
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215 | |||
2002-12-13 | changed OSystem to allow RBG<->16bit color conversion to be done in the ↵ | Max Horn | |
backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes) svn-id: r5931 | |||
2002-12-01 | moved RNG to common/util.cpp | Oliver Kiehl | |
svn-id: r5778 | |||
2002-11-30 | gp32 port stuff | Peter Moraliyski | |
svn-id: r5761 | |||
2002-10-22 | inline function instead of macro for SWAP, to make -Wshadow more useful | Max Horn | |
svn-id: r5263 | |||
2002-09-19 | improved the text display in a newgui a bit: make the font proportiona; ↵ | Max Horn | |
implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h svn-id: r4972 | |||
2002-09-15 | apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's request | Jonathan Gray | |
svn-id: r4943 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-08-25 | fixed some endian issues in the new SMUSH decoder; cleanup | Max Horn | |
svn-id: r4842 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |