Commit graph

6 commits

Author SHA1 Message Date
Conchúr Navid
d2f459d3c2 Fix executable bits of files 2015-03-21 10:53:38 +01:00
Sven Eckelmann
03398c7e37 Force line ending type for specific files
Different operation systems (Unix vs. Windows) use different line ending types.
It can easily happen that users from different systems edit files and replace
all line endings of a file with the system specific version. This screws up
diffs and makes merges harder.

Git can normalize line endings for specific files and avoid this problem.
Binary files should be marked to avoid accidentally normalization.
2013-12-19 13:15:43 +01:00
Sven Eckelmann
13bb765d1f Remove unused dependency to GLU
The OpenGL Utility Library was only used in a dead code path and can be
removed without loosing any functionality.
2012-06-09 01:21:38 +02:00
Narann
981d031704 add windows lib link to the project. 2011-07-17 17:01:13 +02:00
wahrhaft
e73792083d updated API to use ReadScreen2 2010-03-01 23:28:56 -05:00
wahrhaft
46b5cef528 renamed Windows project directory 2010-02-27 11:53:56 -05:00