You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(52) |
Aug
(34) |
Sep
(99) |
Oct
(110) |
Nov
(21) |
Dec
(69) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(117) |
Feb
(90) |
Mar
(1) |
Apr
(22) |
May
(96) |
Jun
(25) |
Jul
(22) |
Aug
|
Sep
|
Oct
(18) |
Nov
(43) |
Dec
(71) |
2006 |
Jan
(20) |
Feb
(10) |
Mar
|
Apr
(4) |
May
(2) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(60) |
Nov
(63) |
Dec
(35) |
2007 |
Jan
(18) |
Feb
(40) |
Mar
(14) |
Apr
(18) |
May
(33) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
(25) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(15) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carsten W. <ca...@us...> - 2007-02-27 13:32:42
|
Update of /cvsroot/jake2/jake2/src/jake2/render In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15208/src/jake2/render Added Files: Anorms.java Log Message: shared usage of Anorms; moved to jake2.render package --- NEW FILE: Anorms.java --- /* * Anorms.java * Copyright (C) 2003 * * $Id: Anorms.java,v 1.1 2007/02/27 13:32:34 cawe Exp $ */ /* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ package jake2.render; /** * Anorms * * @author cwei */ public interface Anorms { final float[][] VERTEXNORMALS = { {-0.525731f, 0.000000f, 0.850651f}, {-0.442863f, 0.238856f, 0.864188f}, {-0.295242f, 0.000000f, 0.955423f}, {-0.309017f, 0.500000f, 0.809017f}, {-0.162460f, 0.262866f, 0.951056f}, {0.000000f, 0.000000f, 1.000000f}, {0.000000f, 0.850651f, 0.525731f}, {-0.147621f, 0.716567f, 0.681718f}, {0.147621f, 0.716567f, 0.681718f}, {0.000000f, 0.525731f, 0.850651f}, {0.309017f, 0.500000f, 0.809017f}, {0.525731f, 0.000000f, 0.850651f}, {0.295242f, 0.000000f, 0.955423f}, {0.442863f, 0.238856f, 0.864188f}, {0.162460f, 0.262866f, 0.951056f}, {-0.681718f, 0.147621f, 0.716567f}, {-0.809017f, 0.309017f, 0.500000f}, {-0.587785f, 0.425325f, 0.688191f}, {-0.850651f, 0.525731f, 0.000000f}, {-0.864188f, 0.442863f, 0.238856f}, {-0.716567f, 0.681718f, 0.147621f}, {-0.688191f, 0.587785f, 0.425325f}, {-0.500000f, 0.809017f, 0.309017f}, {-0.238856f, 0.864188f, 0.442863f}, {-0.425325f, 0.688191f, 0.587785f}, {-0.716567f, 0.681718f, -0.147621f}, {-0.500000f, 0.809017f, -0.309017f}, {-0.525731f, 0.850651f, 0.000000f}, {0.000000f, 0.850651f, -0.525731f}, {-0.238856f, 0.864188f, -0.442863f}, {0.000000f, 0.955423f, -0.295242f}, {-0.262866f, 0.951056f, -0.162460f}, {0.000000f, 1.000000f, 0.000000f}, {0.000000f, 0.955423f, 0.295242f}, {-0.262866f, 0.951056f, 0.162460f}, {0.238856f, 0.864188f, 0.442863f}, {0.262866f, 0.951056f, 0.162460f}, {0.500000f, 0.809017f, 0.309017f}, {0.238856f, 0.864188f, -0.442863f}, {0.262866f, 0.951056f, -0.162460f}, {0.500000f, 0.809017f, -0.309017f}, {0.850651f, 0.525731f, 0.000000f}, {0.716567f, 0.681718f, 0.147621f}, {0.716567f, 0.681718f, -0.147621f}, {0.525731f, 0.850651f, 0.000000f}, {0.425325f, 0.688191f, 0.587785f}, {0.864188f, 0.442863f, 0.238856f}, {0.688191f, 0.587785f, 0.425325f}, {0.809017f, 0.309017f, 0.500000f}, {0.681718f, 0.147621f, 0.716567f}, {0.587785f, 0.425325f, 0.688191f}, {0.955423f, 0.295242f, 0.000000f}, {1.000000f, 0.000000f, 0.000000f}, {0.951056f, 0.162460f, 0.262866f}, {0.850651f, -0.525731f, 0.000000f}, {0.955423f, -0.295242f, 0.000000f}, {0.864188f, -0.442863f, 0.238856f}, {0.951056f, -0.162460f, 0.262866f}, {0.809017f, -0.309017f, 0.500000f}, {0.681718f, -0.147621f, 0.716567f}, {0.850651f, 0.000000f, 0.525731f}, {0.864188f, 0.442863f, -0.238856f}, {0.809017f, 0.309017f, -0.500000f}, {0.951056f, 0.162460f, -0.262866f}, {0.525731f, 0.000000f, -0.850651f}, {0.681718f, 0.147621f, -0.716567f}, {0.681718f, -0.147621f, -0.716567f}, {0.850651f, 0.000000f, -0.525731f}, {0.809017f, -0.309017f, -0.500000f}, {0.864188f, -0.442863f, -0.238856f}, {0.951056f, -0.162460f, -0.262866f}, {0.147621f, 0.716567f, -0.681718f}, {0.309017f, 0.500000f, -0.809017f}, {0.425325f, 0.688191f, -0.587785f}, {0.442863f, 0.238856f, -0.864188f}, {0.587785f, 0.425325f, -0.688191f}, {0.688191f, 0.587785f, -0.425325f}, {-0.147621f, 0.716567f, -0.681718f}, {-0.309017f, 0.500000f, -0.809017f}, {0.000000f, 0.525731f, -0.850651f}, {-0.525731f, 0.000000f, -0.850651f}, {-0.442863f, 0.238856f, -0.864188f}, {-0.295242f, 0.000000f, -0.955423f}, {-0.162460f, 0.262866f, -0.951056f}, {0.000000f, 0.000000f, -1.000000f}, {0.295242f, 0.000000f, -0.955423f}, {0.162460f, 0.262866f, -0.951056f}, {-0.442863f, -0.238856f, -0.864188f}, {-0.309017f, -0.500000f, -0.809017f}, {-0.162460f, -0.262866f, -0.951056f}, {0.000000f, -0.850651f, -0.525731f}, {-0.147621f, -0.716567f, -0.681718f}, {0.147621f, -0.716567f, -0.681718f}, {0.000000f, -0.525731f, -0.850651f}, {0.309017f, -0.500000f, -0.809017f}, {0.442863f, -0.238856f, -0.864188f}, {0.162460f, -0.262866f, -0.951056f}, {0.238856f, -0.864188f, -0.442863f}, {0.500000f, -0.809017f, -0.309017f}, {0.425325f, -0.688191f, -0.587785f}, {0.716567f, -0.681718f, -0.147621f}, {0.688191f, -0.587785f, -0.425325f}, {0.587785f, -0.425325f, -0.688191f}, {0.000000f, -0.955423f, -0.295242f}, {0.000000f, -1.000000f, 0.000000f}, {0.262866f, -0.951056f, -0.162460f}, {0.000000f, -0.850651f, 0.525731f}, {0.000000f, -0.955423f, 0.295242f}, {0.238856f, -0.864188f, 0.442863f}, {0.262866f, -0.951056f, 0.162460f}, {0.500000f, -0.809017f, 0.309017f}, {0.716567f, -0.681718f, 0.147621f}, {0.525731f, -0.850651f, 0.000000f}, {-0.238856f, -0.864188f, -0.442863f}, {-0.500000f, -0.809017f, -0.309017f}, {-0.262866f, -0.951056f, -0.162460f}, {-0.850651f, -0.525731f, 0.000000f}, {-0.716567f, -0.681718f, -0.147621f}, {-0.716567f, -0.681718f, 0.147621f}, {-0.525731f, -0.850651f, 0.000000f}, {-0.500000f, -0.809017f, 0.309017f}, {-0.238856f, -0.864188f, 0.442863f}, {-0.262866f, -0.951056f, 0.162460f}, {-0.864188f, -0.442863f, 0.238856f}, {-0.809017f, -0.309017f, 0.500000f}, {-0.688191f, -0.587785f, 0.425325f}, {-0.681718f, -0.147621f, 0.716567f}, {-0.442863f, -0.238856f, 0.864188f}, {-0.587785f, -0.425325f, 0.688191f}, {-0.309017f, -0.500000f, 0.809017f}, {-0.147621f, -0.716567f, 0.681718f}, {-0.425325f, -0.688191f, 0.587785f}, {-0.162460f, -0.262866f, 0.951056f}, {0.442863f, -0.238856f, 0.864188f}, {0.162460f, -0.262866f, 0.951056f}, {0.309017f, -0.500000f, 0.809017f}, {0.147621f, -0.716567f, 0.681718f}, {0.000000f, -0.525731f, 0.850651f}, {0.425325f, -0.688191f, 0.587785f}, {0.587785f, -0.425325f, 0.688191f}, {0.688191f, -0.587785f, 0.425325f}, {-0.955423f, 0.295242f, 0.000000f}, {-0.951056f, 0.162460f, 0.262866f}, {-1.000000f, 0.000000f, 0.000000f}, {-0.850651f, 0.000000f, 0.525731f}, {-0.955423f, -0.295242f, 0.000000f}, {-0.951056f, -0.162460f, 0.262866f}, {-0.864188f, 0.442863f, -0.238856f}, {-0.951056f, 0.162460f, -0.262866f}, {-0.809017f, 0.309017f, -0.500000f}, {-0.864188f, -0.442863f, -0.238856f}, {-0.951056f, -0.162460f, -0.262866f}, {-0.809017f, -0.309017f, -0.500000f}, {-0.681718f, 0.147621f, -0.716567f}, {-0.681718f, -0.147621f, -0.716567f}, {-0.850651f, 0.000000f, -0.525731f}, {-0.688191f, 0.587785f, -0.425325f}, {-0.587785f, 0.425325f, -0.688191f}, {-0.425325f, 0.688191f, -0.587785f}, {-0.425325f, -0.688191f, -0.587785f}, {-0.587785f, -0.425325f, -0.688191f}, {-0.688191f, -0.587785f, -0.425325f} }; final float[][] VERTEXNORMAL_DOTS = { {1.23f,1.30f,1.47f,1.35f,1.56f,1.71f,1.37f,1.38f,1.59f,1.60f,1.79f,1.97f,1.88f,1.92f,1.79f,1.02f,0.93f,1.07f,0.82f,0.87f,0.88f,0.94f,0.96f,1.14f,1.11f,0.82f,0.83f,0.89f,0.89f,0.86f,0.94f,0.91f,1.00f,1.21f,0.98f,1.48f,1.30f,1.57f,0.96f,1.07f,1.14f,1.60f,1.61f,1.40f,1.37f,1.72f,1.78f,1.79f,1.93f,1.99f,1.90f,1.68f,1.71f,1.86f,1.60f,1.68f,1.78f,1.86f,1.93f,1.99f,1.97f,1.44f,1.22f,1.49f,0.93f,0.99f,0.99f,1.23f,1.22f,1.44f,1.49f,0.89f,0.89f,0.97f,0.91f,0.98f,1.19f,0.82f,0.76f,0.82f,0.71f,0.72f,0.73f,0.76f,0.79f,0.86f,0.83f,0.72f,0.76f,0.76f,0.89f,0.82f,0.89f,0.82f,0.89f,0.91f,0.83f,0.96f,1.14f,0.97f,1.40f,1.19f,0.98f,0.94f,1.00f,1.07f,1.37f,1.21f,1.48f,1.30f,1.57f,1.61f,1.37f,0.86f,0.83f,0.91f,0.82f,0.82f,0.88f,0.89f,0.96f,1.14f,0.98f,0.87f,0.93f,0.94f,1.02f,1.30f,1.07f,1.35f,1.38f,1.11f,1.56f,1.92f,1.79f,1.79f,1.59f,1.60f,1.72f,1.90f,1.79f,0.80f,0.85f,0.79f,0.93f,0.80f,0.85f,0.77f,0.74f,0.72f,0.77f,0.74f,0.72f,0.70f,0.70f,0.71f,0.76f,0.73f,0.79f,0.79f,0.73f,0.76f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.26f,1.26f,1.48f,1.23f,1.50f,1.71f,1.14f,1.19f,1.38f,1.46f,1.64f,1.94f,1.87f,1.84f,1.71f,1.02f,0.92f,1.00f,0.79f,0.85f,0.84f,0.91f,0.90f,0.98f,0.99f,0.77f,0.77f,0.83f,0.82f,0.79f,0.86f,0.84f,0.92f,0.99f,0.91f,1.24f,1.03f,1.33f,0.88f,0.94f,0.97f,1.41f,1.39f,1.18f,1.11f,1.51f,1.61f,1.59f,1.80f,1.91f,1.76f,1.54f,1.65f,1.76f,1.70f,1.70f,1.85f,1.85f,1.97f,1.99f,1.93f,1.28f,1.09f,1.39f,0.92f,0.97f,0.99f,1.18f,1.26f,1.52f,1.48f,0.83f,0.85f,0.90f,0.88f,0.93f,1.00f,0.77f,0.73f,0.78f,0.72f,0.71f,0.74f,0.75f,0.79f,0.86f,0.81f,0.75f,0.81f,0.79f,0.96f,0.88f,0.94f,0.86f,0.93f,0.92f,0.85f,1.08f,1.33f,1.05f,1.55f,1.31f,1.01f,1.05f,1.27f,1.31f,1.60f,1.47f,1.70f,1.54f,1.76f,1.76f,1.57f,0.93f,0.90f,0.99f,0.88f,0.88f,0.95f,0.97f,1.11f,1.39f,1.20f,0.92f,0.97f,1.01f,1.10f,1.39f,1.22f,1.51f,1.58f,1.32f,1.64f,1.97f,1.85f,1.91f,1.77f,1.74f,1.88f,1.99f,1.91f,0.79f,0.86f,0.80f,0.94f,0.84f,0.88f,0.74f,0.74f,0.71f,0.82f,0.77f,0.76f,0.70f,0.73f,0.72f,0.73f,0.70f,0.74f,0.85f,0.77f,0.82f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.34f,1.27f,1.53f,1.17f,1.46f,1.71f,0.98f,1.05f,1.20f,1.34f,1.48f,1.86f,1.82f,1.71f,1.62f,1.09f,0.94f,0.99f,0.79f,0.85f,0.82f,0.90f,0.87f,0.93f,0.96f,0.76f,0.74f,0.79f,0.76f,0.74f,0.79f,0.78f,0.85f,0.92f,0.85f,1.00f,0.93f,1.06f,0.81f,0.86f,0.89f,1.16f,1.12f,0.97f,0.95f,1.28f,1.38f,1.35f,1.60f,1.77f,1.57f,1.33f,1.50f,1.58f,1.69f,1.63f,1.82f,1.74f,1.91f,1.92f,1.80f,1.04f,0.97f,1.21f,0.90f,0.93f,0.97f,1.05f,1.21f,1.48f,1.37f,0.77f,0.80f,0.84f,0.85f,0.88f,0.92f,0.73f,0.71f,0.74f,0.74f,0.71f,0.75f,0.73f,0.79f,0.84f,0.78f,0.79f,0.86f,0.81f,1.05f,0.94f,0.99f,0.90f,0.95f,0.92f,0.86f,1.24f,1.44f,1.14f,1.59f,1.34f,1.02f,1.27f,1.50f,1.49f,1.80f,1.69f,1.86f,1.72f,1.87f,1.80f,1.69f,1.00f,0.98f,1.23f,0.95f,0.96f,1.09f,1.16f,1.37f,1.63f,1.46f,0.99f,1.10f,1.25f,1.24f,1.51f,1.41f,1.67f,1.77f,1.55f,1.72f,1.95f,1.89f,1.98f,1.91f,1.86f,1.97f,1.99f,1.94f,0.81f,0.89f,0.85f,0.98f,0.90f,0.94f,0.75f,0.78f,0.73f,0.89f,0.83f,0.82f,0.72f,0.77f,0.76f,0.72f,0.70f,0.71f,0.91f,0.83f,0.89f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.46f,1.34f,1.60f,1.16f,1.46f,1.71f,0.94f,0.99f,1.05f,1.26f,1.33f,1.74f,1.76f,1.57f,1.54f,1.23f,0.98f,1.05f,0.83f,0.89f,0.84f,0.92f,0.87f,0.91f,0.96f,0.78f,0.74f,0.79f,0.72f,0.72f,0.75f,0.76f,0.80f,0.88f,0.83f,0.94f,0.87f,0.95f,0.76f,0.80f,0.82f,0.97f,0.96f,0.89f,0.88f,1.08f,1.11f,1.10f,1.37f,1.59f,1.37f,1.07f,1.27f,1.34f,1.57f,1.45f,1.69f,1.55f,1.77f,1.79f,1.60f,0.93f,0.90f,0.99f,0.86f,0.87f,0.93f,0.96f,1.07f,1.35f,1.18f,0.73f,0.76f,0.77f,0.81f,0.82f,0.85f,0.70f,0.71f,0.72f,0.78f,0.73f,0.77f,0.73f,0.79f,0.82f,0.76f,0.83f,0.90f,0.84f,1.18f,0.98f,1.03f,0.92f,0.95f,0.90f,0.86f,1.32f,1.45f,1.15f,1.53f,1.27f,0.99f,1.42f,1.65f,1.58f,1.93f,1.83f,1.94f,1.81f,1.88f,1.74f,1.70f,1.19f,1.17f,1.44f,1.11f,1.15f,1.36f,1.41f,1.61f,1.81f,1.67f,1.22f,1.34f,1.50f,1.42f,1.65f,1.61f,1.82f,1.91f,1.75f,1.80f,1.89f,1.89f,1.98f,1.99f,1.94f,1.98f,1.92f,1.87f,0.86f,0.95f,0.92f,1.14f,0.98f,1.03f,0.79f,0.84f,0.77f,0.97f,0.90f,0.89f,0.76f,0.82f,0.82f,0.74f,0.72f,0.71f,0.98f,0.89f,0.97f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.60f,1.44f,1.68f,1.22f,1.49f,1.71f,0.93f,0.99f,0.99f,1.23f,1.22f,1.60f,1.68f,1.44f,1.49f,1.40f,1.14f,1.19f,0.89f,0.96f,0.89f,0.97f,0.89f,0.91f,0.98f,0.82f,0.76f,0.82f,0.71f,0.72f,0.73f,0.76f,0.79f,0.86f,0.83f,0.91f,0.83f,0.89f,0.72f,0.76f,0.76f,0.89f,0.89f,0.82f,0.82f,0.98f,0.96f,0.97f,1.14f,1.40f,1.19f,0.94f,1.00f,1.07f,1.37f,1.21f,1.48f,1.30f,1.57f,1.61f,1.37f,0.86f,0.83f,0.91f,0.82f,0.82f,0.88f,0.89f,0.96f,1.14f,0.98f,0.70f,0.72f,0.73f,0.77f,0.76f,0.79f,0.70f,0.72f,0.71f,0.82f,0.77f,0.80f,0.74f,0.79f,0.80f,0.74f,0.87f,0.93f,0.85f,1.23f,1.02f,1.02f,0.93f,0.93f,0.87f,0.85f,1.30f,1.35f,1.07f,1.38f,1.11f,0.94f,1.47f,1.71f,1.56f,1.97f,1.88f,1.92f,1.79f,1.79f,1.59f,1.60f,1.30f,1.35f,1.56f,1.37f,1.38f,1.59f,1.60f,1.79f,1.92f,1.79f,1.48f,1.57f,1.72f,1.61f,1.78f,1.79f,1.93f,1.99f,1.90f,1.86f,1.78f,1.86f,1.93f,1.99f,1.97f,1.90f,1.79f,1.72f,0.94f,1.07f,1.00f,1.37f,1.21f,1.30f,0.86f,0.91f,0.83f,1.14f,0.98f,0.96f,0.82f,0.88f,0.89f,0.79f,0.76f,0.73f,1.07f,0.94f,1.11f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.74f,1.57f,1.76f,1.33f,1.54f,1.71f,0.94f,1.05f,0.99f,1.26f,1.16f,1.46f,1.60f,1.34f,1.46f,1.59f,1.37f,1.37f,0.97f,1.11f,0.96f,1.10f,0.95f,0.94f,1.08f,0.89f,0.82f,0.88f,0.72f,0.76f,0.75f,0.80f,0.80f,0.88f,0.87f,0.91f,0.83f,0.87f,0.72f,0.76f,0.74f,0.83f,0.84f,0.78f,0.79f,0.96f,0.89f,0.92f,0.98f,1.23f,1.05f,0.86f,0.92f,0.95f,1.11f,0.98f,1.22f,1.03f,1.34f,1.42f,1.14f,0.79f,0.77f,0.84f,0.78f,0.76f,0.82f,0.82f,0.89f,0.97f,0.90f,0.70f,0.71f,0.71f,0.73f,0.72f,0.74f,0.73f,0.76f,0.72f,0.86f,0.81f,0.82f,0.76f,0.79f,0.77f,0.73f,0.90f,0.95f,0.86f,1.18f,1.03f,0.98f,0.92f,0.90f,0.83f,0.84f,1.19f,1.17f,0.98f,1.15f,0.97f,0.89f,1.42f,1.65f,1.44f,1.93f,1.83f,1.81f,1.67f,1.61f,1.36f,1.41f,1.32f,1.45f,1.58f,1.57f,1.53f,1.74f,1.70f,1.88f,1.94f,1.81f,1.69f,1.77f,1.87f,1.79f,1.89f,1.92f,1.98f,1.99f,1.98f,1.89f,1.65f,1.80f,1.82f,1.91f,1.94f,1.75f,1.61f,1.50f,1.07f,1.34f,1.27f,1.60f,1.45f,1.55f,0.93f,0.99f,0.90f,1.35f,1.18f,1.07f,0.87f,0.93f,0.96f,0.85f,0.82f,0.77f,1.15f,0.99f,1.27f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.86f,1.71f,1.82f,1.48f,1.62f,1.71f,0.98f,1.20f,1.05f,1.34f,1.17f,1.34f,1.53f,1.27f,1.46f,1.77f,1.60f,1.57f,1.16f,1.38f,1.12f,1.35f,1.06f,1.00f,1.28f,0.97f,0.89f,0.95f,0.76f,0.81f,0.79f,0.86f,0.85f,0.92f,0.93f,0.93f,0.85f,0.87f,0.74f,0.78f,0.74f,0.79f,0.82f,0.76f,0.79f,0.96f,0.85f,0.90f,0.94f,1.09f,0.99f,0.81f,0.85f,0.89f,0.95f,0.90f,0.99f,0.94f,1.10f,1.24f,0.98f,0.75f,0.73f,0.78f,0.74f,0.72f,0.77f,0.76f,0.82f,0.89f,0.83f,0.73f,0.71f,0.71f,0.71f,0.70f,0.72f,0.77f,0.80f,0.74f,0.90f,0.85f,0.84f,0.78f,0.79f,0.75f,0.73f,0.92f,0.95f,0.86f,1.05f,0.99f,0.94f,0.90f,0.86f,0.79f,0.81f,1.00f,0.98f,0.91f,0.96f,0.89f,0.83f,1.27f,1.50f,1.23f,1.80f,1.69f,1.63f,1.46f,1.37f,1.09f,1.16f,1.24f,1.44f,1.49f,1.69f,1.59f,1.80f,1.69f,1.87f,1.86f,1.72f,1.82f,1.91f,1.94f,1.92f,1.95f,1.99f,1.98f,1.91f,1.97f,1.89f,1.51f,1.72f,1.67f,1.77f,1.86f,1.55f,1.41f,1.25f,1.33f,1.58f,1.50f,1.80f,1.63f,1.74f,1.04f,1.21f,0.97f,1.48f,1.37f,1.21f,0.93f,0.97f,1.05f,0.92f,0.88f,0.84f,1.14f,1.02f,1.34f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.94f,1.84f,1.87f,1.64f,1.71f,1.71f,1.14f,1.38f,1.19f,1.46f,1.23f,1.26f,1.48f,1.26f,1.50f,1.91f,1.80f,1.76f,1.41f,1.61f,1.39f,1.59f,1.33f,1.24f,1.51f,1.18f,0.97f,1.11f,0.82f,0.88f,0.86f,0.94f,0.92f,0.99f,1.03f,0.98f,0.91f,0.90f,0.79f,0.84f,0.77f,0.79f,0.84f,0.77f,0.83f,0.99f,0.85f,0.91f,0.92f,1.02f,1.00f,0.79f,0.80f,0.86f,0.88f,0.84f,0.92f,0.88f,0.97f,1.10f,0.94f,0.74f,0.71f,0.74f,0.72f,0.70f,0.73f,0.72f,0.76f,0.82f,0.77f,0.77f,0.73f,0.74f,0.71f,0.70f,0.73f,0.83f,0.85f,0.78f,0.92f,0.88f,0.86f,0.81f,0.79f,0.74f,0.75f,0.92f,0.93f,0.85f,0.96f,0.94f,0.88f,0.86f,0.81f,0.75f,0.79f,0.93f,0.90f,0.85f,0.88f,0.82f,0.77f,1.05f,1.27f,0.99f,1.60f,1.47f,1.39f,1.20f,1.11f,0.95f,0.97f,1.08f,1.33f,1.31f,1.70f,1.55f,1.76f,1.57f,1.76f,1.70f,1.54f,1.85f,1.97f,1.91f,1.99f,1.97f,1.99f,1.91f,1.77f,1.88f,1.85f,1.39f,1.64f,1.51f,1.58f,1.74f,1.32f,1.22f,1.01f,1.54f,1.76f,1.65f,1.93f,1.70f,1.85f,1.28f,1.39f,1.09f,1.52f,1.48f,1.26f,0.97f,0.99f,1.18f,1.00f,0.93f,0.90f,1.05f,1.01f,1.31f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.97f,1.92f,1.88f,1.79f,1.79f,1.71f,1.37f,1.59f,1.38f,1.60f,1.35f,1.23f,1.47f,1.30f,1.56f,1.99f,1.93f,1.90f,1.60f,1.78f,1.61f,1.79f,1.57f,1.48f,1.72f,1.40f,1.14f,1.37f,0.89f,0.96f,0.94f,1.07f,1.00f,1.21f,1.30f,1.14f,0.98f,0.96f,0.86f,0.91f,0.83f,0.82f,0.88f,0.82f,0.89f,1.11f,0.87f,0.94f,0.93f,1.02f,1.07f,0.80f,0.79f,0.85f,0.82f,0.80f,0.87f,0.85f,0.93f,1.02f,0.93f,0.77f,0.72f,0.74f,0.71f,0.70f,0.70f,0.71f,0.72f,0.77f,0.74f,0.82f,0.76f,0.79f,0.72f,0.73f,0.76f,0.89f,0.89f,0.82f,0.93f,0.91f,0.86f,0.83f,0.79f,0.73f,0.76f,0.91f,0.89f,0.83f,0.89f,0.89f,0.82f,0.82f,0.76f,0.72f,0.76f,0.86f,0.83f,0.79f,0.82f,0.76f,0.73f,0.94f,1.00f,0.91f,1.37f,1.21f,1.14f,0.98f,0.96f,0.88f,0.89f,0.96f,1.14f,1.07f,1.60f,1.40f,1.61f,1.37f,1.57f,1.48f,1.30f,1.78f,1.93f,1.79f,1.99f,1.92f,1.90f,1.79f,1.59f,1.72f,1.79f,1.30f,1.56f,1.35f,1.38f,1.60f,1.11f,1.07f,0.94f,1.68f,1.86f,1.71f,1.97f,1.68f,1.86f,1.44f,1.49f,1.22f,1.44f,1.49f,1.22f,0.99f,0.99f,1.23f,1.19f,0.98f,0.97f,0.97f,0.98f,1.19f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.94f,1.97f,1.87f,1.91f,1.85f,1.71f,1.60f,1.77f,1.58f,1.74f,1.51f,1.26f,1.48f,1.39f,1.64f,1.99f,1.97f,1.99f,1.70f,1.85f,1.76f,1.91f,1.76f,1.70f,1.88f,1.55f,1.33f,1.57f,0.96f,1.08f,1.05f,1.31f,1.27f,1.47f,1.54f,1.39f,1.20f,1.11f,0.93f,0.99f,0.90f,0.88f,0.95f,0.88f,0.97f,1.32f,0.92f,1.01f,0.97f,1.10f,1.22f,0.84f,0.80f,0.88f,0.79f,0.79f,0.85f,0.86f,0.92f,1.02f,0.94f,0.82f,0.76f,0.77f,0.72f,0.73f,0.70f,0.72f,0.71f,0.74f,0.74f,0.88f,0.81f,0.85f,0.75f,0.77f,0.82f,0.94f,0.93f,0.86f,0.92f,0.92f,0.86f,0.85f,0.79f,0.74f,0.79f,0.88f,0.85f,0.81f,0.82f,0.83f,0.77f,0.78f,0.73f,0.71f,0.75f,0.79f,0.77f,0.74f,0.77f,0.73f,0.70f,0.86f,0.92f,0.84f,1.14f,0.99f,0.98f,0.91f,0.90f,0.84f,0.83f,0.88f,0.97f,0.94f,1.41f,1.18f,1.39f,1.11f,1.33f,1.24f,1.03f,1.61f,1.80f,1.59f,1.91f,1.84f,1.76f,1.64f,1.38f,1.51f,1.71f,1.26f,1.50f,1.23f,1.19f,1.46f,0.99f,1.00f,0.91f,1.70f,1.85f,1.65f,1.93f,1.54f,1.76f,1.52f,1.48f,1.26f,1.28f,1.39f,1.09f,0.99f,0.97f,1.18f,1.31f,1.01f,1.05f,0.90f,0.93f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.86f,1.95f,1.82f,1.98f,1.89f,1.71f,1.80f,1.91f,1.77f,1.86f,1.67f,1.34f,1.53f,1.51f,1.72f,1.92f,1.91f,1.99f,1.69f,1.82f,1.80f,1.94f,1.87f,1.86f,1.97f,1.59f,1.44f,1.69f,1.05f,1.24f,1.27f,1.49f,1.50f,1.69f,1.72f,1.63f,1.46f,1.37f,1.00f,1.23f,0.98f,0.95f,1.09f,0.96f,1.16f,1.55f,0.99f,1.25f,1.10f,1.24f,1.41f,0.90f,0.85f,0.94f,0.79f,0.81f,0.85f,0.89f,0.94f,1.09f,0.98f,0.89f,0.82f,0.83f,0.74f,0.77f,0.72f,0.76f,0.73f,0.75f,0.78f,0.94f,0.86f,0.91f,0.79f,0.83f,0.89f,0.99f,0.95f,0.90f,0.90f,0.92f,0.84f,0.86f,0.79f,0.75f,0.81f,0.85f,0.80f,0.78f,0.76f,0.77f,0.73f,0.74f,0.71f,0.71f,0.73f,0.74f,0.74f,0.71f,0.76f,0.72f,0.70f,0.79f,0.85f,0.78f,0.98f,0.92f,0.93f,0.85f,0.87f,0.82f,0.79f,0.81f,0.89f,0.86f,1.16f,0.97f,1.12f,0.95f,1.06f,1.00f,0.93f,1.38f,1.60f,1.35f,1.77f,1.71f,1.57f,1.48f,1.20f,1.28f,1.62f,1.27f,1.46f,1.17f,1.05f,1.34f,0.96f,0.99f,0.90f,1.63f,1.74f,1.50f,1.80f,1.33f,1.58f,1.48f,1.37f,1.21f,1.04f,1.21f,0.97f,0.97f,0.93f,1.05f,1.34f,1.02f,1.14f,0.84f,0.88f,0.92f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.74f,1.89f,1.76f,1.98f,1.89f,1.71f,1.93f,1.99f,1.91f,1.94f,1.82f,1.46f,1.60f,1.65f,1.80f,1.79f,1.77f,1.92f,1.57f,1.69f,1.74f,1.87f,1.88f,1.94f,1.98f,1.53f,1.45f,1.70f,1.18f,1.32f,1.42f,1.58f,1.65f,1.83f,1.81f,1.81f,1.67f,1.61f,1.19f,1.44f,1.17f,1.11f,1.36f,1.15f,1.41f,1.75f,1.22f,1.50f,1.34f,1.42f,1.61f,0.98f,0.92f,1.03f,0.83f,0.86f,0.89f,0.95f,0.98f,1.23f,1.14f,0.97f,0.89f,0.90f,0.78f,0.82f,0.76f,0.82f,0.77f,0.79f,0.84f,0.98f,0.90f,0.98f,0.83f,0.89f,0.97f,1.03f,0.95f,0.92f,0.86f,0.90f,0.82f,0.86f,0.79f,0.77f,0.84f,0.81f,0.76f,0.76f,0.72f,0.73f,0.70f,0.72f,0.71f,0.73f,0.73f,0.72f,0.74f,0.71f,0.78f,0.74f,0.72f,0.75f,0.80f,0.76f,0.94f,0.88f,0.91f,0.83f,0.87f,0.84f,0.79f,0.76f,0.82f,0.80f,0.97f,0.89f,0.96f,0.88f,0.95f,0.94f,0.87f,1.11f,1.37f,1.10f,1.59f,1.57f,1.37f,1.33f,1.05f,1.08f,1.54f,1.34f,1.46f,1.16f,0.99f,1.26f,0.96f,1.05f,0.92f,1.45f,1.55f,1.27f,1.60f,1.07f,1.34f,1.35f,1.18f,1.07f,0.93f,0.99f,0.90f,0.93f,0.87f,0.96f,1.27f,0.99f,1.15f,0.77f,0.82f,0.85f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.60f,1.78f,1.68f,1.93f,1.86f,1.71f,1.97f,1.99f,1.99f,1.97f,1.93f,1.60f,1.68f,1.78f,1.86f,1.61f,1.57f,1.79f,1.37f,1.48f,1.59f,1.72f,1.79f,1.92f,1.90f,1.38f,1.35f,1.60f,1.23f,1.30f,1.47f,1.56f,1.71f,1.88f,1.79f,1.92f,1.79f,1.79f,1.30f,1.56f,1.35f,1.37f,1.59f,1.38f,1.60f,1.90f,1.48f,1.72f,1.57f,1.61f,1.79f,1.21f,1.00f,1.30f,0.89f,0.94f,0.96f,1.07f,1.14f,1.40f,1.37f,1.14f,0.96f,0.98f,0.82f,0.88f,0.82f,0.89f,0.83f,0.86f,0.91f,1.02f,0.93f,1.07f,0.87f,0.94f,1.11f,1.02f,0.93f,0.93f,0.82f,0.87f,0.80f,0.85f,0.79f,0.80f,0.85f,0.77f,0.72f,0.74f,0.71f,0.70f,0.70f,0.71f,0.72f,0.77f,0.74f,0.72f,0.76f,0.73f,0.82f,0.79f,0.76f,0.73f,0.79f,0.76f,0.93f,0.86f,0.91f,0.83f,0.89f,0.89f,0.82f,0.72f,0.76f,0.76f,0.89f,0.82f,0.89f,0.82f,0.89f,0.91f,0.83f,0.96f,1.14f,0.97f,1.40f,1.44f,1.19f,1.22f,0.99f,0.98f,1.49f,1.44f,1.49f,1.22f,0.99f,1.23f,0.98f,1.19f,0.97f,1.21f,1.30f,1.00f,1.37f,0.94f,1.07f,1.14f,0.98f,0.96f,0.86f,0.91f,0.83f,0.88f,0.82f,0.89f,1.11f,0.94f,1.07f,0.73f,0.76f,0.79f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.46f,1.65f,1.60f,1.82f,1.80f,1.71f,1.93f,1.91f,1.99f,1.94f,1.98f,1.74f,1.76f,1.89f,1.89f,1.42f,1.34f,1.61f,1.11f,1.22f,1.36f,1.50f,1.61f,1.81f,1.75f,1.15f,1.17f,1.41f,1.18f,1.19f,1.42f,1.44f,1.65f,1.83f,1.67f,1.94f,1.81f,1.88f,1.32f,1.58f,1.45f,1.57f,1.74f,1.53f,1.70f,1.98f,1.69f,1.87f,1.77f,1.79f,1.92f,1.45f,1.27f,1.55f,0.97f,1.07f,1.11f,1.34f,1.37f,1.59f,1.60f,1.35f,1.07f,1.18f,0.86f,0.93f,0.87f,0.96f,0.90f,0.93f,0.99f,1.03f,0.95f,1.15f,0.90f,0.99f,1.27f,0.98f,0.90f,0.92f,0.78f,0.83f,0.77f,0.84f,0.79f,0.82f,0.86f,0.73f,0.71f,0.73f,0.72f,0.70f,0.73f,0.72f,0.76f,0.81f,0.76f,0.76f,0.82f,0.77f,0.89f,0.85f,0.82f,0.75f,0.80f,0.80f,0.94f,0.88f,0.94f,0.87f,0.95f,0.96f,0.88f,0.72f,0.74f,0.76f,0.83f,0.78f,0.84f,0.79f,0.87f,0.91f,0.83f,0.89f,0.98f,0.92f,1.23f,1.34f,1.05f,1.16f,0.99f,0.96f,1.46f,1.57f,1.54f,1.33f,1.05f,1.26f,1.08f,1.37f,1.10f,0.98f,1.03f,0.92f,1.14f,0.86f,0.95f,0.97f,0.90f,0.89f,0.79f,0.84f,0.77f,0.82f,0.76f,0.82f,0.97f,0.89f,0.98f,0.71f,0.72f,0.74f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.34f,1.51f,1.53f,1.67f,1.72f,1.71f,1.80f,1.77f,1.91f,1.86f,1.98f,1.86f,1.82f,1.95f,1.89f,1.24f,1.10f,1.41f,0.95f,0.99f,1.09f,1.25f,1.37f,1.63f,1.55f,0.96f,0.98f,1.16f,1.05f,1.00f,1.27f,1.23f,1.50f,1.69f,1.46f,1.86f,1.72f,1.87f,1.24f,1.49f,1.44f,1.69f,1.80f,1.59f,1.69f,1.97f,1.82f,1.94f,1.91f,1.92f,1.99f,1.63f,1.50f,1.74f,1.16f,1.33f,1.38f,1.58f,1.60f,1.77f,1.80f,1.48f,1.21f,1.37f,0.90f,0.97f,0.93f,1.05f,0.97f,1.04f,1.21f,0.99f,0.95f,1.14f,0.92f,1.02f,1.34f,0.94f,0.86f,0.90f,0.74f,0.79f,0.75f,0.81f,0.79f,0.84f,0.86f,0.71f,0.71f,0.73f,0.76f,0.73f,0.77f,0.74f,0.80f,0.85f,0.78f,0.81f,0.89f,0.84f,0.97f,0.92f,0.88f,0.79f,0.85f,0.86f,0.98f,0.92f,1.00f,0.93f,1.06f,1.12f,0.95f,0.74f,0.74f,0.78f,0.79f,0.76f,0.82f,0.79f,0.87f,0.93f,0.85f,0.85f,0.94f,0.90f,1.09f,1.27f,0.99f,1.17f,1.05f,0.96f,1.46f,1.71f,1.62f,1.48f,1.20f,1.34f,1.28f,1.57f,1.35f,0.90f,0.94f,0.85f,0.98f,0.81f,0.89f,0.89f,0.83f,0.82f,0.75f,0.78f,0.73f,0.77f,0.72f,0.76f,0.89f,0.83f,0.91f,0.71f,0.70f,0.72f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f}, {1.26f,1.39f,1.48f,1.51f,1.64f,1.71f,1.60f,1.58f,1.77f,1.74f,1.91f,1.94f,1.87f,1.97f,1.85f,1.10f,0.97f,1.22f,0.88f,0.92f,0.95f,1.01f,1.11f,1.39f,1.32f,0.88f,0.90f,0.97f,0.96f,0.93f,1.05f,0.99f,1.27f,1.47f,1.20f,1.70f,1.54f,1.76f,1.08f,1.31f,1.33f,1.70f,1.76f,1.55f,1.57f,1.88f,1.85f,1.91f,1.97f,1.99f,1.99f,1.70f,1.65f,1.85f,1.41f,1.54f,1.61f,1.76f,1.80f,1.91f,1.93f,1.52f,1.26f,1.48f,0.92f,0.99f,0.97f,1.18f,1.09f,1.28f,1.39f,0.94f,0.93f,1.05f,0.92f,1.01f,1.31f,0.88f,0.81f,0.86f,0.72f,0.75f,0.74f,0.79f,0.79f,0.86f,0.85f,0.71f,0.73f,0.75f,0.82f,0.77f,0.83f,0.78f,0.85f,0.88f,0.81f,0.88f,0.97f,0.90f,1.18f,1.00f,0.93f,0.86f,0.92f,0.94f,1.14f,0.99f,1.24f,1.03f,1.33f,1.39f,1.11f,0.79f,0.77f,0.84f,0.79f,0.77f,0.84f,0.83f,0.90f,0.98f,0.91f,0.85f,0.92f,0.91f,1.02f,1.26f,1.00f,1.23f,1.19f,0.99f,1.50f,1.84f,1.71f,1.64f,1.38f,1.46f,1.51f,1.76f,1.59f,0.84f,0.88f,0.80f,0.94f,0.79f,0.86f,0.82f,0.77f,0.76f,0.74f,0.74f,0.71f,0.73f,0.70f,0.72f,0.82f,0.77f,0.85f,0.74f,0.70f,0.73f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f,1.00f} }; } |
From: Carsten W. <ca...@us...> - 2007-02-27 13:32:39
|
Update of /cvsroot/jake2/jake2/src/jake2/render/fast In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15208/src/jake2/render/fast Modified Files: Mesh.java Removed Files: Anorms.java Log Message: shared usage of Anorms; moved to jake2.render package Index: Mesh.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/fast/Mesh.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Mesh.java 21 Nov 2006 02:22:19 -0000 1.3 --- Mesh.java 27 Feb 2007 13:32:34 -0000 1.4 *************** *** 6,27 **** */ /* ! Copyright (C) 1997-2001 Id Software, Inc. ! This program is free software; you can redistribute it and/or ! modify it under the terms of the GNU General Public License ! as published by the Free Software Foundation; either version 2 ! of the License, or (at your option) any later version. ! This program is distributed in the hope that it will be useful, [...1333 lines suppressed...] ! if ((currententity.flags & Defines.RF_DEPTHHACK) != 0) ! gl.glDepthRange(gldepthmin, gldepthmax); ! if (gl_shadows.value != 0.0f ! && (currententity.flags & (Defines.RF_TRANSLUCENT | Defines.RF_WEAPONMODEL)) == 0) { ! gl.glPushMatrix(); ! R_RotateForEntity(e); ! gl.glDisable(GL_TEXTURE_2D); ! gl.glEnable(GL_BLEND); ! gl.glColor4f(0, 0, 0, 0.5f); ! GL_DrawAliasShadow(paliashdr, currententity.frame); ! gl.glEnable(GL_TEXTURE_2D); ! gl.glDisable(GL_BLEND); ! gl.glPopMatrix(); } + gl.glColor4f(1, 1, 1, 1); + } } \ No newline at end of file --- Anorms.java DELETED --- |
From: Carsten W. <ca...@us...> - 2007-02-27 13:32:39
|
Update of /cvsroot/jake2/jake2/src/jake2/render/basic In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15208/src/jake2/render/basic Modified Files: Mesh.java Removed Files: Anorms.java Log Message: shared usage of Anorms; moved to jake2.render package Index: Mesh.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/basic/Mesh.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Mesh.java 21 Nov 2006 00:50:46 -0000 1.2 --- Mesh.java 27 Feb 2007 13:32:34 -0000 1.3 *************** *** 30,33 **** --- 30,34 ---- import jake2.client.entity_t; import jake2.qcommon.qfiles; + import jake2.render.Anorms; import jake2.render.image_t; import jake2.util.Lib; --- Anorms.java DELETED --- |
From: Carsten W. <ca...@us...> - 2007-02-15 14:28:50
|
Update of /cvsroot/jake2/jake2/src/jake2/render/fast In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15402/src/jake2/render/fast Modified Files: Image.java Log Message: clean up Index: Image.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/fast/Image.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Image.java 10 Jan 2007 03:01:31 -0000 1.4 --- Image.java 15 Feb 2007 14:28:47 -0000 1.5 *************** *** 2,7 **** * Image.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 36,44 **** import java.awt.Dimension; ! import java.awt.geom.AffineTransform; ! import java.awt.image.AffineTransformOp; ! import java.awt.image.BufferedImage; ! import java.nio.*; ! import java.util.*; /** --- 34,43 ---- import java.awt.Dimension; ! import java.nio.ByteBuffer; ! import java.nio.ByteOrder; ! import java.nio.IntBuffer; ! import java.util.Arrays; ! import java.util.HashMap; ! import java.util.Map; /** *************** *** 120,135 **** void GL_SelectTexture(int texture /* GLenum */) { ! int tmu; ! ! tmu = (texture == TEXTURE0) ? 0 : 1; ! if (tmu == gl_state.currenttmu) { ! return; } - gl_state.currenttmu = tmu; - - gl.glActiveTextureARB(texture); - gl.glClientActiveTextureARB(texture); } --- 119,130 ---- void GL_SelectTexture(int texture /* GLenum */) { ! int tmu = (texture == TEXTURE0) ? 0 : 1; ! if (tmu != gl_state.currenttmu) { ! gl_state.currenttmu = tmu; ! gl.glActiveTextureARB(texture); ! gl.glClientActiveTextureARB(texture); } } |
From: Carsten W. <ca...@us...> - 2007-02-15 13:57:17
|
Update of /cvsroot/jake2/jake2/src/jake2/render In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5552/src/jake2/render Modified Files: Base.java Log Message: clean up Index: Base.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/Base.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Base.java 21 Nov 2006 00:51:22 -0000 1.2 --- Base.java 15 Feb 2007 13:57:12 -0000 1.3 *************** *** 2,7 **** * Base.java * Copyright (C) 2003 - * - * $Id$ */ /* --- 2,5 ---- *************** *** 26,36 **** package jake2.render; - import jake2.client.refexport_t; import jake2.client.viddef_t; import jake2.game.cvar_t; ! import jake2.render.*; ! import jake2.render.opengl.*; ! ! import java.awt.Dimension; /** --- 24,32 ---- package jake2.render; import jake2.client.viddef_t; import jake2.game.cvar_t; ! import jake2.render.opengl.GLDriver; ! import jake2.render.opengl.QGL; ! import jake2.render.opengl.QGLConst; /** |
From: Carsten W. <ca...@us...> - 2007-02-14 19:50:56
|
Update of /cvsroot/jake2/jake2/src/jake2/render/opengl In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19198/src/jake2/render/opengl Modified Files: LwjglDriver.java Log Message: a better display mode selection (can handle strange frequencies) Index: LwjglDriver.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/LwjglDriver.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** LwjglDriver.java 22 Nov 2006 15:05:39 -0000 1.3 --- LwjglDriver.java 14 Feb 2007 19:50:48 -0000 1.4 *************** *** 123,130 **** if (m.getBitsPerPixel() != oldDisplayMode.getBitsPerPixel()) continue; ! if (m.getFrequency() > oldDisplayMode.getFrequency()) continue; if (m.getHeight() < 240 || m.getWidth() < 320) continue; int j = 0; --- 123,132 ---- if (m.getBitsPerPixel() != oldDisplayMode.getBitsPerPixel()) continue; ! if (m.getFrequency() > Math.max(60, oldDisplayMode.getFrequency())) continue; if (m.getHeight() < 240 || m.getWidth() < 320) continue; + if (m.getHeight() > oldDisplayMode.getHeight() || m.getWidth() > oldDisplayMode.getWidth()) + continue; int j = 0; |
From: Carsten W. <ca...@us...> - 2007-02-12 09:04:32
|
Update of /cvsroot/jake2/jake2/lib/lwjgl/osx In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1887/lib/lwjgl/osx Modified Files: liblwjgl.jnilib Log Message: update to lwjgl 1.0 libs Index: liblwjgl.jnilib =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/osx/liblwjgl.jnilib,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs6QbdL5 and /tmp/cvszS2VQZ differ |
From: Carsten W. <ca...@us...> - 2007-02-12 09:04:32
|
Update of /cvsroot/jake2/jake2/lib/lwjgl/linux In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1887/lib/lwjgl/linux Modified Files: liblwjgl64.so liblwjgl.so Log Message: update to lwjgl 1.0 libs Index: liblwjgl64.so =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/linux/liblwjgl64.so,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvs6cUm79 and /tmp/cvsrMUjO3 differ Index: liblwjgl.so =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/linux/liblwjgl.so,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsGu6bPl and /tmp/cvs6tud8f differ |
From: Carsten W. <ca...@us...> - 2007-02-12 09:04:32
|
Update of /cvsroot/jake2/jake2/lib/lwjgl/windows In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1887/lib/lwjgl/windows Modified Files: lwjgl.dll Log Message: update to lwjgl 1.0 libs Index: lwjgl.dll =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/windows/lwjgl.dll,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvshlhAna and /tmp/cvsJRWH33 differ |
From: Carsten W. <ca...@us...> - 2007-02-12 09:04:32
|
Update of /cvsroot/jake2/jake2/lib/lwjgl In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1887/lib/lwjgl Modified Files: lwjgl.jar lwjgl_util.jar Log Message: update to lwjgl 1.0 libs Index: lwjgl.jar =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/lwjgl.jar,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvse93ipa and /tmp/cvsUvDim4 differ Index: lwjgl_util.jar =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/lwjgl_util.jar,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsJtg5bu and /tmp/cvskK3owo differ |
From: Carsten W. <ca...@us...> - 2007-01-12 00:51:45
|
Update of /cvsroot/jake2/jake2/src/jake2/client In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29497/src/jake2/client Modified Files: VID.java Log Message: add vertical sync entry to video menu Index: VID.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/client/VID.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** VID.java 21 Nov 2006 00:51:39 -0000 1.18 --- VID.java 12 Jan 2007 00:51:13 -0000 1.19 *************** *** 391,394 **** --- 391,395 ---- static Menu.menulist_s s_stipple_box = new Menu.menulist_s(); static Menu.menulist_s s_paletted_texture_box = new Menu.menulist_s(); + static Menu.menulist_s s_vsync_box = new Menu.menulist_s(); static Menu.menulist_s s_windowed_mouse = new Menu.menulist_s(); static Menu.menuaction_s s_apply_action = new Menu.menuaction_s(); *************** *** 639,680 **** }; - s_defaults_action.type = MTYPE_ACTION; - s_defaults_action.name = "reset to default"; - s_defaults_action.x = 0; - s_defaults_action.y = 90; - s_defaults_action.callback = new Menu.mcallback() { - public void execute(Object self) { - ResetDefaults(self); - } - }; ! s_apply_action.type = MTYPE_ACTION; ! s_apply_action.name = "apply"; ! s_apply_action.x = 0; ! s_apply_action.y = 100; ! s_apply_action.callback = new Menu.mcallback() { ! public void execute(Object self) { ! ApplyChanges(self); } }; - - - s_stipple_box.type = MTYPE_SPINCONTROL; - s_stipple_box.x = 0; - s_stipple_box.y = 60; - s_stipple_box.name = "stipple alpha"; - s_stipple_box.curvalue = (int)sw_stipplealpha.value; - s_stipple_box.itemnames = yesno_names; ! s_windowed_mouse.type = MTYPE_SPINCONTROL; ! s_windowed_mouse.x = 0; ! s_windowed_mouse.y = 72; ! s_windowed_mouse.name = "windowed mouse"; ! s_windowed_mouse.curvalue = (int)_windowed_mouse.value; ! s_windowed_mouse.itemnames = yesno_names; s_tq_slider.type = MTYPE_SLIDER; s_tq_slider.x = 0; ! s_tq_slider.y = 60; s_tq_slider.name = "texture quality"; s_tq_slider.minvalue = 0; --- 640,674 ---- }; ! s_vsync_box.type = MTYPE_SPINCONTROL; ! s_vsync_box.x = 0; ! s_vsync_box.y = 54; ! s_vsync_box.name = "vertical sync"; ! s_vsync_box.itemnames = yesno_names; ! s_vsync_box.curvalue = (int) Cvar.Get("gl_swapinterval", "0", Defines.CVAR_ARCHIVE).value; ! s_vsync_box.callback = new Menu.mcallback() { ! public void execute(Object o) { ! int interval = ((Menu.menulist_s)o).curvalue; ! Cvar.SetValue("gl_swapinterval", interval); } }; ! // s_stipple_box.type = MTYPE_SPINCONTROL; ! // s_stipple_box.x = 0; ! // s_stipple_box.y = 60; ! // s_stipple_box.name = "stipple alpha"; ! // s_stipple_box.curvalue = (int)sw_stipplealpha.value; ! // s_stipple_box.itemnames = yesno_names; ! // ! // s_windowed_mouse.type = MTYPE_SPINCONTROL; ! // s_windowed_mouse.x = 0; ! // s_windowed_mouse.y = 72; ! // s_windowed_mouse.name = "windowed mouse"; ! // s_windowed_mouse.curvalue = (int)_windowed_mouse.value; ! // s_windowed_mouse.itemnames = yesno_names; s_tq_slider.type = MTYPE_SLIDER; s_tq_slider.x = 0; ! s_tq_slider.y = 70; s_tq_slider.name = "texture quality"; s_tq_slider.minvalue = 0; *************** *** 684,692 **** s_paletted_texture_box.type = MTYPE_SPINCONTROL; s_paletted_texture_box.x = 0; ! s_paletted_texture_box.y = 70; s_paletted_texture_box.name = "8-bit textures"; s_paletted_texture_box.itemnames = yesno_names; s_paletted_texture_box.curvalue = (int)gl_ext_palettedtexture.value; Menu.Menu_AddItem( s_opengl_menu, s_ref_list ); Menu.Menu_AddItem( s_opengl_menu, s_mode_list ); --- 678,706 ---- s_paletted_texture_box.type = MTYPE_SPINCONTROL; s_paletted_texture_box.x = 0; ! s_paletted_texture_box.y = 80; s_paletted_texture_box.name = "8-bit textures"; s_paletted_texture_box.itemnames = yesno_names; s_paletted_texture_box.curvalue = (int)gl_ext_palettedtexture.value; + s_defaults_action.type = MTYPE_ACTION; + s_defaults_action.name = "reset to default"; + s_defaults_action.x = 0; + s_defaults_action.y = 100; + s_defaults_action.callback = new Menu.mcallback() { + public void execute(Object self) { + ResetDefaults(self); + } + }; + + s_apply_action.type = MTYPE_ACTION; + s_apply_action.name = "apply"; + s_apply_action.x = 0; + s_apply_action.y = 110; + s_apply_action.callback = new Menu.mcallback() { + public void execute(Object self) { + ApplyChanges(self); + } + }; + Menu.Menu_AddItem( s_opengl_menu, s_ref_list ); Menu.Menu_AddItem( s_opengl_menu, s_mode_list ); *************** *** 694,697 **** --- 708,714 ---- Menu.Menu_AddItem( s_opengl_menu, s_brightness_slider ); Menu.Menu_AddItem( s_opengl_menu, s_fs_box ); + + Menu.Menu_AddItem( s_opengl_menu, s_vsync_box ); + Menu.Menu_AddItem( s_opengl_menu, s_tq_slider ); Menu.Menu_AddItem( s_opengl_menu, s_paletted_texture_box ); |
From: Carsten W. <ca...@us...> - 2007-01-11 23:38:06
|
Update of /cvsroot/jake2/jake2/src/jake2/render/opengl In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17878/src/jake2/render/opengl Modified Files: Jsr231GL.java LwjglGL.java JoglGL.java DummyGL.java QGL.java CountGL.java Log Message: add setSwapInterval() for vsync (works on Win32 and Mac OS X) turn it off on console: gl_swapinterval 0 turn it on: gl_swapinterval 1 Index: QGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/QGL.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** QGL.java 10 Jan 2007 14:41:02 -0000 1.3 --- QGL.java 11 Jan 2007 23:36:10 -0000 1.4 *************** *** 154,157 **** --- 154,162 ---- void glViewport(int x, int y, int width, int height); + + /* + * util extensions + */ + void setSwapInterval(int interval); } \ No newline at end of file Index: LwjglGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/LwjglGL.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** LwjglGL.java 10 Jan 2007 14:41:02 -0000 1.4 --- LwjglGL.java 11 Jan 2007 23:35:54 -0000 1.5 *************** *** 302,304 **** --- 302,311 ---- } + /* + * util extensions + */ + public void setSwapInterval(int interval) { + Display.setSwapInterval(interval); + } + } Index: DummyGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/DummyGL.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DummyGL.java 10 Jan 2007 14:41:02 -0000 1.3 --- DummyGL.java 11 Jan 2007 23:35:59 -0000 1.4 *************** *** 309,311 **** --- 309,318 ---- } + /* + * util extensions + */ + public void setSwapInterval(int interval) { + // do nothing + } + } Index: JoglGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/JoglGL.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JoglGL.java 10 Jan 2007 14:41:02 -0000 1.3 --- JoglGL.java 11 Jan 2007 23:35:56 -0000 1.4 *************** *** 308,311 **** --- 308,317 ---- } + /* + * util extensions + */ + public void setSwapInterval(int interval) { + jogl.setSwapInterval(interval); + } } Index: Jsr231GL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/Jsr231GL.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Jsr231GL.java 10 Jan 2007 14:41:02 -0000 1.3 --- Jsr231GL.java 11 Jan 2007 23:35:53 -0000 1.4 *************** *** 307,311 **** gl.glMultiTexCoord2f(target, s, t); } ! } --- 307,317 ---- gl.glMultiTexCoord2f(target, s, t); } ! ! /* ! * util extensions ! */ ! public void setSwapInterval(int interval) { ! gl.setSwapInterval(interval); ! } } Index: CountGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/CountGL.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CountGL.java 10 Jan 2007 14:41:02 -0000 1.3 --- CountGL.java 11 Jan 2007 23:36:13 -0000 1.4 *************** *** 312,314 **** --- 312,321 ---- } + /* + * util extensions + */ + public void setSwapInterval(int interval) { + ++count; + } + } |
From: Carsten W. <ca...@us...> - 2007-01-11 23:37:16
|
Update of /cvsroot/jake2/jake2/src/jake2/render/fast In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17878/src/jake2/render/fast Modified Files: Misc.java Log Message: add setSwapInterval() for vsync (works on Win32 and Mac OS X) turn it off on console: gl_swapinterval 0 turn it on: gl_swapinterval 1 Index: Misc.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/fast/Misc.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Misc.java 22 Nov 2006 15:05:39 -0000 1.3 --- Misc.java 11 Jan 2007 23:36:21 -0000 1.4 *************** *** 263,266 **** --- 263,272 ---- gl.glClientActiveTextureARB(TEXTURE0); gl.glEnableClientState(GL_TEXTURE_COORD_ARRAY); + + /* + * perspective correction + */ + //gl.glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); + } *************** *** 272,278 **** if ( !gl_state.stereo_enabled ) { ! if (qwglSwapIntervalEXT) { ! // ((WGL)gl).wgl.glSwapIntervalEXT((int)gl_swapinterval.value); ! } } } --- 278,282 ---- if ( !gl_state.stereo_enabled ) { ! gl.setSwapInterval((int) gl_swapinterval.value); } } |
From: Carsten W. <ca...@us...> - 2007-01-11 23:37:07
|
Update of /cvsroot/jake2/jake2/src/jake2/render/basic In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17878/src/jake2/render/basic Modified Files: Misc.java Log Message: add setSwapInterval() for vsync (works on Win32 and Mac OS X) turn it off on console: gl_swapinterval 0 turn it on: gl_swapinterval 1 Index: Misc.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/basic/Misc.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Misc.java 22 Nov 2006 15:05:38 -0000 1.3 --- Misc.java 11 Jan 2007 23:36:15 -0000 1.4 *************** *** 29,38 **** import jake2.client.VID; import jake2.qcommon.FS; - import jake2.qcommon.xcommand_t; import jake2.util.Lib; ! import java.io.*; ! import java.nio.*; import java.nio.ByteBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; --- 29,39 ---- import jake2.client.VID; import jake2.qcommon.FS; import jake2.util.Lib; ! import java.io.File; ! import java.io.IOException; ! import java.io.RandomAccessFile; import java.nio.ByteBuffer; + import java.nio.FloatBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; *************** *** 272,278 **** if ( !gl_state.stereo_enabled ) { ! if (qwglSwapIntervalEXT) { ! // TODO ((WGL)gl).wglSwapIntervalEXT((int)gl_swapinterval.value); ! } } } --- 273,277 ---- if ( !gl_state.stereo_enabled ) { ! gl.setSwapInterval((int) gl_swapinterval.value); } } |
From: Carsten W. <ca...@us...> - 2007-01-11 23:21:58
|
Update of /cvsroot/jake2/jake2/src/jake2/render In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2682/src/jake2/render Modified Files: LwjglRenderer.java Log Message: cleanup Index: LwjglRenderer.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/LwjglRenderer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** LwjglRenderer.java 22 Nov 2006 15:05:39 -0000 1.4 --- LwjglRenderer.java 11 Jan 2007 23:20:40 -0000 1.5 *************** *** 205,212 **** public final void EndFrame() { endFrame(); - /* try { - Thread.sleep(1); - } catch (InterruptedException e) { - }*/ } --- 205,208 ---- *************** *** 215,219 **** */ public final void AppActivate(boolean activate) { ! appActivate(activate); } --- 211,215 ---- */ public final void AppActivate(boolean activate) { ! appActivate(activate); } *************** *** 229,233 **** return kbd; } ! // ============================================================================ // Ref interface --- 225,229 ---- return kbd; } ! // ============================================================================ // Ref interface |
From: Carsten W. <ca...@us...> - 2007-01-10 14:41:12
|
Update of /cvsroot/jake2/jake2/src/jake2/render/opengl In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14776/src/jake2/render/opengl Modified Files: Jsr231GL.java LwjglGL.java JoglGL.java DummyGL.java QGL.java QGLConst.java CountGL.java Log Message: add glHint(int target, int mode) e.g. for perspective correction hint Index: QGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/QGL.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** QGL.java 21 Nov 2006 00:49:54 -0000 1.2 --- QGL.java 10 Jan 2007 14:41:02 -0000 1.3 *************** *** 81,84 **** --- 81,86 ---- String glGetString(int name); + + void glHint(int target, int mode); void glInterleavedArrays(int format, int stride, FloatBuffer pointer); Index: LwjglGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/LwjglGL.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** LwjglGL.java 10 Jan 2007 02:11:09 -0000 1.3 --- LwjglGL.java 10 Jan 2007 14:41:02 -0000 1.4 *************** *** 137,140 **** --- 137,144 ---- } + public void glHint(int target, int mode) { + GL11.glHint(target, mode); + } + public final void glInterleavedArrays(int format, int stride, FloatBuffer pointer) { Index: DummyGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/DummyGL.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DummyGL.java 21 Nov 2006 00:49:54 -0000 1.2 --- DummyGL.java 10 Jan 2007 14:41:02 -0000 1.3 *************** *** 146,149 **** --- 146,153 ---- } } + + public void glHint(int target, int mode) { + // do nothing + } public void glInterleavedArrays(int format, int stride, Index: JoglGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/JoglGL.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JoglGL.java 21 Nov 2006 00:49:54 -0000 1.2 --- JoglGL.java 10 Jan 2007 14:41:02 -0000 1.3 *************** *** 144,147 **** --- 144,151 ---- } + public void glHint(int target, int mode) { + jogl.glHint(target, mode); + } + public void glInterleavedArrays(int format, int stride, FloatBuffer pointer) { Index: Jsr231GL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/Jsr231GL.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jsr231GL.java 21 Nov 2006 00:49:54 -0000 1.2 --- Jsr231GL.java 10 Jan 2007 14:41:02 -0000 1.3 *************** *** 143,146 **** --- 143,150 ---- return gl.glGetString(name); } + + public void glHint(int target, int mode) { + gl.glHint(target, mode); + } public void glInterleavedArrays(int format, int stride, Index: QGLConst.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/QGLConst.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** QGLConst.java 21 Nov 2006 00:49:54 -0000 1.2 --- QGLConst.java 10 Jan 2007 14:41:02 -0000 1.3 *************** *** 131,136 **** /* ! * hint modes */ public static final int GL_DONT_CARE = 0x1100; --- 131,138 ---- /* ! * hints */ + public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; + public static final int GL_DONT_CARE = 0x1100; Index: CountGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/CountGL.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CountGL.java 21 Nov 2006 00:49:54 -0000 1.2 --- CountGL.java 10 Jan 2007 14:41:02 -0000 1.3 *************** *** 19,124 **** public void glAlphaFunc(int func, float ref) { ! count++; } public void glBegin(int mode) { ! count++; } public void glBindTexture(int target, int texture) { ! count++; } public void glBlendFunc(int sfactor, int dfactor) { ! count++; } public void glClear(int mask) { ! count++; } public void glClearColor(float red, float green, float blue, float alpha) { ! count++; } public void glColor3f(float red, float green, float blue) { ! count++; } public void glColor3ub(byte red, byte green, byte blue) { ! count++; } public void glColor4f(float red, float green, float blue, float alpha) { ! count++; } public void glColor4ub(byte red, byte green, byte blue, byte alpha) { ! count++; } public void glColorPointer(int size, boolean unsigned, int stride, ByteBuffer pointer) { ! count++; } public void glColorPointer(int size, int stride, FloatBuffer pointer) { ! count++; } public void glCullFace(int mode) { ! count++; } public void glDeleteTextures(IntBuffer textures) { ! count++; } public void glDepthFunc(int func) { ! count++; } public void glDepthMask(boolean flag) { ! count++; } public void glDepthRange(double zNear, double zFar) { ! count++; } public void glDisable(int cap) { ! count++; } public void glDisableClientState(int cap) { ! count++; } public void glDrawArrays(int mode, int first, int count) { ! count++; } public void glDrawBuffer(int mode) { ! count++; } public void glDrawElements(int mode, IntBuffer indices) { ! count++; } public void glEnable(int cap) { ! count++; } public void glEnableClientState(int cap) { ! count++; } public void glEnd() { ! count++; } public void glFinish() { ! count++; } --- 19,124 ---- public void glAlphaFunc(int func, float ref) { ! ++count; } public void glBegin(int mode) { ! ++count; } public void glBindTexture(int target, int texture) { ! ++count; } public void glBlendFunc(int sfactor, int dfactor) { ! ++count; } public void glClear(int mask) { ! ++count; } public void glClearColor(float red, float green, float blue, float alpha) { ! ++count; } public void glColor3f(float red, float green, float blue) { ! ++count; } public void glColor3ub(byte red, byte green, byte blue) { ! ++count; } public void glColor4f(float red, float green, float blue, float alpha) { ! ++count; } public void glColor4ub(byte red, byte green, byte blue, byte alpha) { ! ++count; } public void glColorPointer(int size, boolean unsigned, int stride, ByteBuffer pointer) { ! ++count; } public void glColorPointer(int size, int stride, FloatBuffer pointer) { ! ++count; } public void glCullFace(int mode) { ! ++count; } public void glDeleteTextures(IntBuffer textures) { ! ++count; } public void glDepthFunc(int func) { ! ++count; } public void glDepthMask(boolean flag) { ! ++count; } public void glDepthRange(double zNear, double zFar) { ! ++count; } public void glDisable(int cap) { ! ++count; } public void glDisableClientState(int cap) { ! ++count; } public void glDrawArrays(int mode, int first, int count) { ! ++count; } public void glDrawBuffer(int mode) { ! ++count; } public void glDrawElements(int mode, IntBuffer indices) { ! ++count; } public void glEnable(int cap) { ! ++count; } public void glEnableClientState(int cap) { ! ++count; } public void glEnd() { ! ++count; } public void glFinish() { ! ++count; } *************** *** 130,134 **** public void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar) { ! count++; } --- 130,134 ---- public void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar) { ! ++count; } *************** *** 138,142 **** public void glGetFloat(int pname, FloatBuffer params) { ! count++; } --- 138,142 ---- public void glGetFloat(int pname, FloatBuffer params) { ! ++count; } *************** *** 150,226 **** } public void glInterleavedArrays(int format, int stride, FloatBuffer pointer) { ! count++; } public void glLoadIdentity() { ! count++; } public void glLoadMatrix(FloatBuffer m) { ! count++; } public void glMatrixMode(int mode) { ! count++; } public void glOrtho(double left, double right, double bottom, double top, double zNear, double zFar) { ! count++; } public void glPixelStorei(int pname, int param) { ! count++; } public void glPointSize(float size) { ! count++; } public void glPolygonMode(int face, int mode) { ! count++; } public void glPopMatrix() { ! count++; } public void glPushMatrix() { ! count++; } public void glReadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels) { ! count++; } public void glRotatef(float angle, float x, float y, float z) { ! count++; } public void glScalef(float x, float y, float z) { ! count++; } public void glScissor(int x, int y, int width, int height) { ! count++; } public void glShadeModel(int mode) { ! count++; } public void glTexCoord2f(float s, float t) { ! count++; } public void glTexCoordPointer(int size, int stride, FloatBuffer pointer) { ! count++; } public void glTexEnvi(int target, int pname, int param) { ! count++; } --- 150,230 ---- } + public void glHint(int target, int mode) { + ++count; + } + public void glInterleavedArrays(int format, int stride, FloatBuffer pointer) { ! ++count; } public void glLoadIdentity() { ! ++count; } public void glLoadMatrix(FloatBuffer m) { ! ++count; } public void glMatrixMode(int mode) { ! ++count; } public void glOrtho(double left, double right, double bottom, double top, double zNear, double zFar) { ! ++count; } public void glPixelStorei(int pname, int param) { ! ++count; } public void glPointSize(float size) { ! ++count; } public void glPolygonMode(int face, int mode) { ! ++count; } public void glPopMatrix() { ! ++count; } public void glPushMatrix() { ! ++count; } public void glReadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels) { ! ++count; } public void glRotatef(float angle, float x, float y, float z) { ! ++count; } public void glScalef(float x, float y, float z) { ! ++count; } public void glScissor(int x, int y, int width, int height) { ! ++count; } public void glShadeModel(int mode) { ! ++count; } public void glTexCoord2f(float s, float t) { ! ++count; } public void glTexCoordPointer(int size, int stride, FloatBuffer pointer) { ! ++count; } public void glTexEnvi(int target, int pname, int param) { ! ++count; } *************** *** 228,232 **** int width, int height, int border, int format, int type, ByteBuffer pixels) { ! count++; } --- 232,236 ---- int width, int height, int border, int format, int type, ByteBuffer pixels) { ! ++count; } *************** *** 234,246 **** int width, int height, int border, int format, int type, IntBuffer pixels) { ! count++; } public void glTexParameterf(int target, int pname, float param) { ! count++; } public void glTexParameteri(int target, int pname, int param) { ! count++; } --- 238,250 ---- int width, int height, int border, int format, int type, IntBuffer pixels) { ! ++count; } public void glTexParameterf(int target, int pname, float param) { ! ++count; } public void glTexParameteri(int target, int pname, int param) { ! ++count; } *************** *** 248,309 **** int yoffset, int width, int height, int format, int type, IntBuffer pixels) { ! count++; } public void glTranslatef(float x, float y, float z) { ! count++; } public void glVertex2f(float x, float y) { ! count++; } public void glVertex3f(float x, float y, float z) { ! count++; } public void glVertexPointer(int size, int stride, FloatBuffer pointer) { ! count++; } public void glViewport(int x, int y, int width, int height) { ! count++; } public void glColorTable(int target, int internalFormat, int width, int format, int type, ByteBuffer data) { ! count++; } public void glActiveTextureARB(int texture) { ! count++; } public void glClientActiveTextureARB(int texture) { ! count++; } public void glPointParameterEXT(int pname, FloatBuffer pfParams) { ! count++; } public void glPointParameterfEXT(int pname, float param) { ! count++; } public void glLockArraysEXT(int first, int count) { ! count++; } public void glArrayElement(int index) { ! count++; } public void glUnlockArraysEXT() { ! count++; } public void glMultiTexCoord2f(int target, float s, float t) { ! count++; } --- 252,313 ---- int yoffset, int width, int height, int format, int type, IntBuffer pixels) { ! ++count; } public void glTranslatef(float x, float y, float z) { ! ++count; } public void glVertex2f(float x, float y) { ! ++count; } public void glVertex3f(float x, float y, float z) { ! ++count; } public void glVertexPointer(int size, int stride, FloatBuffer pointer) { ! ++count; } public void glViewport(int x, int y, int width, int height) { ! ++count; } public void glColorTable(int target, int internalFormat, int width, int format, int type, ByteBuffer data) { ! ++count; } public void glActiveTextureARB(int texture) { ! ++count; } public void glClientActiveTextureARB(int texture) { ! ++count; } public void glPointParameterEXT(int pname, FloatBuffer pfParams) { ! ++count; } public void glPointParameterfEXT(int pname, float param) { ! ++count; } public void glLockArraysEXT(int first, int count) { ! ++count; } public void glArrayElement(int index) { ! ++count; } public void glUnlockArraysEXT() { ! ++count; } public void glMultiTexCoord2f(int target, float s, float t) { ! ++count; } |
From: Carsten W. <ca...@us...> - 2007-01-10 14:38:44
|
Update of /cvsroot/jake2/jake2/.settings In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13906/.settings Added Files: org.eclipse.jdt.ui.prefs org.eclipse.jdt.core.prefs Log Message: set code style (java code conventions) for eclipse 3.2 --- NEW FILE: org.eclipse.jdt.core.prefs --- #Wed Jan 10 14:09:23 CET 2007 eclipse.preferences.version=1 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=1 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false org.eclipse.jdt.core.formatter.comment.format_comments=true org.eclipse.jdt.core.formatter.comment.format_header=false org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_source_code=true org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=80 org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=mixed org.eclipse.jdt.core.formatter.tabulation.size=8 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false --- NEW FILE: org.eclipse.jdt.ui.prefs --- #Wed Jan 10 14:09:23 CET 2007 eclipse.preferences.version=1 formatter_profile=org.eclipse.jdt.ui.default.sun_profile formatter_settings_version=10 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com; org.eclipse.jdt.ui.ondemandthreshold=4 org.eclipse.jdt.ui.staticondemandthreshold=4 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/> |
From: Carsten W. <ca...@us...> - 2007-01-10 03:01:45
|
Update of /cvsroot/jake2/jake2/src/jake2/render/fast In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10057/src/jake2/render/fast Modified Files: Image.java Log Message: original texture resampling (lesser memory garbage) Index: Image.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/fast/Image.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Image.java 21 Nov 2006 02:22:19 -0000 1.3 --- Image.java 10 Jan 2007 03:01:31 -0000 1.4 *************** *** 859,928 **** } ! // ======================================================= ! /* ! ================ ! GL_ResampleTexture ! ================ ! */ ! // cwei :-) ! void GL_ResampleTexture(int[] in, int inwidth, int inheight, int[] out, int outwidth, int outheight) { ! // int i, j; ! // unsigned *inrow, *inrow2; ! // int frac, fracstep; ! // int[] p1 = new int[1024]; ! // int[] p2 = new int[1024]; ! // ! // *** this source do the same *** ! BufferedImage image = new BufferedImage(inwidth, inheight, BufferedImage.TYPE_INT_ARGB); ! image.setRGB(0, 0, inwidth, inheight, in, 0, inwidth); ! AffineTransformOp op = ! new AffineTransformOp( ! AffineTransform.getScaleInstance(outwidth * 1.0 / inwidth, outheight * 1.0 / inheight), ! AffineTransformOp.TYPE_NEAREST_NEIGHBOR); ! BufferedImage tmp = op.filter(image, null); ! tmp.getRGB(0, 0, outwidth, outheight, out, 0, outwidth); ! // *** end *** ! // byte *pix1, *pix2, *pix3, *pix4; ! // ! // fracstep = inwidth*0x10000/outwidth; ! // ! // frac = fracstep>>2; ! // for (i=0 ; i<outwidth ; i++) ! // { ! // p1[i] = 4*(frac>>16); ! // frac += fracstep; ! // } ! // frac = 3*(fracstep>>2); ! // for (i=0 ; i<outwidth ; i++) ! // { ! // p2[i] = 4*(frac>>16); ! // frac += fracstep; ! // } ! // ! // for (i=0 ; i<outheight ; i++, out += outwidth) ! // { ! // inrow = in + inwidth*(int)((i+0.25)*inheight/outheight); ! // inrow2 = in + inwidth*(int)((i+0.75)*inheight/outheight); ! // frac = fracstep >> 1; ! // for (j=0 ; j<outwidth ; j++) ! // { ! // pix1 = (byte *)inrow + p1[j]; ! // pix2 = (byte *)inrow + p2[j]; ! // pix3 = (byte *)inrow2 + p1[j]; ! // pix4 = (byte *)inrow2 + p2[j]; ! // ((byte *)(out+j))[0] = (pix1[0] + pix2[0] + pix3[0] + pix4[0])>>2; ! // ((byte *)(out+j))[1] = (pix1[1] + pix2[1] + pix3[1] + pix4[1])>>2; ! // ((byte *)(out+j))[2] = (pix1[2] + pix2[2] + pix3[2] + pix4[2])>>2; ! // ((byte *)(out+j))[3] = (pix1[3] + pix2[3] + pix3[3] + pix4[3])>>2; ! // } ! // } } /* --- 859,918 ---- } ! // ================================================== ! final int[] p1 = new int[1024]; ! final int[] p2 = new int[1024]; ! /* ! * GL_ResampleTexture ! */ ! void GL_ResampleTexture(int[] in, int inwidth, int inheight, int[] out, ! int outwidth, int outheight) { ! Arrays.fill(p1, 0); ! Arrays.fill(p2, 0); ! int fracstep = (inwidth * 0x10000) / outwidth; ! int i, j; ! int frac = fracstep >> 2; ! for (i = 0; i < outwidth; i++) { ! p1[i] = frac >> 16; ! frac += fracstep; ! } ! frac = 3 * (fracstep >> 2); ! for (i = 0; i < outwidth; i++) { ! p2[i] = frac >> 16; ! frac += fracstep; ! } ! int outp = 0; ! int r, g, b, a; ! int inrow, inrow2; ! int pix1, pix2, pix3, pix4; ! for (i = 0; i < outheight; i++) { ! inrow = inwidth * (int) ((i + 0.25f) * inheight / outheight); ! inrow2 = inwidth * (int) ((i + 0.75f) * inheight / outheight); ! frac = fracstep >> 1; ! for (j = 0; j < outwidth; j++) { ! pix1 = in[inrow + p1[j]]; ! pix2 = in[inrow + p2[j]]; ! pix3 = in[inrow2 + p1[j]]; ! pix4 = in[inrow2 + p2[j]]; ! ! r = (((pix1 >> 0) & 0xFF) + ((pix2 >> 0) & 0xFF) ! + ((pix3 >> 0) & 0xFF) + ((pix4 >> 0) & 0xFF)) >> 2; ! g = (((pix1 >> 8) & 0xFF) + ((pix2 >> 8) & 0xFF) ! + ((pix3 >> 8) & 0xFF) + ((pix4 >> 8) & 0xFF)) >> 2; ! b = (((pix1 >> 16) & 0xFF) + ((pix2 >> 16) & 0xFF) ! + ((pix3 >> 16) & 0xFF) + ((pix4 >> 16) & 0xFF)) >> 2; ! a = (((pix1 >> 24) & 0xFF) + ((pix2 >> 24) & 0xFF) ! + ((pix3 >> 24) & 0xFF) + ((pix4 >> 24) & 0xFF)) >> 2; ! ! out[outp++] = (a << 24) | (b << 16) | (g << 8) | r; ! } } + } /* |
From: Carsten W. <ca...@us...> - 2007-01-10 02:12:43
|
Update of /cvsroot/jake2/jake2/src/jake2/render/opengl In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30658/src/jake2/render/opengl Modified Files: LwjglGL.java Log Message: update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed) Index: LwjglGL.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/render/opengl/LwjglGL.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LwjglGL.java 21 Nov 2006 00:49:54 -0000 1.2 --- LwjglGL.java 10 Jan 2007 02:11:09 -0000 1.3 *************** *** 1,9 **** package jake2.render.opengl; - - import java.nio.*; ! import org.lwjgl.util.GL; public class LwjglGL implements QGL { --- 1,7 ---- package jake2.render.opengl; import java.nio.*; ! import org.lwjgl.opengl.*; public class LwjglGL implements QGL { *************** *** 14,215 **** public final void glAlphaFunc(int func, float ref) { ! GL.glAlphaFunc(func, ref); } public final void glBegin(int mode) { ! GL.glBegin(mode); } public final void glBindTexture(int target, int texture) { ! GL.glBindTexture(target, texture); } public final void glBlendFunc(int sfactor, int dfactor) { ! GL.glBlendFunc(sfactor, dfactor); } public final void glClear(int mask) { ! GL.glClear(mask); } public final void glClearColor(float red, float green, float blue, float alpha) { ! GL.glClearColor(red, green, blue, alpha); } public final void glColor3f(float red, float green, float blue) { ! GL.glColor3f(red, green, blue); } public final void glColor3ub(byte red, byte green, byte blue) { ! GL.glColor3ub(red, green, blue); } public final void glColor4f(float red, float green, float blue, float alpha) { ! GL.glColor4f(red, green, blue, alpha); } public final void glColor4ub(byte red, byte green, byte blue, byte alpha) { ! GL.glColor4ub(red, green, blue, alpha); } public final void glColorPointer(int size, boolean unsigned, int stride, ByteBuffer pointer) { ! GL.glColorPointer(size, unsigned, stride, pointer); } public final void glColorPointer(int size, int stride, FloatBuffer pointer) { ! GL.glColorPointer(size, stride, pointer); } public final void glCullFace(int mode) { ! GL.glCullFace(mode); } public final void glDeleteTextures(IntBuffer textures) { ! GL.glDeleteTextures(textures); } public final void glDepthFunc(int func) { ! GL.glDepthFunc(func); } public final void glDepthMask(boolean flag) { ! GL.glDepthMask(flag); } public final void glDepthRange(double zNear, double zFar) { ! GL.glDepthRange(zNear, zFar); } public final void glDisable(int cap) { ! GL.glDisable(cap); } public final void glDisableClientState(int cap) { ! GL.glDisableClientState(cap); } public final void glDrawArrays(int mode, int first, int count) { ! GL.glDrawArrays(mode, first, count); } public final void glDrawBuffer(int mode) { ! GL.glDrawBuffer(mode); } public final void glDrawElements(int mode, IntBuffer indices) { ! GL.glDrawElements(mode, indices); } public final void glEnable(int cap) { ! GL.glEnable(cap); } public final void glEnableClientState(int cap) { ! GL.glEnableClientState(cap); } public final void glEnd() { ! GL.glEnd(); } public final void glFinish() { ! GL.glFinish(); } public final void glFlush() { ! GL.glFlush(); } public final void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar) { ! GL.glFrustum(left, right, bottom, top, zNear, zFar); } public final int glGetError() { ! return GL.glGetError(); } public final void glGetFloat(int pname, FloatBuffer params) { ! GL.glGetFloat(pname, params); } public final String glGetString(int name) { ! return GL.glGetString(name); } public final void glInterleavedArrays(int format, int stride, FloatBuffer pointer) { ! GL.glInterleavedArrays(format, stride, pointer); } public final void glLoadIdentity() { ! GL.glLoadIdentity(); } public final void glLoadMatrix(FloatBuffer m) { ! GL.glLoadMatrix(m); } public final void glMatrixMode(int mode) { ! GL.glMatrixMode(mode); } public final void glOrtho(double left, double right, double bottom, double top, double zNear, double zFar) { ! GL.glOrtho(left, right, bottom, top, zNear, zFar); } public final void glPixelStorei(int pname, int param) { ! GL.glPixelStorei(pname, param); } public final void glPointSize(float size) { ! GL.glPointSize(size); } public final void glPolygonMode(int face, int mode) { ! GL.glPolygonMode(face, mode); } public final void glPopMatrix() { ! GL.glPopMatrix(); } public final void glPushMatrix() { ! GL.glPushMatrix(); } public final void glReadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels) { ! GL.glReadPixels(x, y, width, height, format, type, pixels); } public final void glRotatef(float angle, float x, float y, float z) { ! GL.glRotatef(angle, x, y, z); } public final void glScalef(float x, float y, float z) { ! GL.glScalef(x, y, z); } public final void glScissor(int x, int y, int width, int height) { ! GL.glScissor(x, y, width, height); } public final void glShadeModel(int mode) { ! GL.glShadeModel(mode); } public final void glTexCoord2f(float s, float t) { ! GL.glTexCoord2f(s, t); } public final void glTexCoordPointer(int size, int stride, FloatBuffer pointer) { ! GL.glTexCoordPointer(size, stride, pointer); } public final void glTexEnvi(int target, int pname, int param) { ! GL.glTexEnvi(target, pname, param); } --- 12,213 ---- public final void glAlphaFunc(int func, float ref) { ! GL11.glAlphaFunc(func, ref); } public final void glBegin(int mode) { ! GL11.glBegin(mode); } public final void glBindTexture(int target, int texture) { ! GL11.glBindTexture(target, texture); } public final void glBlendFunc(int sfactor, int dfactor) { ! GL11.glBlendFunc(sfactor, dfactor); } public final void glClear(int mask) { ! GL11.glClear(mask); } public final void glClearColor(float red, float green, float blue, float alpha) { ! GL11.glClearColor(red, green, blue, alpha); } public final void glColor3f(float red, float green, float blue) { ! GL11.glColor3f(red, green, blue); } public final void glColor3ub(byte red, byte green, byte blue) { ! GL11.glColor3ub(red, green, blue); } public final void glColor4f(float red, float green, float blue, float alpha) { ! GL11.glColor4f(red, green, blue, alpha); } public final void glColor4ub(byte red, byte green, byte blue, byte alpha) { ! GL11.glColor4ub(red, green, blue, alpha); } public final void glColorPointer(int size, boolean unsigned, int stride, ByteBuffer pointer) { ! GL11.glColorPointer(size, unsigned, stride, pointer); } public final void glColorPointer(int size, int stride, FloatBuffer pointer) { ! GL11.glColorPointer(size, stride, pointer); } public final void glCullFace(int mode) { ! GL11.glCullFace(mode); } public final void glDeleteTextures(IntBuffer textures) { ! GL11.glDeleteTextures(textures); } public final void glDepthFunc(int func) { ! GL11.glDepthFunc(func); } public final void glDepthMask(boolean flag) { ! GL11.glDepthMask(flag); } public final void glDepthRange(double zNear, double zFar) { ! GL11.glDepthRange(zNear, zFar); } public final void glDisable(int cap) { ! GL11.glDisable(cap); } public final void glDisableClientState(int cap) { ! GL11.glDisableClientState(cap); } public final void glDrawArrays(int mode, int first, int count) { ! GL11.glDrawArrays(mode, first, count); } public final void glDrawBuffer(int mode) { ! GL11.glDrawBuffer(mode); } public final void glDrawElements(int mode, IntBuffer indices) { ! GL11.glDrawElements(mode, indices); } public final void glEnable(int cap) { ! GL11.glEnable(cap); } public final void glEnableClientState(int cap) { ! GL11.glEnableClientState(cap); } public final void glEnd() { ! GL11.glEnd(); } public final void glFinish() { ! GL11.glFinish(); } public final void glFlush() { ! GL11.glFlush(); } public final void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar) { ! GL11.glFrustum(left, right, bottom, top, zNear, zFar); } public final int glGetError() { ! return GL11.glGetError(); } public final void glGetFloat(int pname, FloatBuffer params) { ! GL11.glGetFloat(pname, params); } public final String glGetString(int name) { ! return GL11.glGetString(name); } public final void glInterleavedArrays(int format, int stride, FloatBuffer pointer) { ! GL11.glInterleavedArrays(format, stride, pointer); } public final void glLoadIdentity() { ! GL11.glLoadIdentity(); } public final void glLoadMatrix(FloatBuffer m) { ! GL11.glLoadMatrix(m); } public final void glMatrixMode(int mode) { ! GL11.glMatrixMode(mode); } public final void glOrtho(double left, double right, double bottom, double top, double zNear, double zFar) { ! GL11.glOrtho(left, right, bottom, top, zNear, zFar); } public final void glPixelStorei(int pname, int param) { ! GL11.glPixelStorei(pname, param); } public final void glPointSize(float size) { ! GL11.glPointSize(size); } public final void glPolygonMode(int face, int mode) { ! GL11.glPolygonMode(face, mode); } public final void glPopMatrix() { ! GL11.glPopMatrix(); } public final void glPushMatrix() { ! GL11.glPushMatrix(); } public final void glReadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels) { ! GL11.glReadPixels(x, y, width, height, format, type, pixels); } public final void glRotatef(float angle, float x, float y, float z) { ! GL11.glRotatef(angle, x, y, z); } public final void glScalef(float x, float y, float z) { ! GL11.glScalef(x, y, z); } public final void glScissor(int x, int y, int width, int height) { ! GL11.glScissor(x, y, width, height); } public final void glShadeModel(int mode) { ! GL11.glShadeModel(mode); } public final void glTexCoord2f(float s, float t) { ! GL11.glTexCoord2f(s, t); } public final void glTexCoordPointer(int size, int stride, FloatBuffer pointer) { ! GL11.glTexCoordPointer(size, stride, pointer); } public final void glTexEnvi(int target, int pname, int param) { ! GL11.glTexEnvi(target, pname, param); } *************** *** 217,221 **** int width, int height, int border, int format, int type, ByteBuffer pixels) { ! GL.glTexImage2D(target, level, internalformat, width, height, border, format, type, pixels); } --- 215,219 ---- int width, int height, int border, int format, int type, ByteBuffer pixels) { ! GL11.glTexImage2D(target, level, internalformat, width, height, border, format, type, pixels); } *************** *** 224,237 **** int width, int height, int border, int format, int type, IntBuffer pixels) { ! GL.glTexImage2D(target, level, internalformat, width, height, border, format, type, pixels); } public final void glTexParameterf(int target, int pname, float param) { ! GL.glTexParameterf(target, pname, param); } public final void glTexParameteri(int target, int pname, int param) { ! GL.glTexParameteri(target, pname, param); } --- 222,235 ---- int width, int height, int border, int format, int type, IntBuffer pixels) { ! GL11.glTexImage2D(target, level, internalformat, width, height, border, format, type, pixels); } public final void glTexParameterf(int target, int pname, float param) { ! GL11.glTexParameterf(target, pname, param); } public final void glTexParameteri(int target, int pname, int param) { ! GL11.glTexParameteri(target, pname, param); } *************** *** 239,301 **** int yoffset, int width, int height, int format, int type, IntBuffer pixels) { ! GL.glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); } public final void glTranslatef(float x, float y, float z) { ! GL.glTranslatef(x, y, z); } public final void glVertex2f(float x, float y) { ! GL.glVertex2f(x, y); } public final void glVertex3f(float x, float y, float z) { ! GL.glVertex3f(x, y, z); } public final void glVertexPointer(int size, int stride, FloatBuffer pointer) { ! GL.glVertexPointer(size, stride, pointer); } public final void glViewport(int x, int y, int width, int height) { ! GL.glViewport(x, y, width, height); } public final void glColorTable(int target, int internalFormat, int width, int format, int type, ByteBuffer data) { ! GL.glColorTable(target, internalFormat, width, format, type, data); } public final void glActiveTextureARB(int texture) { ! GL.glActiveTextureARB(texture); } public final void glClientActiveTextureARB(int texture) { ! GL.glClientActiveTextureARB(texture); } public final void glPointParameterEXT(int pname, FloatBuffer pfParams) { ! GL.glPointParameterEXT(pname, pfParams); } public final void glPointParameterfEXT(int pname, float param) { ! GL.glPointParameterfEXT(pname, param); } public final void glLockArraysEXT(int first, int count) { ! GL.glLockArraysEXT(first, count); } public final void glArrayElement(int index) { ! GL.glArrayElement(index); } public final void glUnlockArraysEXT() { ! GL.glUnlockArraysEXT(); } public final void glMultiTexCoord2f(int target, float s, float t) { ! GL.glMultiTexCoord2f(target, s, t); } --- 237,299 ---- int yoffset, int width, int height, int format, int type, IntBuffer pixels) { ! GL11.glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels); } public final void glTranslatef(float x, float y, float z) { ! GL11.glTranslatef(x, y, z); } public final void glVertex2f(float x, float y) { ! GL11.glVertex2f(x, y); } public final void glVertex3f(float x, float y, float z) { ! GL11.glVertex3f(x, y, z); } public final void glVertexPointer(int size, int stride, FloatBuffer pointer) { ! GL11.glVertexPointer(size, stride, pointer); } public final void glViewport(int x, int y, int width, int height) { ! GL11.glViewport(x, y, width, height); } public final void glColorTable(int target, int internalFormat, int width, int format, int type, ByteBuffer data) { ! EXTPalettedTexture.glColorTableEXT(target, internalFormat, width, format, type, data); } public final void glActiveTextureARB(int texture) { ! ARBMultitexture.glActiveTextureARB(texture); } public final void glClientActiveTextureARB(int texture) { ! ARBMultitexture.glClientActiveTextureARB(texture); } public final void glPointParameterEXT(int pname, FloatBuffer pfParams) { ! EXTPointParameters.glPointParameterEXT(pname, pfParams); } public final void glPointParameterfEXT(int pname, float param) { ! EXTPointParameters.glPointParameterfEXT(pname, param); } public final void glLockArraysEXT(int first, int count) { ! EXTCompiledVertexArray.glLockArraysEXT(first, count); } public final void glArrayElement(int index) { ! GL11.glArrayElement(index); } public final void glUnlockArraysEXT() { ! EXTCompiledVertexArray.glUnlockArraysEXT(); } public final void glMultiTexCoord2f(int target, float s, float t) { ! GL13.glMultiTexCoord2f(target, s, t); } |
From: Carsten W. <ca...@us...> - 2007-01-10 02:12:42
|
Update of /cvsroot/jake2/jake2/lib/lwjgl In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30658/lib/lwjgl Modified Files: lwjgl.jar lwjgl_util.jar Log Message: update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed) Index: lwjgl.jar =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/lwjgl.jar,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsVzg6Du and /tmp/cvsxMmIPE differ Index: lwjgl_util.jar =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/lwjgl_util.jar,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsDnKWXL and /tmp/cvs1VZFi1 differ |
From: Carsten W. <ca...@us...> - 2007-01-10 02:12:42
|
Update of /cvsroot/jake2/jake2/lib/lwjgl/windows In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30658/lib/lwjgl/windows Modified Files: lwjgl.dll Log Message: update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed) Index: lwjgl.dll =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/windows/lwjgl.dll,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs7NSBLm and /tmp/cvsHsctlz differ |
From: Carsten W. <ca...@us...> - 2007-01-10 02:12:42
|
Update of /cvsroot/jake2/jake2/lib/lwjgl/osx In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30658/lib/lwjgl/osx Modified Files: liblwjgl.jnilib Log Message: update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed) Index: liblwjgl.jnilib =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/osx/liblwjgl.jnilib,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsgqGaAS and /tmp/cvsejpKN2 differ |
From: Carsten W. <ca...@us...> - 2007-01-10 02:12:33
|
Update of /cvsroot/jake2/jake2/lib/lwjgl/linux In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30658/lib/lwjgl/linux Modified Files: liblwjgl64.so liblwjgl.so Log Message: update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed) Index: liblwjgl64.so =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/linux/liblwjgl64.so,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsbvXXmR and /tmp/cvsKtuTsw differ Index: liblwjgl.so =================================================================== RCS file: /cvsroot/jake2/jake2/lib/lwjgl/linux/liblwjgl.so,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs8P4NT9 and /tmp/cvsSzMokT differ |
From: Carsten W. <ca...@us...> - 2007-01-02 13:45:05
|
Update of /cvsroot/jake2/jake2/lib/joal/windows In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32637/lib/joal/windows Modified Files: gluegen-rt.dll joal_native.dll Log Message: update to joal release 1.1.0 Index: joal_native.dll =================================================================== RCS file: /cvsroot/jake2/jake2/lib/joal/windows/joal_native.dll,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs6x3HV8 and /tmp/cvsIW6ctH differ Index: gluegen-rt.dll =================================================================== RCS file: /cvsroot/jake2/jake2/lib/joal/windows/gluegen-rt.dll,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvstqYt9u and /tmp/cvshDZkX3 differ |
From: Carsten W. <ca...@us...> - 2007-01-02 13:45:05
|
Update of /cvsroot/jake2/jake2/lib/joal/osx In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32637/lib/joal/osx Modified Files: libjoal_native.jnilib libgluegen-rt.jnilib Log Message: update to joal release 1.1.0 Index: libjoal_native.jnilib =================================================================== RCS file: /cvsroot/jake2/jake2/lib/joal/osx/libjoal_native.jnilib,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs0e7wM8 and /tmp/cvs3sB9kH differ Index: libgluegen-rt.jnilib =================================================================== RCS file: /cvsroot/jake2/jake2/lib/joal/osx/libgluegen-rt.jnilib,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsapDs4w and /tmp/cvs0V8fZ5 differ |