1563 Commits

Author SHA1 Message Date
yvt
2c1893e2d0 Make the locale selector slightly bigger in size 2016-12-16 05:09:43 +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
kmsiapps
16664e79a5 Updated Korean translation (#486) 2016-12-11 18:06:51 +09:00
kmsiapps
0ffa4d4197 Updated Korean translation 2016-12-11 11:05:58 +09:00
kmsiapps
ce402c89a9 Merge pull request #2 from yvt/master
Pulled original commit
2016-12-11 10:54:27 +09:00
YVT
a9f2f8e5bc Merge pull request #485 from DarkDracoon/master
Added the Portuguese language and fixed typos on POT and pt_BR
2016-12-11 04:20:01 +09:00
João Rodrigues
745f062e31 Fix typo. 2016-12-10 19:05:47 +00:00
João Rodrigues
33a489b6f1 Updated openspades.po (pt_pt) 2016-12-10 19:04:57 +00:00
João Rodrigues
4546d8cb17 Updated openspades.po (pt_br) 2016-12-10 19:03:47 +00:00
João Rodrigues
41b036ec57 Add Portuguese language, fix typos on POT and pt_BR 2016-12-10 18:10:07 +00:00
João Rodrigues
de3372887f Add Portuguese language, fix typos on POT and pt_BR 2016-12-10 18:04:00 +00:00
Flávio Monteiro
2167e4f027 Add missing dlls for YSR audio on README.md 2016-12-09 13:48:32 -02:00
Flávio Monteiro
0c8b271ed9 Update Windows instructions in README.md
* Remove an unnecessary step about paks (already dealt by the `OpenSpades_Resources` project)
 * Small grammar improvements
2016-12-09 13:27:37 -02:00
YVT
4f9a6f6cc5 Merge pull request #483 from yvt/patch-relocate-devpak
Relocate dev paks
2016-12-09 22:52:58 +09:00
yvt
267c9e9133 Relocate dev paks 2016-12-09 22:23:35 +09:00
Flávio Monteiro
2af8cfe7c0 Update README.md 2016-12-09 07:18:55 -02:00
Flávio Monteiro
deb3cc0e65 Add more Windows instructions inside README.md
* Add missing DLL for YSR (libgcc_s_dw2-1.dll)
 * More detailed information about paks
2016-12-09 07:15:02 -02:00
Flávio Monteiro
86bb44d4c2 Update README.md
Fixes #482
2016-12-08 06:14:36 -02:00
yvt
85fe0b94ac Fix typo 2016-12-08 10:39:15 +09:00
yvt
3567a2aa4e Update Japanese translation 2016-12-08 10:34:08 +09:00
Flávio Monteiro
6c4848842d Update 'pt_br' translation to match #481 and 7c615bd
* Reset settings
 * Reveal User Resource Directory
2016-12-07 18:03:55 -02: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
YVT
dcce3d900e Merge pull request #480 from feikname/master
Add missing <intrin.h> header for Windows build
2016-12-06 15:28:44 +09:00
YVT
cd2636ea32 Merge branch 'master' of https://github.com/yvt/openspades 2016-12-05 22:28:05 -08:00
YVT
8784754bec Fix #476 2016-12-05 22:27:13 -08:00
Flávio Monteiro
a208506a74 Add missing <intrin.h> header for Windows build
- Fixes VS2017 build (#473)
2016-12-06 03:37:19 -02:00
Flávio Monteiro
10cd537ad5 Update README.md 2016-12-06 00:47:55 -02:00
YVT
216f92a166 Merge pull request #479 from yvt/patch-mkpak-ps
Support pak creation with Windows builds
2016-12-06 11:15:01 +09:00
YVT
aa9dea330c Support pak creation with Windows builds
- mkpak.sh was ported to PowerShell (tested on PowerShell 5).
- Resources/CMakeList.txt was modified to use mkpak.ps1 on Windows and
  to generate pak files in the "Resources" directory inside the build
  output directory.
- Fixes #316.
- However, users still have to download the non-free pak manually.
2016-12-05 11:13:50 -08:00
YVT
c03f1f5d51 Merge pull request #477 from devnexen/openbsd_build
make the build possible on OpenBSD.
2016-12-05 19:31:32 +09:00
YVT
1e01f6e481 Merge pull request #475 from kmsiapps/master
Updated Korean translation
2016-12-05 19:29:48 +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
kmsiapps
f63390a448 Updated Korean translation
added few translations.
2016-12-04 23:19:36 +09:00
kmsiapps
38f334ade6 Merge pull request #1 from yvt/master
Update base fork
2016-12-04 23:12:34 +09:00
Flávio Monteiro
0d99d30da7 Update README.md 2016-12-04 11:45:54 -02:00
YVT
b1bf4e5466 Merge pull request #465 from theunknownxy/favorites
Favorite Servers
2016-12-04 22:44:43 +09:00
Marco Schlumpp
eb65b2f33b
Remove wrong return type. 2016-12-04 12:54:13 +01:00
YVT
0df91910ed Remove polyfills for older versions of MSVC 2016-12-04 01:23:12 -08:00
YVT
4f5f5be98c Merge pull request #472 from theunknownxy/libstdcpp-fix
Fix compilation on newer libstdc++.
2016-12-04 18:19:31 +09:00
Flávio Monteiro
050ec75624 Update 'pt_br' translation to fix typo 2016-12-03 20:43:08 -02:00
Flávio Monteiro
1cc9899961 Update 'pt_br' translation to fit latest changes 2016-12-03 20:09:09 -02:00
Flávio Monteiro
5aa55745da Add 'os.Resources/' to .gitignore 2016-12-03 20:02:55 -02: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
b8c9265ebc
Fix compilation on newer libstdc++.
Newer versions only declare isnan in the std namespace when the cmath
header is used.
2016-12-03 20:07:16 +01:00
Marco Schlumpp
f198d7b824
Render favorite servers with yellow text and blue background. 2016-12-03 20:04:16 +01:00
Marco Schlumpp
986e27436b
Implement simple favorite system. 2016-12-03 20:04:11 +01:00