smgl-cvs Mailing List for smgl
Status: Alpha
Brought to you by:
line72
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
|
|---|
|
From: Mark D. <li...@us...> - 2004-10-15 01:41:18
|
Update of /cvsroot/smgl/IceCreamDrop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23056 Modified Files: libtool Log Message: Changed DATADIR to ICDDATADIR to remove conflict in windows Index: libtool =================================================================== RCS file: /cvsroot/smgl/IceCreamDrop/libtool,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** libtool 3 Oct 2004 21:59:13 -0000 1.5 --- libtool 14 Oct 2004 19:57:16 -0000 1.6 *************** *** 45,49 **** # ### BEGIN LIBTOOL CONFIG ! # Libtool was configured on host gecko: # Shell to use when invoking shell scripts. --- 45,49 ---- # ### BEGIN LIBTOOL CONFIG ! # Libtool was configured on host memwd1: # Shell to use when invoking shell scripts. *************** *** 5462,5466 **** # ### BEGIN LIBTOOL TAG CONFIG: CXX ! # Libtool was configured on host gecko: # Shell to use when invoking shell scripts. --- 5462,5466 ---- # ### BEGIN LIBTOOL TAG CONFIG: CXX ! # Libtool was configured on host memwd1: # Shell to use when invoking shell scripts. *************** *** 5758,5762 **** # ### BEGIN LIBTOOL TAG CONFIG: F77 ! # Libtool was configured on host gecko: # Shell to use when invoking shell scripts. --- 5758,5762 ---- # ### BEGIN LIBTOOL TAG CONFIG: F77 ! # Libtool was configured on host memwd1: # Shell to use when invoking shell scripts. |
|
From: Mark D. <li...@us...> - 2004-10-15 01:41:17
|
Update of /cvsroot/smgl/IceCreamDrop/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23056/src Modified Files: ICDHuman.cpp Makefile.am Makefile.in Log Message: Changed DATADIR to ICDDATADIR to remove conflict in windows Index: Makefile.in =================================================================== RCS file: /cvsroot/smgl/IceCreamDrop/src/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.in 14 Jul 2004 16:03:43 -0000 1.3 --- Makefile.in 14 Oct 2004 19:57:17 -0000 1.4 *************** *** 67,70 **** --- 67,71 ---- PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ + AR = @AR@ AS = @AS@ AWK = @AWK@ *************** *** 76,79 **** --- 77,84 ---- DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ + EGREP = @EGREP@ + F77 = @F77@ + GCJ = @GCJ@ + GCJFLAGS = @GCJFLAGS@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LIBTOOL = @LIBTOOL@ *************** *** 82,85 **** --- 87,91 ---- PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ + RC = @RC@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_CONFIG = @SDL_CONFIG@ *************** *** 106,110 **** IceCreamDrop_LDADD = $(LIBS) IceCreamDrop_LDFLAGS = $(LDFLAGS) ! IceCreamDrop_CXXFLAGS = -DDATADIR=\"$(prefix)/share/IceCreamDrop/\" subdir = src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- 112,116 ---- IceCreamDrop_LDADD = $(LIBS) IceCreamDrop_LDFLAGS = $(LDFLAGS) ! IceCreamDrop_CXXFLAGS = -DICDDATADIR=\"$(prefix)/share/IceCreamDrop/\" subdir = src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Index: Makefile.am =================================================================== RCS file: /cvsroot/smgl/IceCreamDrop/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 12 Jul 2004 00:49:39 -0000 1.2 --- Makefile.am 14 Oct 2004 19:57:17 -0000 1.3 *************** *** 10,12 **** IceCreamDrop_LDADD = $(LIBS) IceCreamDrop_LDFLAGS = $(LDFLAGS) ! IceCreamDrop_CXXFLAGS = -DDATADIR=\"$(prefix)/share/IceCreamDrop/\" --- 10,12 ---- IceCreamDrop_LDADD = $(LIBS) IceCreamDrop_LDFLAGS = $(LDFLAGS) ! IceCreamDrop_CXXFLAGS = -DICDDATADIR=\"$(prefix)/share/IceCreamDrop/\" Index: ICDHuman.cpp =================================================================== RCS file: /cvsroot/smgl/IceCreamDrop/src/ICDHuman.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ICDHuman.cpp 12 Jul 2004 00:49:39 -0000 1.2 --- ICDHuman.cpp 14 Oct 2004 19:57:17 -0000 1.3 *************** *** 35,39 **** _shadowTexture = t->createTexture("images/Shadow.png"); ! string datadir = DATADIR; addAnimation(datadir + "meshes/Skel1_Still.jba", STILL); addAnimation(datadir + "meshes/Skel1_Walk.jba", WALK); --- 35,39 ---- _shadowTexture = t->createTexture("images/Shadow.png"); ! string datadir = ICDDATADIR; addAnimation(datadir + "meshes/Skel1_Still.jba", STILL); addAnimation(datadir + "meshes/Skel1_Walk.jba", WALK); |
|
From: Mark D. <li...@us...> - 2004-10-12 01:05:06
|
Update of /cvsroot/smgl/smgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19132 Modified Files: README Log Message: Testing mail notification Index: README =================================================================== RCS file: /cvsroot/smgl/smgl/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README 1 Jul 2004 21:32:25 -0000 1.3 --- README 12 Oct 2004 01:04:55 -0000 1.4 *************** *** 5,8 **** --- 5,9 ---- University of Alabama Video Game Programmers Club <www.uab.edu/gamedev> -Licensed under GPL + -Models under creative commons Questions: |
|
From: Mark <l. D. <li...@us...> - 2004-10-12 00:52:53
|
test -- Mark <line72> Dillavou <li...@us...> |
|
From: Mark D. <li...@us...> - 2004-10-12 00:50:11
|
Update of /cvsroot/smgl/smgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15911 Modified Files: ChangeLog Log Message: Updated changelog Index: ChangeLog =================================================================== RCS file: /cvsroot/smgl/smgl/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 2 Jul 2004 17:23:48 -0000 1.3 --- ChangeLog 12 Oct 2004 00:50:00 -0000 1.4 *************** *** 1,2 **** --- 1,4 ---- + 20041011: + -Windows bugfixes 20040702: -Released 0.1 |