Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-11-20 | fix bug #1834852 | Gregory Montoir | |
svn-id: r29586 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
2007-09-29 | don't update the screen directly after a gamestate load ; keychars and room ↵ | Gregory Montoir | |
background are now redrawn on the same frame (bug #1751226) svn-id: r29133 | |||
2007-09-29 | workaround for original game glitch (bug #1751170) | Gregory Montoir | |
svn-id: r29132 | |||
2007-09-27 | simplified touche savegame listing | Gregory Montoir | |
svn-id: r29112 | |||
2007-09-26 | rename ui.cpp to menu.cpp for consistency with other engines | Gregory Montoir | |
svn-id: r29108 | |||
2007-09-26 | _currentObjectNum should also be set in text only talk mode | Gregory Montoir | |
svn-id: r29103 | |||
2007-09-24 | Silence warnings on 64bit systems. | Johannes Schickel | |
svn-id: r29088 | |||
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-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-08-06 | fixed loading of savestates on startup | Gregory Montoir | |
svn-id: r28476 | |||
2007-07-30 | added missing MIDI gm->mt32 program change mapping (bug #1759318) | Gregory Montoir | |
svn-id: r28331 | |||
2007-07-25 | renamed wrongly named parameter | Gregory Montoir | |
svn-id: r28201 | |||
2007-07-24 | renamed some fields for clarification | Gregory Montoir | |
svn-id: r28184 | |||
2007-07-24 | fixed some issues in pathfinding code | Gregory Montoir | |
svn-id: r28183 | |||
2007-06-22 | Use KEYCODE constants. | Torbjörn Andersson | |
svn-id: r27597 | |||
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-04-01 | Replaced another use of getEventManager() by using Engine::_eventMan | Max Horn | |
svn-id: r26360 | |||
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ↵ | Gregory Montoir | |
member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. svn-id: r26357 | |||
2007-04-01 | Slight simplification of last change. Make sure we don't "oversleep" in fast | Torbjörn Andersson | |
mode. svn-id: r26351 | |||
2007-04-01 | Make the mouse cursor move more smoothly. (Most of this improvement actually | Torbjörn Andersson | |
comes from calling processEvents(), not from calling updateScreen() more often.) svn-id: r26350 | |||
2007-04-01 | Call updateScreen() more often when drawing right-click menus, to make mouse | Torbjörn Andersson | |
movement smoother. svn-id: r26347 | |||
2007-04-01 | Use the event manager to track the mouse position. | Torbjörn Andersson | |
svn-id: r26345 | |||
2007-04-01 | Use the cursor manager instead of calling the backend functions directly. | Torbjörn Andersson | |
(Maybe the backend functions ought to be protected?) svn-id: r26344 | |||
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 | |||
2007-01-30 | added checks to prevent crash if no datafiles can be found, also fixed a typo | Gregory Montoir | |
svn-id: r25283 | |||
2007-01-30 | Moved Touche engine to AdvancedDetector. | Eugene Sandulenko | |
svn-id: r25272 | |||
2007-01-21 | cleanup | Gregory Montoir | |
svn-id: r25157 | |||
2006-12-29 | workaround a scripting bug (see tracker item #1622114) | Gregory Montoir | |
svn-id: r24949 | |||
2006-12-19 | fixed bug #1618695 | Gregory Montoir | |
svn-id: r24888 | |||
2006-12-10 | cleanup (added a few more constants, renamed some opcodes) and reverted my ↵ | Gregory Montoir | |
previous change to op_sleep. svn-id: r24830 | |||
2006-12-09 | force mouse cursor display if first script is different from 90 (startup ↵ | Gregory Montoir | |
script number) svn-id: r24826 | |||
2006-12-09 | cleanup | Gregory Montoir | |
svn-id: r24825 | |||
2006-11-24 | update the screen at the end of each engine cycle, it should make the mouse ↵ | Gregory Montoir | |
cursor more responsive svn-id: r24781 | |||
2006-11-18 | added font data for french version (and probably all other localized versions) | Gregory Montoir | |
svn-id: r24729 | |||
2006-11-18 | fixed palette glitches during introduction/on restart, cleanup | Gregory Montoir | |
svn-id: r24728 | |||
2006-11-15 | added dirty rects handling | Gregory Montoir | |
svn-id: r24725 | |||
2006-11-15 | added handler for flag 618 (cursor display on/off) and workaround a palette ↵ | Gregory Montoir | |
glitch svn-id: r24724 | |||
2006-11-12 | fixed valgrind warnings (unitialized data) | Gregory Montoir | |
svn-id: r24692 | |||
2006-11-12 | cleanup | Gregory Montoir | |
svn-id: r24683 | |||
2006-11-11 | various fixes, Touche should now be completable without any major glitches | Gregory Montoir | |
svn-id: r24672 | |||
2006-11-10 | font char width is always equal 16 pixels, removed unneeded parameter | Gregory Montoir | |
svn-id: r24669 | |||
2006-11-10 | new menu code | Gregory Montoir | |
workaround a possible scripting bug in introduction screen svn-id: r24668 | |||
2006-11-07 | cleanup | Gregory Montoir | |
svn-id: r24654 | |||
2006-11-06 | some fixes, some cleanup | Gregory Montoir | |
svn-id: r24644 | |||
2006-11-05 | various fixes | Gregory Montoir | |
svn-id: r24628 | |||
2006-11-05 | enabled MIDI volume changes | Gregory Montoir | |
svn-id: r24627 |