Tomoaki Kawada
b6d4a504f2
Merge branch 'master' of https://github.com/yvt/openspades
2016-11-14 18:15:51 +09:00
Tomoaki Kawada
88c096d1ba
Fix #433
2016-11-14 18:15:17 +09:00
YVT
55e95ab901
Merge pull request #435 from feikname/master
...
Update pt_br translation (Player name/Water Shader were added)
2016-11-14 02:10:25 +09:00
Flávio Monteiro
952d2c6584
Fix pt_br translation typo.
2016-11-12 13:14:39 -02:00
Flávio Monteiro
af663143a2
Update pt_br translation (Player name/Water Shader were added to the .pot)
...
Translations added:
* Player name selection upon first launch inside CreateProfileScreen.as
* Water Shader setting inside StartupScreen.as
2016-11-12 12:46:15 -02:00
Tomoaki Kawada
46fc74136d
Update README.md
2016-11-12 18:24:35 +09:00
Tomoaki Kawada
2d611510c7
Update Japanese translation
2016-11-12 00:59:21 +09:00
Tomoaki Kawada
411d4439f5
Update .pot
2016-11-12 00:30:42 +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
e93ea36536
Fix spades::ui::Field
to raise “changed” event when a user hits Ctrl+X
2016-11-11 21:58:26 +09:00
Tomoaki Kawada
c2dce413a9
Let player decide their player name upon first launch ( fix #432 )
2016-11-11 21:57:24 +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
9777fb678d
PBR shader: specular reflections from sky and nearby objects
2016-11-11 14:36:57 +09:00
Tomoaki Kawada
d26471d513
Update *.sh to use bash
...
Fixes #431 .
2016-11-11 04:07:08 +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
604736c439
Removed Clang from .travis.yml
...
Clang on Travis CI tries to use GCC 4.6’s old C++ header files, which causes the build to fail.
2016-11-10 22:39:20 +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
Tomoaki Kawada
2872e4e66e
Fix asset installation on *nix
...
Built-in assets are now installed as paks instead of "loose" files.
There was a bug which caused some files to be not installed properly.
It's now addressed by this commit. (Fixes #430 )
It should be now possible to launch OpenSpades without `make install`.
Just make sure to cd to the build directory (where you ran `cmake`) before
launching OpenSpades by `bin/openspades`.
2016-11-10 20:37:01 +09:00
YVT
e9a57d0545
Renamed an invalid identifier in CameraBlur.fs
...
In a response to #426 .
2016-11-07 13:27:17 +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
2358f30ce2
Update shaders
2016-11-07 00:38:09 +09:00
Tomoaki Kawada
3f7a66281d
Fix the position of iron sights
2016-11-06 23:15:58 +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
f649749bf5
Update README.md
2016-11-06 21:15:53 +09:00
Tomoaki Kawada
5088a3b746
Update README.md
2016-11-06 20:59:15 +09:00
Tomoaki Kawada
ab5277a57f
Add MumbleLink.(cpp|h)
to Xcode project
2016-11-06 20:50:07 +09:00
YVT
570cdcfb04
Merge pull request #428 from yvt/fix-up
...
Fix the mess with paks
2016-11-06 20:48:08 +09:00
Tomoaki Kawada
787c89f0b1
Merge remote-tracking branch 'origin/master' into fix-up
2016-11-06 20:42:42 +09:00
YVT
e9dad30f61
Fix #426
...
Avoided the use of reserved identifiers
2016-11-06 13:07:27 +09:00
Tomoaki Kawada
4a641e8142
Update PakLocation.txt
2016-11-06 03:57:01 +09:00
Tomoaki Kawada
cea9e2c45e
Update gitignore
2016-11-06 03:47:28 +09:00
YVT
5ece03485a
Merge pull request #420 from feikname/master
...
Update pt_br translation
2016-09-03 00:13:52 +09:00
Flávio Monteiro
0e4c94b13b
Update pt_br translation
...
* Change the translation for OFF to "OFF" (instead of "OK")
* Shorten server list translations to fit correctly
* Change errors in particle levels translations
2016-09-02 11:47:22 -03:00
Flávio Monteiro
1c24f53c91
Fix translation files ( #419 )
...
* Rename pot files to follow the conventions
* Run update-pot.sh
* Rename directories to ensure they work with OpenSpades core_locale for now
* Change underline to dash
* Remove log file hat should not be there
* Go back to underscores
2016-09-02 18:04:34 +09:00
YVT
88fe60b1ea
Disable HDR auto-exposure by default
2016-08-21 17:51:41 +09:00
YVT
004ca9753f
Merge pull request #413 from L0L022/master
...
Add mumble support
2016-08-12 13:37:33 +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
Tomoaki Kawada
ce7e4de178
Update the relative path of pak000-Nonfree.pak
2016-07-27 16:20:50 +09:00