[Scummvm-cvs-logs] CVS: scummvm/queen xref.txt,1.31,1.32

Gregory Montoir cyx at users.sourceforge.net
Wed Nov 5 02:13:05 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv10784

Modified Files:
	xref.txt 
Log Message:
update

Index: xref.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/xref.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- xref.txt	4 Nov 2003 13:51:36 -0000	1.31
+++ xref.txt	5 Nov 2003 10:11:37 -0000	1.32
@@ -121,20 +121,14 @@
 ========
 bob()						Graphics::bobDraw
 Box()
-calc_screen_scroll()		Display::horizontalScrollUpdate
 CHECK_PARALLAX()			Graphics::bobCustomParallax
 clearallbobs()				Graphics::bobClearAll
 clearbob()					Graphics::bobClear
-clearpanel()				Display::prepareUpdate
 drawbobs()					Graphics::bobDrawAll
-drawbackdrop()				Display::prepareUpdate
-drawpanel()					Display::prepareUpdate
-drawscreen()				Display::update
 freeallframes()				Graphics::frameEraseAll(true)
 freeframes()				Graphics::frameEraseAll(false)
 invbob()					Graphics::bobDrawInventoryItem
 loadbackdrop()				Graphics::loadBackdrop
-loadfont()					TextRenderer::init
 loadpanel()					Graphics::loadPanel
 MAKE_SPEAK_BOB				Graphics::bobSetText
 makeanim()					Graphics::bobAnimNormal
@@ -147,8 +141,6 @@
 -
 bobs						Graphics::_bobs
 cambob						Graphics::_cameraBob
-clothespal					Display::PAL_JOE_CLOTHES
-dresspal					Display::PAL_JOE_DRESS
 sortedbobs					Graphics::_sortedBobs
 
 
@@ -300,27 +292,36 @@
 
 SCREEN
 ======
+calc_screen_scroll()		Display::horizontalScrollUpdate
 changejoepal()				Display::palSetJoe
 check_colors()				Display::palCustomColors
+clearpanel()				Display::prepareUpdate
+drawbackdrop()				Display::prepareUpdate
+drawpanel()					Display::prepareUpdate
+drawscreen()				Display::update
 dynalum()					Dynalum::update
+fade_panel()				Display::palFadePanel
 fadein()					Display::palFadeIn
 fadeout()					Display::palFadeOut
 flashspecial()				Display::palCustomFlash
+loadfont()					TextRenderer::init
 palscroll()					Display::palScroll
 putcharacter()				TextRenderer::drawChar
 setpal()					Display::palSet
 -
 BDxres						Display::_bdWidth
 BDyres						Display::_bdHeight
-COMPANEL
+clothespal					Display::PAL_JOE_CLOTHES
+COMPANEL					*not needed ?*
+dresspal					Display::PAL_JOE_DRESS
 font						TextRenderer::FONT
 font_sizes					TextRenderer::charWidth
-FULLSCREEN					Graphics::_fullscreen
+FULLSCREEN					Display::_fullscreen
 nopalscroll					Display::_pals.scrollable
-palette						Graphics::_paletteRoom
-panelflag					Graphics::_panelFlag
+palette						Display::_pals.room
+panelflag					Display::_panel
 scrollx						Display::_horizontalScroll
-tpal						Graphics::_paletteScreen
+tpal						Display::_pals.screen
 
 
 SOUND





More information about the Scummvm-git-logs mailing list