~ubuntu-branches/ubuntu/saucy/sage/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-06-05 11:34:18 UTC
  • mto: (2.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070605113418-mjjn0p1i7zcntnbz
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2005-10-10  Simon Goodall <sage@simongoodall.co.uk>
 
1
2006-12-13  Simon Goodall  <sage@simongoodall.co.uk>
 
2
 
 
3
        * 0.2.0 Release.
 
4
 
 
5
2006-08-29  Simon Goodall  <sage@simongoodall.co.uk>
 
6
 
 
7
        * build_sage.pl, sage/sage.c: Create a function, badfunc which spits out
 
8
          an error message and call abort if it is called. Make this the default
 
9
          function pointer before sage_init is called and when a requested
 
10
          function does not exist rather than NULL.
 
11
 
 
12
2006-07-16  Simon Goodall  <sage@simongoodall.co.uk>
 
13
 
 
14
        * build_sage.pl, sage/GL.h, sage/sage.h: Rollback 2006-07-15 changes as
 
15
          these do not work on the Mac.
 
16
 
 
17
2006-07-15  Simon Goodall  <sage@simongoodall.co.uk>
 
18
 
 
19
        * build_sage.pl, sage/GL.h, sage/sage.h: Some fixes related to using
 
20
          SDL's gl header.
 
21
 
 
22
2006-07-15  Simon Goodall  <sage@simongoodall.co.uk>
 
23
 
 
24
        * build_sage.pl, sage/GL.h, sage/sage.h: Some changes to use SDL's 
 
25
          opengl header instead of the system defined one. This means that we
 
26
          always use function pointers for gl functions to try and preservce
 
27
          binary compatibility between opengl versions.
 
28
 
 
29
2006-07-12  Simon Goodall  <sage@simongoodall.co.uk>
 
30
 
 
31
        * sage.spec.in: Update for current files. Use ldconfig. Bump version 
 
32
          and interface numbers in prep for release.
 
33
 
 
34
        * configure.ac: Add a linux check for GL rather than assuming it will
 
35
          be available
 
36
 
 
37
2006-07-11  Simon Goodall  <sage@simongoodall.co.uk>
 
38
 
 
39
        * build_sage.pl, sage/sage_fptr.h: Fix bug in regex that did not allow
 
40
          pointer to be returned in function pointers. 
 
41
 
 
42
        * build_sage.pl, sage/sage.h: Define APIENTRY if not defined.
 
43
 
 
44
2006-06-30  Simon Goodall  <sage@simongoodall.co.uk>
 
45
 
 
46
        * build_sage.pl, sage/sage.h: Add guard against __glext_h_ being defined
 
47
          and define it in the header file to stop any system glext.h being 
 
48
          included.
 
49
 
 
50
2006-06-30  Simon Goodall  <sage@simongoodall.co.uk>
 
51
 
 
52
        * sage/sage.c, sage/sage.h, sage/utility.h, sage/check_extension.c, 
 
53
          sage/undefs.h, sage/sage_fptr.h, sage/glext_sage.h, build_sage.pl:
 
54
          Redo build script to remove hacky workarounds that didn't really work.
 
55
          Removed undefs.h as this was just plain bad. Removed modified glext.h
 
56
          file (glext_sage.h) as these changes are now incorporated within the
 
57
          other code file. sage_fptr.h Contains the funtion pointer prototypes.
 
58
          Removed internal pointer to the GL_EXTENSIONS string as this was also
 
59
          a bad idea.
 
60
 
 
61
2006-06-29  Simon Goodall  <sage@simongoodall.co.uk>
 
62
 
 
63
        * sage/sage.c, sage/sage.h, sage/utility.h, sage/check_extension.c: Fix
 
64
          bug where loss of context would destroy the extensions string which
 
65
          we stored a pointer too. This resulted in no extensions being found.
 
66
          I imagine this could also cause a crash. Also made sage_init return 0
 
67
          on success and 1 on failure to obtain the extensions string.
 
68
 
 
69
        * templates/license: Update year.
 
70
 
 
71
        * build_sage.pl: Update build script for the above changes in the 
 
72
          generated files.
 
73
 
 
74
2006-03-27  Simon Goodall <sage@simongoodall.co.uk>
 
75
 
 
76
        * sage/Makefile.am: Fix some dllwrap usage.
 
77
 
 
78
2005-10-18  Simon Goodall <sage@simongoodall.co.uk>
2
79
 
3
80
        * configure.ac: Update some autoconf usuage. Bump version number to
4
81
          0.1.2 for release.
13
90
 
14
91
2005-09-22  Simon Goodall <sage@simongoodall.co.uk>
15
92
 
 
93
        * sage/check_extension.c: Fix some splint warnings.
 
94
 
 
95
2005-09-22  Simon Goodall <sage@simongoodall.co.uk>
 
96
 
16
97
        * configure.in, configure.ac: Rename to configure.ac
17
98
 
18
99
        * sage/glext_sage.h, sage/sage.c, sage/sage.h: Update to glext.g ver 29.