Age | Commit message (Expand) | Author |
2014-02-18 | CINE: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-09-07 | CINE: A little bit enforcement of our formatting guidelines. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-01-09 | CINE: Added fix for Operation Stealth Loss of Inventory after Scene 6 Labyrin... | David Turner |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-08-09 | CINE: eliminate global variables | Eugene Sandulenko |
2010-04-21 | CINE: Change Doxygen commands to match our CFC | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-09-20 | Changed some type names to match our coding guidelines. | Johannes Schickel |
2008-08-09 | Converted objectTable from a plain array to a Common::Array. Should help to c... | Kari Salminen |
2008-07-01 | Fixed unitialized variables | Max Horn |
2008-06-30 | Implemented resetGfxEntityEntry and made it used where appropriate (The funct... | Kari Salminen |
2008-06-26 | Implemented Operation Stealth's version of addOverlay(objectIndex, overlayType). | Kari Salminen |
2008-06-25 | Implemented opcode: | Kari Salminen |
2008-06-24 | Fixed opcodes: | Kari Salminen |
2008-05-29 | Added check in modifyObjectParam's start (Verified with FW & OS PC versions' ... | Kari Salminen |
2008-05-29 | Verified most parts of opcode 0x01 (o1_modifyObjectParam) against Future Wars... | Kari Salminen |
2008-05-24 | Patch #1969189: "CinE renderer rewrite" | Eugene Sandulenko |
2008-04-21 | Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghost | Eugene Sandulenko |
2008-04-07 | Patch #1913862: "CinE Script system" | Eugene Sandulenko |
2008-01-01 | Slightly modified patch #1848173: "ScriptVars class implementation for CinE" | Eugene Sandulenko |
2007-12-24 | Change 3 remaining free() to delete, which were not changed with commit #2984... | Filippos Karapetis |
2007-12-14 | Cleanup | Filippos Karapetis |
2007-12-13 | use CLIP template for clipping, made an array static const and renamed MAX_OB... | Gregory Montoir |
2007-12-13 | Added a proper fix for bug #1733238 - "FW: crash in copier room", taken from ... | Filippos Karapetis |
2007-12-13 | Cleanup | Filippos Karapetis |
2007-12-13 | Changed the C style malloc/free to the C++ style new/delete | Filippos Karapetis |
2007-12-08 | Cleanup and simplification | Filippos Karapetis |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-12 | Fix for #1733238 - FW: crash in copier room | Filippos Karapetis |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-29 | removed some resource related memory leaks | Gregory Montoir |
2007-05-29 | added code for freePartRange, freePartEntry and freeOverlay (also renamed som... | Gregory Montoir |
2007-05-13 | removed duplicated code (BASESON datafiles can be loaded with the existing bu... | Gregory Montoir |
2006-04-12 | Fixed serious bug in removeOverlayElement() that would cause it to fail. This | Torbjörn Andersson |
2006-04-12 | cleanup | Eugene Sandulenko |
2006-04-08 | Cleanup. | Torbjörn Andersson |
2006-04-05 | Fixed bug in loadObject() where the data pointer was only advanced for the | Torbjörn Andersson |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-23 | uint8 -> byte | Eugene Sandulenko |
2006-03-23 | Got rid of ASSERT and ASSERT_PTR defines | Eugene Sandulenko |
2006-03-16 | - added defines to handle the different mouse cursors | Gregory Montoir |
2006-03-15 | added mouse cursors | Gregory Montoir |
2006-03-03 | Eliminate flip_support.cpp file. | Eugene Sandulenko |
2006-02-27 | cleanup | Gregory Montoir |
2006-02-25 | Some more cine header cleanup | Max Horn |
2006-02-25 | Reducing the header dependencies in cine a bit more | Max Horn |
2006-02-25 | Moved cine engine into namespace Cine | Max Horn |
2006-02-23 | formating code | Paweł Kołodziejski |
2006-02-23 | Fix a few compile warnings. | Travis Howell |