268 Commits

Author SHA1 Message Date
yvt
7f47c73e07 Reflection is blurred on the far water surface 2013-10-14 02:47:25 +09: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
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
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
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
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
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
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
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
learn_more
4b43f5ce65 Suppress useless warnings, fix the build on linux 2013-09-14 20:00:30 -07:00
learn_more
64a5389e99 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-15 04:19:43 +02:00
learn_more
822ab0cb53 create ServerAddress, holder / generic functions for ip addresses 2013-09-15 04:19:34 +02:00
yvt
5164c29e0a Disabled debug code 2013-09-15 02:40:47 +09:00
yvt
17e285e4a7 Tuned hurt effect 2013-09-15 01:01:07 +09:00
learn_more
310c97f808 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-14 17:51:17 +02:00
yvt
b80a9294e8 Added Script API reference, and some missing exports. 2013-09-14 23:10:04 +09:00
yvt
faf3d53ef4 Extended math scripting interface
* Negating vectors
* 4-component vector
* Transforming a vector by a matrix
2013-09-14 21:08:49 +09:00
yvt
283dc54181 Added faster primitive array type for scripting 2013-09-14 20:52:40 +09:00
yvt
a0b0e139bb All of renderer functions are exported to script 2013-09-14 18:03:14 +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
5437eb3eba AudioDevice is exported to script 2013-09-14 17:26:43 +09:00
learn_more
244a4d3b01 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-14 07:13:03 +02:00
learn_more
c02418b2b1 bugfix in netclient (was reserve instead of resize)
confirmation if you want to close the game
2013-09-14 07:11:40 +02: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
08491cc9fb cleanup cmake
generated header contains compiler + some library versions (SDL,zlib,curl)
add input folder where 'external' libs / headers can be placed so cmake will find them
2013-09-14 04:19:56 +02:00
learn_more
69f87b99dd Set serverbrowser as the standard opened tab
check on opengl version (todo: which version is the required one?)
2013-09-14 02:46:22 +02:00
learn_more
978d89dd96 Cleanup serverbrowser
Advanced settings has a filter box (enter text to filter on that)
2013-09-14 02:45:20 +02:00
learn_more
c1932e393a always do a full build after moving files around... 2013-09-14 02:05:05 +02:00
learn_more
51a50fa8e9 Move scriptbindings to one folder 2013-09-13 23:53:01 +02:00
learn_more
12f467a98d yay paste wrong line with vim 2013-09-13 23:32:50 +02:00
learn_more
6aaede8c1f Fix ubuntu 12.04 x64 build 2013-09-13 14:20:28 -07:00