From 143b5bea80762464b4d29040b101ec606703a73f Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sun, 4 Jan 2004 20:25:21 +0000 Subject: - added code to only redraw changed blocks in order to avoid full screen refresh - minor code cleanup in Graphics/Display svn-id: r12147 --- queen/xref.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'queen/xref.txt') diff --git a/queen/xref.txt b/queen/xref.txt index 789ed58cce..0aa072676c 100644 --- a/queen/xref.txt +++ b/queen/xref.txt @@ -296,21 +296,21 @@ tseek() *not needed* SCREEN ====== calc_screen_scroll() Display::horizontalScrollUpdate -changejoepal() Display::palSetJoe +changejoepal() Display::palSetJoe* check_colors() Display::palCustomColors check_pal_scroll Display::palCustomScroll clearpanel() Display::prepareUpdate drawbackdrop() Display::prepareUpdate drawpanel() Display::prepareUpdate drawscreen() Display::update -dynalum() Dynalum::update +dynalum() Display::dynalumUpdate fade_panel() Display::palFadePanel fadein() Display::palFadeIn fadeout() Display::palFadeOut flashspecial() Display::palCustomFlash -loadfont() TextRenderer::init +loadfont() Display::initFont palscroll() Display::palScroll -putcharacter() TextRenderer::drawChar +putcharacter() Display::drawChar setpal() Display::palSet - BDxres Display::_bdWidth @@ -318,8 +318,8 @@ BDyres Display::_bdHeight clothespal Display::_palJoeClothes COMPANEL *not needed* (argument) dresspal Display::_palJoeDress -font TextRenderer::_font -font_sizes TextRenderer::_charWidth +font Display::_font +font_sizes Display::_charWidth FULLSCREEN Display::_fullscreen nopalscroll Display::_pal.scrollable palette Display::_pal.room -- cgit v1.2.3