Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-01 | Fixed unitialized variables | Max Horn | |
svn-id: r32865 | |||
2008-06-30 | Fixed addAni (A test before using resetGfxEntityEntry was incorrect). Also ↵ | Kari Salminen | |
added comments and checked that most 8-bit values used in this function are used as signed integers. svn-id: r32850 | |||
2008-06-30 | Implemented resetGfxEntityEntry and made it used where appropriate (The ↵ | Kari Salminen | |
function wasn't very easy to reverse engineer so it may have flaws still, but let's hope it doesn't ;-)). svn-id: r32848 | |||
2008-06-26 | Fixed opcode: | Kari Salminen | |
- 0x83: o2_isSeqRunning (Should it be named o2_isSeqNotRunning?) -- Added previously missing test part -- Negated the result (It was backwards before!) svn-id: r32804 | |||
2008-06-25 | Implemented support for zoneQuery (Operation Stealth specific). | Kari Salminen | |
Fixed opcodes (related to zoneQuery): - 0x08: o1_checkCollision - 0x9A: o2_wasZoneChecked NOTE: Savegame support for the zoneQuery data is broken svn-id: r32790 | |||
2008-06-25 | Implemented opcode: | Kari Salminen | |
- 0x82: o2_modifySeqListElement (Was o2_op82) Seeks a matching element from the seqList and modifies its values. svn-id: r32786 | |||
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page | |
svn-id: r32771 | |||
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So ↵ | Christopher Page | |
far agi, agos, and cine are now using the new _quit flag. svn-id: r32770 | |||
2008-05-24 | Patch #1969189: "CinE renderer rewrite" | Eugene Sandulenko | |
svn-id: r32257 | |||
2008-04-24 | Fixed regression: CINE games crashed when a message box appeared (patch by ↵ | Filippos Karapetis | |
next_ghost) svn-id: r31696 | |||
2008-04-21 | Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghost | Eugene Sandulenko | |
svn-id: r31651 | |||
2008-04-07 | Patch #1913862: "CinE Script system" | Eugene Sandulenko | |
svn-id: r31444 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-01 | Slightly modified patch #1848173: "ScriptVars class implementation for CinE" | Eugene Sandulenko | |
svn-id: r30125 | |||
2007-12-21 | Slight cleanup | Filippos Karapetis | |
svn-id: r29934 | |||
2007-12-14 | renamed several structures, variables and functions | Gregory Montoir | |
svn-id: r29860 | |||
2007-12-14 | Added a note, switched to CLIP template for clipping, some cleanup | Filippos Karapetis | |
svn-id: r29859 | |||
2007-12-13 | Fixed one more regression from the latest cleanup | Filippos Karapetis | |
svn-id: r29848 | |||
2007-12-13 | Fixed a regression from the latest cleanup | Filippos Karapetis | |
svn-id: r29847 | |||
2007-12-13 | Muting the compiler :P | Sven Hesse | |
svn-id: r29846 | |||
2007-12-13 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29845 | |||
2007-12-13 | Changed the C style malloc/free to the C++ style new/delete | Filippos Karapetis | |
svn-id: r29841 | |||
2007-12-12 | Fixed warning about casting away constness. | Torbjörn Andersson | |
svn-id: r29839 | |||
2007-12-12 | Cleanup, removed duplicate code | Filippos Karapetis | |
svn-id: r29838 | |||
2007-12-09 | - minor screen fix for OS | Gregory Montoir | |
- added new debug channel for sound - updated 2 opcodes comments svn-id: r29790 | |||
2007-12-08 | simplified gfxConvertSpriteToRaw, some renaming | Gregory Montoir | |
svn-id: r29758 | |||
2007-12-08 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29755 | |||
2007-12-07 | backported some changes for OS | Gregory Montoir | |
- added parsing of VOL.CNF to get the (filename,bundle) mapping (should be more efficient than testing every bundle file) - delphineUnpack allows "inplace unpacking", use this instead of allocating temporary buffers - relation script run count should be set in _localVars[0] - added comments for some "special" script variables svn-id: r29749 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-02 | Fix bug where an object was accessed after it was deleted in cine engine | Neil Millstone | |
svn-id: r27870 | |||
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn | |
svn-id: r27625 | |||
2007-06-22 | Changed more code to use Common::KEYCODE_ enum | Max Horn | |
svn-id: r27624 | |||
2007-06-08 | Fixed some Valgrind warnings (overlapping source and destination in strcpy()). | Torbjörn Andersson | |
svn-id: r27207 | |||
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 | cleanup, don't rely on assert() to ensure a gamefile/savefile is opened. ↵ | Gregory Montoir | |
Also removed the use of Common::File global objects. svn-id: r27021 | |||
2007-05-29 | added code for freePartRange, freePartEntry and freeOverlay (also renamed ↵ | Gregory Montoir | |
some functions and variables). svn-id: r27006 | |||
2007-05-19 | Fix preprocessor error caused by undefined symbol DEBUG_SPRITE_MASK | Max Horn | |
svn-id: r26874 | |||
2007-05-19 | added basic support for Amiga music playback | Gregory Montoir | |
svn-id: r26870 | |||
2007-05-18 | added debug code to display sprite masks | Gregory Montoir | |
svn-id: r26865 | |||
2007-05-17 | moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed ↵ | Gregory Montoir | |
indentation of previous commit svn-id: r26863 | |||
2007-05-17 | added code for gfxSpriteFunc1 and gfxSpriteFunc2, which are used for sprite ↵ | Gregory Montoir | |
masking (see also bug #1624797) svn-id: r26861 | |||
2007-03-19 | Added FIXME comment to CINE regarding an odd warning in processSeqListElement | Max Horn | |
svn-id: r26248 | |||
2007-02-18 | Bad hack to make this engine works on PalmOS (compiler still seems to hate ↵ | Chris Apers | |
some global objects) svn-id: r25684 | |||
2007-01-21 | openForSaving can fail, so it should be handled gracefully -- but better to ↵ | Max Horn | |
assert out in a controlled manner than o invoke methods on a NULL pointer, right? :-) svn-id: r25151 | |||
2006-11-25 | Support loading saves from command line. | Eugene Sandulenko | |
svn-id: r24787 | |||
2006-11-24 | Let F10 work in all expected cases. | Eugene Sandulenko | |
svn-id: r24785 | |||
2006-11-20 | Fix regression which did not allow to enter save name. | Eugene Sandulenko | |
svn-id: r24753 | |||
2006-11-19 | Proper implementation of o1_allowSystemMenu() | Eugene Sandulenko | |
svn-id: r24750 | |||
2006-11-19 | Don't allow the F9 and F10 keys to open menus if a menu is already open. (Might | Torbjörn Andersson | |
need more testing.) svn-id: r24747 |