|
48363921
|
2019-02-07T22:39:58
|
|
set version number to 2.4.0
|
|
3c0fdf36
|
2018-11-21T01:50:09
|
|
set version number to 2.3.1
|
|
d48ee410
|
2018-10-14T21:28:21
|
|
set version number to 2.3.0, prepare for release
|
|
3851a043
|
2011-05-20T03:33:11
|
|
define new symbols on msvc builds as necessary
|
|
03663110
|
2008-06-13T21:16:09
|
|
make windows use the FONT_FILE mechanism for setting default font in demos also, no reason to special-case it.
add standard license verbage to msvc config.h.
tack a copyright notice on a couple files I made significant changes to.
|
|
898fd580
|
2008-05-22T17:28:21
|
|
quell deprecation messages for posix and c-style string functions
|
|
6ba54b3d
|
2008-05-08T23:31:55
|
|
disable "'this': used in base member initializer list" warning. although it is dangerous practice, it's valid and ftgl does not use the passed pointer until well after the object is guaranteed to be fully constructed.
|
|
7c4faf7e
|
2008-05-08T23:10:17
|
|
M_PI and friends on MSVC are only defined if _USE_MATH_DEFINES is defined first. include it appropriately in config.h.
|
|
c6053772
|
2008-05-06T04:15:12
|
|
move the config.h and demo file up so they can be shared with all MSVC builds.
|
|
83bbc4b9
|
2008-05-06T03:59:34
|
|
move 2005 build files to VC8 dir so we can have more then one windows build system
|
|
0aff12c1
|
2008-04-24T13:40:12
|
|
* Rename "win32_vcpp" to "msvc" and move all Visual Studio build files out
of their subdirectory.
* Add the msvc subdirectory to "make dist" so that it gets distributed.
|