365 Commits

Author SHA1 Message Date
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
yvt
013e7c28aa Merge pull request #39 from learn-more/master
Set protocol version based on selected server
2013-08-31 11:01:22 -07:00
yvt
677107537a * Added OpenSpades.h to gitignore
* Added new files to Xcode project
* Xcode project now compiles given OpenSpades.h
2013-09-01 03:00:49 +09:00
learn_more
cfee994f94 Merge branch 'master' of https://github.com/yvt/openspades 2013-08-31 19:57:48 +02:00
learn_more
90096ae727 set correct protocol version based on selected server 2013-08-31 19:57:36 +02:00
yvt
3789371c6c Merge pull request #38 from learn-more/master
CMake & server browser
2013-08-31 10:39:59 -07: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
yvt
55677ea014 Now sends InputData and WeaponInput only when there are changes 2013-08-31 12:53:44 +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
learn_more
b6100c11a6 Cleanup old makefiles
The project now builds on Windows (MSVC 2k10 on Win7) and Linux (g++ 4.6.3 on ubuntu x64)
2013-08-31 02:41:16 +02:00
learn_more
01cf7d3c6d Perform some more enet required checks,
set them as defines as to not require modifications on enet (add include files)
2013-08-31 02:32:51 +02:00
learn_more
f8a47a8b5a gotta love a case sensitive filesystem.. 2013-08-31 02:23:30 +02:00
learn_more
ac291f9503 actually remove their usage 2013-08-31 02:08:01 +02:00
learn_more
aa5c3c600c typo 2013-08-31 02:03:24 +02:00
learn_more
4caaa93eb5 windows / linux compat 2013-08-31 01:58:02 +02:00
learn_more
ea24d79332 cleanup, add default binary dif + win32 copy action 2013-08-30 23:58:56 +02:00
learn_more
120b2ffa34 FindGLEW2 uses default naming 2013-08-30 23:58:26 +02:00
learn_more
61f27c2546 always initialize int :( 2013-08-30 23:56:48 +02:00
learn_more
736aa5da22 Merge branch 'master' of https://github.com/yvt/openspades 2013-08-30 22:09:10 +02:00
yvt
176944f3bb * added PakLocation.txt to indicate URL for the latest oaks (I cannot add contents of each .pak because of license problems, and adding .pak to a git repository is not good)
* modified mkpak.sh so that it can package all paks into one zip file
2013-08-31 04:53:28 +09:00
learn_more
59792473d3 Test GLEW module 2013-08-30 21:25:35 +02:00
learn_more
5c8f0545db Merge branch 'master' of https://github.com/yvt/openspades 2013-08-30 21:25:14 +02:00
yvt
768ebe79cd head hit-box fixed 2013-08-31 03:33:25 +09:00