41 Commits

Author SHA1 Message Date
yvt
db88ee4703 Fixed some little bugs (thanks to Clang static analyzer) 2014-02-25 19:35:37 +09:00
yvt
ba6ecfde2f Merge branch 'master' into swrenderer 2014-02-14 16:21:49 +09:00
yvt
57c85482b8 Support for localization 2014-02-14 16:20:42 +09:00
yvt
12e960a2a3 Updated the startup window 2014-02-10 03:36:51 +09:00
yvt
073a65ec8b Updated the startup screen 2014-02-08 22:21:26 +09:00
yvt
cac42196c1 Very basic new startup screen 2014-02-07 00:09:26 +09:00
yvt
5a74b7d3d0 global screen blur 2014-01-31 02:15:53 +09:00
yvt
a63fdb7475 radial blur 2014-01-31 00:54:47 +09:00
yvt
8c774325df Clipboard support now uses SDL instead of FLTK 2013-12-30 17:29:19 +09:00
yvt
ca88537a6b Created new renderer method which works like SetColor but only accepts an alpha pre-multiplied color value, deprecating the badly-behaved SetColor method 2013-12-09 01:00:09 +09:00
yvt
6106343f43 Credits in the new UI 2013-12-02 21:50:12 +09:00
yvt
81c33addb3 Scripted chat window 2013-12-02 19:42:38 +09:00
yvt
5ef2c4114f Clipboard operation (Copy/Paste) 2013-12-02 18:36:27 +09:00
yvt
df4e32a684 In-game menu 2013-11-27 16:30:54 +09:00
yvt
9be4e6bd53 Main screen update 2013-11-24 02:27:08 +09:00
yvt
d02e669b99 Basic server list (main menu) 2013-11-24 00:24:46 +09:00
yvt
2e78b346a0 Main screen update 2013-11-23 22:13:04 +09:00
yvt
79fa270d5d Access cvars from script 2013-11-23 22:12:08 +09:00
yvt
c5d70a8750 Added ToString function for script 2013-11-23 17:55:19 +09:00
yvt
d62e8b98d8 Added Cross(Vector3, Vector3) for scripting, and some fixes 2013-11-23 11:57:32 +09:00
yvt
765dea1ccc Fixed a bug that made Vector2 unusable in script 2013-11-23 11:27:50 +09:00
yvt
8552c30366 Small fixes 2013-11-23 02:50:02 +09:00
yvt
e566155570 Font interface for scripts 2013-11-22 20:46:20 +09:00
learn_more
50d30c1311 Merge branch 'master' of https://github.com/yvt/openspades 2013-11-17 22:01:08 +01:00
yvt
4db816a94c Script now can access a component of vectors 2013-11-17 18:26:22 +09:00
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
learn_more
986a53bec8 fix refcounted object
cleanup headers usage (don't include everything in base classes, just include what's needed in .cpp)
2013-11-16 01:34:37 +01:00
learn_more
2a24e662cd helper function for weapon scripts (less duplicate code)
cleanup some register code
angelscript exceptions have a stacktrace now
optimize some networking code (only create packet when a packet is gonna be sent, instead of every frame
2013-11-03 17:13:49 +01:00
yvt
96319b2727 Support for drawing (or not drawing) the cross hair from scripts 2013-11-01 00:39:17 +09:00
yvt
f08393b475 Extended GetRandom for script 2013-09-22 02:58:00 +09:00
yvt
9da577a491 The very first scripting functionality for modding 2013-09-21 04:17:34 +09:00
learn_more
822ab0cb53 create ServerAddress, holder / generic functions for ip addresses 2013-09-15 04:19:34 +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
5437eb3eba AudioDevice is exported to script 2013-09-14 17:26:43 +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
learn_more
51a50fa8e9 Move scriptbindings to one folder 2013-09-13 23:53:01 +02:00