353 Commits

Author SHA1 Message Date
yvt
9d7837dac6 Update GI calculation 2017-01-04 04:04:29 +09:00
YVT
855191cd88 Merge pull request #518 from feikname/master
Update pt_br openspades.po
2017-01-04 02:39:55 +09:00
Flávio Monteiro
110c5c50a3
Update de openspades.po 2017-01-03 15:20:38 -02:00
Flávio Monteiro
4ce58686a9
Update pt_br openspades.po 2017-01-02 07:59:21 -02:00
yvt
edaa9e7e9a Update openspades.pot 2017-01-02 01:51:06 +09:00
yvt
c878a8f7aa Add GUI for SSAO 2017-01-01 17:48:53 +09:00
yvt
f9d93208ac Screen Space Ambient Occlusion 2017-01-01 17:30:13 +09:00
roboman2444
51474ad723 Added depth-only prepass for non-optimized 2016-12-31 00:30:37 -05:00
damienflament
f636af214c Improve translation for "full" and "not full" server. 2016-12-29 01:10:25 +01:00
damienflament
102f900791 Add a grave accent to the uppercase preposition à. 2016-12-28 21:11:37 +01:00
damienflament
2b99f9fd12 "s'emparer" means get (or pick up) not capture. 2016-12-28 20:13:46 +01:00
Damien Flament
d7948985d9 Add French translation. 2016-12-28 16:06:11 +01:00
ArionWT
395cdef4f0 Update russian translation 2016-12-27 07:25:01 -02:00
ArionWT
e3f99836b2 Upd 3 2016-12-26 16:00:50 +03:00
yvt
30e6c62ca3 Fix translations 2016-12-26 17:55:19 +09:00
Flávio Monteiro
8d02f20e42 Update translation headers copyright to 2016 2016-12-25 23:51:17 -02:00
Flávio Monteiro
8d0f93789e Add UTF-8 charset to .pot 2016-12-25 23:47:45 -02:00
Flávio Monteiro
71e5daebe8 Update all translations to match latest template
* Converted pl_pl to UTF-8
2016-12-25 23:45:22 -02:00
yvt
c013e935c9 Update translation files 2016-12-25 22:56:48 +09:00
kmsiapps
75ad258da4 Merge pull request #4 from yvt/master
Update 'pt_br' translation
2016-12-25 10:44:05 +09:00
kmsiapps
eb9f644316 Removed blanks 2016-12-25 10:44:06 +09:00
Flávio Monteiro
0989a849c5 Update 'pt_br' translation
* Fix typos
 * Add changed translation for Anti-alias
 * Other minor improvements
2016-12-24 20:05:26 -02:00
kmsiapps
b83a407bd6 Changed some translations 2016-12-24 15:51:09 +09:00
Tomoaki Kawada
bdc6cd2ee1 Fix pak location 2016-12-18 01:40:34 +09:00
yvt
2ecbd554b4 Support Ogg Opus audio files (.opus) on macOS 2016-12-18 00:45:17 +09:00
yvt
fd7f5cb764 Update devpak to r31
* Revert some sound effects

* Moved ironsight models to the main repo
2016-12-17 04:25:21 +09:00
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
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
yvt
267c9e9133 Relocate dev paks 2016-12-09 22:23:35 +09: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
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
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
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
YVT
b1bf4e5466 Merge pull request #465 from theunknownxy/favorites
Favorite Servers
2016-12-04 22:44:43 +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
Marco Schlumpp
f198d7b824
Render favorite servers with yellow text and blue background. 2016-12-03 20:04:16 +01:00