-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathChanges
27 lines (24 loc) · 1.01 KB
/
Changes
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
Version 2.1.0 - 2024-01-02
* New option "--geometry"
* Documentation improvements
Version 2.0.0 - 2018-03-25
* Replace homebrew font support with ftgl library API
* Rewrote most parsing code to eliminate some buggy edge cases
* New quoting syntax for command arguments
* New Divisor syntax and cglPushDivisor replace cglFixedPt
* Each type of named object is now in its own namespace
* Use SDL_image in cglLoadImage for broader image format support
* Stricter parsing of OpenGL calls with open-end argument lists
* Default projection sets model farther from near clipping plane
* Option to disable default projection matrix or viewport
* Notification for window status events
* Manual page
* Converted static hash table generator to perl
* Overhaul of build scripts, mostly borrowed from daemonproxy
Version 1.1.0 - 2006-04-05
* Added font support
* Added version numbering
* Many more examples and bug fixes
Version 1.0.0 - 2006-01-27
* Converted from GLUT to SDL
* Able to compile on Win32