Added the glut.i project. |
|
More...
|
over 24 years ago
|
Tarn's cleaned up typemap for uint *, need to add to other types. |
|
More...
|
over 24 years ago
|
Cleanup of unused file |
|
More...
|
over 24 years ago
|
First whack at integrating PyGLUT into the SWIG codebase. GLUT_API_VERSION=4 failing |
|
More...
|
over 24 years ago
|
Pete Shinner's Patch applied, memory leak fixes, arraystuff moved in. |
|
More...
|
over 24 years ago
|
Updated version number to reflect move beyond 1.5.6 codebase. |
|
More...
|
over 24 years ago
|
Initial revision |
|
More...
|
over 24 years ago
|
Added directory /usr/X11R6 to directory lists, because Mandrake Linux users doesn't seem to have a link /usr/X11 -> /usr/X11R6 |
|
More...
|
over 24 years ago
|
Redone in the doc directory |
|
More...
|
over 24 years ago
|
Updated version to 1.5.6 (vs. 1.5.6b1), added license files to the installation directories |
|
More...
|
over 24 years ago
|
Added Michel Sanner to the contributers list |
|
More...
|
over 24 years ago
|
As discussed on the mailing list, new license, readme, release notes and todo |
|
More...
|
over 24 years ago
|
Updated to reflect new files in the doc directory |
|
More...
|
over 24 years ago
|
no message |
|
More...
|
over 24 years ago
|
applied patch as provided by viznut see also http://sourceforge.net/patch/?func=detailpatch&patch_id=102885&group_id=5988 |
|
More...
|
over 24 years ago
|
8 New Functions (from the "missing list") |
|
More...
|
over 24 years ago
|
Temporary home of the glEnableClientState and glDrawElements functions until the 1.6 branch is active. |
|
More...
|
over 24 years ago
|
* replaced my name in licence with "authors", and doesn't require to copy this licence in documentation files |
|
More...
|
over 24 years ago
|
* added copyright notice to my_install_data.py |
|
More...
|
over 24 years ago
|
* added "depth=1" to OpenGL widget instantiation in some demos see http://sourceforge.net/bugs/?func=detailbug&bug_id=126105&group_id=5988 * type cleanup in _openglmodule.c see http://sourceforge.net/patch/?func=detailpatch&patch_id=102886&group_id=5988 |
|
More...
|
over 24 years ago
|
Updated version to 1.5.6b1 |
|
More...
|
over 24 years ago
|
Updated __version__ to reflect current official version numbering |
|
More...
|
over 24 years ago
|
* added Jack Jansen's fixes for Macintosh support: - config.py: mac section fixed - _glutmodule.c: special code for glutInit - _openglmodule.c: py_gl_GenTextures() changed "int texindex" to "GLuint texindex" |
|
More...
|
over 24 years ago
|
insert patch for glColor from James Evans <[email protected]> see also http://www.egroups.com/message/pyopengl/523 ------------------------------------------------------------------ added/fixed glColor* glColor was improperly handling bytes and unsigned values. As per the redbook(2nd ed) pg. 163-164 unsigned values and byte values all map differently and therefore the appropriate functions must be called for each type otherwise improper colors may be displayed. |
|
More...
|
over 24 years ago
|
Added file config.py |
|
More...
|
over 24 years ago
|
* changed all OS-specific paths, now they use os.path.join() * introduced a new section in config.py for Mac |
|
More...
|
over 24 years ago
|
* cleaned up code to get rid of warnings * add glu_num module in setup.py * added config.py file which holds all paths/libraries options for compiling |
|
More...
|
over 24 years ago
|
move old setup files in dir old_setup |
|
More...
|
almost 25 years ago
|
updated install instructions |
|
More...
|
almost 25 years ago
|
Updated version |
|
More...
|
almost 25 years ago
|