Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-08 | Since BASS treats speech separately from other sounds, let's use the | Torbjörn Andersson | |
speech_volume setting for that, as suggested on the forum. svn-id: r31941 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-02-27 | Add support for --list-saves to the sky engine | Max Horn | |
svn-id: r30987 | |||
2008-02-27 | Modified the BASS save/load code to use a StringList for storing the save ↵ | Max Horn | |
state titles (simplified the code, removed some cruft) svn-id: r30986 | |||
2008-02-27 | Simplified Control::handleKeyPress and fixed a long-standing bug in the ↵ | Max Horn | |
verification of the save name svn-id: r30981 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | cleanup | Max Horn | |
svn-id: r30777 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't ↵ | Jordi Vilalta Prat | |
use the AdvancedDetector). svn-id: r30752 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-30 | Patch #1689516: BASS: Update the cursor when right-clicking in inventory | Max Horn | |
svn-id: r30085 | |||
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko | |
svn-id: r30032 | |||
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir | |
svn-id: r29751 | |||
2007-09-20 | This workaround is no longer needed | Max Horn | |
svn-id: r28980 | |||
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 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales | |
svn-id: r27970 | |||
2007-07-01 | Re-added __attribute__(packed) | Max Horn | |
svn-id: r27830 | |||
2007-06-28 | Whitespace fix | Max Horn | |
svn-id: r27762 | |||
2007-06-26 | increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726) | Willem Jan Palenstijn | |
svn-id: r27731 | |||
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales | |
svn-id: r27681 | |||
2007-06-23 | Changed BASS to use more KEYCODEs | Max Horn | |
svn-id: r27670 | |||
2007-06-22 | Converted BASS to use Common::KeyState | Max Horn | |
svn-id: r27635 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 | |||
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-26 | Removing more semicola | Max Horn | |
svn-id: r26597 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 | |||
2007-04-01 | corrected printf string | Robert Göffringmann | |
svn-id: r26363 | |||
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 | Fixed a compiler warning about 'unknown conversion type character' (not sure ↵ | Max Horn | |
if the statement was meant this way or another, but at least for now I can again compile with -Werror) svn-id: r26356 | |||
2007-04-01 | Fixed setFocusRectangle code. At least I think I did, I don't know where it ↵ | Robert Göffringmann | |
came from and I can't test it either. But it looked rather broken. svn-id: r26335 | |||
2007-04-01 | improved debugger a bit | Robert Göffringmann | |
svn-id: r26334 | |||
2007-03-31 | fixed graphic glitch when playing the floppy intro with spanish subtitles ↵ | Robert Göffringmann | |
and added a few comments. svn-id: r26333 | |||
2007-03-30 | BASS is not Counter Strike, so redrawing the screen at 70 fps feels a little ↵ | Robert Göffringmann | |
pointless. It's also more than the average pal tv set can do ;) svn-id: r26328 | |||
2007-03-29 | Update the screen in escDelay(). Seems to fix some glitches when changing | Torbjörn Andersson | |
scaler at certain points in the intro. svn-id: r26322 | |||
2007-03-22 | Fixed long-standing font bug. We were using the control panel font for LINC | Torbjörn Andersson | |
space and terminals, and the LINC font for the control panel. Since these fonts contain different sets of characters, this would often cause the wrong character to be displayed, particularly in non-English languages. This also explains why we had to use the "wrong" font for the control panel recently. The functions to patch the LINC character set (actually the control character set) should no longer be needed, and have been removed. Should fix bug #1669564. svn-id: r26275 | |||
2007-03-18 | Fixed bug #1678349: BASS: music is off, but drum track plays | Robert Göffringmann | |
svn-id: r26219 | |||
2007-03-18 | Fixed control panel sliders. | Torbjörn Andersson | |
svn-id: r26209 | |||
2007-03-18 | Applied eriktorbjorn's patch for bug #1657466: | Robert Göffringmann | |
"BASS: wrong music slider behavior" and did some cleanup. svn-id: r26208 | |||
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 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn | |
svn-id: r26176 | |||
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 |