log

age author description
Sat, 07 Dec 2019 00:01:35 +0200 Matti Hamalainen Back out changeset 73fa5fb437a0.
Fri, 06 Dec 2019 23:52:14 +0200 Matti Hamalainen Initialize light position.w.
Fri, 06 Dec 2019 23:29:26 +0200 Matti Hamalainen Add OpenGL error checking.
Fri, 06 Dec 2019 22:41:33 +0200 Matti Hamalainen Fumbling around.
Fri, 06 Dec 2019 19:21:24 +0200 Matti Hamalainen Be less verbose when checking for GL extensions, only inform when something
Fri, 06 Dec 2019 19:09:47 +0200 Matti Hamalainen After looking at many incorrect examples, the correct method for GL
Fri, 06 Dec 2019 01:30:51 +0200 Matti Hamalainen Cleanup.
Fri, 06 Dec 2019 01:18:32 +0200 Matti Hamalainen Clarify the help for -v option.
Fri, 06 Dec 2019 01:12:46 +0200 Matti Hamalainen Just glEnable(GL_COLOR_MATERIAL) globally.
Fri, 06 Dec 2019 01:12:23 +0200 Matti Hamalainen Implement diffuse setting for models in scenefile. Also refactor
Thu, 05 Dec 2019 23:52:45 +0200 Matti Hamalainen Add helper functions dmError() and dmMsg() and use them.
Thu, 05 Dec 2019 22:45:21 +0200 Matti Hamalainen Downgrade GL version to 2.1.
Thu, 05 Dec 2019 22:06:35 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Dec 2019 21:40:43 +0200 Matti Hamalainen Set SDL_GL_* attributes after initializing SDL, but before creating window or OpenGL context.
Thu, 05 Dec 2019 21:07:35 +0200 Matti Hamalainen Add Makefile for building Win32/64 binaries via MinGW cross-compiler on UNIX host.