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
/
made
/
screen.cpp
Age
Commit message (
Expand
)
Author
2016-05-02
MADE: Cleanup
Eugene Sandulenko
2014-07-11
MADE: Error out when a picture cannot be found
Matthew Hoops
2014-02-18
MADE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
MADE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
MADE: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-06-16
MADE: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-10-29
MADE: Silence a few gcc warnings.
Johannes Schickel
2011-10-09
MADE: Minimize #include usage.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
MADE: Prefer Surface::create taking a PixelFormat over the one taking a byte ...
Johannes Schickel
2011-02-15
MADE: Revert a little behavior change in setRGBPalette.
Johannes Schickel
2011-02-14
MADE: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2010-10-15
MADE: Fixed bug #3087849 - "MADE: Code analysis warnings"
Filippos Karapetis
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-12-03
Remove some unused struct members
Benjamin Haisch
2009-09-28
Fixed clipping-related bug (bug #2826036)
Benjamin Haisch
2009-08-18
- PMV player: Use frame count from PVM file and fix incorrect "invalid chunk ...
Benjamin Haisch
2009-03-14
Merged loadRGBPalette() inside setRGBPalette() (that's the only place it's us...
Filippos Karapetis
2009-03-14
Reduced CPU usage of the MADE engine by about 10% (by profiling the code)
Filippos Karapetis
2009-03-14
Do not update the screen while waiting
Filippos Karapetis
2009-03-09
- Applied patch #2668849 by sunmax
Benjamin Haisch
2009-01-22
- Added support for The Manhole EGA version
Benjamin Haisch
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-09-23
Improved updateScreenAndWait; the mouse cursor is less jerky now in some scen...
Benjamin Haisch
2008-07-01
Fixed unitialized variables
Max Horn
2008-06-27
- Fixed umlauts in printText
Benjamin Haisch
2008-05-29
- Implemented opcodes: sfHomeText, sfDrawAnimPic
Benjamin Haisch
2008-05-28
Silenced a signed/unsigned comparison warning
Sven Hesse
2008-05-28
Fixed a crash in LGOP2 when attempting to get a sprite item from an empty array.
Benjamin Haisch
2008-05-26
- Hopefully fixed 'responsiveness' of the mouse cursor/event handling
Benjamin Haisch
2008-05-21
- Moved event polling from sfPollEvent to runScript
Benjamin Haisch
2008-05-20
Silenced an MSVC warning
Filippos Karapetis
2008-05-17
Screen mask is now only used for V2 games
Filippos Karapetis
2008-05-14
- Added some visual effects (palette fading etc.)
Benjamin Haisch
2008-05-12
Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr)
Benjamin Haisch
2008-05-12
Implemented o1_EXCLUDEAREA for RtZ
Benjamin Haisch
2008-05-12
Muting "comparing signed and unsigned values" compiler warning
Sven Hesse
2008-05-12
Fixed printTextEx segment fault bug.
Benjamin Haisch
2008-05-12
Implemented o1_ADDMASK and o1_SETMASK for LGOP2
Benjamin Haisch
2008-05-09
Removed now obsolete FIXME
Filippos Karapetis
2008-05-08
Fixed some game crashes which occurred when ProjectReader::purgeCache() got c...
Filippos Karapetis
2008-05-07
Implemented vertical/horizontal flipping of sprites.
Benjamin Haisch
2008-04-30
Implemented savegame loading/saving and sprite clipping
Benjamin Haisch
2008-04-28
Implemented text drawing and cleanup.
Benjamin Haisch
2008-04-25
Started work on text drawing code.
Benjamin Haisch
2008-04-23
Added (early) midi player code.
Benjamin Haisch
[next]