Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-29 | Changed all remaining code to use the GfxObj class to keep frames data. This ↵ | Nicola Mettifogo | |
allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA. svn-id: r32833 | |||
2008-06-05 | Merged revisions ↵ | Christopher Page | |
32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,32550-32562 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32563 | |||
2008-06-04 | Return to menu after introduction has played (with glitches). | Nicola Mettifogo | |
svn-id: r32523 | |||
2008-06-02 | PARA: Got rid of calls to system->quit() so that the Parallaction engine can ↵ | Christopher Page | |
return to the launcher. Also fixed a couple of memory leaks. svn-id: r32504 | |||
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo | |
svn-id: r31415 | |||
2008-02-07 | Implemented scroll command and added a couple more debug variables. | Nicola Mettifogo | |
svn-id: r30814 | |||
2008-02-06 | Enabled moving projector in Nippon Safes. This should fix long standing bug ↵ | Nicola Mettifogo | |
#1729309. svn-id: r30811 | |||
2008-02-06 | Made font handling stateless. | Nicola Mettifogo | |
svn-id: r30809 | |||
2008-02-06 | Added experimental debug feature: variables influencing the rendering that ↵ | Nicola Mettifogo | |
can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself. svn-id: r30808 | |||
2008-02-06 | Correctly implemented little-endian masks in BRA. | Nicola Mettifogo | |
svn-id: r30807 | |||
2008-02-03 | Added code to unpack and render animations in BRA. | Nicola Mettifogo | |
svn-id: r30755 | |||
2008-02-02 | Cleanup of BRA menu code. | Nicola Mettifogo | |
svn-id: r30739 | |||
2008-02-02 | Reworked menu in BRA (now functioning). | Nicola Mettifogo | |
svn-id: r30737 | |||
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 | Moved depth buffer and palette rotation data into BackgroundInfo. | Nicola Mettifogo | |
svn-id: r30725 | |||
2008-01-29 | More cleanup: kBit2 is now replaced by the BackgroundInfo structure. | Nicola Mettifogo | |
svn-id: r30697 | |||
2008-01-29 | Cleanup (step 2). No code outside Gfx reference screen buffers anymore. | Nicola Mettifogo | |
svn-id: r30695 | |||
2008-01-28 | Cleanup (step 1). | Nicola Mettifogo | |
svn-id: r30689 | |||
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 | 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 compilation | Sven Hesse | |
svn-id: r30676 | |||
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 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-22 | Some refactoring of text drawing routines. | Nicola Mettifogo | |
svn-id: r30615 | |||
2008-01-21 | Merged low level blitting functions into one single routine. | Nicola Mettifogo | |
svn-id: r30600 | |||
2008-01-12 | Added function to encapsulate/protect manipulation of background. | Nicola Mettifogo | |
svn-id: r30441 | |||
2008-01-09 | Refactored some text drawing code. | Nicola Mettifogo | |
svn-id: r30362 | |||
2008-01-09 | Turned Gfx::setFont into a protected member, since now Gfx can automatically ↵ | Nicola Mettifogo | |
detect which font to use. Gfx still needs setFont internally to select fonts. The font shadowing introduced in revision 30221 has been removed as well, since the new approach handles it better. svn-id: r30361 | |||
2008-01-09 | Replaced the remaining old string code with the new label code. All the text ↵ | Nicola Mettifogo | |
is now drawn in the framebuffer instead of being blitted onto the internal game screen buffer. svn-id: r30360 | |||
2008-01-08 | Restructured label handling and moved all related code to Gfx. | Nicola Mettifogo | |
svn-id: r30345 | |||
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson | |
svn-id: r30315 | |||
2008-01-06 | Removed now useless functions. | Nicola Mettifogo | |
svn-id: r30314 | |||
2008-01-06 | Moved balloons management into Gfx, which is now responsible for positioning ↵ | Nicola Mettifogo | |
and drawing. All balloons are now drawn on a different layer than the game graphics, thus simplifying screen management. Dialogue code has undergone a major revision, and the superior implementation of answer selection in the Amiga version is now used in place of the poor PC one. Other bits (where some changes had already been introduced) have been updated, too. svn-id: r30311 | |||
2008-01-04 | Fix for bug# 1729307. Fonts are now displayed with shadows when needed on ↵ | Nicola Mettifogo | |
Amiga. The correct font for intro screen has also been selected. svn-id: r30221 | |||
2007-12-15 | Added halfbrite effect to Nippon Safes Amiga. Implementation is not ↵ | Nicola Mettifogo | |
complete, since the spotlight during Donna's dance is not moving yet. svn-id: r29863 | |||
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo | |
* changed all Disk routines to return Frames* instead of Graphics::Surface* * changed displayItemComment to use new gfx routines * merged code for Examine zones into displayComment svn-id: r29615 | |||
2007-11-22 | * added (incomplete) explicit state machine handling in engine class (see ↵ | Nicola Mettifogo | |
_inputMode) * added service routines to Gfx * changed displayCharacterComment to work with the new state machine and gfx routines svn-id: r29613 | |||
2007-11-21 | * moved label drawing into Gfx, to be drawn directly in the framebuffer | Nicola Mettifogo | |
* changed low level blitting function to accept Graphics::Surface to ease development * temporarily disabled labels/subtitles in BRA svn-id: r29593 | |||
2007-11-18 | Cleanup. | Nicola Mettifogo | |
svn-id: r29556 | |||
2007-11-01 | Added color-inversion effect in character selection screen. The effect ↵ | Nicola Mettifogo | |
doesn't exactly work like the original yet (Amiga only). svn-id: r29372 | |||
2007-09-02 | Simplified global label management and added subtitles for BRA. | Nicola Mettifogo | |
svn-id: r28828 | |||
2007-08-25 | Added an abstract base class for representing multiple-frames for ↵ | Nicola Mettifogo | |
animations. Changed user code to rely on the new interface. Cnv has been turned into an implementation of the new interface, and it is now known as a concrete class only to Disk and Font code for Nippon Safes. svn-id: r28734 | |||
2007-08-12 | Moved intro hack routines to Parallaction_ns callables, where they belonged ↵ | Nicola Mettifogo | |
from the beginning. svn-id: r28541 | |||
2007-08-12 | Even better large background support. Now internal buffers aren't ↵ | Nicola Mettifogo | |
reallocated if not background size stays the same across location switches. svn-id: r28540 | |||
2007-08-12 | Better support for large backgrounds. | Nicola Mettifogo | |
svn-id: r28539 | |||
2007-08-12 | Added very basic support for backgrounds larger than screen: | Nicola Mettifogo | |
- background surfaces are now reallocated for every location - screen is copied according to _scrollX/Y position svn-id: r28538 | |||
2007-08-11 | Moved cursor handling from Gfx to engine subclasses. | Nicola Mettifogo | |
svn-id: r28534 | |||
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features ↵ | Nicola Mettifogo | |
related to displaying text on screen. svn-id: r28530 |