Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-02 | Simplified icon | Lars Persson | |
svn-id: r30734 | |||
2008-02-02 | Now using customized SVG as icon for S60v3 and not bitmap. Original ScummVM ↵ | Lars Persson | |
svg icon does not work on S60 phones (rendering is corrupt) svn-id: r30733 | |||
2008-02-02 | Allowed BackgroundInfo to display bitmaps smaller than the screen and other ↵ | Nicola Mettifogo | |
small tweaks to re-enable splash screens in BRA. svn-id: r30732 | |||
2008-02-02 | Some more integration of background code into BackgroundInfo. | Nicola Mettifogo | |
svn-id: r30731 | |||
2008-02-02 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30730 | |||
2008-02-02 | Fix a typo | Jordi Vilalta Prat | |
svn-id: r30729 | |||
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat | |
svn-id: r30728 | |||
2008-02-02 | Converted parallaction engine to use MetaEngine | Max Horn | |
svn-id: r30727 | |||
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin ↵ | Max Horn | |
API with a more object oriented approach) svn-id: r30726 | |||
2008-02-02 | Moved depth buffer and palette rotation data into BackgroundInfo. | Nicola Mettifogo | |
svn-id: r30725 | |||
2008-02-01 | engine.h was moved from base/ to engines/ ages ago -- update header file ↵ | Max Horn | |
protector accordingly svn-id: r30724 | |||
2008-02-01 | Moved enum PluginError from base/plugins.h to common/error.h | Max Horn | |
svn-id: r30723 | |||
2008-02-01 | Change InSaveFile -> SeekableReadStream where possible | Max Horn | |
svn-id: r30722 | |||
2008-01-31 | Second part of patch #1880781: "BeOS port for scummvm" | Eugene Sandulenko | |
svn-id: r30720 | |||
2008-01-31 | Add Begasusu as an official BeOS builder | Eugene Sandulenko | |
svn-id: r30717 | |||
2008-01-31 | Patch #1880781: "BeOS port for scummvm" | Eugene Sandulenko | |
svn-id: r30715 | |||
2008-01-31 | Slightly simplified Archive selection when loading resources. | Nicola Mettifogo | |
svn-id: r30714 | |||
2008-01-30 | Changed the parameter types of setFlags() and clearFlags() to match their ↵ | Filippos Karapetis | |
definitions svn-id: r30711 | |||
2008-01-30 | Fix shadowing warning | Filippos Karapetis | |
svn-id: r30710 | |||
2008-01-30 | Add ListWidget version with immediate parameters. | Eugene Sandulenko | |
svn-id: r30709 | |||
2008-01-30 | Fix for bug #1881170 (AGI: palette-related glitches reported). Made AGIPAL ↵ | Kari Salminen | |
use only the lowest 6 bits of each color component (This should be the way the original AGIPAL-hack behaves too). svn-id: r30708 | |||
2008-01-29 | clibable menus for symbian | Lars Persson | |
svn-id: r30706 | |||
2008-01-29 | Updated max heap size to 64mb | Lars Persson | |
svn-id: r30704 | |||
2008-01-29 | - Updated default char signing to signed (as per PC) in makefiles | Lars Persson | |
- Fix for Symbian scrolling problem in GOB3, expressions not evaluated properly resulting in offset beeing set to -1 and not the right offset. svn-id: r30703 | |||
2008-01-29 | Combined two cases that did the exact same thing (In a switch-clause). | Kari Salminen | |
svn-id: r30702 | |||
2008-01-29 | adding Sean Murray (lightcast) to the credits [1] | Kostas Nakos | |
svn-id: r30698 | |||
2008-01-29 | More cleanup: kBit2 is now replaced by the BackgroundInfo structure. | Nicola Mettifogo | |
svn-id: r30697 | |||
2008-01-29 | Fixed regression when displaying animation: the issue could only be noticed ↵ | Nicola Mettifogo | |
when characters appeared out of their sketches in the intro. svn-id: r30696 | |||
2008-01-29 | Cleanup (step 2). No code outside Gfx reference screen buffers anymore. | Nicola Mettifogo | |
svn-id: r30695 | |||
2008-01-28 | Commit slightly modified patch #1880670 "KYRA: Hof: Zanthia chat fix for ↵ | Johannes Schickel | |
towns and floppy versions". svn-id: r30694 | |||
2008-01-28 | Replace lock/unlock/lock/unlock by lock/unlock for efficency | Max Horn | |
svn-id: r30693 | |||
2008-01-28 | - make Common::sort supporting a function object to compare two entries ↵ | Johannes Schickel | |
instead of operator < - adapt parallaction to use the new Common::sort function svn-id: r30692 | |||
2008-01-28 | Fixed typo in debug message. | Torbjörn Andersson | |
svn-id: r30691 | |||
2008-01-28 | Cleanup (step 1). | Nicola Mettifogo | |
svn-id: r30689 | |||
2008-01-28 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30688 | |||
2008-01-28 | Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept ↵ | Nicola Mettifogo | |
to store the background picture. svn-id: r30687 | |||
2008-01-28 | Made halfbrite work again. | Nicola Mettifogo | |
svn-id: r30685 | |||
2008-01-28 | Changed _c_moveSheet to work with only 1 buffer. | Nicola Mettifogo | |
svn-id: r30684 | |||
2008-01-28 | Oops. Forgot to update this in the last commit. | Nicola Mettifogo | |
svn-id: r30683 | |||
2008-01-28 | Changed guiSelectCharacter to work with only screen buffer. | Nicola Mettifogo | |
svn-id: r30682 | |||
2008-01-28 | Move low level background management into Gfx. | Nicola Mettifogo | |
svn-id: r30681 | |||
2008-01-28 | Fixed animation sorting: everything should be drawn like before revision ↵ | Nicola Mettifogo | |
30673 now. Character may still disappear when changing location because of wrong resource management, though. svn-id: r30680 | |||
2008-01-28 | Fix 'member var shadowed' warning | Max Horn | |
svn-id: r30679 | |||
2008-01-28 | Removed unneeded copy constructor & assignment operator (the compiler will ↵ | Max Horn | |
auto-generate them for us) svn-id: r30678 | |||
2008-01-28 | Fix compilation of Parallaction on MSVC 8 & 9 (Added gfxbase.cpp to their ↵ | Kari Salminen | |
project files). svn-id: r30677 | |||
2008-01-28 | Fix compilation | Sven Hesse | |
svn-id: r30676 | |||
2008-01-28 | Removed all job routines. Stubs have been left for future reference in the ↵ | Nicola Mettifogo | |
code for BRA. svn-id: r30675 | |||
2008-01-28 | Oops. Forgot ScummVM header in new source file. | Nicola Mettifogo | |
svn-id: r30674 | |||
2008-01-28 | All interactive objects are now drawn in the framebuffer instead of using ↵ | Nicola Mettifogo | |
the old kBitBack/kBitFront buffers. Animation are not sorted yet, so they can overlap in an inconsistent fashion for the time being. svn-id: r30673 | |||
2008-01-28 | Changed array of method pointers to case statement to fix compiler error in ↵ | Paul Gilbert | |
earlier versions of gcc svn-id: r30672 |