24
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 4 years ago.
Mar 10, 2020 — Mar 10, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the glut.i project.
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Tarn's cleaned up typemap for uint *, need to add to other types.
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Cleanup of unused file
Mike C. Fletcher
as mcfletch
More... over 24 years ago
First whack at integrating PyGLUT into the SWIG codebase. GLUT_API_VERSION=4 failing
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Pete Shinner's Patch applied, memory leak fixes, arraystuff moved in.
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Updated version number to reflect move beyond 1.5.6 codebase.
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Initial revision
Mike C. Fletcher
as mcfletch
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
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Updated version to 1.5.6 (vs. 1.5.6b1), added license files to the installation directories
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Added Michel Sanner to the contributers list
Mike C. Fletcher
as mcfletch
More... over 24 years ago
As discussed on the mailing list, new license, readme, release notes and todo
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Updated to reflect new files in the doc directory
Mike C. Fletcher
as mcfletch
More... over 24 years ago
no message
Mike C. Fletcher
as mcfletch
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")
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Temporary home of the glEnableClientState and glDrawElements functions until the 1.6 branch is active.
Mike C. Fletcher
as mcfletch
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
Mike C. Fletcher
as mcfletch
More... over 24 years ago
Updated __version__ to reflect current official version numbering
Mike C. Fletcher
as mcfletch
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
Mike C. Fletcher
as mcfletch
More... almost 25 years ago