index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2007-08-06
Removed useless mask width and size data members from engine.
Nicola Mettifogo
2007-08-06
Made disk code directly create mask BitBuffer from resources.
Nicola Mettifogo
2007-08-06
Cleanup.
Nicola Mettifogo
2007-08-06
Changed graphics mask to a more generic BitBuffer object.
Nicola Mettifogo
2007-08-06
Made thickness of balloon borders consistent with original games.
Nicola Mettifogo
2007-08-06
Changed internal graphics buffers to use Surface instead of vanilla arrays. S...
Nicola Mettifogo
2007-08-04
Added routine to restore door backgrounds: this means that backgrounds for do...
Nicola Mettifogo
2007-07-31
Changed code to use the new fadePalette function, thus removing fadeInPalette...
Nicola Mettifogo
2007-07-31
Generalized fadePalette to support custom target palette.
Nicola Mettifogo
2007-07-31
Renamed palette functions.
Nicola Mettifogo
2007-07-26
Made screen size parameters properties of engine instead of compile-time cons...
Nicola Mettifogo
2007-07-15
Screen update is no more triggered automatically when performing full screen-...
Nicola Mettifogo
2007-07-13
Full screen updates aren't automatic after palette changes anymore now. Trade...
Nicola Mettifogo
2007-07-10
Removed leftover empty function.
Nicola Mettifogo
2007-07-09
Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.
Nicola Mettifogo
2007-07-08
Oops.
Nicola Mettifogo
2007-07-08
Yet another fix for broken parsing/displaying of strings. Now quotes are prop...
Nicola Mettifogo
2007-07-02
Removed special displayBalloonString routine.
Nicola Mettifogo
2007-07-01
Introduced new flatBlitCnv to reduce code duplication.
Nicola Mettifogo
2007-07-01
Removed some paranoia screen updates. May cause some minor glitches.
Nicola Mettifogo
2007-06-15
All known versions of Nippon Safes are now enabled with all features except f...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-21
Fixed the largest memory leaks.
Nicola Mettifogo
2007-05-20
Disabled halfbrite for Amiga versions. The effect will be enabled again when ...
Nicola Mettifogo
2007-05-13
More cleanup.
Nicola Mettifogo
2007-05-13
cleanup
Nicola Mettifogo
2007-05-13
New debug messages.
Nicola Mettifogo
2007-05-06
Fixed sketch glitches in the introduction.
Nicola Mettifogo
2007-05-06
Some cheap cleanup.
Nicola Mettifogo
2007-04-23
Fonts have been taking care of them being proportional for some time now, so ...
Nicola Mettifogo
2007-04-23
Some fixes for font management:
Nicola Mettifogo
2007-04-21
- Implemented Amiga halfbrite mode in palette code, though usage is limited t...
Nicola Mettifogo
2007-04-16
Now handling fonts with brand-new Font hierarchy. Amiga font have been implem...
Nicola Mettifogo
2007-04-15
- Fonts are now preloaded at start.
Nicola Mettifogo
2007-04-15
Fixed some memory leaks.
Nicola Mettifogo
2007-04-11
Implemented palette animation to Amiga version of Nippon Safes.
Nicola Mettifogo
2007-04-07
Reduced dependency between project files, and prepared defs.h for deletion as...
Nicola Mettifogo
2007-04-01
Added code for resource loading and fixed the bug having Amiga demo crashing....
Nicola Mettifogo
2007-03-29
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
Nicola Mettifogo
2007-03-28
Overhaul of palette management to bring it back to its original form. Gfx pal...
Nicola Mettifogo
2007-03-27
Fixed palette bug to allow proper display of splash screens, but dos palette ...
Nicola Mettifogo
2007-03-19
deleted some dead code
Nicola Mettifogo
2007-03-18
Made loadStatic return a new StaticCnv instead of accepting a parameter. All ...
Nicola Mettifogo
2007-03-18
changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames()
Nicola Mettifogo
2007-03-18
changed remaining stuff to Common::Point and got rid of custom Point and Rect
Nicola Mettifogo
2007-03-18
converted input and labels to Common::Point
Nicola Mettifogo
2007-03-18
Made loadFont return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
- made loadPointer return a new StaticCnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
removed unused parameter from Gfx::flatBlitCnv
Nicola Mettifogo
2007-03-17
renamed structures to be more general
Nicola Mettifogo
[prev]
[next]