aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_view.cpp
AgeCommit message (Expand)Author
2009-12-30SCI: support for uncompressed sci1 views (fixes qfg3 demo)Martin Kiewitz
2009-12-07Stop using variables named "byte", as byte is a variable type in ScummVM, and...Filippos Karapetis
2009-12-02SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla...Martin Kiewitz
2009-10-31Added a comment that the current implementation that we got on drawing alread...Filippos Karapetis
2009-10-31Silenced GCC warning.Torbjörn Andersson
2009-10-31- Added some TODOsFilippos Karapetis
2009-10-25SCI/newgui: SciGuiView is now able to detect "straight" EGA mappings and will...Martin Kiewitz
2009-10-25SCI/newgui: SciGuiView disable undithering when EGA mappings are available (s...Martin Kiewitz
2009-10-24SCI/newgui: support for EGA mapping in SCI1 games, fixes qfg2 character selec...Martin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-10SCI/newgui: intelligent cel undithering implementedMartin Kiewitz
2009-10-09SCI/newgui: SciGuiView now also locks resourceMartin Kiewitz
2009-10-08SCI/newgui: removed EGAmappingMartin Kiewitz
2009-10-07SCI/newgui: SciGuiView - paletteoffset in EGA games documented and finally no...Martin Kiewitz
2009-10-07Fix mismatching new[]/delete use, by replacing delete with delete[].Johannes Schickel
2009-10-07Implemented the SciGuiView destructor and plugged a memory leak in the curren...Filippos Karapetis
2009-10-07Replaced the view loading code with the new view loading functions. EGA view ...Filippos Karapetis
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
2009-10-06SciGuiView is only using the ResourceManager, so there's no need to pass the ...Filippos Karapetis
2009-10-06Removed unused reference to OSystemFilippos Karapetis
2009-10-06SCI/newgui: view type amiga now supportedMartin Kiewitz
2009-10-06SCI/newgui: view 1.1 loading now completely fixed, included sanity check and ...Martin Kiewitz
2009-10-06SCI/newgui: one typo in view sci1.1 fixedMartin Kiewitz
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz
2009-10-05SVN/newgui: views on sci1.1 - mirroring now possibleMartin Kiewitz
2009-10-05SCI/newgui: duplicate the color in cels into upper 4 bits on ega so they wont...Martin Kiewitz
2009-10-05SVN/newgui: ega cel uncompression implementedMartin Kiewitz
2009-10-05More method renamingFilippos Karapetis
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...Filippos Karapetis
2009-10-04SCI: Fix cast, constnessWillem Jan Palenstijn
2009-10-04SCI/newgui: EGA view loading / mapping tableMartin Kiewitz
2009-10-04SCI/newgui: ega view loading implemented, unpacking still missingMartin Kiewitz
2009-10-04SCI/newgui: SciGUIview class now uses resmanager to detect view formatMartin Kiewitz
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04SCI/gui: final rename commitMartin Kiewitz
2009-10-04SCI/newgui: getCellRect() getLoopInfo() implemented, cleanupMartin Kiewitz
2009-10-04SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp...Martin Kiewitz
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
2009-10-04SCI/newgui: cleanupMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn