581 Commits

Author SHA1 Message Date
yvt
81a8efca5e Software Renderer: Z-buffered debug lines 2014-03-09 00:34:44 +09:00
yvt
442ebb67a8 Software Renderer: don’t rebuild RLE map when the same map was set with SetGameMap 2014-03-09 00:16:47 +09:00
yvt
4d1d7f9fa1 Software Renderer: limit rendering resolution instead of raising error 2014-03-09 00:15:45 +09:00
yvt
ed35c6533c Support multiple GameMapListeners for one GameMap 2014-03-09 00:13:37 +09:00
yvt
11ce8f027d Added user-defined constructors to Vector2, Vector3, Vector4, IntVector3, Matrix4 whilst keeping them POD by using defaulted constructors 2014-03-08 20:48:09 +09:00
yvt
77fccf390a Merge pull request #151 from noway421/patch-1
Realy fixed spectator mouse now
2014-03-08 15:42:31 +09:00
yvt
3003e83fcb Fixed serious bug that switching players in spectating mode might cause program to enter an infinite loop 2014-03-08 04:24:27 +09:00
yvt
e63379bbdd Player cannot use tools soon after sprinting 2014-03-08 02:18:34 +09:00
yvt
8160bb40f4 Fixed #121 (changed block damage of 0.75 SMG) 2014-03-08 01:32:39 +09:00
yvt
6f1c3ca8de Fixed #138 (set cg_reduceSmoke to 1) 2014-03-08 01:25:16 +09:00
yvt
306397a82a Fixed #153 2014-03-08 00:58:44 +09:00
yvt
236fb7cde9 Quick workaround for #166 (disables SSE/SSE2 completely when their support aren’t enabled) 2014-03-08 00:43:12 +09:00
yvt
49944fab9a Fixed #155 2014-03-08 00:23:26 +09:00
yvt
c6cbd5ed1c Fixing the problem in the last commit 2014-03-08 00:13:14 +09:00
yvt
181415c8f3 Merge remote-tracking branch 'origin/master' 2014-03-07 16:13:24 +09:00
yvt
a2fe4afeac Changed error text format 2014-03-07 16:05:29 +09:00
7histle
2806fd1dbc Fix build err (#152) 2014-03-05 00:39:50 +04:00
Way, No
bf901e23e5 Update Client.cpp
Reverted to Toumal code, but now it's applied to all spec modes.
2014-03-04 12:16:41 +10:00
Way, No
81023fa5d3 Realy fixed spectator mouse now
I revived e481553 commit back, add invert support (`if (!cg_invertMouseY) y = y;`) and applied this to all spectator mode. 
Commented condition is unnecessary now. 

Now both spectator modes behaves exactly like in Ace of Spades.
2014-03-04 02:34:50 +10:00
yvt
a6751aaade Merge pull request #141 from theunknownxy/issue132
Fixed CPU ID on 64bit Linux.
2014-03-03 13:46:42 +09:00
Toumal
27b11900ba Made spectator mouse invert work as expected from other games 2014-03-02 19:07:12 +01:00
Marco Schlumpp
ae8bbd31ea Fixed CPU ID on 64bit Linux. yvt/openspades#132 2014-03-02 17:47:43 +01:00
learn_more
284c9cb78d some msvc 2k13 fixes 2014-03-02 02:47:41 +01:00
learn_more
a63df0b9ad remove fltk images library 2014-03-02 02:47:13 +01:00
learn_more
3da10bca33 remove drawtest 2014-03-02 02:43:30 +01:00
yvt
740db71d24 Make some strings translatable 2014-02-28 16:22:00 +09:00
Marco Schlumpp
3e6353b999 Initialize SDL_image library before using it. 2014-02-26 17:21:20 +01:00
Marco Schlumpp
07d41d06dc Fixed includes. 2014-02-26 17:20:54 +01:00
Marco Schlumpp
a729095cf1 Added SDL_image to cmake based build. 2014-02-26 17:20:07 +01:00
yvt
df81407756 Fallback font is now aligned correctly 2014-02-26 16:14:15 +09:00
yvt
db88ee4703 Fixed some little bugs (thanks to Clang static analyzer) 2014-02-25 19:35:37 +09:00
yvt
ea273fc32b .jpg now can be loaded 2014-02-25 01:25:23 +09:00
yvt
e86b06111e Fixed to compile correctly 2014-02-25 01:20:16 +09:00
yvt
b14c39b148 Remove commented code 2014-02-24 19:17:51 +09:00
yvt
4cf2fd39e4 Removed server browser for FLTK-based main window 2014-02-24 19:10:15 +09:00
yvt
7cbba74001 Removed HTML credits 2014-02-24 19:02:56 +09:00
yvt
e33cd5644c Removed FLTK-based GUIs 2014-02-24 19:02:13 +09:00
yvt
5101172f23 Removed FLTK-based main window 2014-02-24 18:50:59 +09:00
yvt
cc3a53d755 Switch image loader from FLTK to SDL_image (CMakeList.txt still has to be modified) 2014-02-24 18:17:47 +09:00
yvt
e4815535b0 Fixed text error 2014-02-15 04:06:36 +09:00
yvt
c02302b43f Fixed text error 2014-02-15 03:56:38 +09:00
yvt
d7427a7f9e Made some strings translatable 2014-02-15 03:51:29 +09:00
yvt
b236c4be7b Merge branch 'swrenderer' 2014-02-15 03:21:58 +09:00
yvt
33043c1994 No longer video modes duplicated 2014-02-15 03:21:42 +09:00
yvt
50d3bc71c2 Merge branch 'swrenderer' of https://github.com/yvt/openspades into swrenderer 2014-02-15 03:19:20 +09:00
yvt
8a5b91c941 Merge branch 'master' into swrenderer
Conflicts:
	Resources/Locales/ja_jp/openspades.po
	Resources/Locales/pot/openspades.pot
2014-02-15 02:55:58 +09:00
yvt
40a1f44315 Y-axis input now can be inverted 2014-02-15 00:09:22 +09:00
yvt
dbfe56ac7c Fixed character interval of fallback font 2014-02-15 00:02:02 +09:00
yvt
5643f094f4 Improved appearance of fallback fonts with the software renderer 2014-02-14 23:37:59 +09:00
yvt
cbfa6afb49 Complete merge 2014-02-14 16:24:10 +09:00