1254 Commits

Author SHA1 Message Date
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
YVT
478a4460e8 Merge pull request #460 from VelocityRa/master
Use better random generator.
2016-11-23 19:36:33 +09:00
Flávio Monteiro
9fe993b94e Update Credits.inc 2016-11-22 19:50:38 -02:00
Flávio Monteiro
afb378647c Update AUTHORS 2016-11-22 19:48:11 -02:00
Flávio Monteiro
27d7bcf843 Fix forgotten backslashes. Again.
Ensure consistency, all backslashes should be slashes.
2016-11-22 19:38:47 -02:00
Flávio Monteiro
443e29c360 Small fixes and changes. 2016-11-22 19:33:37 -02:00
Flávio Monteiro
40ed780fa3 Go back to normal slashes. Add additional info. 2016-11-22 19:28:42 -02:00
VelocityRa
30d133ce31 Use better random generator 2016-11-22 23:08:35 +02:00
Flávio Monteiro
d9f20da09e Use backslashes for Windows directory examples 2016-11-22 19:08:21 -02:00
Flávio Monteiro
42114ded2b Remove confusing and outdated dependencies
* Remove fluid.exe and out.txt references
 * Rename SDL to SDL2
 * Tidy up formatting a bit to improve readability
2016-11-22 17:53:55 -02:00
Flávio Monteiro
fa18bacc37 Fix Building Instructions wrong formatting
* Invalid markdown for the URL
 * Increase readability
2016-11-22 17:31:07 -02:00
Flávio Monteiro
95579e1244 Add more building instructions 2016-11-22 17:26:53 -02:00
Flávio Monteiro
f618ce841f Small formatting changes. 2016-11-22 17:20:27 -02:00
Flávio Monteiro
2c47cbf394 Change from openspades to OpenSpades in README.md 2016-11-22 17:06:03 -02:00
YVT
87e53ba80d Merge pull request #457 from kmsiapps/master
update korean translation
2016-11-23 02:09:05 +09:00
kmsiapps
f98517a402 update korean translation
Updated Korean translation.
2016-11-23 00:28:34 +09:00
Tomoaki Kawada
4d964d6595 Add more camera shake (cg_shake 2) and additional movements of view weapons 2016-11-22 01:25:22 +09:00
YVT
fbeff2a26d Merge pull request #439 from VelocityRa/troubleshooting
Troubleshooting/Common Issues doc
2016-11-21 20:53:09 +09:00
Nick Renieris
67d8a8f588 Update TROUBLESHOOTING.md 2016-11-21 13:51:49 +02:00
YVT
73259f8f74 Merge pull request #456 from theunknownxy/readme-update
Readme update
2016-11-21 14:09:36 +09:00
YVT
689e5bd99f Merge pull request #450 from feikname/master
Update pt_br translation
2016-11-21 14:09:03 +09:00
Marco Schlumpp
968c754ab8
Add a link to the trello board. 2016-11-20 21:27:13 +01:00
Marco Schlumpp
d31c78a240
Put the most important link to the front. 2016-11-20 21:26:33 +01:00
Flávio Monteiro
22a6d5aa37 Make pt_br strings shorter and fix case issues. 2016-11-20 16:31:33 -02:00
Flávio Monteiro
876d5102cb Update pt_br translation
Add the new preferences strings
2016-11-20 14:42:52 -02:00
Tomoaki Kawada
a79261a8f5 Remove poly2tri as it’s no longer used
Fixes #291.
2016-11-20 23:15:21 +09:00
Tomoaki Kawada
1eda4270be Fix #398 2016-11-20 20:39:18 +09:00