Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | CRUISE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-14 | ALL: colour -> color | Max Horn | |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-09 | Set up a basic tracing system for all memory allocations to help track down ↵ | Paul Gilbert | |
memory leaks svn-id: r44808 | |||
2009-07-11 | Bugfix to show the mouse cursor when restarting the game after returning to ↵ | Paul Gilbert | |
launcher svn-id: r42368 | |||
2009-07-05 | Bugfix for word-wrapping of text, which sometimes failed for strings with ↵ | Paul Gilbert | |
special characters svn-id: r42115 | |||
2009-06-01 | don't use FROM_LE_* macros on font data, as it already is in native endianness | Joost Peters | |
svn-id: r41108 | |||
2009-06-01 | Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to ↵ | Joost Peters | |
clarify that flipping only occurs on LE systems + some related cleanup. svn-id: r41107 | |||
2009-05-29 | Reduced the word spacing width by one pixel to precisely match the original game | Paul Gilbert | |
svn-id: r40987 | |||
2009-05-29 | Bugfix for rendering text that caused corruption when the width was an odd ↵ | Paul Gilbert | |
number and a line was completely filled svn-id: r40985 | |||
2009-05-24 | Removed the line feed workaround, and added explicit int16 castings to the ↵ | Paul Gilbert | |
FROM_LE_16 macros in the font system - this fixes a bug in the engine, allowing it to properly handle all non-printable characters correctly svn-id: r40858 | |||
2009-03-03 | Formatting fixes | Paul Gilbert | |
svn-id: r39086 | |||
2009-03-01 | Cleaned up parts of the font display system. Note: Cruise used two almost ↵ | Paul Gilbert | |
identical routines for text display - one which creates a draw structure, and the other draws directly to the screen. Since there don't seem to be any other differences, the immediate draw version has been changed to use the rendering version and then draw the results svn-id: r38994 | |||
2009-02-19 | Merged the contents of fontCharacterTable into staticres | Paul Gilbert | |
svn-id: r38542 | |||
2009-02-19 | In progress work on cleaning up the font system - giving proper variable ↵ | Paul Gilbert | |
names, types, and converted memory accesses to endian safe structures svn-id: r38540 | |||
2009-02-14 | Changed the list of language dependant strings from being hard-coded to ↵ | Paul Gilbert | |
dynamically being loaded from the 'delphine.lng' file svn-id: r36317 | |||
2009-01-16 | Code formatting fixes, automatically performed by astyle | Max Horn | |
svn-id: r35870 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-12-27 | Early pathfinding | Vincent Hamm | |
svn-id: r30012 | |||
2007-12-24 | Fix background save/restore | Vincent Hamm | |
svn-id: r29979 | |||
2007-12-18 | Fix loading savegame from original interpreter | Vincent Hamm | |
svn-id: r29901 | |||
2007-12-11 | Changed some swaps to use the template SWAP | Filippos Karapetis | |
svn-id: r29829 | |||
2007-11-10 | -Cleanup strings | Vincent Hamm | |
-Fix load saves from original interpreter -Add all background merge functions svn-id: r29467 | |||
2007-11-08 | Cleanup load savegame from original interpreter | Vincent Hamm | |
svn-id: r29453 | |||
2007-09-10 | Lots of source code formatting corrections | Max Horn | |
svn-id: r28887 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-30 | Several const correctness fixes | Max Horn | |
svn-id: r27011 | |||
2007-04-28 | Fix extended characters in font | Vincent Hamm | |
Implement palette manipulation svn-id: r26637 | |||
2007-04-27 | Fix code formatting (partially) and guard defines in includes. | Eugene Sandulenko | |
svn-id: r26631 | |||
2007-04-27 | Fixing lots of warnings | Max Horn | |
svn-id: r26617 | |||
2007-04-27 | Fixed loads of warnings with MSVC and gcc | Filippos Karapetis | |
svn-id: r26615 | |||
2007-04-27 | Fixing compilation for me | Sven Hesse | |
svn-id: r26610 | |||
2007-04-27 | Add cruise source code for scummvm | Vincent Hamm | |
svn-id: r26605 |