1280 Commits

Author SHA1 Message Date
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
Marco Schlumpp
b0c0e6d945
Add Rightclick to Button. 2016-12-03 19:49:44 +01:00
Tomoaki Kawada
e1d6e84a96 Initialize grenadeVibrationSlow 2016-12-04 01:05:06 +09:00
Tomoaki Kawada
c601a5e7d2 Fix coding style 2016-12-04 01:04:38 +09:00
Tomoaki Kawada
1ed3fcd4e9 Update gettext template (.pot) and Japanese translation 2016-12-04 00:45:17 +09:00
Tomoaki Kawada
2be6524d02 Implement language switcher
Fixes #445.
2016-12-04 00:22:05 +09:00
Tomoaki Kawada
ccd365b602 Fix incorrect SPLog arguments
Fixes #468.
2016-12-03 22:00:46 +09:00
Tomoaki Kawada
b75f0c15a0 Update README.md 2016-12-03 19:55:35 +09:00
YVT
5b57070639 Merge pull request #471 from yvt/patch-2
Reformat
2016-12-03 19:50:46 +09:00
YVT
113c8479aa Fix to compile with MSVC 2015 2016-12-03 02:40:17 -08: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
YVT
3c426b46d8 Merge pull request #466 from VelocityRa/master
Display Spectators in Scoreboard
2016-12-03 16:36:56 +09:00
YVT
2601e1c7ff Merge pull request #467 from theunknownxy/editorconfig
Code style tools
2016-12-03 04:32:23 +09:00
Marco Schlumpp
91e835c6d4 Added clang-format configuration. 2016-12-02 20:14:22 +01:00
YVT
65202bb56d Fix plural form selection code (#470)
Fixes #469.
2016-12-02 20:48:29 +02:00
Tomoaki Kawada
dd75492b7a Fix segfault caused by access to an uninitialized std::string
Segfault seems to occur only with the latest version of GCC or glibc.
Hopefully fixes the second issue reported in #434.
2016-12-02 20:48:29 +02:00
YVT
941bf6b177 Fix plural form selection code (#470)
Fixes #469.
2016-12-03 02:28:41 +09:00
VelocityRa
e63f3d856b Change spectatorTeamId back to 255 2016-12-02 15:05:42 +02:00
YVT
aeadee343b Merge pull request #464 from yvt/patch-1
Fix segfault caused by access to an uninitialized std::string
2016-12-01 13:44:51 +09:00
VelocityRa
ac35fcea08 Handle localization of 'Spectators' string properly 2016-12-01 00:08:20 +02:00
Marco Schlumpp
f3d8428c03
Added editorconfig file. 2016-11-30 22:40:16 +01:00
VelocityRa
0f5b4dab56 Display Spectators in Scoreboard 2016-11-30 22:52:28 +02:00
Tomoaki Kawada
9ebcaf9101 Fix segfault caused by access to an uninitialized std::string
Segfault seems to occur only with the latest version of GCC or glibc.
Hopefully fixes the second issue reported in #434.
2016-11-30 17:09:07 +09:00
Flávio Monteiro
3c9abb5b68 Update 'pt_br translation' 2016-11-28 23:17:06 -02:00
Flávio Monteiro
ab1b1309f3 Remove outdated 'ftlk' reference for Windows build
* See also: #220
2016-11-28 23:14:17 -02:00
Flávio Monteiro
ab7879cdb9 Add more information and fix typos. 2016-11-28 22:06:27 -02:00
Flávio Monteiro
d5135bac55 Improve readability in README.md 2016-11-24 21:26:59 -02:00
VelocityRa
0a55df206d Fix CMAKE warning (CMP0054)
Resolves #443.
2016-11-23 21:24:13 +02:00
YVT
57a273dc52 Merge pull request #462 from skmedix/patch-1
Move [Build Status] next to repo name
2016-11-24 04:15:32 +09:00
SKmedix
15531dce49 Update README.md 2016-11-23 18:30:28 +01:00
YVT
038b2116fc Merge pull request #461 from feikname/update-docs
Improve text files.
2016-11-23 19:38:11 +09:00