Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-04 | PEGASUS: Make the demo menu music start before the splash screen | Matthew Hoops | |
2013-02-04 | MT32: Also attempt to load roms named CM32L_CONTROL.ROM / CM32L_PCM.ROM | Filippos Karapetis | |
This was accidentally removed in commit 5711d23 | |||
2013-02-04 | MT32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commit ee380de | |||
2013-02-04 | PEGASUS: Fix minor energy bar glitch while calibrating | Matthew Hoops | |
Need to set the energy level before showing it | |||
2013-02-04 | TRANSLATION: Mark pegasus.cpp as translatable | Matthew Hoops | |
2013-02-04 | PEGASUS: Limit the accepted characters in save file names | Matthew Hoops | |
2013-02-04 | PEGASUS: Sort save file names alphabetically | Matthew Hoops | |
2013-02-04 | I18N: Update Hungarian translation from patch #3603156 | Thierry Crozat | |
2013-02-04 | CREDITS: Fix display of credits with non ISO-8859-1 charsets | Thierry Crozat | |
The credits.pl script now prints both the ASCII and ISO-8859-1 strings in the credits.dat file when they are different. The About dialog then chooses either one or the other depending on the current charset used. This fixes bug #3539986 | |||
2013-02-03 | PEGASUS: Fix the pressure door 'static' screens | Matthew Hoops | |
This does not do a full implementation of master time bases for the one case in the game that uses it. | |||
2013-02-03 | SWORD25: Fix some spacing in LUA | Filippos Karapetis | |
2013-02-03 | SWORD25: Replace calls to LUAI_THROW() with error() in LUA | Filippos Karapetis | |
This removes one of the uses of setjmp(), but its use in LUAI_TRY still remains | |||
2013-02-03 | I18N: Update translation files from source code | Thierry Crozat | |
2013-02-03 | GUI: Center Launcher.Version in all themes. | Johannes Schickel | |
Now that we actually use the textalign field of Launcher.Version the version would be left aligned by default. This looks odd for the classic theme and the low resolution version of the modern theme and is contrary to the old "default" value, so I decided to center the string explicitly again. | |||
2013-02-03 | GUI: Fix text alignment for the version in the launcher. | Johannes Schickel | |
Formerly in LauncherDialog::reflowLayout an incorrect way to query the acutal text alignment was used for the static text widget used for the ScummVM version. | |||
2013-02-02 | Merge pull request #308 from hasufell/master | Johannes Schickel | |
fix build under et_EE locale | |||
2013-02-01 | MACOSX: Fix compilation with the 10.2.8 SDK | Matthew Hoops | |
This is a pretty bad hack of not using the kMusicDeviceProperty_SoundBankFSRef symbol and using its value instead. It felt wrong breaking 10.2.8 support just because of Soundfonts. | |||
2013-02-01 | MACOSX: Load soundfonts using FSRef instead of FSSpec on 10.5 | Matthew Hoops | |
Fixes bug #3602452 | |||
2013-02-01 | CONFIGURE: Fix build under et_EE locale | hasufell | |
Freetype-config reports a broken include dir when et_EE locale is used. We set LC_ALL and LANGUAGE to "C" explicitly like autoconf does to force consistent behavior. | |||
2013-02-01 | WINTERMUTE: Avoid applying color-keys to ALL images with bpp >= 3. | Einar Johan Trøan Sømåen | |
2013-02-01 | WINTERMUTE: Apply color-key if no alpha-channel is present | Einar Johan Trøan Sømåen | |
(Instead of using the bpp to detect it). | |||
2013-02-01 | GRAPHICS: Let JPEGs pixelformat state 0 alpha bits. | Einar Johan Trøan Sømåen | |
2013-02-01 | WINTERMUTE: Avoid using ldepxf/frexpf | Einar Johan Trøan Sømåen | |
2013-02-01 | WINTERMUTE: Force the screen to black after loading/saving. | Einar Johan Trøan Sømåen | |
2013-01-31 | WINTERMUTE: Redo the way floats are saved, break savegame compatibility with ↵ | Einar Johan Trøan Sømåen | |
WME Lite completely. (This also breaks compatibility with savegames from ScummVM prior to this commit, AND resets the Savegame-version, older savegames will have differing MAGIC-numbers in their headers, and will thus not be recognized). | |||
2013-01-29 | PEGASUS: Fix lid sequences missing a frame | Matthew Hoops | |
2013-01-29 | PEGASUS: Reset _lastMillis when changing rate in the timer | Matthew Hoops | |
2013-01-29 | SCI: Use correct priority selector in SoundCmd | Willem Jan Palenstijn | |
It was using 'pri' instead of 'priority', apparently due to a selector number->name translation error from 544daa5c31. Thanks to waltervn for spotting this. | |||
2013-01-28 | Merge pull request #305 from giucam/bufferedseekable | Johannes Schickel | |
Make BufferedSeekableReadStream use the buffer with SEEK_SET and SEEK_END | |||
2013-01-28 | COMMON: Fix successive seeks in BufferedSeekableReadStream. | Johannes Schickel | |
This fixes the failing test case added in da8eeb9dbed2102764b3ca0697d6882bae0402cc. Thanks to wjp for his input on this. | |||
2013-01-28 | Merge pull request #306 from lordhoto/filechooser-hidden | Johannes Schickel | |
GUI: Allow user to display hidden files in the browser dialog. | |||
2013-01-28 | BUILD: Add wintermute.zip to resource file for Windows builds. | Kirben | |
2013-01-28 | WINTERMUTE: Move Resources out of binary and into wintermute.zip | Einar Johan Trøan Sømåen | |
2013-01-27 | GUI: Allow user to display hidden files in the browser dialog. | Johannes Schickel | |
This implements feature request #3600774 "File browser: show hidden files". | |||
2013-01-27 | SCUMM: Update handling of non so resources in Loom Mac. | Johannes Schickel | |
This changes the warning to a debug and also updates the comment a bit. Thanks to eriktorbjorn for checking Loom Mac in an emulator. | |||
2013-01-27 | SCUMM: Work around bug #3602239 ("Mac Loom crashes using opening...") | Torbjörn Andersson | |
Skip music resources that don't have the "so" (song?) tag. It is better than asserting, now that it turns out that they do exist. | |||
2013-01-26 | JANITORIAL: Use "End of anonymous namespace" as comment for anonymous ↵ | Johannes Schickel | |
namespaces. | |||
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-26 | TESTS: Add failing test for repeated seeks in BufferedSeekableReadStream | Willem Jan Palenstijn | |
2013-01-26 | COMMON: Make BufferedSeekableReadStream use the buffer with SEEK_SET and ↵ | Giulio Camuffo | |
SEEK_END | |||
2013-01-26 | WINTERMUTE: Replace all NULLs with nullptr. | Einar Johan Trøan Sømåen | |
2013-01-26 | GRAPHICS: Modify the JFIF version warning | Matthew Hoops | |
v1.02 images should only differ with the thumbnail from v1.01, and should be handled correctly by our decoder. | |||
2013-01-26 | WINTERMUTE: Replace a few NULLs with nullptr. | Einar Johan Trøan Sømåen | |
2013-01-26 | WINTERMUTE: Add override-tags to most of the overriden functions in base/gfx. | Einar Johan Trøan Sømåen | |
2013-01-26 | Merge pull request #303 from lordhoto/wrap-compressed | Johannes Schickel | |
Return NULL in wrapCompressedReadStream for compressed streams when ZLIB is disabled. | |||
2013-01-26 | COMMON: Return NULL in wrapCompressedReadStream for compressed streams when ↵ | Johannes Schickel | |
ZLIB is disabled. | |||
2013-01-26 | NEWS: Formatting fixes in the Drascula section of 1.6.0. | Johannes Schickel | |
2013-01-26 | QUEEN: Rename override to overrideCmd. | Johannes Schickel | |
This fixes compilation on pre-C++11 compilers. | |||
2013-01-26 | Merge pull request #256 from lordhoto/thumbnail-pixelformat | Johannes Schickel | |
GRAPHICS: Serialize PixelFormat for thumbnails and allow 4Bpp surfaces. | |||
2013-01-26 | Merge pull request #301 from lordhoto/c++11-playground | Johannes Schickel | |
RFC: Allow use of override and nullptr. Also allow C++11 compilation. |