Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-04 | fix buffer overflow (globalVars is int16 -> index/=2) | Gregory Montoir | |
svn-id: r29402 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
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-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-29 | added code for freePartRange, freePartEntry and freeOverlay (also renamed ↵ | Gregory Montoir | |
some functions and variables). svn-id: r27006 | |||
2007-05-19 | removed 4 unused offscreen buffers ; also changed several 64k buffers to be ↵ | Gregory Montoir | |
dynamically allocated. svn-id: r26879 | |||
2007-05-19 | added basic support for Amiga music playback | Gregory Montoir | |
svn-id: r26870 | |||
2007-05-13 | added basic support for sounds playback in Amiga versions (only tested with ↵ | Gregory Montoir | |
the demos) svn-id: r26837 | |||
2007-03-18 | CINE: Make use of EventManager::getMousePos | Max Horn | |
svn-id: r26222 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
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-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 | |||
2006-11-19 | Added keyboard shortcuts for left and right mouse button. | Torbjörn Andersson | |
svn-id: r24746 | |||
2006-11-18 | Make input string truly editable | Eugene Sandulenko | |
svn-id: r24732 | |||
2006-11-18 | Implement naming save games in cinE. See also FR #1579780: "FW: naming save | Eugene Sandulenko | |
games" svn-id: r24731 | |||
2006-11-14 | Added per game target saves. | Eugene Sandulenko | |
svn-id: r24718 | |||
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-05-29 | Only call OSystem::updateScreen() every other frame, so no more than 50 ↵ | Joost Peters | |
times per second. This doesn't appear to make a visible difference on PC, but allows the game to run on PSP and probably several other consoles/ports that wait for 50/60hz vsync. Since I'm not familiar with this engine I've added a 'FIXME' comment, because maybe this can be fixed/improved in a different manner. svn-id: r22758 | |||
2006-04-11 | Add F1-F10 keymappings like in original engine. | Eugene Sandulenko | |
svn-id: r21815 | |||
2006-04-08 | Some more Operation Stealth changes. Mostly stubs. | Torbjörn Andersson | |
svn-id: r21699 | |||
2006-03-23 | uint8 -> byte | Eugene Sandulenko | |
svn-id: r21414 | |||
2006-03-23 | Made mouse more responsive | Eugene Sandulenko | |
svn-id: r21413 | |||
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-15 | added mouse cursors | Gregory Montoir | |
svn-id: r21321 | |||
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-02 | fixed compilation. | Gregory Montoir | |
svn-id: r21014 | |||
2006-03-02 | Breaking cine, in the hopes that somebody will fix this obviously totally ↵ | Max Horn | |
bogus code (even if that fix just means uncommenting it :) svn-id: r20999 | |||
2006-02-27 | cleanup | Gregory Montoir | |
svn-id: r20957 | |||
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: r20835 | |||
2006-02-23 | Cleanup to remove duplicate type defines | Travis Howell | |
svn-id: r20821 | |||
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 |