Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-16 | sword1: added caching for train.plx when playing psx version | Fabio Battaglia | |
svn-id: r39461 | |||
2009-03-16 | Sync | Henry Bush | |
svn-id: r39458 | |||
2009-03-16 | Add FreeSCI contributors | Henry Bush | |
svn-id: r39457 | |||
2009-03-16 | Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!). | Kari Salminen | |
svn-id: r39456 | |||
2009-03-16 | LOL: - implemented item throwing | Florian Kagerer | |
svn-id: r39455 | |||
2009-03-16 | Cine::Palette: Make saturatedAddColor-methods more like their old ↵ | Kari Salminen | |
counterparts transformPaletteRange and transformColor. svn-id: r39454 | |||
2009-03-16 | Prefix Cine's endian types with CINE_ so they don't clash with already ↵ | Kari Salminen | |
defined LITTLE_ENDIAN and/or BIG_ENDIAN on some platforms. svn-id: r39453 | |||
2009-03-16 | Add endianness handling to Cine::Palette's load and save functions. | Kari Salminen | |
svn-id: r39452 | |||
2009-03-16 | It seems that the SCI GUI code tries to show rectangles with negative ↵ | Filippos Karapetis | |
height. Added some sanity checks for this, but the *real* problem lies elsewhere svn-id: r39451 | |||
2009-03-16 | Changed the temporary helper functions to defines | Filippos Karapetis | |
svn-id: r39450 | |||
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper ↵ | Filippos Karapetis | |
functions are used to easily change types between Common::Rect and rect_t, until rect_t is removed svn-id: r39449 | |||
2009-03-16 | Update main menu items, to match original Amiga version of BRA. | Travis Howell | |
svn-id: r39448 | |||
2009-03-16 | Removed duplicate tobigun entry in COPYRIGHT file | Max Horn | |
svn-id: r39447 | |||
2009-03-16 | Add talk position adjustment to loadTalk for Amiga version of BRA too. | Travis Howell | |
svn-id: r39446 | |||
2009-03-16 | Code formatting, added further constant references, and corrected method ↵ | Paul Gilbert | |
signatures svn-id: r39445 | |||
2009-03-16 | Fix crash regression in BRA introduction for now. | Travis Howell | |
svn-id: r39444 | |||
2009-03-16 | Converted the Cruise engine to use the new Common::Serializer class | Paul Gilbert | |
svn-id: r39443 | |||
2009-03-16 | Added a syncString variation needed for the Cruise engine | Paul Gilbert | |
svn-id: r39442 | |||
2009-03-16 | Fixed most palette issues in BRA Amiga. | Nicola Mettifogo | |
svn-id: r39441 | |||
2009-03-16 | Updated the MSVC project files of the tinsel, sci and scummvm projects for ↵ | Filippos Karapetis | |
the file changes which occurred in commits #39430 and #39439 svn-id: r39440 | |||
2009-03-16 | SCI: Removed sbtree code by Common::Hashmap | Max Horn | |
svn-id: r39439 | |||
2009-03-16 | SCUMM: Modified version of patch #1687041 (Scumm: Load-/Save-support for the ↵ | Max Horn | |
original save-dialog) svn-id: r39438 | |||
2009-03-16 | Patch #2658665: Implement getDevices() in backends/midi/dmedia.cpp | Max Horn | |
svn-id: r39437 | |||
2009-03-16 | SCUMM: Modified version of patch #2674880 (FOA: unique filename for ↵ | Max Horn | |
IQ-points file) svn-id: r39436 | |||
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ↵ | Filippos Karapetis | |
are used svn-id: r39435 | |||
2009-03-16 | Added mouse cursor to BRA Amiga. To be perfected. | Nicola Mettifogo | |
svn-id: r39434 | |||
2009-03-15 | Call updateScreen() from the delay() function, like we do in so many other | Torbjörn Andersson | |
engines, to ensure smooth mouse movement. svn-id: r39433 | |||
2009-03-15 | Align ScummVM version string properly. | Johannes Schickel | |
svn-id: r39432 | |||
2009-03-15 | Added the SVN revision to SCUMMVM_VERSION. The variable has be be set ↵ | Andre Heider | |
externally, e.g. 'make SCUMMVM_SVN_REVISION=x' svn-id: r39431 | |||
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn | |
The new format is incompatible with the old one, and is still subject to some further changes. Also, regressions are quite possible, so watch out. Finally, the new code still contains some TODOs and FIXMEs. Several of these will be more or less automatically resolved once other code gets C++ified. svn-id: r39430 | |||
2009-03-15 | SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' | Max Horn | |
svn-id: r39429 | |||
2009-03-15 | Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵ | Max Horn | |
SCI engine svn-id: r39428 | |||
2009-03-15 | Fix small cursor for modern theme. | Johannes Schickel | |
svn-id: r39426 | |||
2009-03-15 | LOL: - implemented original style random number generator for moving around ↵ | Florian Kagerer | |
the monsters svn-id: r39425 | |||
2009-03-15 | Updated MSVC project files for commit #39416 (moved vag.* from ↵ | Filippos Karapetis | |
engines/sword1/ to sound/) svn-id: r39423 | |||
2009-03-15 | LOL: - added some missing animations for the shops | Florian Kagerer | |
- added support for dropping/picking up items (no throwing yet) svn-id: r39422 | |||
2009-03-15 | Cleanup. | Johannes Schickel | |
svn-id: r39421 | |||
2009-03-15 | Fix for loading Kyra1 Amiga PAK files. | Johannes Schickel | |
svn-id: r39420 | |||
2009-03-15 | Fixed typo in r39418. | Nicola Mettifogo | |
svn-id: r39419 | |||
2009-03-15 | Fix crash regression in the Amiga BRA demo, by checking if mask buffer ↵ | Travis Howell | |
exists, before using it. svn-id: r39418 | |||
2009-03-15 | sword2: added detection for Broken Sword 2 PSX, and a check to say wether pc ↵ | Fabio Battaglia | |
or psx version is run svn-id: r39417 | |||
2009-03-15 | Moving sword1/vag.* into sound/, to be used by Broken Sword 2 PSX | Fabio Battaglia | |
svn-id: r39416 | |||
2009-03-15 | The Amiga demo of BRA doesn't have quite as many icons. | Travis Howell | |
svn-id: r39415 | |||
2009-03-15 | Set mouse buffers in Amiga version of BRA, so selecting inventory object no ↵ | Travis Howell | |
longer crashes. svn-id: r39414 | |||
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell | |
svn-id: r39413 | |||
2009-03-15 | Fixed regression from r39410, by reimplementing the decompression routine. ↵ | Nicola Mettifogo | |
The backgrounds in the DOS version of Nippon Safes are compressed by something that looks like PackBits, but is not PackBits. Hence, the change to make PackBitsReadStream behave as the standard broke it. svn-id: r39412 | |||
2009-03-15 | Ooops, actually set _mixer. | Travis Howell | |
svn-id: r39411 | |||
2009-03-15 | * Improved ILBMDecoder to also handle files with width non divisible by 8. | Nicola Mettifogo | |
* Changed PackBitsReadStream to discard padding bytes on ditto files. svn-id: r39410 | |||
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell | |
svn-id: r39409 | |||
2009-03-15 | Groovie: Add non-uniform scaling to the ROQ player | Jordi Vilalta Prat | |
svn-id: r39408 |