forward porting the changes and notes made in 73/74

This commit is contained in:
benfry
2004-12-14 18:31:43 +00:00
parent 850fb4ae0f
commit 8d4f71896d
5 changed files with 66 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
0074 core
X removed zbuffer precision hack in PLine to improve z ordering
X no longer set g.dimensions = 3 when using vertex(x, y, 0)
0073 core
X tweak to fonts to use TEXT_ANTIALIAS because of macosx @#$(*&
X loadImage() is broken on some machines
X hacked for a fix in 72, but need to better coordinate with openStream()
0072 core
X make m00, m01 etc public
X hack to make loadImage() work

View File

@@ -1,4 +1,4 @@
0073
0075
X textureMode(NORMAL_SPACE) screws up the image() command
X image() appears to require IMAGE_SPACE to function properly.
X added focusGained() and focusLost()
@@ -11,13 +11,13 @@ X add TRIANGLE_FAN
X eyeX, eyeY etc have been renamed cameraX/Y/Z, and cameraNear/Far
X modify targa and tiff writing routines to break into header writing
X writeTIFF, writeHeaderTIFF, writeTGA, writeHeaderTGA
X use TEXT_ANTIALIAS instead of ANTIALIAS on font editor
opengl
_ why is the thing hanging until 'stop' is hit?
_ what happens when stop is hit that sets it free?
_ (at what point does it start working properly?)
X why is the thing hanging until 'stop' is hit?
X what happens when stop is hit that sets it free?
X (at what point does it start working properly?)
_ debug why certain spots are having errors (see 'problem here' notes)
_ INVALID_OPERATION after drawing lines for cube
_ resolve ARGB versus RGBA versus just A issues for fonts
_ make sure that current scenario works identically on mac
_ if so, just switch the image code to expect alpha in the high bits