log

age author description
Fri, 22 Nov 2019 08:39:27 +0200 Matti Hamalainen Implement number of lights uniform for the shaders, clean up light setup and
Fri, 22 Nov 2019 07:37:41 +0200 Matti Hamalainen Improve shader compilation error reporting.
Fri, 22 Nov 2019 06:47:13 +0200 Matti Hamalainen "Finish" implementing multiple lights support in scene files.
Fri, 22 Nov 2019 05:49:14 +0200 Matti Hamalainen Add shader compilation error handling.
Fri, 22 Nov 2019 05:29:34 +0200 Matti Hamalainen Rename from glxdragon to gldragon.
Fri, 22 Nov 2019 05:29:02 +0200 Matti Hamalainen Add copyright blurbs and licenses.
Fri, 22 Nov 2019 03:03:52 +0200 Matti Hamalainen More work on scenefile and model loading support.
Fri, 22 Nov 2019 00:14:16 +0200 Matti Hamalainen Cosmetic.
Thu, 07 Nov 2019 20:15:33 +0200 Matti Hamalainen Implement PLY file format parsing and extremely simplistic scene setup file format.
Tue, 05 Nov 2019 11:46:31 +0200 Matti Hamalainen Check for "too large" shader files.
Tue, 05 Nov 2019 10:48:22 +0200 Matti Hamalainen Cleanup.
Tue, 05 Nov 2019 09:06:12 +0200 Matti Hamalainen Cosmetics.
Tue, 29 Oct 2019 12:51:25 +0200 Matti Hamalainen Fix calculation of totalFrames.
Tue, 29 Oct 2019 12:48:36 +0200 Matti Hamalainen Read mesh vertices/faces information from "<modelfilename>.info" instead of
Mon, 28 Oct 2019 19:13:27 +0200 Matti Hamalainen Improvements to option handling, add option for setting preferred vsync
Mon, 28 Oct 2019 15:03:52 +0200 Matti Hamalainen Add option -m<filename prefix> to specify mesh/shader filename prefix.
Mon, 28 Oct 2019 13:08:26 +0200 Matti Hamalainen Improve option handling a bit.
Mon, 28 Oct 2019 12:59:18 +0200 Matti Hamalainen Use SDL_GetTicks() instead of std::clock().
Mon, 28 Oct 2019 00:15:37 +0200 Matti Hamalainen Improve Makefile.
Sun, 27 Oct 2019 22:24:43 +0200 Matti Hamalainen Clean up variable names.
Sun, 27 Oct 2019 22:20:17 +0200 Matti Hamalainen Add simple help.
Sun, 27 Oct 2019 22:09:38 +0200 Matti Hamalainen Implement optional support for vertex/fragment shaders. Cleanups.
Sun, 27 Oct 2019 18:29:23 +0200 Matti Hamalainen Cleanups.
Sun, 27 Oct 2019 18:16:10 +0200 Matti Hamalainen Add .hgignore.
Sun, 27 Oct 2019 17:57:37 +0200 Matti Hamalainen Port to libSDL2, clean up the code and some de-C++-ifications.
Sun, 27 Oct 2019 17:27:55 +0200 Matti Hamalainen Cosmetic indentation.
Sun, 27 Oct 2019 17:19:47 +0200 Matti Hamalainen One must use g++ for C++ code, otherwise libstdc++ won't get linked in.
Sun, 27 Oct 2019 15:57:55 +0200 Thomas Trummer Initial import of Thomas Trummer's original code.