yvt
efe5c036db
Volumetric fog support with reflective water
2013-09-04 22:46:58 +09:00
yvt
b15bc8ceb4
Reflective water
2013-09-04 22:11:39 +09:00
yvt
eb2653be78
Improved physically correctness and quality
2013-09-04 20:34:45 +09:00
yvt
6f66497f8a
New Water
2013-09-04 16:34:56 +09:00
yvt
9e3e9f86d2
Physically based lighting now uses more accurate (but slow) techniques
2013-09-04 15:57:35 +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
a1d8923e0a
Merge pull request #49 from Ericson2314/master
...
README improvements
2013-09-03 19:27:36 -07:00
John Ericson
1920b238bf
README edited and reformatted
...
- Added libcURL prequisite to apt command
- Two choices for step are now individual bullet points
- Spelling error also fixed
- 100 char width enforced
- heading lines extended to mark it
- Trailing whitespace removed
2013-09-03 22:21:12 -04:00
John Ericson
6fbaa8f1f5
old, empty readme removed
2013-09-03 22:19:28 -04: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
c8e89b0985
Update oak location
2013-09-03 00:45:23 +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
de520bde07
Changed version number to 0.0.8
2013-09-01 16:41:40 +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
yvt
54a3d47835
Merge branch 'master' of https://github.com/yvt/openspades
2013-09-01 12:36:31 +09:00
yvt
63ad7bfc1d
OpenAL doesn't have to be linked because it's linked at runtime
2013-09-01 12:25:25 +09:00
yvt
bd215b5321
Merge pull request #41 from learn-more/master
...
Sortable headers in serverbrowser
2013-08-31 18:15:02 -07: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