Martin Kiewitz
83c7b6b6b6
SCI/newgui: SciGuiFont fixing delete
...
svn-id: r45867
2009-11-12 19:11:50 +00:00
Martin Kiewitz
b85c254c5f
SCI/newgui: support for disabled menu entries, changed textface (int) to greyedOutput (bool)
...
svn-id: r45863
2009-11-12 16:20:19 +00:00
Filippos Karapetis
29fb3b0f3f
Plugged some memory leaks in the new graphics code
...
svn-id: r45550
2009-10-30 22:50:21 +00:00
Filippos Karapetis
e4c23834dd
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places
...
svn-id: r45176
2009-10-16 23:29:00 +00:00
Martin Kiewitz
9f3c2c9083
SCI/newgui: SciGuiFont now locks the resourcedata, fixes broken fonts in games
...
svn-id: r44820
2009-10-09 12:04:07 +00:00
Max Horn
a4fa78743d
SCI: Change more stuff to be CFG compliant
...
svn-id: r44768
2009-10-07 23:21:18 +00:00
Filippos Karapetis
1342d04821
Moved the LSL1VGA workaround inside the font class
...
svn-id: r44705
2009-10-06 17:13:57 +00:00
Filippos Karapetis
3f77685f13
More method renaming
...
svn-id: r44651
2009-10-05 07:38:05 +00:00
Filippos Karapetis
8568892bf5
- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> SciGuiWindowMgr)
...
- Renamed "cell" -> "cel"
svn-id: r44649
2009-10-05 07:10:01 +00:00
Filippos Karapetis
71ebd67331
- Minimize the parameters passed to SciGUIfont()
...
- Some WIP on the pattern_Textures array
svn-id: r44641
2009-10-04 22:32:36 +00:00
Max Horn
f242266f6d
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
...
svn-id: r44634
2009-10-04 21:26:33 +00:00
Martin Kiewitz
01fca745fd
SCI/gui: more renaming...
...
svn-id: r44620
2009-10-04 16:39:46 +00:00
Max Horn
a1e2ba1ba5
SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';
...
properly init a sciPalette via memset
svn-id: r44604
2009-10-04 11:59:29 +00:00
Martin Kiewitz
14c322ceb7
SCI/newgui: font constructor change (again... what happened here?)
...
svn-id: r44601
2009-10-04 11:32:29 +00:00
Martin Kiewitz
594527fe4b
SCI/newgui: restoration of constructor
...
svn-id: r44600
2009-10-04 11:26:09 +00:00
Martin Kiewitz
306c9d1db6
SCI/newgui: SciGUIfont workaround for lsl1sci
...
svn-id: r44599
2009-10-04 11:23:28 +00:00
Filippos Karapetis
837cde96f3
Removed unused references to OSystem
...
svn-id: r44598
2009-10-04 11:14:38 +00:00
Willem Jan Palenstijn
b9cdb1abb7
SCI: Merge new GUI code written by m_kiewitz.
...
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
2009-10-03 20:49:18 +00:00