Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-24 | Let F10 work in all expected cases. | Eugene Sandulenko | |
svn-id: r24785 | |||
2006-11-23 | Add missing dump script cases. | Eugene Sandulenko | |
svn-id: r24770 | |||
2006-11-23 | Fix crashes on unimplemented music/sfx in Amiga/Atari versions. | Eugene Sandulenko | |
svn-id: r24769 | |||
2006-11-19 | Proper implementation of o1_allowSystemMenu() | Eugene Sandulenko | |
svn-id: r24750 | |||
2006-11-18 | Implement o1_fadeToBlack() | Eugene Sandulenko | |
svn-id: r24738 | |||
2006-11-18 | Implement naming save games in cinE. See also FR #1579780: "FW: naming save | Eugene Sandulenko | |
games" svn-id: r24731 | |||
2006-11-08 | Fix bug #1579776: "FW: Save does not work properly" | Eugene Sandulenko | |
svn-id: r24659 | |||
2006-10-15 | Add proper game detection to CinE engine. | Eugene Sandulenko | |
svn-id: r24320 | |||
2006-04-12 | Fix script dumping | Eugene Sandulenko | |
svn-id: r21820 | |||
2006-04-12 | cleanup | Eugene Sandulenko | |
svn-id: r21819 | |||
2006-04-12 | DEBUG_SCRIPT -> debugC | Eugene Sandulenko | |
svn-id: r21816 | |||
2006-04-08 | Some more Operation Stealth changes. Mostly stubs. | Torbjörn Andersson | |
svn-id: r21699 | |||
2006-04-08 | This is probably what o1_removeLabel() should do. Is it used anywhere? | Torbjörn Andersson | |
svn-id: r21698 | |||
2006-04-08 | Made the "gotoIf" opcodes slightly easier to read. | Torbjörn Andersson | |
svn-id: r21697 | |||
2006-04-08 | Make the warning message for undefined opcodes slightly clearer. | Torbjörn Andersson | |
svn-id: r21696 | |||
2006-04-08 | Fixed two Operation Stealth regressions: | Torbjörn Andersson | |
* When I introduced the getNext* helper functions I accidentally used getNextWord() instead of getNextByte() in one case. * When splitting the opcodes into separate functions, I noticed that Operation Stealth has no opcode 0x40, yet it's used. So for now we only warn when trying to execute an undefined opcode. svn-id: r21695 | |||
2006-04-08 | Renamed some local variables for consistency. | Torbjörn Andersson | |
svn-id: r21694 | |||
2006-04-08 | Split the opcodes into individual functions. This could easily cause | Torbjörn Andersson | |
regressions, but hopefully not too many. While doing this, I noticed I had gotten at least one of the stubs I added recently wrong. That's hopefully fixed now. svn-id: r21693 | |||
2006-04-08 | Cleanup. | Torbjörn Andersson | |
svn-id: r21683 | |||
2006-04-08 | Added helper functions getNextByte(), getNextWord() and getNextString() to make | Torbjörn Andersson | |
the opcode decoder a bit easier to read. The same change could be made to decompileScript() as well, but I have a feeling that this function should be made a standalone tool instead. Particularly considering how much memory it currently uses. svn-id: r21679 | |||
2006-04-06 | Added opcode comments and stubs based on information sev provided me with. All | Torbjörn Andersson | |
stubs should print a warning, though I may have missed some. svn-id: r21654 | |||
2006-04-05 | I don't think assert(0) is a particularly helpful error message... | Torbjörn Andersson | |
svn-id: r21630 | |||
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-03-23 | uint8 -> byte | Eugene Sandulenko | |
svn-id: r21414 | |||
2006-03-23 | Got rid of ASSERT and ASSERT_PTR defines | Eugene Sandulenko | |
svn-id: r21412 | |||
2006-03-16 | - added defines to handle the different mouse cursors | Gregory Montoir | |
- revised the way NUM_MAX_PARTDATA and NUM_MAX_ANIMDATA are used - renamed some variables - constify'ed function arguments - minor cleanup svn-id: r21338 | |||
2006-03-09 | minor cleanup. | Gregory Montoir | |
svn-id: r21189 | |||
2006-03-09 | oo'ified sound code and added basic support for OS adlib music. | Gregory Montoir | |
svn-id: r21186 | |||
2006-03-03 | Eliminate flip_support.cpp file. | Eugene Sandulenko | |
svn-id: r21045 | |||
2006-02-27 | cleanup | Gregory Montoir | |
svn-id: r20957 | |||
2006-02-25 | cleanup (endianess fixes, fixed partBufferStruct structure) | Gregory Montoir | |
svn-id: r20881 | |||
2006-02-25 | Some more cine header cleanup | Max Horn | |
svn-id: r20859 | |||
2006-02-25 | Reducing the header dependencies in cine a bit more | Max Horn | |
svn-id: r20857 | |||
2006-02-25 | Moved cine engine into namespace Cine | Max Horn | |
svn-id: r20851 | |||
2006-02-24 | cleanup | Gregory Montoir | |
svn-id: r20846 | |||
2006-02-23 | formating code | Paweł Kołodziejski | |
svn-id: r20836 | |||
2006-02-23 | Fix a few more compile warnings. | Travis Howell | |
svn-id: r20827 | |||
2006-02-23 | Fix a few compile warnings. | Travis Howell | |
svn-id: r20826 | |||
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-23 | Don't call exit() directly. Instead, use the backend's quit() method for normal | Torbjörn Andersson | |
shutdown, and error() for abnormal termination. svn-id: r20818 | |||
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko | |
svn-id: r20813 |