Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-11 | SAGA: Removed some dead/obsolete code | Max Horn | |
svn-id: r39919 | |||
2009-04-10 | Added a new console command, "wake_up_threads", which can wake up threads ↵ | Filippos Karapetis | |
that are block waiting svn-id: r39915 | |||
2009-04-10 | Removed obsolete TODO | Filippos Karapetis | |
svn-id: r39914 | |||
2009-04-09 | SAGA: Make the dirty rect handling here match the one in the GUI code (some ↵ | Max Horn | |
more cases of mutually contained rects are deteceted here now, too). svn-id: r39910 | |||
2009-04-09 | TINSEL: Added some doxygen comments to the Tinsel coroutine code | Max Horn | |
svn-id: r39908 | |||
2009-04-09 | Sort the list of savegames. (I suppose this fix, or a better one, should go | Torbjörn Andersson | |
into 0.13.1 as well.) svn-id: r39906 | |||
2009-04-09 | SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-devel | Max Horn | |
svn-id: r39905 | |||
2009-04-09 | Judging by bug #2727536 (and a forum post) we should recognize "IQ-" as a valid | Torbjörn Andersson | |
prefix for the Fate of Atlantis IQ points file. (Either that, or make the comparision case-insensitive.) So let's do that. svn-id: r39904 | |||
2009-04-08 | Fixed misleading error message. | Torbjörn Andersson | |
svn-id: r39903 | |||
2009-04-07 | Fixed the language of the German version of Longbow | Filippos Karapetis | |
svn-id: r39898 | |||
2009-04-07 | Sword2: PSX version support, and GMM loading/saving | Fabio Battaglia | |
svn-id: r39896 | |||
2009-04-07 | SCI: Do not skip last entry in kernel table for SCI1. | Walter van Niftrik | |
svn-id: r39895 | |||
2009-04-07 | SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table. | Walter van Niftrik | |
svn-id: r39894 | |||
2009-04-07 | Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectively | Sven Hesse | |
svn-id: r39893 | |||
2009-04-07 | Print out the SCI interpreter version and not the resource version when ↵ | Matthew Hoops | |
saying what version we're emulating svn-id: r39892 | |||
2009-04-07 | SCI: Fix endian-unsafe read [bug #2739122 ] | Willem Jan Palenstijn | |
svn-id: r39891 | |||
2009-04-07 | GOB: Some more cleanup | Max Horn | |
svn-id: r39890 | |||
2009-04-07 | GOB: Gave tons of opcode explicit names. As a result, found potential bugs ↵ | Max Horn | |
in parse_v2.cpp (related to OP_LOAD_VAR_UINT8 and OP_LOAD_VAR_UINT16, see FIXME comments in parse.h) svn-id: r39889 | |||
2009-04-07 | GOB: Some more code cleanup. My respect for the developers of the original ↵ | Max Horn | |
GOB engine is at an all-time low :) svn-id: r39888 | |||
2009-04-07 | GOB: Gave some numerical constants a name. This codebase is a bit of a mess ↵ | Max Horn | |
;) (tons of duplicate code, unnamed constants, etc.) svn-id: r39882 | |||
2009-04-06 | Removed useless references to the global _vm. | Nicola Mettifogo | |
svn-id: r39879 | |||
2009-04-06 | Cleanup of Balloon and Dialogue code: | Nicola Mettifogo | |
* moved version-specific code into DialogueManager's derivatives * reworked construction of BalloonManager's derivatives * moved a couple of globals used in dialogues (NS specific) to engine svn-id: r39878 | |||
2009-04-06 | Fixed a crash in LSL5 when opening the inventory | Filippos Karapetis | |
svn-id: r39877 | |||
2009-04-06 | Fixed an issue with the password screen in LSL5 and kStrAt(). The game ↵ | Filippos Karapetis | |
password, saved in file memory.drv (which can either exist in the game directory, or is created in the saves folder by ScummVM) is now working correctly, and the game can be started. Note that it's NOT currently possible not to set a password (you'll get the password screen anyway the next time, and it won't work). svn-id: r39876 | |||
2009-04-06 | LOL: startup fix for floppy version | Florian Kagerer | |
svn-id: r39875 | |||
2009-04-06 | SCI: Made said_parse_spec static, regenerated said.cpp from said.y | Max Horn | |
svn-id: r39870 | |||
2009-04-05 | Apart from a "const", the volume() and getVolume() function were identical. | Torbjörn Andersson | |
Removed the volume() function. svn-id: r39868 | |||
2009-04-05 | LOL: fix monsters' strange sliding to the left (like that thug at the beginning) | Florian Kagerer | |
svn-id: r39863 | |||
2009-04-05 | SCI: Include sciduv.exe in version scanning. | Walter van Niftrik | |
svn-id: r39862 | |||
2009-04-05 | LOL: implemented two more opcodes (for roland's house and for the sequence ↵ | Florian Kagerer | |
where the king gets poisoned) svn-id: r39860 | |||
2009-04-05 | Add another German version of Simon the Sorcerer 2 (DOS Floppy). | Travis Howell | |
svn-id: r39859 | |||
2009-04-05 | LOL: fix speech bug, which would cause a hang up when entering roland's house | Florian Kagerer | |
svn-id: r39858 | |||
2009-04-05 | Implemented many of the remaining library functions | Paul Gilbert | |
svn-id: r39857 | |||
2009-04-05 | Created stub manager class for sound effects | Paul Gilbert | |
svn-id: r39856 | |||
2009-04-05 | SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when | Walter van Niftrik | |
the input size is this small. svn-id: r39855 | |||
2009-04-04 | LOL: implemented opcode for throwing items into or out of the thug's cave | Florian Kagerer | |
svn-id: r39854 | |||
2009-04-04 | LOL: fix magic atlas back/forward buttons | Florian Kagerer | |
svn-id: r39853 | |||
2009-04-04 | LOL: implemented compass | Florian Kagerer | |
svn-id: r39852 | |||
2009-04-04 | Add saturatedAddColor-function in which you can specify the added color's ↵ | Kari Salminen | |
format (This replaces saturatedAddNormalizedColor). Make colorFormat()-accessor function to return a const reference for speed. svn-id: r39851 | |||
2009-04-04 | LOL: correct character portrait positioning for "full screen sequences" ↵ | Florian Kagerer | |
(like grey eagle inn) when playing without sub titles svn-id: r39849 | |||
2009-04-04 | LOL: - this should fix a text displayer bug that occured when speaking to ↵ | Florian Kagerer | |
the compass gui svn-id: r39848 | |||
2009-04-04 | LOL: - minor item drawing bug fix | Florian Kagerer | |
svn-id: r39840 | |||
2009-04-04 | Formatting. | Johannes Schickel | |
svn-id: r39839 | |||
2009-04-04 | Fix warning. | Johannes Schickel | |
svn-id: r39837 | |||
2009-04-04 | LOL: - minor sfx bug fix | Florian Kagerer | |
svn-id: r39836 | |||
2009-04-04 | Update German version of puttzoo. | Travis Howell | |
svn-id: r39833 | |||
2009-04-04 | Fix possible regression in HE games re-releases. | Travis Howell | |
svn-id: r39830 | |||
2009-04-04 | Update prefix for German version of puttzoo. | Travis Howell | |
svn-id: r39829 | |||
2009-04-04 | Update prefix for German version of puttzoo. | Travis Howell | |
svn-id: r39828 | |||
2009-04-04 | Update prefix for German version of puttzoo. | Travis Howell | |
svn-id: r39827 |