yvt
a7b9909b2e
Refactoring
2017-01-05 03:03:39 +09:00
yvt
d505bfae91
Expose “FontManager” to the scripting environment
2016-12-16 05:05:23 +09:00
YVT
5b887ddb96
Provide an option to browse the config directory ( #481 )
...
Fixes #268 .
2016-12-08 04:40:33 +09:00
yvt
7c615bd259
Provide an option to reset all settings
...
Can be found in Startup configuration window -> Generic tab.
Fixes #360 .
2016-12-08 01:29:41 +09:00
Marco Schlumpp
986e27436b
Implement simple favorite system.
2016-12-03 20:04:11 +01:00
Tomoaki Kawada
2be6524d02
Implement language switcher
...
Fixes #445 .
2016-12-04 00:22:05 +09:00
Tomoaki Kawada
ebd79c0099
Change #include
style
...
All `#include`s to other subsystem now use angle brackets, e.g., `#include <Core/Math.h>`.
2016-12-03 18:49:07 +09:00
VelocityRa
30d133ce31
Use better random generator
2016-11-22 23:08:35 +02:00
Tomoaki Kawada
18f3e81fd1
Convert space indentations to tabs
2016-11-20 19:13:00 +09:00
Tomoaki Kawada
6a7af96daf
Refactor setting variables
2016-11-19 21:27:13 +09:00
Tomoaki Kawada
d2debd19fe
Update AngelScript to 2.31.1
...
This (hopefully) fixes #416 .
2016-11-10 22:21:19 +09:00
Tomoaki Kawada
89748d6bc6
Reduced compiler warnings
2016-07-15 19:40:05 +09:00
yvt
40f8be07c0
Realistic camera focal control mode
...
Set `cg_manualFocus` to `1` to use it. By default, mouse wheel adjusts the focal length, and pressing mouse wheel button enables auto-focus.
2015-06-20 17:10:26 +09:00
yvt
7072e15b63
Mask write to configs from certain scripts
2015-01-24 12:44:57 +09:00
yvt
d83778ce05
Fixed to compile on MSVC 2013
2014-06-14 00:38:20 +09:00
yvt
d856bcadaa
Reduce compiler warnings
2014-04-06 22:42:17 +09:00
yvt
a3e079734c
Show alert from client UI
2014-04-01 02:18:28 +09:00
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