551 Commits

Author SHA1 Message Date
yvt
3eea4e0f59 Merge branch 'master' of https://github.com/yvt/openspades 2013-10-17 16:30:25 +09:00
yvt
ba32e5f48e DoF bug fix 2013-10-17 16:28:54 +09:00
yvt
9c2f16e326 Fixed sprite lighting algorithm 2013-10-15 03:46:09 +09:00
yvt
1627d2d062 Tuned water effect to reduce block-like noise 2013-10-14 04:55:37 +09:00
yvt
068662b1d1 Fuzziness of water reflection is now used for fresnel coefficient computation (something like variance-to-gloss) 2013-10-14 04:23:57 +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
learn_more
2cdda6ec67 how about not destroy the window before entering message loop 2013-10-10 20:16:29 +02:00
yvt
e0fc4d9882 Sound update 2013-10-11 02:32:29 +09:00
learn_more
02a70735b6 allow connecting with commandline, also supports setting the version 2013-10-09 23:18:13 +02:00
learn_more
0e9105b504 someone forgot to press generate code i guess? 2013-10-09 23:17:01 +02:00
learn_more
f2b03d559e static link c runtime for msvc, drop some linker dependencies due to linker errors 2013-10-09 00:59:36 +02:00
learn_more
34d1f4b69d try to auto-detect static glew (less dll dependencies) 2013-10-08 23:56:03 +02:00
learn_more
8207411c38 easier to add extra stuff to the title 2013-10-08 22:12:41 +02:00
learn_more
c5cb653370 remove hardcoded path in release, update timestamp to be somewhat more readable, show debug + compiler in window title 2013-10-08 22:06:36 +02:00
learn_more
d6b78ac6c4 fix playerid 32 bug? 2013-10-08 22:01:07 +02:00
yvt
6f71f92a25 Fixed to compile on OS X 2013-10-07 20:22:06 +09:00
yvt
75f1950cfd Merge branch 'master' of https://github.com/yvt/openspades 2013-10-07 20:19:31 +09:00
yvt
b9226ec964 Sound update 2013-10-07 20:19:11 +09:00
yvt
daa9556e33 Merge pull request #82 from learn-more/master
add install target
2013-10-06 19:25:07 -07:00
learn_more
b346894847 also include scripts both in setup and debug dir 2013-10-06 20:36:40 +02:00
learn_more
48b251a422 first version of package building.
tested: win32 zip
see http://www.cmake.org/cmake/help/v2.8.11/cpack.html
2013-10-06 16:24:43 +02:00
yvt
85754f371f Merge pull request #78 from ShadowNinja/gcc_fix
Fix build with GCC
2013-09-26 10:06:41 -07:00
yvt
8a27bb87b3 Merge pull request #77 from ShadowNinja/update_gitignore
Update .gitignore
2013-09-26 10:06:19 -07:00
ShadowNinja
c144e71c2f Update .gitignore 2013-09-26 13:01:42 -04:00
ShadowNinja
b4f863f045 Fix build with GCC 2013-09-26 12:54:21 -04:00
yvt
39bc436c8a Merge branch 'master' of https://github.com/yvt/openspades
Conflicts:
	Resources/Shaders/PostFilters/LensDust.fs
2013-09-26 03:11:12 +09:00
yvt
f45cb8d762 Merge pull request #75 from learn-more/master
Warnings & C++11
2013-09-24 21:25:00 -07:00
learn_more
70ca15e080 Merge pull request #1 from Ericson2314/master
Made GCC use C++11 / C++0x
2013-09-24 14:31:48 -07:00
learn_more
822e8126ab Merge branch 'master' of https://github.com/yvt/openspades 2013-09-24 23:08:42 +02:00
learn_more
4972021fb8 replace unused define 2013-09-24 23:07:53 +02:00
yvt
fa8297f813 Fixed wrong lighting of particles 2013-09-23 18:31:57 +09:00
John Ericson
ef5ccc6b2e Use C++11 / C++0x 2013-09-22 20:47:55 -04:00
John Ericson
dc664036c9 clean up whitespace in CMakeLists.txt 2013-09-22 20:47:55 -04:00
learn_more
77673e3d88 forgot header 2013-09-22 23:27:36 +02:00
learn_more
5b195094a3 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-22 23:14:31 +02:00
learn_more
5a3420a502 fix warning 2013-09-22 23:14:21 +02:00
yvt
3ae9cf1489 Hands are no longer visible when selecting the block tool and not holding a block 2013-09-23 02:20:23 +09:00
yvt
ea3c23046c Fixed a bug that caused a crash while changing tools 2013-09-23 02:10:47 +09:00
yvt
33c4827d15 Fixed a bug that caused crash when a player did something with the weapon without selecting a weapon tool 2013-09-23 02:05:38 +09:00
yvt
6b285d95b4 Sound bug fix 2013-09-23 02:02:31 +09:00
yvt
0cb5f5c50a Added a sound layer for SMG 2013-09-23 01:36:30 +09:00
yvt
f08393b475 Extended GetRandom for script 2013-09-22 02:58:00 +09:00
learn_more
c196350cc4 Merge branch 'master' of https://github.com/yvt/openspades into develop
more warnings
2013-09-20 23:11:12 +02:00
learn_more
d41b91631f fix a shitton of warnings 2013-09-20 23:03:32 +02:00
yvt
9b2970a0ef Removed unused code 2013-09-21 04:19:09 +09:00
yvt
9da577a491 The very first scripting functionality for modding 2013-09-21 04:17:34 +09:00
yvt
dab2476020 Adjust post filter, and disabled vignette effect 2013-09-17 19:03:28 +09:00
yvt
0534fee3b5 Tuned post filter (again) 2013-09-17 00:55:02 +09:00