Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-21 | PARALLACTION: Fix Un-initialized Memory Errors and Leaks in Nippon Safes ↵ | David Turner | |
Amiga Demo. These were found using Valgrind. svn-id: r55369 | |||
2011-01-21 | MOHAWK: Add support for installer files from Riven and other Broderbund games | Matthew Hoops | |
svn-id: r55368 | |||
2011-01-21 | COMMON: Move SCI's DCL decompression code to common | Matthew Hoops | |
svn-id: r55367 | |||
2011-01-21 | MOHAWK: Added a FIXME and fixed a logic bug | Filippos Karapetis | |
svn-id: r55366 | |||
2011-01-20 | HUGO: Merge misc versions of display, intro and scheduler classes | Arnaud Boutonné | |
svn-id: r55365 | |||
2011-01-20 | GUI: Fix Memory Leak from PicButtonWidget _gfx Member. | David Turner | |
This widget is only currently used by Hugo. svn-id: r55364 | |||
2011-01-20 | HUGO: Close Memory Leak in TopMenu Surfaces. | David Turner | |
svn-id: r55363 | |||
2011-01-20 | MOHAWK: Add CSTime engine. | Alyssa Milburn | |
svn-id: r55362 | |||
2011-01-20 | MOHAWK: Add shared view code. | Alyssa Milburn | |
The design/code here is still very much in flux, because it's still unclear exactly how the code is used by some games. svn-id: r55361 | |||
2011-01-20 | HUGO: Cleanup: Remove some C-style comments | Arnaud Boutonné | |
svn-id: r55360 | |||
2011-01-20 | GOB: Implement looping live videos | Sven Hesse | |
Needed for the buttons in the Playtoons series svn-id: r55359 | |||
2011-01-20 | GOB: Decrease the number of debug warnings | Sven Hesse | |
svn-id: r55358 | |||
2011-01-20 | GOB: Give sound-only videos 500 extra ms for good measure | Sven Hesse | |
svn-id: r55357 | |||
2011-01-20 | VIDEO: Don't delete, just finish the audiostream on video end | Sven Hesse | |
svn-id: r55356 | |||
2011-01-20 | GOB: Don't temper with the break key for live videos | Sven Hesse | |
svn-id: r55355 | |||
2011-01-20 | GOB: Make blocking videos default | Sven Hesse | |
svn-id: r55354 | |||
2011-01-20 | GOB: Ignore a few more dummy files | Sven Hesse | |
svn-id: r55353 | |||
2011-01-20 | GOB: Removing a useless debug warning | Sven Hesse | |
svn-id: r55352 | |||
2011-01-20 | GOB: Also ignore writing to kSaveModeIgnore files | Sven Hesse | |
svn-id: r55351 | |||
2011-01-20 | GOB: Change a warning() into a debugC() | Sven Hesse | |
Because it gets on my nerves :P svn-id: r55350 | |||
2011-01-20 | GOB: Don't not play videos with only sound | Sven Hesse | |
svn-id: r55349 | |||
2011-01-20 | VIDEO: Add hasVideo() | Sven Hesse | |
svn-id: r55348 | |||
2011-01-20 | GOB: Reverse-blit the final frame of a live video | Sven Hesse | |
Fixes some glitches at the end of live videos svn-id: r55347 | |||
2011-01-20 | GOB: Urban: Fix missing visuals at Cemetary/Lab | Sven Hesse | |
Urban Runner decouples _frontSurface and _spritesArray[kFrontSurface] at that screen... *sigh* svn-id: r55346 | |||
2011-01-20 | TOOLS: Allow compilation and linking from inside the Code::Blocks IDE with ↵ | Julien Templier | |
create_project-created workspaces - Fix include directory search order - Add custom tool command for asm files - Change linker search directory to SCUMMVM_LIBS/lib/mingw (libraries from the precompiled mingw package will need to be renamed to match the names from the MSVC precompiled package and be of the form lib<name>.a) svn-id: r55345 | |||
2011-01-20 | GOB: Use Surface::blit() in VideoPlayer::copyFrame() | Sven Hesse | |
svn-id: r55344 | |||
2011-01-20 | LASTEXPRESS: Add macro for end of entities logic functions | Julien Templier | |
svn-id: r55343 | |||
2011-01-20 | TOOLS: Add Indeo3 codec to the list of features in create_project | Julien Templier | |
svn-id: r55342 | |||
2011-01-20 | VIDEO: The getTimeToNextFrame override is useless now | Sven Hesse | |
svn-id: r55341 | |||
2011-01-20 | GOB: Make Urban Runner's "3D view" work again | Sven Hesse | |
svn-id: r55340 | |||
2011-01-19 | I18N: Update credits and NEWS file after adding two new GUI translations | Thierry Crozat | |
svn-id: r55339 | |||
2011-01-19 | I18N: Add Norwegian Nynorsk and Danish translations | Thierry Crozat | |
Norwegian Nynorsk translation was submitted in patch #3142157 Danish translation was submitted in patch #3153476 svn-id: r55338 | |||
2011-01-19 | I18N: Update Norwegian Bokmaal translation (patch #3142039) | Thierry Crozat | |
svn-id: r55337 | |||
2011-01-19 | I18N: Update translation template and all translation files | Thierry Crozat | |
These are only minor changes concerning the source code line numbers. svn-id: r55336 | |||
2011-01-19 | MOHAWK: Don't use a fixed-size array for cue lists. | Alyssa Milburn | |
svn-id: r55335 | |||
2011-01-19 | MOHAWK: Add getSubImageSize function. | Alyssa Milburn | |
svn-id: r55334 | |||
2011-01-19 | GOB: Implement "live" (non-blocking) videos | Sven Hesse | |
Many thanks to SylvainTV. :) Urban Runner might actually be completeable now. One caveat: Hotspots at that hotel sequence are a bit glitchy... svn-id: r55333 | |||
2011-01-19 | HUGO: Move mouseHander() out of runMachine() | Arnaud Boutonné | |
svn-id: r55332 | |||
2011-01-19 | MOHAWK: Properly initialize Myst's background SndHandle | Matthew Hoops | |
svn-id: r55331 | |||
2011-01-19 | MOHAWK: Use a separate SndHandle for Myst's background sound | Matthew Hoops | |
svn-id: r55330 | |||
2011-01-19 | MOHAWK: Fix comment in resource.h. | Alyssa Milburn | |
svn-id: r55329 | |||
2011-01-19 | MOHAWK: Add some supporting code for cue lists. | Alyssa Milburn | |
svn-id: r55328 | |||
2011-01-19 | MOHAWK: Cleanup some Riven code | Matthew Hoops | |
svn-id: r55327 | |||
2011-01-19 | MACOSX: Fix make bundle when compiling with libtheoradec | Matthew Hoops | |
svn-id: r55326 | |||
2011-01-19 | HUGO: Add specific decodeString() for H1 Dos | Arnaud Boutonné | |
This fixes act3 logic. Also move some functions from public to protected. svn-id: r55325 | |||
2011-01-19 | VIDEO: Recreate the audiostream if necessary | Sven Hesse | |
svn-id: r55324 | |||
2011-01-19 | GOB: Add preliminary Inca 2 save support | Sven Hesse | |
svn-id: r55323 | |||
2011-01-19 | VIDEO: Don't segfault when no audiostream is present | Sven Hesse | |
svn-id: r55322 | |||
2011-01-19 | GOB: Add save stub and temp sprite for Inca2 | Sven Hesse | |
svn-id: r55321 | |||
2011-01-19 | SWORD25: getSoundTime() is not used. Remove it. | Eugene Sandulenko | |
svn-id: r55320 |