aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-28TOOLS: Fix indentation with whitespaces in create_projectLittleboy
2011-04-28DISTS: Remove optional flag from NSIS script uninstall sectionLittleboy
2011-04-28DISTS: Update NSIS installer shortcut creationLittleboy
- Fix missing CreateDirectory directive to create the base shortcut folder - Add Readme to the list of shortcuts
2011-04-28DISTS: Copy/use README-SDL to/from the build folder (it is copied from out ↵Littleboy
of tree)
2011-04-28TOOLS: Add documentation to create_project installer/revision build scriptsLittleboy
2011-04-27DISTS: Add README-SDL to the installer scriptLittleboy
2011-04-27PORTS: Tweak win32setup targetLittleboy
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file
2011-04-27DISTS: Update formating and comments of NSIS scriptLittleboy
2011-04-27DISTS: Sort NSIS installer languages and disable the ones that aren't ↵Littleboy
supported by ScummVM itself yet.
2011-04-27TOOLS: Update create_project to optionally create an installer after a ↵Littleboy
successful build
2011-04-27PORTS: Add target to build a win32 setup installerLittleboy
2011-04-27TOOLS: Add NSIS installer script template to update-version.pl list of files ↵Littleboy
to process
2011-04-27DISTS: Add NSIS installer script template for building windows installersLittleboy
2011-04-26SCUMM: Avoid long double usageMatthew Hoops
2011-04-26SCUMM: Begin work on the soccer u32 codeMatthew Hoops
Players no longer appear in the upper-left corner of the screen and play can actually hault now (ie. the ball can go out of play). The players/ball do not move from their positions yet, but it's a start.
2011-04-26SCI: Fixed script bug #3292334 - "HOYLE4: Gin Rummy bug"md5
2011-04-26SCI: Fixed script bug #3292251 - "SCI: QFG3: Script error when buying robe"md5
2011-04-26GUI: Fix warning on systems where char is unsignedMax Horn
2011-04-26SCI: Fixed 2 script bugs in Hoyle 4 - heartsmd5
This fixes bug #3292333 - "HOYLE4: Hearts bug"
2011-04-26SCI: Fixed several uninitialized variable script bugs in Hoyle 4 Bridgemd5
This fixes bug #3292332, along with other related issues
2011-04-26SCI: Updated the view type descriptions in the "version" console commandmd5
2011-04-26TSAGE: Fix a tiny bug in the initialization of scene 5000strangerke
2011-04-26TSAGE: Implemented loading walk regions for Ringworld CD and Demo #2Paul Gilbert
2011-04-26TSAGE: Gave proper names to several previously unnamed fieldsPaul Gilbert
2011-04-26TSAGE: Implemented scene priority changes introduced in Ringworld CD & ↵Paul Gilbert
Floppy Demo #2
2011-04-26HUGO: Add workaround for bug #3292389: Penelope splits up when dying in chasmstrangerke
2011-04-25I18N: Update translations data file.Thierry Crozat
2011-04-25I18N: Update Norwegian Nynorsk and Bokmaal translations.Thierry Crozat
2011-04-25Merged pull request #25 from Littleboy/corrupted_theme.Max Horn
ZipArchive and corrupted themes
2011-04-25Merged pull request #24 from clone2727/msima-stereo-fix.Max Horn
AUDIO: Cleanup MS IMA handling
2011-04-25Merged pull request #27 from kayahr/build.Max Horn
WEBOS: Improved build system
2011-04-25GUI: Make git revision string fit in the modern theme's launcher again.Johannes Schickel
2011-04-25HUGO: Fix bug #3292382 : "Whodunit? & Jungle of Doom set music to off by itself"strangerke
2011-04-25TSAGE: Add virtual destructor to Game class.Johannes Schickel
2011-04-25PNG: This PNG::getPalette.Johannes Schickel
Formerly the palette parameter was a value copy, which was assigned in getPalette. That did not make much sense, thus I changed it to be a reference. Since I am not quite sure whether this really shouldn't make a palette copy I added an TODO comment about it.
2011-04-25BASE: Remove unused variable in DO_OPTION_INT.Johannes Schickel
2011-04-25HUGO: Fix bug #3292400 : Overlapping help windows when using the menu barstrangerke
2011-04-25TSAGE: Fix text not being skippable in Scene #5000Paul Gilbert
2011-04-25TSAGE: Bugfixes for Ringworld demo - demo is now completable with some ↵Paul Gilbert
remaining gfx glitches
2011-04-25COMMON: Add proper error handling to the ZipArchive classLittleboy
- Add check in listMembers and skip files that can't be enumerated. - Add checks for all function calls in createReadStreamForMember (and no longer return a stream from an uninitialized buffer when the file cannot be read).
2011-04-25TSAGE: Added new file for Ringworld DemoPaul Gilbert
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-25WEBOS: Improved build system. Now supports "release" and "beta" packaging, ↵Klaus Reimer
supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version.
2011-04-25TSAGE: Added detection entry for Ringworld DemoPaul Gilbert
2011-04-25GROOVIE: fix for bug #3093310spookypeanut
Instead of crashing if the save game isn't writable, popup a gui message and then skip
2011-04-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert
2011-04-24AUDIO: Cleanup MS IMA handlingMatthew Hoops
- Split The Last Express' ADPCM to the engine. Using the MS IMA routine was really a hack. - Fixed stereo MS IMA ADPCM, the old routine was completely wrong.
2011-04-24GUI: Add basic validity check to ThemeEngine::themeConfigParseHeader ↵Littleboy
(workaround for #3103051) When loading a corrupted zip, the data returned for THEMERC will be garbage, which will cause an assert in isspace() when trying to trim the data. This checks that the first character of the header is in the range [0;127] and bails out if not.
2011-04-25HUGO: Add a black background behind the score line. This should fix bug ↵strangerke
#3291959.
2011-04-24HUGO: Fix BE issue in getSound(). Thanks wjp for finding that issue.strangerke