Tomoaki Kawada
624d291f79
Update #include
s
...
- 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
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
VelocityRa
e63f3d856b
Change spectatorTeamId back to 255
2016-12-02 15:05:42 +02:00
VelocityRa
ac35fcea08
Handle localization of 'Spectators' string properly
2016-12-01 00:08:20 +02:00
VelocityRa
0f5b4dab56
Display Spectators in Scoreboard
2016-11-30 22:52:28 +02:00
Flávio Monteiro
ab7879cdb9
Add more information and fix typos.
2016-11-28 22:06:27 -02: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
VelocityRa
30d133ce31
Use better random generator
2016-11-22 23:08:35 +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
Tomoaki Kawada
4d964d6595
Add more camera shake (cg_shake 2
) and additional movements of view weapons
2016-11-22 01:25:22 +09: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
Tomoaki Kawada
18f3e81fd1
Convert space indentations to tabs
2016-11-20 19:13:00 +09:00
Tomoaki Kawada
5e3b41b8ed
Provide more game experience options
...
- Fixes #448 . (Setting `cg_animations` to `0` disables the ADS animation)
2016-11-20 18:13:49 +09:00
Tomoaki Kawada
100eb15378
Fix a bug that prevented config variables from being initialized
2016-11-20 17:40:50 +09:00
Tomoaki Kawada
3380a07bfe
Renderer: latch some config variables
2016-11-19 23:22:18 +09:00
Tomoaki Kawada
6a7af96daf
Refactor setting variables
2016-11-19 21:27:13 +09:00
Tomoaki Kawada
785d62d1f8
Detect libopenal.so.[01]?
on Linux/BSD ( Fixes #440 )
2016-11-19 19:54:06 +09:00
Nick Renieris
c7a4cb1872
Merge pull request #442 from VelocityRa/glsl-vars-fix
...
Rename 'texture' GLSL occurences for max compatibility
2016-11-18 23:37:50 +02:00
VelocityRa
474b91d77d
Rename references to 'texture' uniforms
2016-11-18 15:40:49 +02:00
YVT
f1f88d3e18
Fix to compile with MSVC 2015
2016-11-18 04:44:57 -08:00
Jacob Shaffer
cea3372f4a
Added support for newer zlib with cleaned up namespace.
2016-11-14 15:49:04 -05:00
Tomoaki Kawada
88c096d1ba
Fix #433
2016-11-14 18:15:17 +09:00
Tomoaki Kawada
1e32f6d72a
Fix #337
2016-11-11 22:32:03 +09:00
Tomoaki Kawada
81e2deedce
Fix #394
2016-11-11 22:25:41 +09:00
Tomoaki Kawada
64e74eb5df
No longer tries to load a catalog file if the locale string is empty ( fixes #433 )
2016-11-11 20:01:53 +09:00
Tomoaki Kawada
2bc2bcac26
Water shader: level 3
...
Screen-space reflections (hybrid w/planar reflections) & refractions!
2016-11-11 02:53:48 +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
2db1a22f81
Better bloom effect
2016-11-07 01:37:15 +09:00
Tomoaki Kawada
866267daad
More recoils
...
Improves the AoS 0.75 compatibility.
2016-11-06 23:09:16 +09:00
Tomoaki Kawada
1b0ee28add
cg_centerMessage
now defaults to 2
2016-11-06 22:16:56 +09:00
Tomoaki Kawada
4047b613f1
Remove the vertical fog
...
Improves the AoS 0.75 compatibility.
2016-11-06 22:15:37 +09:00
Tomoaki Kawada
787c89f0b1
Merge remote-tracking branch 'origin/master' into fix-up
2016-11-06 20:42:42 +09:00
YVT
88fe60b1ea
Disable HDR auto-exposure by default
2016-08-21 17:51:41 +09:00
L0L022
03373a68be
Use namespace spades
2016-08-05 13:53:16 +02:00
L0L022
da6db0e948
Use pragma once
2016-08-05 13:48:50 +02:00
L0L022
047f89f30f
Remove useless comments
2016-08-03 20:36:18 +02:00
L0L022
8dc0a1de1b
Add mumble support
2016-08-03 17:08:45 +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