Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-04-23 | ASM: Defines do not get mangled | dhewg | |
2010-10-18 | SCUMM: Fix out of bound access (discovered by Code Analysis in MS VS2010; ↵ | Max Horn | |
thanks to aquadran for helping verify the fix) svn-id: r53575 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-02-23 | Make codec47 cope with failed mallocs. | Robin Watts | |
Not the nicest result in the world, but better than crashing and burning... svn-id: r30934 | |||
2008-01-15 | Initialise _lastTableWidth. (Fixes Valgrind warning.) | Torbjörn Andersson | |
svn-id: r30497 | |||
2007-12-31 | Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any ↵ | Oystein Eftevaag | |
numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) svn-id: r30093 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-06-24 | added arm assembly from patch #1742112 for codec47. (and really build arm ↵ | Paweł Kołodziejski | |
code this time) svn-id: r27685 | |||
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-02-25 | Added comment about the missing decode1 proc. | Torbjörn Andersson | |
svn-id: r25849 | |||
2007-02-17 | cleanup | Gregory Montoir | |
svn-id: r25646 | |||
2007-01-30 | got rid of codec37/codec47 init/deinit methods, cleanup | Gregory Montoir | |
svn-id: r25295 | |||
2007-01-30 | minor simplification | Gregory Montoir | |
svn-id: r25289 | |||
2007-01-30 | added deinitialisation of codecs at the end of smush playback. This allows ↵ | Gregory Montoir | |
to save a bit of memory (about 1Mb for CMI) during gameplay. svn-id: r25287 | |||
2006-10-15 | Turning various static tables into static const | Max Horn | |
svn-id: r24323 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |