[Scummvm-cvs-logs] CVS: scummvm NEWS,1.133,1.134 TODO,1.309,1.310
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Sat Oct 29 14:31:53 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.73,1.74 build_display.cpp,1.78,1.79 build_display.h,1.21,1.22 console.cpp,1.58,1.59 console.h,1.27,1.28 controls.cpp,1.96,1.97 debug.cpp,1.52,1.53 events.cpp,1.38,1.39 function.cpp,1.89,1.90 header.h,1.14,1.15 icons.cpp,1.46,1.47 icons.h,1.15,1.16 interpreter.cpp,1.57,1.58 interpreter.h,1.18,1.19 layers.cpp,1.39,1.40 logic.cpp,1.57,1.58 logic.h,1.48,1.49 maketext.cpp,1.51,1.52 maketext.h,1.19,1.20 mouse.cpp,1.76,1.77 mouse.h,1.22,1.23 object.h,1.11,1.12 protocol.cpp,1.33,1.34 resman.cpp,1.116,1.117 resman.h,1.28,1.29 router.cpp,1.50,1.51 router.h,1.23,1.24 save_rest.cpp,1.75,1.76 scroll.cpp,1.24,1.25 sound.cpp,1.63,1.64 speech.cpp,1.77,1.78 startup.cpp,1.52,1.53 sword2.cpp,1.151,1.152 sword2.h,1.83,1.84 sync.cpp,1.26,1.27 walker.cpp,1.50,1.51
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.243,1.244
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26017
Modified Files:
NEWS TODO
Log Message:
Updated BS2 news / issues.
Index: NEWS
===================================================================
RCS file: /cvsroot/scummvm/scummvm/NEWS,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- NEWS 28 Oct 2005 18:42:16 -0000 1.133
+++ NEWS 29 Oct 2005 21:30:12 -0000 1.134
@@ -14,6 +14,10 @@
SCUMM:
- ...
+ Broken Sword 2:
+ - Major rewrite of how game resources are accessed in memory. This should
+ fix alignment issues reported on some platforms.
+
0.8.0 (2005-10-30)
New Games:
- Added SAGA engine (for the games "I Have No Mouth and I Must Scream"
Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- TODO 28 Oct 2005 23:02:10 -0000 1.309
+++ TODO 29 Oct 2005 21:30:12 -0000 1.310
@@ -344,12 +344,6 @@
* Maybe work around script bug which causes the mop to disappear briefly when
trying to pick it up from the top of the boat at the London docks. (The event
to hide the mop is sent too early.) See bug #1214168.
-* I'm told BS2 has alignment problems on some architectures. It probably does
- make the assumption that any address may be dereferenced as a pointer to a
- packed struct. I have a vague feeling that scripts may be accessing the same
- memory, too, so it's probably not enough to just replace the functions in
- protocol.cpp with ones that copy the data to an aligned struct. This could be
- a lot of work...
SIMON
=====
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2 anims.cpp,1.73,1.74 build_display.cpp,1.78,1.79 build_display.h,1.21,1.22 console.cpp,1.58,1.59 console.h,1.27,1.28 controls.cpp,1.96,1.97 debug.cpp,1.52,1.53 events.cpp,1.38,1.39 function.cpp,1.89,1.90 header.h,1.14,1.15 icons.cpp,1.46,1.47 icons.h,1.15,1.16 interpreter.cpp,1.57,1.58 interpreter.h,1.18,1.19 layers.cpp,1.39,1.40 logic.cpp,1.57,1.58 logic.h,1.48,1.49 maketext.cpp,1.51,1.52 maketext.h,1.19,1.20 mouse.cpp,1.76,1.77 mouse.h,1.22,1.23 object.h,1.11,1.12 protocol.cpp,1.33,1.34 resman.cpp,1.116,1.117 resman.h,1.28,1.29 router.cpp,1.50,1.51 router.h,1.23,1.24 save_rest.cpp,1.75,1.76 scroll.cpp,1.24,1.25 sound.cpp,1.63,1.64 speech.cpp,1.77,1.78 startup.cpp,1.52,1.53 sword2.cpp,1.151,1.152 sword2.h,1.83,1.84 sync.cpp,1.26,1.27 walker.cpp,1.50,1.51
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.243,1.244
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list