1090 Commits

Author SHA1 Message Date
Chameleonhider
67453fc32d Ignore changes in here
extern int palette[][] is giving link trouble when building on win7
VS2013 Express.
This change did not fix palette behaviour for scoreboard.
2016-02-10 18:11:23 +02:00
yvt
20404c207d Updated Japanese translation for "Disconnecting..." 2016-01-30 02:34:08 +09:00
yvt
76f20b82b7 Updated Xcode project 2016-01-30 02:33:57 +09:00
YVT
6c8f428c47 Merge pull request #379 from CenturionFox/upstream
Server Disconnect Screen
2016-01-30 02:31:24 +09:00
YVT
77d781a3e9 Merge pull request #381 from yvt/revert-374-issue-373
Revert "#373 Fill weapon clip when ammo is restocked."
2016-01-30 01:08:50 +09:00
YVT
815445c19e Revert "#373 Fill weapon clip when ammo is restocked." 2016-01-30 01:07:10 +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
f457d67b5c Merge pull request #374 from someoneigna/issue-373
#373 Fill weapon clip when ammo is restocked.
2015-12-20 01:31:36 +09:00
Tomoaki Kawada
11cf75b990 Merge pull request #370 from NotAFile/NotAFile-patch-1
Add Fix for "PNG Images are not supported" Errors
2015-12-15 10:30:37 +09:00
Ignacio Alvarez
c3f10e9f11 #373 Fill weapon clip when ammo is restocked. 2015-12-12 20:23:06 -03:00
NotAFile
ec887f8721 Add Fix for "PNG Images are not supported" Errors
Many people were having problems

fixes #259 #363

and some others I may have overlooked
2015-09-13 23:39:00 +02:00
yvt
50abf954aa Modified DoF algorithm (use with r_depthOfField 2) 2015-06-21 15:48:12 +09:00
yvt
665dde5d7d Fixed to compile 2015-06-20 20:40:45 +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
70a1dd4b36 Fixed to compile 2015-06-20 18:52:11 +09:00
yvt
9f3cdbb70f Fixed compile error (::isfinite undefined) 2015-06-20 18:45:18 +09:00
yvt
95488c00d6 Auto-focus speed is now adjustable 2015-06-20 18:44:23 +09:00
yvt
bdbcda9782 Amount of DoF is more flexible 2015-06-20 18:36:29 +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
f4c4f52254 Adjusted auto-focus 2015-06-20 17:15:01 +09:00
yvt
6b1eff6726 git add map weapon icons 2015-06-20 17:14:05 +09:00
yvt
dbbca6324f Merge branch 'master' of https://github.com/yvt/openspades 2015-06-20 17:10:34 +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
Tomoaki KAWADA
8ce6c9f0cf Merge pull request #367 from prosa100/patch-1
fix readme libalut-dev typo
2015-06-20 03:44:43 +09:00
prosa100
db24c81b99 fix readme libalut-dev typo
was lubalut-dev
2015-06-16 15:02:48 -05:00
Tomoaki KAWADA
dcc614e2f4 Merge pull request #366 from 2mac/master
Fixed Debian dependencies
2015-06-14 04:07:37 +09:00
yvt
359619aa65 Fix ghost bullets #365 2015-06-14 04:05:51 +09:00
David McMackins II
b2b87be964 Fixed Debian dependencies 2015-05-31 21:17:14 -05:00
Tomoaki KAWADA
4f0290c17f Fix #343 2015-02-08 00:18:40 +09:00
Tomoaki KAWADA
f5455c48ec Delete ChangeLog 2015-02-02 14:10:30 +09:00
Tomoaki KAWADA
3026df33b8 Merge pull request #340 from pandaro/master
New try to minimaps improvements
2015-02-02 14:07:37 +09:00
Tomoaki KAWADA
b26d4c7821 Merge pull request #328 from noway421/first-person-spec
Added first person view for spectate mode
2015-02-02 13:59:26 +09:00
pandaro
faac496cce synchronized colors between the minimap and the scoreboard 2015-01-27 00:35:56 +01:00
pandaro
0468f319ac Fix 2015-01-26 21:52:27 +01:00
pandaro
b9f31a2012 unique palette declaration uses external 2015-01-26 21:38:33 +01:00
p
45fe408e46 fix missing func 2015-01-24 22:59:53 +01:00
p
09feeec318 fix minimap improvements color variable 2015-01-24 22:38:51 +01:00
p
64dc4a1036 Improve the minimap system ,user configurable 2015-01-24 20:59:23 +01:00
yvt
f75d9083ec Merge remote-tracking branch 'origin/master' 2015-01-24 12:45:16 +09:00
yvt
7072e15b63 Mask write to configs from certain scripts 2015-01-24 12:44:57 +09:00
Tomoaki KAWADA
aff4c995ee fixed to compile 2015-01-23 18:43:53 +09:00
yvt
66627a4de2 Support for third person view and so on. 2015-01-23 18:26:00 +09:00
Tomoaki KAWADA
df40c16c5a Update Strings.h
Added the missing '>'
2014-12-19 05:08:43 +09:00
Tomoaki KAWADA
793ea5b807 Fix #327 2014-12-19 04:42:45 +09:00
Way, No
a637e177e3 added first person view 2014-12-17 01:17:03 +10:00
Tomoaki KAWADA
0630ce409a Merge pull request #326 from faineance/master
Fix multiple default value of cg_blood
2014-12-17 00:08:45 +09:00
faineance
1bdaa42012 fix multiple default values 2014-12-14 12:36:40 +00:00