Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-08 | CRUISE: Directly use assert. | Johannes Schickel | |
This fixes an ASSERT macro redefinition when compiling the Symbian port. See bug #6622 "SYMBIAN: CRUISE: warning: `ASSERT' redefined". | |||
2014-06-01 | CRUISE: Reduce the scope of variables used in the for loops | Strangerke | |
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-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-10-15 | CRUISE: Replace some strncpy with strlcpy. | Johannes Schickel | |
svn-id: r53495 | |||
2010-02-20 | Added comment to explain pointer comparison. See r48092 and r48904. | Nicola Mettifogo | |
svn-id: r48096 | |||
2010-02-20 | Reverted commit 48092 - The comparison is explicitly intended to detect if ↵ | Paul Gilbert | |
the background table field was passed to the method, so it won't try to do a redundant copy to itself svn-id: r48094 | |||
2010-02-20 | strncpy does not always add a terminating zero, thus we need to do that on ↵ | Johannes Schickel | |
our own. svn-id: r48093 | |||
2010-02-20 | "const char *" strings should be compared via strcmp and not via !=/==. | Johannes Schickel | |
svn-id: r48092 | |||
2010-02-19 | Increased the amount of space for storing background filenames to fix memory ↵ | Paul Gilbert | |
overflow svn-id: r48091 | |||
2009-10-09 | Fixed all memory leaks as far as the initial title screen | Paul Gilbert | |
svn-id: r44814 | |||
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-08-15 | Added Dirty Rect handling functionality | Paul Gilbert | |
svn-id: r43406 | |||
2009-05-15 | Converted various printf statements to use debug, warning, and error. | Paul Gilbert | |
svn-id: r40588 | |||
2009-05-12 | When source and destination are the same, there is no need to strcpy(). In fact | Torbjörn Andersson | |
it may even be harmful when source and destination overlap. (This happens when loading savegames.) svn-id: r40508 | |||
2009-03-16 | Code formatting, added further constant references, and corrected method ↵ | Paul Gilbert | |
signatures svn-id: r39445 | |||
2009-01-16 | Code formatting fixes, automatically performed by astyle | Max Horn | |
svn-id: r35870 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-25 | Fix palette issues | Vincent Hamm | |
svn-id: r29989 | |||
2007-12-25 | Fix blinking character | Vincent Hamm | |
svn-id: r29987 | |||
2007-12-25 | Bunch of gfx fix | Vincent Hamm | |
svn-id: r29986 | |||
2007-12-25 | Fix cell sorting | Vincent Hamm | |
Fix palette loading svn-id: r29985 | |||
2007-12-24 | -Fade in/fade out | Vincent Hamm | |
-Implement background mode 5 svn-id: r29968 | |||
2007-12-18 | Fix loading savegame from original interpreter | Vincent Hamm | |
svn-id: r29901 | |||
2007-11-10 | -Cleanup strings | Vincent Hamm | |
-Fix load saves from original interpreter -Add all background merge functions svn-id: r29467 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
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-04-27 | Fix code formatting (partially) and guard defines in includes. | Eugene Sandulenko | |
svn-id: r26631 | |||
2007-04-27 | Add cruise source code for scummvm | Vincent Hamm | |
svn-id: r26605 |