[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.302,2.303

Chris Apers chrilith at users.sourceforge.net
Sun Sep 12 03:50:00 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3173

Modified Files:
	gfx.cpp 
Log Message:
PalmOS : ARM optimized DrawSTripToScreen function + disable dissolve(1,1)

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.302
retrieving revision 2.303
diff -u -d -r2.302 -r2.303
--- gfx.cpp	9 Sep 2004 13:54:32 -0000	2.302
+++ gfx.cpp	12 Sep 2004 10:49:29 -0000	2.303
@@ -1,2995 +1,3022 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
[...5986 lines suppressed...]
+

+	_shakeEnabled = mode != 0;

+	_shakeFrame = 0;

+	_system->set_shake_pos(0);

+}

+

+} // End of namespace Scumm

+

+#ifdef __PALM_OS__

+#include "scumm_globals.h"

+

+_GINIT(Gfx)

+_GSETPTR(Scumm::transitionEffects, GBVARS_TRANSITIONEFFECTS_INDEX, Scumm::TransitionEffect, GBVARS_SCUMM)

+_GEND

+

+_GRELEASE(Gfx)

+_GRELEASEPTR(GBVARS_TRANSITIONEFFECTS_INDEX, GBVARS_SCUMM)

+_GEND

+

+#endif






More information about the Scummvm-git-logs mailing list