428 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Tomoaki Kawada
11545fc85f Update PakLocation.txt 2016-07-16 00:26:11 +09:00
Tomoaki Kawada
3f7fcee586 Reorganise resource files 2016-07-16 00:14:59 +09:00
Flávio Monteiro
3ead3435d4 Add .po file metadata 2016-07-13 01:24:42 -03:00
Flávio Monteiro
cf192476e0 Fix some typos 2016-07-13 01:21:52 -03:00
Flávio Monteiro
a79fe56daf Revert "Run update-pot.sh (Main.as not found?)"
This reverts commit 529d652ff6f7b876545f24170a6d13f30a7bf487.

I am not sure if I should include that commit, so better not to.
If executing update-pot.sh is a nescessary step than beter leave
it to someone else, as when I executed the script it said that
Main.as was not found, so maybe something was broken in that commit.
2016-07-13 00:56:52 -03:00
Flávio Monteiro
529d652ff6 Run update-pot.sh (Main.as not found?) 2016-07-13 00:48:01 -03:00
Flávio Monteiro
03170329b4 Add pt-BR language 2016-07-13 00:44:01 -03:00
Matthias Mailänder
971600123f Add missing trailing ; character 2016-03-25 19:17:46 +01:00
Matthias Mailänder
c335e229e6 Fix FreeDesktop icon and categories definition 2016-03-25 18:32:59 +01:00
yvt
20404c207d Updated Japanese translation for "Disconnecting..." 2016-01-30 02:34:08 +09:00
Bridger Maskrey
70f15430cd Server Disconnect Screen
Sources/Client/Client.cpp:
  + Added call to Client::DrawDisconnectScreen() in client destructor

Sources/Client/Client.h:
  + Added new prototype Client::DrawDisconnectScreen()

Sources/Client/Client_Draw.cpp:
  + Added function declaration for Client::DrawDisconnectScreen()
  * New Localization Introduced: "Client":"Disconnecting..."

Resources/de/openspades.po:
  + Added rudimentary German translation for "Client":"Disconnecting..."

Resources/ja/openspades.po:
  + Added rudimentary Japanese translation for "Client":"Disconnecting..."

Resources/ko/openspades.po:
  + Added rudimentary Korean translation for "Client":"Disconnecting..."

Resources/pl_PL/pl_PL:
  + Added rudimentary Polish translation for "Client":"Disconnecting..."

Resources/pot/openspades.pot:
  + Added translation entry for "Client":"Disconnecting..."

Resources/ru/openspades.po:
  + Added rudimentary Russian translation for "Client":"Disconnecting..."
2016-01-09 21:42:44 -05:00
yvt
50abf954aa Modified DoF algorithm (use with r_depthOfField 2) 2015-06-21 15:48:12 +09:00
yvt
e7ff0a5b36 Renderer: High Quality DoF (/r_depthOfField 2) 2015-06-20 20:12:01 +09:00
yvt
19a327a077 Fixed auto-exposure to work on the certain AMD GPU 2015-06-20 19:55:52 +09:00
yvt
9d603fe5d9 HDR Renderer: gamma correction 2015-06-20 18:32:30 +09:00
yvt
1ca429ffba Renderer: desaturation is done before applying tone curve to reduce the loss of luminosity of overbright area 2015-06-20 18:32:16 +09:00
yvt
5ed05f711b Auto-exposure (r_hdrAutoExposure; enabled by default) 2015-06-20 18:30:54 +09:00
yvt
6b1eff6726 git add map weapon icons 2015-06-20 17:14:05 +09:00
yvt
40f8be07c0 Realistic camera focal control mode
Set `cg_manualFocus` to `1` to use it. By default, mouse wheel adjusts the focal length, and pressing mouse wheel button enables auto-focus.
2015-06-20 17:10:26 +09:00
p
64dc4a1036 Improve the minimap system ,user configurable 2015-01-24 20:59:23 +01:00
Dmitry Marakasov
dd79b6895f Fix categies in .desktop file
- Move Game before Network as this is primarily game and shouldn't
  appear along with network utilities
- Add more precise ActionGame category
2014-09-02 08:10:59 +04:00
kuzyn1
0eb7b70db8 English to Polish translation 2014-08-08 01:37:32 +02:00
kuzyn1
67cbf6de1a Delete pl_PL 2014-08-08 01:36:44 +02:00
kuzyn1
48985c520b Create pl_PL 2014-08-08 01:34:57 +02:00
ArionWT
d054a9b16b Added Plural-Forms. 2014-07-01 19:42:01 +03:00
ArionWT
28ca19eaab Fixes in accord with 'noway421' 2014-07-01 19:17:07 +03:00
ArionWT
f1f44dcfd2 Update openspades.po 2014-07-01 18:27:20 +03:00
ArionWT
975b8f49de Added new strings. Fixed errors. 2014-07-01 18:17:29 +03:00
Marco Schlumpp
bbfbb2d780 Fix yvt/openspades#285. 2014-05-27 20:48:28 +02:00
yvt
9e22b08dfc Merge remote-tracking branch 'origin/master' 2014-05-08 02:41:39 +09:00
yvt
063efdde63 Additional smoke textures looking like explosion 2014-05-08 02:41:10 +09:00
Way, No
eed4c1b84d removed unnecessary linking code 2014-05-06 00:24:24 +11:00
Way, No
9091d50450 Now this code not needed 2014-04-28 02:21:34 +11:00
Way, No
ad5636742a fixed date 2014-04-27 15:13:34 +11:00
Way, No
eb439132cf More advanced .deb support 2014-04-27 12:52:28 +11:00
Way, No
e12092b895 Various .deb files 2014-04-27 12:51:53 +11:00