2.0.0.44
- Fixed PyMem_Del -> PyObject_Del bug; Patch #455646.
- Made glDrawRangeElementsEXT more like other array functions including adding decoration variants
- Added some aliases for various extension initialization functions.
- Added the GL_OML_subsample, GL_OML_resample, and GL_OML_interlace extensions
- Fixed Numeric import bug in the interface_util library.
- Added quaternion class.
- Changed comments over to C style.
- Fixed install bug which prevented installation of demos.
2.0.0.42beta
- Added GL 1.0 compatibility.
- Moved info.py into the new scripts directory
- Added a "__build__" attribute to OpenGL/__init__.py
- Added the GL_EXT_texture_object, GL_EXT_polygon_offset, and the GL_EXT_vertex_array extensions
- Made glDrawElements more like other array functions including adding decoration variants
2.0.0.40beta
-
Fixed the export name of gluPwlCurve and gluNurbsCurve
-
Fixed mishandling of count parameter in gluPwlCurve and changed
the prototype to gluPwlCurve(nobj, points, type).
-
Changed proto of gluNurbsCurve to gluNurbsCurve(nobj, knot, ctlarray, type) -> None
-
Changed prototype of gluNurbsSurface to gluNurbsSurface(nobj, sknot, tknot, ctlarray, type) -> None
-
Added initialization functions to extension modules.
-
Added the platform specific source platform.c
-
Killed the OpenGL.extensions module, no longer needed.
-
Added a trackball module.
2.0.0.34b3
-
Fixed the export name of gluTessVertex, was _gluTessVertex.
-
Fixed misuse of PyObject_CallFunction which resulted in wrong
number of arguments passed when only one argument was being passed
to a callback. Affected several functions in the GLU and GLUT
modules.
-
Added locking mechanism to GLUtesselator and GLUnurbs to prevent
user data from being collected by the garbage collector.
-
Fixed prototype of gluUnProject4, was missing clipW argument.
-
Fixed prototypes of gluBuild1DMipmapLevels, was missing some
arguments.
-
Fixed gluNurbsCallbackData wrapper, wrong object pointer cast.
-
Changed list separator in config files to os.pathsep instead of a
comma.
-
Fixed bug in PyObject_Dimension on non-Numeric arrays.
-
Fixed docstrings of glTexImage2D
- setup.py now adds the current directory to the search path. Needed
since build_py has to execute various configure programs.
2.0.0.27b2
-
When testing for a GLerror an attempt is now made to verify that
the current context is valid. This avoids strange behavior like
glutDestroyWindow throwing GLerror when it is used to destroy the
current window. Also in 2.0b1 a maximum limit of 16 errors could
be return by GLerror. This was done to avoid infinite loop result
resulting from calls to glGetError without a valid context. This
is not needed anymore, so the hard-coded limit has been removed.
-
Fixed sys.argv bugs in knot and molehill demos.
-
Added short name aliases like glTranslate = glTranslated.
-
Fixed glGetBooleanv, now needs only one argument.
-
Added build number to setup.
-
The current version number of the entire PyOpenGL system is now
stored in __version__.
-
Fixed various Python 1.5/1.6 incompatibilities.
-
Fixed image routines which return packed images like
glGetPolygonStipple.
-
Added glGetPolgonStippleub and glPolygonStippleub to use arrays
instead of packed strings.
-
Fixed bugs in glMap{1|2}{f|d} in the automatic selection of
ustride and vstride arguments.
-
Fixed glRenderMode and glSelectBuffer to avoid the strange
behavior of glSelectBuffer(0, NULL) on some systems.
- glutInit now raises TypeError if its single argument is not a
non-string sequence.
-
Removed the GL_EXT_polygon_offset extension since it is a standard
part of OpenGL 1.1 and some systems seem to define
GL_EXT_polygon_offset yet don't export glPolygonOffsetEXT.
-
Fixed bug in glGetBooleanv which caused it to return the wrong
number of values, i.e. not parameter specific.
-
Fixed a bug in WGL routines in which the previous error wasn't
cleared.
-
Added support for GLU 1.0 and 1.1 to support Mesa.
-
Added the info script.
-
Added new platform specific config files.
-
Fixed broken prototypes in GL.EXT.coordinate_frame,
GL.EXT.cull_vertex, GL.EXT.multi_draw_arrays and GL.EXT.fog_coord.
-
Changed the generation of shadow wrappers a bit and turned the GL
and GLU modules into shadow wrappers.
2.0b1
- WGL modules now throw WindowsError (OSError for Python 2.0) on a
windows error.
-
Added GLerror to GL and GLUerror to GLU. "except GLerror, e:" now
works.
- GLerror now handles multiple errors resulting from distributed
systems.
2.0a4
-
Made the viewport argument to gluPickMatrix a keyword.
-
Added a glSelectWithCallback function. This function is pretty
trivial since glRenderMode already returns a selection buffer. See
the release notes.
-
Made the order arguments to glMap{1|2}{f|v}v automatic and removed the
stride arguments.
-
Changed GLexception and GLUexception to GLerror and GLUerror.
-
Killed the RTS module.
-
Killed the GL.Autodesk.facet_arrays module. Doesn't look as though
it is possible to support it using the current memory management
model.
- glRenderMode now returns the instance of glFeedbackBuffer or
glSelectBuffer instead of a copy. It also resets the GL's pointer
to the buffer to NULL after it's done.
-
Fixed build bug in which modules with the same name like
WGL.ARB.extensions_string and WGL.EXT.extensions_string had
conflicting obj names (really a work around for a distutils bug.)
-
Fixed WGL.EXT.extensions_string prototype and reference in
extensions.py
-
Removed checkExtension and raiseExtension.
-
Made considerable changes to the extensions module.
- GLerror with a code of GL_INVALID_OPERATION is now thrown on an
attempt use an unsupported extension. This is done to match the
OpenGL 1.2 behavior of GL_ARB_imaging.
2.0a3
-
Improved font and menu code of GLUT.
-
Added the GLE module.
-
Fixed exported name of gluNurbsSurface, was _gluNurbsSurface.
-
Added RTS module and hello2rts demo.
-
The array code of PyOpenGL now works even if Numeric support was
compiled in, but Numeric is not found at runtime.
-
A NotImplementedError is thrown if an extension is not available
even on systems that use static extensions. If the extension is
available and glGetProcAddress fails then an ImportError is
thrown.
-
Fixed Joystick callback in GLUT 4.0 code (poll_interval parameter
was missing.)
-
Added support for preliminary GLUT 4.0 code. It's inclusion
depends on the macro GLUT_XLIB_IMPLEMENTATION not on the macro
GLUT_API_VERSION since GLUT_API_VERSION does not include the minor
version number.
-
Added glTexSubImage1D{ub|b|us|s|ui|i|f|d} and
glTexSubImage2D{ub|b|us|s|ui|i|f|d}
-
Added support for 3D and 4D texturing.
-
Added GLU 1.3 support.
-
Added lots more extensions (the running tally is now at 165.)
2.0a2
-
Changed the base class of GLUexception to EnvironmentError instead
of Exception
-
Added support for glInterleavedArrays.
-
Removed nonsense variants of glVertexPointer, etc. such as
glVertexPointerub. No corresponding GL calls exist.
-
Added collection of convenience functions (glVertexd, glVertexf,
etc.) to avoid silly calls like glVertex3f([0, 1, 2]) or
glColor4f(0, 1, 2, 3)
-
Changed the exception thrown on an attempt to use an unsupported
extension to NotImplementedError instead of ImportError.
-
Added the module extensions which does various useful things like
getting the list of implemented or supported extensions.
-
Added extension support for GLU.
-
Removed glGetError since any GL error will now throw an instance
of GLexception which is derived from EnvironmentError.
-
Added multi-window support to GLUT. Window callbacks are now window
specific as per the specification.
-
Added gluScaleImagef, glScaleImagei, etc. to GLU.
-
Changed implementation of GLUnurbs and GLUquadric to match that of
GLUtesselator to prepare for addition of GLU 1.3 support.
-
The model view matrix, projection matrix, and viewport arguments
to gluProject and gluUnProject are now optional.
-
Added lots more extensions....