150 Commits

Author SHA1 Message Date
yvt
30dbb862c6 Added copyright header of pysnip 2013-09-05 00:52:03 +09:00
yvt
55ba522445 Added color correction (tone mapping) 2013-09-04 15:26:38 +09:00
yvt
5568ebf59b Dropped default quality of shadow 2013-09-04 15:03:36 +09:00
yvt
06d7595715 Physically modelled lighting for map rendering 2013-09-04 15:00:04 +09:00
yvt
83cefd36ab Fixed bug due to operator precedence 2013-09-04 11:03:04 +09:00
yvt
24e868b103 Bug fix 2013-09-04 10:00:02 +09:00
yvt
d1761ed1a2 No longer sends position update if you are a spectator 2013-09-04 04:55:48 +09:00
yvt
4b76173579 smoother loading -> connection transition 2013-09-04 04:03:03 +09:00
yvt
4fa96565ac Disabled r_srgb by default and added r_highPrec to disable RGB10A2 (and use RGBA8). 2013-09-04 03:44:38 +09:00
yvt
f0ff57555f Delayed load of settings (fixes default value bug) 2013-09-03 23:47:28 +09:00
yvt
451e939ddb Some bug fixes & performance tuning 2013-09-03 22:48:04 +09:00
yvt
1ef14c06ac Fixed r_water default value conflict ion 2013-09-03 22:21:28 +09:00
yvt
76f2242eab dl is now linked 2013-09-03 21:48:43 +09:00
yvt
0ec3d74d31 Updated WorldUpdate handler 2013-09-03 01:42:10 +09:00
yvt
5ef406bb58 Dynamic light is enabled whatever Direct Lighting is set to 2013-09-03 01:26:01 +09:00
yvt
ccd71bbfb0 Velocity is updated when NetClient receives WorldUpdate 2013-09-03 01:24:03 +09:00
yvt
7a9d9fdfc0 When a server didn't return WeaponReload packet, sets weapon's ammo count by client 2013-09-03 00:28:39 +09:00
yvt
f559e0ed00 Enabled depth buffer for default framebuffer (work-around for some video drivers' bug) 2013-09-03 00:03:43 +09:00
yvt
4129eb290b * Delayed initialisation of a renderer
* Splash screen
2013-09-02 23:09:13 +09:00
yvt
153d1323f9 Modified software shadow map renderer 2013-09-02 22:08:37 +09:00
yvt
7eba253abd * Texture Anisotropy
* Water 2
2013-09-02 19:35:14 +09:00
yvt
c13ebe66fc Work-around for reload-related protocol issue 2013-09-02 17:36:08 +09:00
yvt
e657a4c55f Fixed reload related bug 2013-09-02 16:46:50 +09:00
yvt
f9ba6406f2 Protocol version is now written to system log 2013-09-02 16:26:40 +09:00
yvt
c0be1e9038 Fixed a bug that shotgun sometimes ceases to fire 2013-09-02 15:15:40 +09:00
yvt
9f9280f149 Shotgun now uses the shell count sent by server while reloading 2013-09-02 15:08:45 +09:00
yvt
dfa1089a9c Shotgun no longer reloads beyond clip size 2013-09-02 14:50:10 +09:00
yvt
e9c010ce82 Disabled "reconnect without exiting" because it might cause a crash 2013-09-02 02:34:52 +09:00
yvt
d1f46bd67e Improved error display 2013-09-02 01:19:14 +09:00
yvt
088474952f Shows other player's disconnection/joining a team 2013-09-02 00:42:45 +09:00
yvt
0210c0292f Added GL_MAX_TEXTURE_SIZE/GL_MAX_3D_TEXTURE_SIZE check 2013-09-01 23:15:37 +09:00
yvt
3064de052a Better system report
* Max texture size is logged
 * Some of non-required extensions are shown
2013-09-01 17:47:16 +09:00
yvt
0ac8985c62 GL_ARB_texture_non_power_of_two support is checked 2013-09-01 17:36:17 +09:00
yvt
ef2193de90 Faster dig (the same speed as the original AoS 0.75) 2013-09-01 16:15:20 +09:00
yvt
2ebb66f099 Easier to place block under the feet 2013-09-01 16:06:54 +09:00
yvt
ab903f285c * Spade/block's reach fixed 2013-09-01 14:33:37 +09:00
learn_more
f55e42864a Sorting by clicking on the headers
draw headers in a different font.
prevent servers from custom formatting
remember sorting order
remember filter
2013-09-01 00:35:56 +02:00
learn_more
5b7a8e6819 Define settings at one place, others follow 2013-09-01 00:34:41 +02:00
learn_more
90096ae727 set correct protocol version based on selected server 2013-08-31 19:57:36 +02:00
learn_more
4bd644050c resolve naming collisons 2013-08-31 19:29:58 +02:00
learn_more
242705f29a use external curl, remove included files 2013-08-31 19:23:32 +02:00
learn_more
e69d50ee08 Add a serverbrowser using the listing from http://services.buildandshoot.com/serverlist.json
curl is used to download the listing, JsonCpp is used for the parsing.
2013-08-31 18:06:46 +02:00
learn_more
09e05c8ff6 add curl 2013-08-31 18:04:04 +02:00
learn_more
eb1175e08d add json library 2013-08-31 18:03:29 +02:00
learn_more
308559444c Disable warnings 2013-08-31 16:00:27 +02:00
learn_more
5ebdc85911 Merge branch 'master' of https://github.com/yvt/openspades 2013-08-31 12:20:45 +02:00
yvt
4431ac0a4f Fixed reload-related bugs 2013-08-31 15:10:20 +09:00
yvt
ba70c3939f Fixed bug that reload doesn't complete when player switched tools while reloading 2013-08-31 15:01:51 +09:00
yvt
d7fb4456e9 Separated "raising" sounds for every tools 2013-08-31 14:54:12 +09:00
yvt
55dd4a259f Player no longer can place a block that overlaps with itself 2013-08-31 13:17:35 +09:00