From 1779671ce8de4389b5347c77b36fd45917333e5b Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 7 Nov 2003 06:16:15 +0000 Subject: [PATCH] comments/formatting --- 2d/ibitblt.c | 11 +++-------- ChangeLog | 2 ++ main/mission.h | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/2d/ibitblt.c b/2d/ibitblt.c index f4252874..d9f1d4a9 100644 --- a/2d/ibitblt.c +++ b/2d/ibitblt.c @@ -1,4 +1,4 @@ -/* $Id: ibitblt.c,v 1.7 2003-10-25 01:44:23 btb Exp $ */ +/* $Id: ibitblt.c,v 1.8 2003-11-07 06:16:15 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -24,7 +24,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. * * d2x uses the "Mac" version for everything except __MSDOS__ * - * Old Log: ibitblt.c + * Old Log: * Revision 1.3 1995/09/13 11:43:22 allender * start on optimizing cockpit copy code * @@ -34,11 +34,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. * Revision 1.1 1995/08/18 15:50:48 allender * Initial revision * - * PC version: - * Routines to copy a bitmap on top of another bitmap, but - * only copying to pixels that are transparent. - * - * Old Log: * Revision 1.6 1994/11/28 17:07:29 john * Took out some unused functions in linear.asm, moved * gr_linear_movsd from linear.asm to bitblt.c, made sure that @@ -67,7 +62,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #endif #ifdef RCS -static char rcsid[] = "$Id: ibitblt.c,v 1.7 2003-10-25 01:44:23 btb Exp $"; +static char rcsid[] = "$Id: ibitblt.c,v 1.8 2003-11-07 06:16:15 btb Exp $"; #endif #ifdef __MSDOS__ //ndef MACINTOSH diff --git a/ChangeLog b/ChangeLog index ebd25f0d..3a7fbca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-11-06 Bradley Bell + * 2d/ibitblt.c, main/mission.h: comments/formatting + * arch/ogl/sdlgl.c: smash textures, for non-linux, for real 2003-11-06 Bradley Bell diff --git a/main/mission.h b/main/mission.h index e6e4e509..f3bda1e9 100644 --- a/main/mission.h +++ b/main/mission.h @@ -1,4 +1,4 @@ -/* $Id: mission.h,v 1.14 2003-11-04 08:03:08 btb Exp $ */ +/* $Id: mission.h,v 1.15 2003-11-07 06:16:15 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -81,7 +81,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #define FULL_MISSION_FILENAME "d2" #define FULL_MISSION_HOGSIZE 7595079 // v1.1 - 1.2 #define FULL_10_MISSION_HOGSIZE 7107354 // v1.0 -#define MAC_FULL_MISSION_HOGSIZE 7110007 +#define MAC_FULL_MISSION_HOGSIZE 7110007 // v1.1 - 1.2 //mission list entry typedef struct mle { -- 2.39.2