Hi, all, here are my patches (from 2007-08) to trunk version.
For me most important ones are:
- 2007-09-01-gw-LuaGlut_InitDisplayPatch_and_Include_of_GLUT
- 2007-08-31-gw-0-sorted-values-in-tables
- 2007-09-01-gw-tests_files_to_make_them_standalone
A description about each patch is in description file "-desc.txt" , here is a commit description:
http://luagl.wikidot.com/viewsvn/?view=rev&revision=15
Just a part…
This commit includes a set of most important patches to trunk and scripts that helps me in developing that patches. Each patch has description in PATCHNAME-desc.txt file. Scripts are self explaining, so just run it without parameter to see help info.
Commit includes following files:
- patch_trunk_with_current_gw-patches.sh
Use this script to patch directory with trunk version of LuaGL with Grzegorz Wierzowiecki's current patches.
(…)
- patches_to_trunk/2007-08-31-gw-0-sorted-values-in-tables.patch
- patches_to_trunk/2007-08-31-gw-0-sorted-values-in-tables-desc.txt
Puts values in tables in lexicographical order.
- patches_to_trunk/2007-08-31-gw-temporary-patch--that-adds-temporary-makefiles.patch
- patches_to_trunk/2007-08-31-gw-temporary-patch--that-adds-temporary-makefiles-desc.txt
Adds Makefiles… temporary thing.
See txt file for more info.
- patches_to_trunk/2007-09-01-gw-LuaGlut_InitDisplayPatch_and_Include_of_GLUT.patch
- patches_to_trunk/2007-09-01-gw-LuaGlut_InitDisplayPatch_and_Include_of_GLUT-desc.txt
Fixes glut.h inclusion problem and Display initialization on some platforms.
See txt file for more info.
- patches_to_trunk/2007-09-01-gw-tests_files_to_make_them_standalone.patch
- patches_to_trunk/2007-09-01-gw-tests_files_to_make_them_standalone-desc.txt
Make tests lua files runnable as standalone.
See txt file for more info.
(…)