Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-25 | SCI/newgui: SciGuiView is now able to detect "straight" EGA mappings and ↵ | Martin Kiewitz | |
will then ignore the mapping. This will result in undithering working for those views. All EGA-mapping views in qfg2 seem to be special fx related so they dont need undithering at all svn-id: r45377 | |||
2009-10-25 | SCI/newgui: SciGuiView disable undithering when EGA mappings are available ↵ | Martin Kiewitz | |
(support needs to get implemented for this case), also fixes a part of the undithering code svn-id: r45374 | |||
2009-10-24 | SCI/newgui: support for EGA mapping in SCI1 games, fixes qfg2 character ↵ | Martin Kiewitz | |
selection svn-id: r45362 | |||
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually ↵ | Filippos Karapetis | |
used, and removed tools.*. Also, removed all the unused includes to tools.h from several places svn-id: r45176 | |||
2009-10-10 | SCI/newgui: intelligent cel undithering implemented | Martin Kiewitz | |
svn-id: r44880 | |||
2009-10-09 | SCI/newgui: SciGuiView now also locks resource | Martin Kiewitz | |
svn-id: r44823 | |||
2009-10-08 | SCI/newgui: removed EGAmapping | Martin Kiewitz | |
svn-id: r44772 | |||
2009-10-07 | SCI/newgui: SciGuiView - paletteoffset in EGA games documented and finally ↵ | Martin Kiewitz | |
not used svn-id: r44751 | |||
2009-10-07 | Fix mismatching new[]/delete use, by replacing delete with delete[]. | Johannes Schickel | |
svn-id: r44741 | |||
2009-10-07 | Implemented the SciGuiView destructor and plugged a memory leak in the ↵ | Filippos Karapetis | |
current GUI svn-id: r44740 | |||
2009-10-07 | Replaced the view loading code with the new view loading functions. EGA view ↵ | Filippos Karapetis | |
color translation has been disabled, as it caused palette problems in Codename:Iceman svn-id: r44737 | |||
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz | |
svn-id: r44698 | |||
2009-10-06 | - Removed the SciGuiGfx parameter from SciGuiView | Filippos Karapetis | |
- Moved _sysPalette inside SciGuiScreen - Made CreatePaletteFromData() a static helper function svn-id: r44696 | |||
2009-10-06 | SciGuiView is only using the ResourceManager, so there's no need to pass the ↵ | Filippos Karapetis | |
whole EngineState to it svn-id: r44693 | |||
2009-10-06 | Removed unused reference to OSystem | Filippos Karapetis | |
svn-id: r44691 | |||
2009-10-06 | SCI/newgui: view type amiga now supported | Martin Kiewitz | |
svn-id: r44689 | |||
2009-10-06 | SCI/newgui: view 1.1 loading now completely fixed, included sanity check and ↵ | Martin Kiewitz | |
one fixme svn-id: r44687 | |||
2009-10-06 | SCI/newgui: one typo in view sci1.1 fixed | Martin Kiewitz | |
svn-id: r44686 | |||
2009-10-05 | SCI/newgui: changed the way dithering works on ega games, also default value ↵ | Martin Kiewitz | |
change for kDrawStatus svn-id: r44679 | |||
2009-10-05 | SVN/newgui: views on sci1.1 - mirroring now possible | Martin Kiewitz | |
svn-id: r44667 | |||
2009-10-05 | SCI/newgui: duplicate the color in cels into upper 4 bits on ega so they ↵ | Martin Kiewitz | |
wont get dithered with black svn-id: r44666 | |||
2009-10-05 | SVN/newgui: ega cel uncompression implemented | Martin Kiewitz | |
svn-id: r44665 | |||
2009-10-05 | More method renaming | Filippos Karapetis | |
svn-id: r44651 | |||
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ↵ | Filippos Karapetis | |
SciGuiWindowMgr) - Renamed "cell" -> "cel" svn-id: r44649 | |||
2009-10-04 | SCI: Fix cast, constness | Willem Jan Palenstijn | |
svn-id: r44640 | |||
2009-10-04 | SCI/newgui: EGA view loading / mapping table | Martin Kiewitz | |
svn-id: r44639 | |||
2009-10-04 | SCI/newgui: ega view loading implemented, unpacking still missing | Martin Kiewitz | |
svn-id: r44637 | |||
2009-10-04 | SCI/newgui: SciGUIview class now uses resmanager to detect view format | Martin Kiewitz | |
svn-id: r44636 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-04 | SCI/gui: final rename commit | Martin Kiewitz | |
svn-id: r44621 | |||
2009-10-04 | SCI/newgui: getCellRect() getLoopInfo() implemented, cleanup | Martin Kiewitz | |
svn-id: r44611 | |||
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet ↵ | Martin Kiewitz | |
implemented in newgui svn-id: r44606 | |||
2009-10-04 | SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity'; | Max Horn | |
properly init a sciPalette via memset svn-id: r44604 | |||
2009-10-04 | SCI/newgui: cleanup | Martin Kiewitz | |
svn-id: r44584 | |||
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn | |
This is a major rewrite of the graphics code. A slightly adapted version of the old code is still available and currently the default. The new code is selectable in sci.cpp, but is not yet finished. svn-id: r44565 |