[Scummvm-cvs-logs] CVS: scummvm/mac mac.cpp,1.4,1.5
James Brown
ender at users.sourceforge.net
Fri Mar 15 21:34:03 CET 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dc dcmain.cpp,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm gui.cpp,1.16,1.17 gui.h,1.9,1.10 object.cpp,1.42,1.43 resource.cpp,1.52,1.53 scumm.h,1.84,1.85 scummvm.dsp,1.22,1.23 sdl.cpp,1.43,1.44 sound.cpp,1.30,1.31 windows.cpp,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/mac
In directory usw-pr-cvs1:/tmp/cvs-serv14613/mac
Modified Files:
mac.cpp
Log Message:
Lots of stuff - GUI fixes. More launcher work... and CD music working in MI1. Thanks to frob and realmz for their work on that.
Index: mac.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/mac/mac.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mac.cpp 14 Mar 2002 14:15:02 -0000 1.4
--- mac.cpp 16 Mar 2002 05:33:25 -0000 1.5
***************
*** 867,872 ****
}
! void cd_playtrack(int track, int offset, int delay) {
! /* No CD Playback in the Mac-Version right now */
}
--- 867,878 ----
}
! /* FIXME: CD Music Stubs */
! void cd_playtrack(int track, int offset, int delay) {;}
! void cd_play(int track, int num_loops, int start_frame) {;}
! void cd_stop() {;}
! int cd_is_running() {return 0;}
!
! void launcherLoop() {
! /* No launcher on mac yet => stub function */
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dc dcmain.cpp,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm gui.cpp,1.16,1.17 gui.h,1.9,1.10 object.cpp,1.42,1.43 resource.cpp,1.52,1.53 scumm.h,1.84,1.85 scummvm.dsp,1.22,1.23 sdl.cpp,1.43,1.44 sound.cpp,1.30,1.31 windows.cpp,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list