247 Commits

Author SHA1 Message Date
yvt
88f03f01e9 Refactoring
- Mark overriding virtual functions with `override`
- Get rid of warnings
2017-01-05 03:48:11 +09:00
yvt
b4430338f0 Refactoring 2017-01-05 03:24:22 +09:00
yvt
a7b9909b2e Refactoring 2017-01-05 03:03:39 +09:00
yvt
7197cb3d1f Update credits 2016-12-24 23:09:55 +09:00
yvt
d505bfae91 Expose “FontManager” to the scripting environment 2016-12-16 05:05:23 +09:00
YVT
2d0ae3b817 FreeType2 font renderer (#484)
* Backport ngspades’s FreeType2 font renderer

* Change system fonts

* Fix SWImage::Update

* Preliminary custom TTF/OTF font support

* Fix font rendering

* Adjust design

* Update devpak

* Fix to compile on Linux

* Update .travis.yml

* Update external libraries

* Update .travis.yml

* Attempt to fix Travis CI build

* Add missing sudo to travis.yml

* Nevermind the changes, it didn't work

* Update .travis.yml

* Update .travis.yml and CMakeLists.txt
2016-12-11 23:18:16 +09:00
YVT
5b887ddb96 Provide an option to browse the config directory (#481)
Fixes #268.
2016-12-08 04:40:33 +09:00
yvt
de10fa8f78 Remove unused configs 2016-12-08 01:35:53 +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
yvt
a7e64908ea Fix a comment 2016-12-08 00:52:04 +09:00
David Carlier
1d970ec34d make the build possible on OpenBSD.
modified version of the pk download script.
isnan belongs to std namespace in C++11 standard.
2016-12-04 20:01:37 +00:00
Marco Schlumpp
eb65b2f33b
Remove wrong return type. 2016-12-04 12:54:13 +01:00
Marco Schlumpp
0f4f426176
Check whether a entry was found before trying to access it. 2016-12-03 20:20:22 +01: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
624d291f79 Update #includes
- Reorder them so that system libraries come first
- Use C++-style headers (`<cmath>`) instead of C-style headers (`<math.h>`)
2016-12-03 19:04:58 +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
Tomoaki Kawada
3f5916baa9 Little fix 2016-12-03 18:36:56 +09:00
Tomoaki Kawada
2eb9e35c65 Apply clang-format to all non-external source files 2016-12-03 18:23:47 +09:00
Flávio Monteiro
9fe993b94e Update Credits.inc 2016-11-22 19:50:38 -02:00
Tomoaki Kawada
1eda4270be Fix #398 2016-11-20 20:39:18 +09:00
Tomoaki Kawada
6a7af96daf Refactor setting variables 2016-11-19 21:27:13 +09:00
Tomoaki Kawada
81e2deedce Fix #394 2016-11-11 22:25:41 +09:00
Tomoaki Kawada
afd18c2147 Merge branch 'master' of github.com:yvt/openspades 2016-11-10 22:22:36 +09:00
Tomoaki Kawada
d2debd19fe Update AngelScript to 2.31.1
This (hopefully) fixes #416.
2016-11-10 22:21:19 +09:00
YVT
c9f6044280 Merge pull request #429 from feikname/update-credits
Improve credits
2016-11-07 12:12:00 +09:00
Flávio Monteiro
405045b1a1 Add authors to credits
- Add VelocityRa
- Add Mailaender
- Add Chameleonhider
- Add CenturionFox
- Mention the others, because I was too lazy to add them
2016-11-06 20:03:23 -02:00
Flávio Monteiro
c3a769a47e Make credits consistent
- Add missing authors from Credits.inc to AUTHORS file and vice-versa
- Remove a inconsistent period in both files

P.S: There are still authors to be added.
2016-11-06 19:38:16 -02:00
Tomoaki Kawada
6f590d021f Paks with the .zip filename extension are now accepted 2016-07-27 16:43:46 +09:00
Tomoaki Kawada
8cd8ef9c0b Fixed "loose file" log message 2016-07-27 16:33:17 +09:00
Tomoaki Kawada
3f7fcee586 Reorganise resource files 2016-07-16 00:14:59 +09:00
Tomoaki Kawada
89748d6bc6 Reduced compiler warnings 2016-07-15 19:40:05 +09:00
Nick Renieris
62aedbb8a3 Revert changes to resource loading 2016-03-01 16:35:36 +02:00
Nick Renieris
409edad2cb Fix errors in Visual Studio 2015 2016-02-17 21:47:55 +02:00
yvt
7072e15b63 Mask write to configs from certain scripts 2015-01-24 12:44:57 +09:00
Way, No
5a943732f7 Update Main.cpp
More precise help message.
2014-09-14 00:11:19 +11:00
Tomoaki KAWADA
620a58798c Merge pull request #275 from noway421/some_more_tweaks
Resource directories defined on compile time
2014-05-27 01:01:01 +09:00
Way, No
cf2ebd92a5 Now getting resource directory from cmake instead of hardcode; also enabled RESDIR for Release builds 2014-05-09 02:59:35 +11:00
Dennis Barzakovsky
a9da58e55b implement yvt/openspades#249 2014-05-08 16:46:17 +03:00
Way, No
a34ba91bca execute rights to MakeSplashImage.sh file 2014-05-06 00:22:44 +11:00
Way, No
f0a0ff39db Edited icon loading method 2014-05-06 00:22:01 +11:00
Way, No
a169a19d6c Icon.png & Icon.inc 2014-05-06 00:20:27 +11:00
Tomoaki KAWADA
550cc1079d Merge pull request #262 from noway421/deb_package
Rough support for generating .deb package
2014-05-05 15:25:21 +09:00
yvt
dc7820a561 Show startup window by default 2014-05-03 17:33:51 +09:00
Way, No
d72212aa5f fixed typos 2014-04-26 19:37:11 +11:00
Way, No
9ab83da60a added icon to screenhelper 2014-04-24 12:11:05 +11:00
Way, No
43c533a2e7 added icon to splash screen 2014-04-24 12:11:05 +11:00
Way, No
04f4968034 icon from .rodata 2014-04-24 12:11:05 +11:00
Way, No
3cff2fe566 added icon.inc 2014-04-24 12:11:05 +11:00
Way, No
67439374ba includes 2014-04-24 12:11:05 +11:00