1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
2005-10-10 Simon Goodall <sage@simongoodall.co.uk>
* configure.ac: Update some autoconf usuage. Bump version number to
0.1.2 for release.
* sage/check_extension.c, sage/header.h, sage/sage.c, sage/sage,h,
sage/sage_glx.c, sage/sage_glx.h, sage/sage_wgl.c, sage/sage_wgl.h,
sage/undefs.h, sage/utiliy.h, templates/license: Update copyright
years.
* sage.spec.in: Add man pages to file section. Automatically add
SDL-devel version from configure.
2005-09-22 Simon Goodall <sage@simongoodall.co.uk>
* configure.in, configure.ac: Rename to configure.ac
* sage/glext_sage.h, sage/sage.c, sage/sage.h: Update to glext.g ver 29.
* configure.ac, Makefile.am, man/Makefile.am, man/man3/Makefile.am,
man/man3/sage.3, man/man3/sage_init.3: Add initial man pages for sage.
2005-05-02 Simon Goodall <sage@simongoodall.co.uk>
* sage/glext_sage.h, sage/sage.c, sage/sage.h: Update to glext.h ver 27
* sage/header.h.in: Add #endif comment
2004-11-29 Simon Goodall <sage@simongoodall.co.uk>
* autogen.sh: Use autoreconf if possible
* configure.in: Fix some warnings. Correctly use -lGL instead of -GL
* sage/glext_sage.h, sage/sage.c, sage/sage.h: Update to glext.h ver 24
2004-08-26 Simon Goodall <sage@simongoodall.co.uk>
* sage/Makefile.am: Updates for dll building
29th June 2004, Simon Goodall <sage@simongoodall.co.uk>
* build_sage.pl, build_sage_glx.pl, build_sage_wgl.pl, sage/Makefile.am, sage/check_extension.c, sage/sage.c, sage/sage_glx.c, sage/sage_wgl.c: Fixes so make distcheck works.
* sage.spec.in: Update spec file
26th April 2004, Simon Goodall <sage@simongoodall.co.uk>
* Added missing entry to Makefile.am
22nd April 2004, Simon Goodall <sage@simongoodall.co.uk>
* Changed build script to add all pointers to lib regardless of gl header
* Build sage with glext.h version 22
2nd March 2004, Simon Goodall <sage@simongoodall.co.uk>
* Bumped version number to 0.1.1
9th December 2003 Simon Goodall <sage@simongoodall.co.uk>
* Fixed problems on win32 builds for static library versions.
8th December 2003 Simon Goodall <sage@simongoodall.co.uk>
* Fix configure.in to check $enable_shared before building dll
4th December 2003 Al Riddoch <alriddoch@zepler.org>
* Fix include path in pkgconfig file.
1st December 2003 Simon Goodall <sage@simongoodall.co.uk>
* Added a GLU.h file like GL.h file to find correct header
1st December 2003 Simon Goodall <sage@simongoodall.co.uk>
* Fixed missing GL.h include in Makefile.am
1st December 2003 Simon Goodall <sage@simongoodall.co.uk>
* Added autogen comment to generated headers
* Fixed include of gl.h in sage.h for mac os
22nd October 2003 James Turner <james@worldforge.org>
* ProjectBuilder project, to make a Sage framework on OS-X.
Depends on a SDL framework, which you can get from the SDL
site.
* Fix an SDL include to use the proper form, i.e <SDL/SDL.h>
instead of "SDL.h". However, older version of sdl-config
seem to incorrectly add the full path for CFLAGS - not
sure what the solution is.
6th August 2003 Simon Goodall <sage@simongoodall.co.uk>
* Commiting some Mac OSX changes from KingNato
1st July 2003 Simon Goodall <sage@simongoodall.co.uk>
* Changes to opengl detection code
* Uses AC_PATH_X and and AC_PATH_XTRA to pick up X11 dirs
* Updated build script to make libs function prefixed with SAGE_ and use defines to convert back to original names. This shoud avoid function name conflicts
4th May 2003 Simon Goodall <sage@simongoodall.co.uk>
* Removed glx and wgl from building due to some problems
* Added SDL as a dependancy to spec file
4th May 2003 Simon Goodall <sage@simongoodall.co.uk>
* Fixed bug in build_sage_glx.h that kept in GLX_VERSION in the gereneated file
29th March 2003 Simon Goodall <sage@simongoodall.co.uk>
* Added scripts to generate glx and wgl extensions
* rebuilt src using extensions files from opengl site
23rd March 2003 Simon Goodall <sage@simongoodall.co.uk>
* Updated build_sage.pl to ues #error if included in wrong order
* Includes for sage files now use "" instead of <>
* Fixed bug caused by defining sage_ext in .h file and not .c
13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
* Updated configure.in and sage/Makefile.am to detect dlltool and dllwrap to build our dll file.
* Removed sage.dll entry from Makefile.am in favour of one in sage/Makefile.am
13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
* Slight updates to make it work
* Looks like we have our first working version!
13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
* updated build_sage.pl to include a array which can be queired to see if a particular extension is supported
13th March 2003 Simon Goodall <sage@simongoodall.co.uk>
* Due to problems found with current design, there is now a build_sage.pl script which will generate the source files from a glext.h file. The existing extension files are now obsolete.
15th February 2003 Simon Goodall <sage@simongoodall.co.uk>
* Added remaining EXT extensions
4th February 2003 Simon Goodall <sage@simongoodall.co.uk>
* Updated sage.h to not use DLL stuff when compiled under mingw
4th February 2003 Simon Goodall <sage@simongoodall.co.uk>
* Changes to allow cross-compiling
4th February 2003 Simon Goodall <sage@simongoodall.co.uk>
* Removed static keyword from .c files as it shuldn't have been there and wsa breaking my lib.
3rd February 2003 Simon Goodall <sage@simongoodall.co.uk>
* Added .spec file and .pc file to lib
3rd February 2003 Simon Goodall <sage@simongoodall.co.uk>
* Initial version
|