dungeon_crawler

log

age author description
Sat, 27 Oct 2012 01:59:39 +0300 John Tsiombikas betterdefault tip
Sat, 27 Oct 2012 01:54:39 +0300 John Tsiombikas fixed the shader non-conformity by explicitly converting 2.2 to vec3 before passing it to pow for the texel inverse-gamma thing
Fri, 26 Oct 2012 21:22:14 +0300 John Tsiombikas gamma correct rendering
Fri, 26 Oct 2012 03:03:52 +0300 John Tsiombikas added gamma correction (without dialing the lighting down yet)
Tue, 23 Oct 2012 14:57:08 +0300 John Tsiombikas added samurai's texel center fix for the color grading palette lookup
Mon, 22 Oct 2012 03:55:00 +0300 John Tsiombikas color grading done
Sun, 21 Oct 2012 15:56:47 +0300 John Tsiombikas color grading palette output done, all is left is the input
Sun, 21 Oct 2012 02:11:23 +0300 John Tsiombikas ok fixed the dissapearing particle system. Had forgotten to disable TEXTURE_3D after color grading pass
Fri, 19 Oct 2012 02:45:57 +0300 John Tsiombikas - re-organized the renderer classes a bit wrt final render-target
Tue, 16 Oct 2012 04:08:35 +0300 John Tsiombikas - fixed the mesh bounding volume calculation to take transformations into account
Tue, 09 Oct 2012 02:54:01 +0300 John Tsiombikas "fixed" the disappearing lights issue
Sun, 07 Oct 2012 03:42:44 +0200 John Tsiombikas fixed some windows compatibility crap
Sun, 07 Oct 2012 02:05:11 +0300 John Tsiombikas merged with visual studio crap
Sun, 07 Oct 2012 02:04:00 +0300 John Tsiombikas internalized libanim, libimago2, and libpsys
Sun, 07 Oct 2012 00:19:48 +0200 John Tsiombikas - added visual studio project files
Tue, 02 Oct 2012 13:42:18 +0300 John Tsiombikas made the deferred renderer draw into a texture, so that I can reuse the depth
Tue, 02 Oct 2012 05:03:26 +0300 John Tsiombikas whatever
Tue, 02 Oct 2012 04:52:59 +0300 John Tsiombikas fixed design issue with datafile_path
Tue, 25 Sep 2012 06:59:11 +0300 John Tsiombikas gamo to xristo
Tue, 25 Sep 2012 06:37:56 +0300 John Tsiombikas forgot an extra mrt uniform in deferred_omni.p.glsl
Tue, 25 Sep 2012 06:19:37 +0300 John Tsiombikas added multipass deferred
Fri, 21 Sep 2012 05:28:45 +0300 John Tsiombikas forgot the new tiles
Fri, 21 Sep 2012 05:27:28 +0300 John Tsiombikas changed the level a bit to indicate where there should be lights
Fri, 21 Sep 2012 01:05:35 +0300 John Tsiombikas build crap
Thu, 20 Sep 2012 10:04:25 +0300 John Tsiombikas fixed the music playback
Wed, 19 Sep 2012 08:19:10 +0300 John Tsiombikas music playback bugfixing
Wed, 19 Sep 2012 05:22:43 +0300 John Tsiombikas writting the stream audio player
Wed, 19 Sep 2012 01:08:41 +0300 John Tsiombikas stuff + streaming start
Tue, 18 Sep 2012 18:34:28 +0300 John Tsiombikas foo
Tue, 18 Sep 2012 09:40:56 +0300 John Tsiombikas - fixed audio panning (listener direction)