98 Commits

Author SHA1 Message Date
yvt
e4b83484db Fixed #93. 2013-11-17 00:26:05 +09:00
yvt
4a26ee6af4 Lens flare support for dynamic lights 2013-11-16 23:30:54 +09:00
yvt
c6f044501e new lens flare 2013-11-16 14:21:46 +09:00
yvt
1e78c50cc5 Modified lens flare filter 2013-11-13 00:58:28 +09:00
yvt
fc46111ff4 Fixed water bug (displacement amount now scales according to the field of view) 2013-11-13 00:38:15 +09:00
yvt
2c530e6eec Fixed bug of radiosity algorithm which is caused by a mistaken operator precedence 2013-11-11 01:16:39 +09:00
yvt
884f54fccc Modified water renderer 2013-11-11 01:12:51 +09:00
learn_more
71c12f3849 Merge branch 'master' of https://github.com/yvt/openspades 2013-10-31 18:50:56 +01:00
yvt
57281c6a5e Desaturate effect 2013-11-01 00:55:19 +09:00
learn_more
f34c8e7e39 test application for drawing stuff 2013-10-24 01:25:59 +02:00
yvt
d55991cb22 Full precision camera motion blur 2013-10-20 18:53:26 +09:00
learn_more
0429ebd0a1 Merge branch 'master' of https://github.com/yvt/openspades 2013-10-19 02:17:22 +02:00
learn_more
2dbfff4e0d highlight hottracked bounding box 2013-10-19 02:00:42 +02:00
yvt
9c2f16e326 Fixed sprite lighting algorithm 2013-10-15 03:46:09 +09:00
yvt
20d4c096f9 Fixed soft shaded sprite’s fog function 2013-10-14 04:05:39 +09:00
yvt
bb245a8f0a Shader source is truncated on a compilation error so that a crash doesn’t occur 2013-10-14 02:47:58 +09:00
yvt
7f47c73e07 Reflection is blurred on the far water surface 2013-10-14 02:47:25 +09:00
ShadowNinja
b4f863f045 Fix build with GCC 2013-09-26 12:54:21 -04:00
learn_more
822e8126ab Merge branch 'master' of https://github.com/yvt/openspades 2013-09-24 23:08:42 +02:00
yvt
fa8297f813 Fixed wrong lighting of particles 2013-09-23 18:31:57 +09:00
learn_more
d41b91631f fix a shitton of warnings 2013-09-20 23:03:32 +02:00
yvt
dab2476020 Adjust post filter, and disabled vignette effect 2013-09-17 19:03:28 +09:00
yvt
1f1ceeea39 Shaded particles 2013-09-16 13:29:55 +09:00
yvt
2c89c82dea Added grain effect 2013-09-16 09:10:22 +09:00
yvt
0eb801f2f0 Adjusted post filter 2013-09-16 02:25:30 +09:00
yvt
01b3a4df91 Lens dust filter is now preloaded 2013-09-16 02:16:26 +09:00
yvt
6d2255519c Lens dust filter 2013-09-16 02:13:54 +09:00
yvt
013eeb9f94 Fixed a bug in GLAmbientShadowRenderer that caused a small computation error and assertion failure 2013-09-14 17:34:35 +09:00
yvt
e7d5b210c3 Renderer refactor 2013-09-14 13:36:05 +09:00
yvt
13692657e1 Merge and some refactor (ref-counting some objects) 2013-09-14 13:28:19 +09:00
yvt
881c868b39 Merge branch 'master' of https://github.com/yvt/openspades
Conflicts:
	Sources/AngelScript/addons/scriptbuilder.h
	Sources/Core/Math.cpp
	Sources/ScriptBindings/ScriptManager.cpp
	Sources/ScriptBindings/ScriptManager.h
2013-09-14 13:28:12 +09:00
yvt
709866d6d9 Exported some of renderer interface to script 2013-09-14 12:06:11 +09:00
learn_more
8f986bdce6 fix the windows build 2013-09-13 23:07:36 +02:00
yvt
7a5a1b9acf Merge branch 'master' of https://github.com/yvt/openspades 2013-09-12 23:58:34 +09:00
yvt
ece9e1aac8 Updated hurt effect 2013-09-12 23:26:08 +09:00
yvt
8824b16c5c Improved sparse shadow maps efficiency 2013-09-12 17:18:15 +09:00
yvt
dc5a094086 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-12 17:10:19 +09:00
yvt
77b96bd6c5 Map render bug fix 2013-09-12 17:10:09 +09:00
yvt
116352235c DoF bug fix 2013-09-12 16:09:17 +09:00
yvt
7ba1c4cfd1 Faster DoF 2013-09-12 15:58:47 +09:00
yvt
ff2a5c4db8 Modified DoF algorithm 2013-09-12 15:34:01 +09:00
yvt
1cdd15fe2c Added detailed profiler to depth of field filter 2013-09-12 15:04:33 +09:00
yvt
f4b4bc3802 Depth of field and crash fixes 2013-09-12 14:39:42 +09:00
yvt
deb661a5c4 Framebuffer manager supports more internal formats 2013-09-12 12:19:36 +09:00
yvt
15cbe06451 Sparse Shadow Maps 2013-09-11 13:50:18 +09:00
yvt
1e554bbc0c Fixed [this issue](https://github.com/yvt/openspades/issues/52) 2013-09-09 18:56:43 +09:00
yvt
4a84506bf0 Removed radiosity's envelope cull 2013-09-09 17:30:25 +09:00
yvt
5636076f23 Radiosity bug fix 2013-09-09 16:25:39 +09:00
yvt
2e989ef5cd Removed unneeded debug code 2013-09-08 16:46:04 +09:00
yvt
b05312d01f r_occlusionQuery can be used to disable occlusion culling, which stalls GPU on some Apple's GeForce drivers 2013-09-08 16:44:50 +09:00