Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-20 | Added more flexible IFF parser and ILBM decoder. | Nicola Mettifogo | |
svn-id: r39571 | |||
2009-03-20 | Set svn:keywords on asm files | Max Horn | |
svn-id: r39568 | |||
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn | |
svn-id: r39567 | |||
2009-03-20 | silenced some warnings | Max Horn | |
svn-id: r39566 | |||
2009-03-20 | Add missing code difference in getUserFlag(). | Travis Howell | |
svn-id: r39565 | |||
2009-03-20 | Correct initial palette in Amiga and AtariST versions of PN. | Travis Howell | |
svn-id: r39561 | |||
2009-03-20 | Correct vertical offset, when print stats in the AtariST version of Elvira 2. | Travis Howell | |
svn-id: r39558 | |||
2009-03-20 | Add work around for bug #2686883 - WAXWORKS: Crash in Jack the Ripper Zone. | Travis Howell | |
svn-id: r39557 | |||
2009-03-20 | Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h) | Johannes Schickel | |
svn-id: r39553 | |||
2009-03-19 | Hopefully fix compilation with mingw64. | Johannes Schickel | |
svn-id: r39552 | |||
2009-03-19 | Adding detection and title music playback for Little Red Riding Hood (Amiga ↵ | Sven Hesse | |
version) svn-id: r39551 | |||
2009-03-19 | Adding simple support for protracker playback | Sven Hesse | |
svn-id: r39550 | |||
2009-03-19 | Fix compilation | Max Horn | |
svn-id: r39549 | |||
2009-03-19 | Hopefully, this fixes compilation of the AGI engine on 64-bit platforms | Filippos Karapetis | |
svn-id: r39548 | |||
2009-03-19 | Fix warning. | Johannes Schickel | |
svn-id: r39547 | |||
2009-03-19 | SCI: removed aatree.o from module | Walter van Niftrik | |
svn-id: r39546 | |||
2009-03-19 | Use IS_ALIGNED | Max Horn | |
svn-id: r39545 | |||
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik | |
svn-id: r39544 | |||
2009-03-19 | Hopefully, this fixes the warnings thrown when attempting to print the ↵ | Filippos Karapetis | |
"size" variable (which is of type type_t) svn-id: r39543 | |||
2009-03-19 | Cleaned up gfxop_draw_rectangle(). Also, removed a check insode ↵ | Filippos Karapetis | |
BASIC_CHECKS() which is impossible to occur svn-id: r39540 | |||
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis | |
svn-id: r39536 | |||
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis | |
svn-id: r39535 | |||
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ↵ | Filippos Karapetis | |
widgets svn-id: r39534 | |||
2009-03-19 | Added some more debug messages | Sven Hesse | |
svn-id: r39532 | |||
2009-03-19 | Added another version of SQ4 | Filippos Karapetis | |
svn-id: r39525 | |||
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis | |
svn-id: r39518 | |||
2009-03-18 | Fix compile of SCI engine. | Travis Howell | |
svn-id: r39517 | |||
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis | |
Moved all files from gfx/resource/* to gfx/* svn-id: r39515 | |||
2009-03-18 | Slight cleanup | Filippos Karapetis | |
svn-id: r39514 | |||
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis | |
svn-id: r39513 | |||
2009-03-18 | Postpone loading of mask and path data on BRA. This fixed locations in which ↵ | Nicola Mettifogo | |
mask and path are defined before the screen bitmap. svn-id: r39512 | |||
2009-03-18 | Cleanup | Filippos Karapetis | |
svn-id: r39506 | |||
2009-03-18 | Minor corrections and cleanup. | Travis Howell | |
svn-id: r39505 | |||
2009-03-18 | Add another Spanish DOS version of Loom (EGA). | Travis Howell | |
svn-id: r39502 | |||
2009-03-17 | Cleanup | Filippos Karapetis | |
svn-id: r39501 | |||
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis | |
svn-id: r39499 | |||
2009-03-17 | Fix warning. | Johannes Schickel | |
svn-id: r39498 | |||
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis | |
svn-id: r39492 | |||
2009-03-17 | Fixing the last commit, by using the right type in the cast. | Nicola Mettifogo | |
svn-id: r39491 | |||
2009-03-17 | Another explicit cast for a historic compiler. | Nicola Mettifogo | |
svn-id: r39490 | |||
2009-03-17 | Removed one of the overloads of SoundMan::execute(), to make retarded ↵ | Nicola Mettifogo | |
compiler happy. Added a couple of explicit casts from bool to int, so that other compiler don't complain instead. svn-id: r39489 | |||
2009-03-17 | LOL: added some new drawing code required for some shapes and fixed a minor ↵ | Florian Kagerer | |
text displaying bug svn-id: r39487 | |||
2009-03-17 | Fixed the transparency problems of static objects in BRA. | Nicola Mettifogo | |
svn-id: r39486 | |||
2009-03-17 | SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup | Max Horn | |
svn-id: r39485 | |||
2009-03-17 | SCI: Got rid of various SegManager::free_* methods | Max Horn | |
svn-id: r39484 | |||
2009-03-17 | SCI: fix warning | Max Horn | |
svn-id: r39483 | |||
2009-03-17 | sword1: clean background buffers before writing on them in psx decoding ↵ | Fabio Battaglia | |
functions svn-id: r39480 | |||
2009-03-17 | sword1: cleanup | Fabio Battaglia | |
svn-id: r39479 | |||
2009-03-17 | Renamed some defines: | Filippos Karapetis | |
- FREESCI_CURRENT_SAVEGAME_VERSION, FREESCI_MINIMUM_SAVEGAME_VERSION -> CURRENT_SAVEGAME_VERSION, MINIMUM_SAVEGAME_VERSION (saved games are not compatible with FreeSCI's ones anymore) - _K_VIEW_SIG_FLAG_FREESCI_STOPUPD -> _K_VIEW_SIG_FLAG_STOPUPD (like the rest of the flags) - Removed FREESCI_KFUNCT_GLUTTON (unused) svn-id: r39478 | |||
2009-03-17 | sword1: optimize drawing routine for screen 54 | Fabio Battaglia | |
svn-id: r39477 |