Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | Fix comment to removed function | Ori Avtalion | |
svn-id: r48965 | |||
2010-05-07 | Fix Info.plist.in to match Info.plist | Max Horn | |
svn-id: r48964 | |||
2010-05-07 | Update scummvm.SlackBuild based on discussion with Robert Kelsen | Max Horn | |
svn-id: r48963 | |||
2010-05-07 | added voices pack/cd music support | Vladimir Menshakov | |
svn-id: r48962 | |||
2010-05-06 | Make sure that all the parameters to an mcode command are initialised. This | Torbjörn Andersson | |
fixes one Valgrind warning mentioned in bug #2976008 ("BS2: Game lockup in British Museum"), though I don't have high hopes that they are related. svn-id: r48961 | |||
2010-05-05 | SCUMM: Convert some code to use Common::String | Max Horn | |
svn-id: r48957 | |||
2010-05-05 | Typo. | Johannes Schickel | |
svn-id: r48956 | |||
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel | |
svn-id: r48955 | |||
2010-05-05 | Replace KYRA's strncpy and strncat usages by strlcpy/strlcat. | Johannes Schickel | |
svn-id: r48954 | |||
2010-05-05 | Add a custom implementation of OpenBSD's strlcat and strlcpy. | Johannes Schickel | |
This includes both an implementation and some basic unit tests for the above mentioned functions. svn-id: r48953 | |||
2010-05-05 | Compress PNGs with advpng & optipng | Max Horn | |
svn-id: r48952 | |||
2010-05-04 | Remove spurious quotes. | Andre Heider | |
svn-id: r48949 | |||
2010-05-04 | Respect the shell's and svn's exit code when checking for a checkout. | Andre Heider | |
svn-id: r48948 | |||
2010-05-04 | Switch from "svn status" to "svn info", which is way faster (especially over ↵ | Andre Heider | |
NFS). svn-id: r48945 | |||
2010-05-04 | Fixed typo. | Andre Heider | |
svn-id: r48944 | |||
2010-05-04 | Fix non-Mac OS X builds | Max Horn | |
svn-id: r48938 | |||
2010-05-04 | Reduce indirect header dependencies further | Max Horn | |
svn-id: r48936 | |||
2010-05-04 | Move DebugChannel related code to new header | Max Horn | |
svn-id: r48935 | |||
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn | |
These functions are only used internally be Engine subclasses, and by moving them to a separate header we can reduce indirect header dependencies. svn-id: r48934 | |||
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn | |
This greatly reduces indirect dependencies on several header files from common. svn-id: r48933 | |||
2010-05-04 | SCI: kPortrait - correctly jump over offset table to land on raw lipsync ↵ | Martin Kiewitz | |
data in portrait files svn-id: r48928 | |||
2010-05-03 | Tweak messages when listing save states. | Max Horn | |
Targets don't list savestates, plugins do; and since the user specified a target, we should always list that first, and give the gameid only as additional information. svn-id: r48925 | |||
2010-05-03 | Updated the iPhone Info.plist to allow full resolution on the iPad | Oystein Eftevaag | |
svn-id: r48924 | |||
2010-05-03 | Show the user a nice message, when the target passed to --list-saves does ↵ | Johannes Schickel | |
not allow listing of its save states. This is a first step into implementing FR #2988017 "exit status with --list-saves always 0". svn-id: r48923 | |||
2010-05-03 | Cleanup. | Johannes Schickel | |
svn-id: r48921 | |||
2010-05-03 | Check for read/seek errors of the underlying SeekableReadStream in RawStream. | Johannes Schickel | |
svn-id: r48920 | |||
2010-05-03 | Fix for bug #2961787 "HE SAM1: Music in kitchen slightly off (regression)". | Johannes Schickel | |
Unlike in the branch-1-1-x I did not restore the old RawMemoryStream code in the trunk. Instead I stripped out the pre-buffering of the RawStream code. I still decided to add some in-place buffering in RawStream::readBuffer to at least not rely on super-fast disk I/O. This is currently an experimental change. There might be need to reconsider the buffering (even though backends with slow disk I/O should actually do buffering for file I/O on their own). svn-id: r48919 | |||
2010-05-03 | SCI: set signal in SCI0/SCI01 games, when samples have been played only. ↵ | Martin Kiewitz | |
fixes sq3 guys from andromeda, but also doesn't screw up music in sq3new/kq1 - added comments about this issue svn-id: r48918 | |||
2010-05-03 | SCI: reverting r48805 - caused regression in sq3new/kq1 | Martin Kiewitz | |
svn-id: r48915 | |||
2010-05-03 | SCI: copying over compressed audio (mp3/ogg/flac) buffers, because ↵ | Martin Kiewitz | |
resourcemanager may free the memory at any time - fixes pseudo-random crashes - also added several assert()s after multiple malloc()s svn-id: r48912 | |||
2010-05-03 | SCI: fix possible heap error | Martin Kiewitz | |
svn-id: r48908 | |||
2010-05-03 | SCI: calculate sampleLen for WAVEs as well | Martin Kiewitz | |
svn-id: r48906 | |||
2010-05-03 | Fix g++ warning by commenting out an unused variable. | Johannes Schickel | |
svn-id: r48905 | |||
2010-05-03 | Paranoia change: Prevent possible assertion caused by MP3Stream. | Johannes Schickel | |
Currently we have an assert checking that the framerate of an Audio::Timestamp is always > 0. Since MAD might return "0" (and maybe even other illegal values) in case the MP3 stream is invalid we need to check that before we setup the _length Timestamp of MP3Stream. svn-id: r48904 | |||
2010-05-03 | SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as well | Martin Kiewitz | |
svn-id: r48903 | |||
2010-05-03 | Removed an accidentally left in a CopyFiles reference for COMI in the xcode ↵ | Oystein Eftevaag | |
project svn-id: r48896 | |||
2010-05-02 | Upgraded the iPhone target in the XCode project to support iPad as well | Oystein Eftevaag | |
svn-id: r48895 | |||
2010-05-02 | Removing severaly outdated and obsolete dists/debian dir | Max Horn | |
svn-id: r48893 | |||
2010-05-02 | Allow the Orion Burger title screen to be shown again. At least, it doesn't | Torbjörn Andersson | |
crash on my computer any more. (It doesn't do much interesting either.) svn-id: r48892 | |||
2010-05-02 | SCI: make audio decompression (mp3/ogg/flac) work on BE devices | Martin Kiewitz | |
svn-id: r48889 | |||
2010-05-01 | SCI: fix sync resources not loading correctly when compressed (mp3/ogg/flac) ↵ | Martin Kiewitz | |
audio resource file was used svn-id: r48881 | |||
2010-05-01 | SCI: fix bugs in audio decompression (mp3, ogg, flac) | Martin Kiewitz | |
svn-id: r48880 | |||
2010-05-01 | KYRA: fixed some cppcheck warnings | Florian Kagerer | |
svn-id: r48879 | |||
2010-04-30 | Fixed warnings when building a GC binary. | Andre Heider | |
svn-id: r48877 | |||
2010-04-30 | SCI: animate cleanup | Martin Kiewitz | |
svn-id: r48876 | |||
2010-04-30 | Added proper names for some of the previous unknown timer fields, and ↵ | Paul Gilbert | |
bugfixes for the sequence list methods svn-id: r48875 | |||
2010-04-29 | Rename input -> stream | Max Horn | |
svn-id: r48869 | |||
2010-04-29 | Maemo build instructions updated | Frantisek Dufka | |
svn-id: r48868 | |||
2010-04-29 | Set 1.1.1 release in NEWS file | Max Horn | |
svn-id: r48867 | |||
2010-04-29 | remove unused files | Frantisek Dufka | |
svn-id: r48862 |