Age | Commit message (Collapse) | 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 | |
Powered by astyle & manual fixup afterwards. | |||
2011-09-08 | CINE: Made some static data const. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2008-08-20 | Fix font loading: | Kari Salminen | |
Fixes bug #2058539: OS: Assert starting demo (regression). May possibly also fix bug #2019344: FW: crash with Amiga Italian version (photocopy room), but not sure about that because I couldn't reproduce the bug myself. svn-id: r34065 | |||
2008-08-12 | Implemented Operation Stealth's makeCommandLine. | Kari Salminen | |
svn-id: r33805 | |||
2008-08-11 | Moved fontParamTable inside TextHandler struct and made it a constant size ↵ | Kari Salminen | |
as that's what it is (No need for using malloc & free anymore). Previously we would've tried to free an array that wasn't heap-allocated in freePoldatDat (Freeing fontParamTable_standard or fontParamTable_alt), that's fixed. svn-id: r33786 | |||
2008-08-11 | Removed textDataPtr pointer as it's not used beyond the loadTextData ↵ | Kari Salminen | |
function. Reworked loadTextData a bit so there are no two loops for the same thing (Also renamed some of the local variables). svn-id: r33784 | |||
2008-07-17 | Patch #2019455: Patch for reducing the BSS size of Cine engine. | Kari Salminen | |
svn-id: r33087 | |||
2008-05-24 | Patch #1969189: "CinE renderer rewrite" | Eugene Sandulenko | |
svn-id: r32257 | |||
2007-12-14 | renamed several structures, variables and functions | Gregory Montoir | |
svn-id: r29860 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
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 | |||
2006-12-03 | Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I | Torbjörn Andersson | |
kidding, I'm still testing the SVN change.) svn-id: r24806 | |||
2006-11-18 | Implement naming save games in cinE. See also FR #1579780: "FW: naming save | Eugene Sandulenko | |
games" svn-id: r24731 | |||
2006-11-13 | Implement reading font data from external files for OS. | Eugene Sandulenko | |
svn-id: r24714 | |||
2006-11-11 | Improve international support in CINE engine. | Eugene Sandulenko | |
svn-id: r24678 | |||
2006-03-23 | uint8 -> byte | Eugene Sandulenko | |
svn-id: r21414 | |||
2006-02-25 | Some more cine header cleanup | Max Horn | |
svn-id: r20859 | |||
2006-02-25 | Moved cine engine into namespace Cine | Max Horn | |
svn-id: r20851 | |||
2006-02-23 | Cleanup to remove duplicate type defines | Travis Howell | |
svn-id: r20821 | |||
2006-02-23 | Fixed some of the compiler warnings. | Torbjörn Andersson | |
svn-id: r20819 | |||
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko | |
svn-id: r20813 |