Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SKY: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
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 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-03-06 | cleanup | Joost Peters | |
svn-id: r39147 | |||
2009-02-13 | Formatting changes / consistency | Joost Peters | |
svn-id: r36304 | |||
2008-07-13 | SKY works with the new GMM implementation, also updated gui/newgui.cpp and ↵ | Christopher Page | |
prevented pushEvent from pushing more than one EVENT_QUIT into the artificialEventQueue svn-id: r33041 | |||
2008-06-25 | Scumm and sky now use the new _quit flag | Christopher Page | |
svn-id: r32775 | |||
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 | Converted BASS to use Common::KeyState | Max Horn | |
svn-id: r27635 | |||
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-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 | SKY: Changed Control class to use event manager for mouse coord tracking, ↵ | Max Horn | |
and also made it respect the SF_MOUSE_LOCKED flag svn-id: r26177 | |||
2007-03-17 | Use the new getButtonState() function to test if the mouse button is still | Torbjörn Andersson | |
pressed. This way, it won't matter if we've already missed the "mouse up" event. Fixes bug #1510038 ("BASS: Possible glitch when examining inventory items". svn-id: r26162 | |||
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
2007-03-14 | Fix for bug #1656880 (BASS: mouse initialized wrong in control panel) | Max Horn | |
svn-id: r26130 | |||
2006-06-21 | Match the original behaviour more closely when examining inventory items. The | Torbjörn Andersson | |
text is displayed at least 800 ms. See bug #1181865. svn-id: r23233 | |||
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson | |
recently added (cursor) palette manager) so that the cursor can be properly restored after returning from the GUI. If there's any C++ magic that can keep the backend functions from being called by anything else than these managing classes, that would probably be a good idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps there are at least some backends that will no longer need to? svn-id: r22639 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |