[Scummvm-cvs-logs] CVS: scummvm/sword2/driver d_draw.cpp,1.39,1.40
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Sun Nov 2 23:48:06 CET 2003
- Previous message: [Scummvm-cvs-logs] CVS: web/docs todo.xml,1.74,1.75
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.39,1.40 build_display.cpp,1.42,1.43 console.cpp,1.27,1.28 controls.cpp,1.45,1.46 debug.cpp,1.22,1.23 defs.h,1.6,1.7 function.cpp,1.35,1.36 icons.cpp,1.20,1.21 layers.cpp,1.18,1.19 logic.cpp,1.26,1.27 maketext.cpp,1.26,1.27 mem_view.cpp,1.19,1.20 memory.cpp,1.15,1.16 memory.h,1.9,1.10 mouse.cpp,1.35,1.36 protocol.cpp,1.18,1.19 protocol.h,1.6,1.7 resman.cpp,1.60,1.61 resman.h,1.12,1.13 router.cpp,1.26,1.27 save_rest.cpp,1.32,1.33 save_rest.h,1.6,1.7 scroll.cpp,1.10,1.11 scroll.h,1.3,1.4 sound.cpp,1.31,1.32 sound.h,1.6,1.7 speech.cpp,1.40,1.41 startup.cpp,1.26,1.27 sword2.cpp,1.74,1.75 sword2.h,1.32,1.33 tony_gsdk.cpp,1.14,1.15 walker.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv6809/driver
Modified Files:
d_draw.cpp
Log Message:
The resource and memory managers are now created dynamically.
Renamed the resource manager's open/close methods openResource() and
closeResource() to avoid confusion. (It was I who originally shortened
their names to open() and close(), but I've changed my mind now.)
Moved more stuff into Sword2Engine.
Index: d_draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_draw.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- d_draw.cpp 28 Oct 2003 19:51:30 -0000 1.39
+++ d_draw.cpp 3 Nov 2003 07:47:42 -0000 1.40
@@ -158,7 +158,7 @@
g_display->createSurface(&msgSprite, &msgSurface);
g_display->drawSurface(&msgSprite, msgSurface);
g_display->deleteSurface(msgSurface);
- memory.freeMemory(data);
+ memory->freeMemory(data);
// In case the cutscene has a long lead-in, start just before
// the first line of text.
- Previous message: [Scummvm-cvs-logs] CVS: web/docs todo.xml,1.74,1.75
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.39,1.40 build_display.cpp,1.42,1.43 console.cpp,1.27,1.28 controls.cpp,1.45,1.46 debug.cpp,1.22,1.23 defs.h,1.6,1.7 function.cpp,1.35,1.36 icons.cpp,1.20,1.21 layers.cpp,1.18,1.19 logic.cpp,1.26,1.27 maketext.cpp,1.26,1.27 mem_view.cpp,1.19,1.20 memory.cpp,1.15,1.16 memory.h,1.9,1.10 mouse.cpp,1.35,1.36 protocol.cpp,1.18,1.19 protocol.h,1.6,1.7 resman.cpp,1.60,1.61 resman.h,1.12,1.13 router.cpp,1.26,1.27 save_rest.cpp,1.32,1.33 save_rest.h,1.6,1.7 scroll.cpp,1.10,1.11 scroll.h,1.3,1.4 sound.cpp,1.31,1.32 sound.h,1.6,1.7 speech.cpp,1.40,1.41 startup.cpp,1.26,1.27 sword2.cpp,1.74,1.75 sword2.h,1.32,1.33 tony_gsdk.cpp,1.14,1.15 walker.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list