172 Commits

Author SHA1 Message Date
learn_more
c196350cc4 Merge branch 'master' of https://github.com/yvt/openspades into develop
more warnings
2013-09-20 23:11:12 +02:00
learn_more
d41b91631f fix a shitton of warnings 2013-09-20 23:03:32 +02:00
yvt
9da577a491 The very first scripting functionality for modding 2013-09-21 04:17:34 +09:00
yvt
dab2476020 Adjust post filter, and disabled vignette effect 2013-09-17 19:03:28 +09:00
learn_more
4b43f5ce65 Suppress useless warnings, fix the build on linux 2013-09-14 20:00:30 -07:00
learn_more
64a5389e99 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-15 04:19:43 +02:00
learn_more
822ab0cb53 create ServerAddress, holder / generic functions for ip addresses 2013-09-15 04:19:34 +02:00
yvt
5164c29e0a Disabled debug code 2013-09-15 02:40:47 +09:00
yvt
17e285e4a7 Tuned hurt effect 2013-09-15 01:01:07 +09:00
learn_more
310c97f808 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-14 17:51:17 +02:00
yvt
5437eb3eba AudioDevice is exported to script 2013-09-14 17:26:43 +09:00
learn_more
244a4d3b01 Merge branch 'master' of https://github.com/yvt/openspades 2013-09-14 07:13:03 +02:00
learn_more
c02418b2b1 bugfix in netclient (was reserve instead of resize)
confirmation if you want to close the game
2013-09-14 07:11:40 +02:00
yvt
13692657e1 Merge and some refactor (ref-counting some objects) 2013-09-14 13:28:19 +09:00
yvt
d70b65495e Fixed a bug that the screen becomes red 2013-09-13 02:38:09 +09:00
yvt
e262eb35b4 Updated corpse behavior (correct initial velocity, and more damp in water) 2013-09-13 00:32:07 +09:00
yvt
1534193efc Modified hurt effect, and disabled a debug code 2013-09-13 00:15:13 +09:00
yvt
c54b0a63dd Blur vignette fix 2013-09-12 23:41:07 +09:00
yvt
428fe5a769 Fixed bug in screen shot feature 2013-09-12 23:30:03 +09:00
yvt
ece9e1aac8 Updated hurt effect 2013-09-12 23:26:08 +09:00
yvt
116352235c DoF bug fix 2013-09-12 16:09:17 +09:00
yvt
f4b4bc3802 Depth of field and crash fixes 2013-09-12 14:39:42 +09:00
yvt
27a08f8d9f Hold aiming 2013-09-09 17:53:52 +09:00
yvt
adc33abd67 Aspect ratio is now correct while aiming down the sight 2013-09-08 19:06:39 +09:00
yvt
3339cad74f cg_debugAim is added and can be used to visualize the spread of a weapon 2013-09-08 02:58:55 +09:00
yvt
a64dea48c7 Field of view is now customisable 2013-09-07 21:26:06 +09:00
yvt
bfc2dfaf90 Local player no longer bleeds 2013-09-07 20:31:19 +09:00
yvt
e8a436da0a Slow movement and bobbing of view weapon 2013-09-07 03:53:11 +09:00
yvt
8dd5eee8ee Character's legs now move when he's strafing 2013-09-07 03:30:49 +09:00
yvt
29374bf680 Merge branch 'master' into newwater 2013-09-06 18:23:54 +09:00
yvt
378d29b3d9 Place blocks by holding LMB 2013-09-06 12:42:11 +09:00
yvt
776bafe1d8 Preload and performance improvement 2013-09-06 11:44:36 +09:00
yvt
0ae54bc981 Merge branch 'master' into newwater 2013-09-06 02:03:34 +09:00
yvt
30dbb862c6 Added copyright header of pysnip 2013-09-05 00:52:03 +09:00
yvt
ec78531c56 work-around for water refraction problem 2013-09-04 23:48:43 +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
4129eb290b * Delayed initialisation of a renderer
* Splash screen
2013-09-02 23:09:13 +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
088474952f Shows other player's disconnection/joining a team 2013-09-02 00:42:45 +09:00
yvt
ef2193de90 Faster dig (the same speed as the original AoS 0.75) 2013-09-01 16:15:20 +09:00
yvt
4431ac0a4f Fixed reload-related bugs 2013-08-31 15:10:20 +09:00
yvt
d7fb4456e9 Separated "raising" sounds for every tools 2013-08-31 14:54:12 +09:00
yvt
79cc24f39c Ammo count is now shown correctly on some servers where magazine size is larger than default
(actually this doesn't look for now, but at least it shows the correct value)
2013-08-31 11:19:49 +09:00
yvt
e9f4660579 now uses ammo/stock value that server sends 2013-08-31 02:50:51 +09:00
yvt
974c435b51 * Delayed tool switching
* Automatic tool switching when player have no ammo/blocks/grenades
2013-08-31 01:12:45 +09:00
yvt
8b6d2e4653 fixed field of view to match AoS 0.75 2013-08-30 22:51:05 +09:00