313 Commits

Author SHA1 Message Date
yvt
2fdf763481 Option to allow use of unicode or not 2013-12-31 14:06:17 +09:00
yvt
828b64d46d Merge branch 'master' into swrenderer 2013-12-31 01:07:37 +09:00
yvt
139df00073 Font updated 2013-12-30 17:52:19 +09:00
yvt
9453547a56 Changed some resource file location 2013-12-30 16:18:52 +09:00
yvt
488b2c8ff2 Merge branch 'master' into swrenderer
Conflicts:
	OpenSpades.xcodeproj/project.pbxproj
2013-12-29 23:16:27 +09:00
yvt
9e638bb054 CP437 support 2013-12-29 23:08:57 +09:00
yvt
51e22d51cb Merge branch 'master' into swrenderer 2013-12-25 22:04:10 +09:00
yvt
bfe0af47e9 Player color of the spectating local player is now explicitly set 2013-12-25 22:00:52 +09:00
yvt
45dfad3459 Merge branch 'master' into swrenderer 2013-12-25 16:55:05 +09:00
Marco Schlumpp
b27976df71 Added an missing include.
The C++ environment on linux is very strict about includes and namespaces...
2013-12-24 13:45:09 +01:00
yvt
3a92497d22 Software renderer: map renderer (incomplete) 2013-12-22 04:55:30 +09:00
learn_more
705e3870ff re-enable netlog of kills, yvt escaped the bell 2013-12-17 20:12:38 +01:00
yvt
92e59b05be Control characters in log outputs are now escaped (preventing PC beeps on BEL) 2013-12-17 15:54:30 +09:00
learn_more
d9cd0dc402 rest of the files from prev commit. 2013-12-17 01:28:56 +01:00
yvt
cac296a21d Hit indicator 2013-12-16 23:27:14 +09:00
yvt
6102ecc98d Updated sound 2013-12-16 23:10:30 +09:00
yvt
b60987d0c2 Reorganized preload list 2013-12-16 22:54:04 +09:00
yvt
c9970c0b53 Map icon updated 2013-12-16 21:58:38 +09:00
yvt
151070cb60 Restored access to the command input from “/“ key 2013-12-10 02:59:07 +09:00
yvt
4b215a604b Font position adjust 2013-12-10 01:58:21 +09:00
yvt
cd65911db2 Increased shadow density of the chat window 2013-12-10 01:50:33 +09:00
yvt
c7ced13912 Restored chat window’s fade effect 2013-12-10 01:47:22 +09:00
yvt
7ffddd8b32 UTF-8 basic support + international fonts 2013-12-10 01:30:15 +09:00
yvt
ab9ebacaef Merge branch 'master' of https://github.com/yvt/openspades 2013-12-09 17:36:35 +09:00
yvt
87aedb702c Moved to SDL 2.0 + IME support 2013-12-09 17:36:05 +09:00
yvt
132b379862 Fixed a problem that reloading sometimes fails on 0.76 server 2013-12-09 03:27:06 +09:00
yvt
d6aad574d2 Now player cannot aim down the sight while reloading 2013-12-09 02:52:56 +09:00
yvt
9843323697 Fixed some crashes on certain 0.76 push server 2013-12-09 02:49:57 +09:00
yvt
463e1d2053 Exponential power for mouse view movement is configurable 2013-12-09 01:48:55 +09:00
yvt
c27c286cd4 New hurt ring 2013-12-09 01:19:24 +09:00
yvt
ca88537a6b Created new renderer method which works like SetColor but only accepts an alpha pre-multiplied color value, deprecating the badly-behaved SetColor method 2013-12-09 01:00:09 +09:00
yvt
8996336063 Merge branch 'master' into newtitle 2013-12-08 23:59:36 +09:00
learn_more
3651097c79 don't create a new vector on calling the function 2013-12-07 17:33:12 +01:00
learn_more
798f0c3c9e Merge branch 'master' of https://github.com/yvt/openspades 2013-12-07 17:23:45 +01:00
learn_more
1a42e828de ModeType instead of dynamic_cast for gamemodes (dynamic_cast is slowwww) 2013-12-07 16:58:39 +01:00
yvt
0581872b94 Now chat notify sound can be muted 2013-12-07 17:11:26 +09:00
yvt
7f8746b5ad Merge branch 'master' into newtitle 2013-12-06 15:51:54 +09:00
yvt
e0bceb2db1 Fixed #42 2013-12-06 15:51:14 +09:00
yvt
a57be59015 Fixed problem that incorrectly destroyed lowest blocks 2013-12-05 16:25:14 +09:00
yvt
e66a5435d1 Merge remote-tracking branch 'origin/master' into newtitle
Conflicts:
	Sources/Draw/GLRenderer.cpp
	Sources/Gui/SDLRunner.cpp
	Sources/Gui/SDLRunner.h
2013-12-04 15:01:36 +09:00
learn_more
bac067c1c7 Merge branch 'master' of https://github.com/yvt/openspades 2013-12-04 00:46:53 +01:00
learn_more
e9f7e3e3e4 vanilla 0.75 behavior 2013-12-03 22:47:50 +01:00
yvt
81c33addb3 Scripted chat window 2013-12-02 19:42:38 +09:00
yvt
49fe505b3d Merge branch 'master' into newtitle 2013-12-02 16:16:37 +09:00
yvt
cc0e20aa7a Correct weapon spread distribution (triangular distribution instead of uniform one) 2013-12-02 16:16:29 +09:00
yvt
e3f8de8d41 Limited the title logo size 2013-11-28 01:04:03 +09:00
yvt
9b3f436123 Crash bug fix 2013-11-28 00:46:59 +09:00
yvt
d6326ede4d New connecting screen 2013-11-28 00:46:45 +09:00
yvt
df4e32a684 In-game menu 2013-11-27 16:30:54 +09:00
learn_more
f8d980cbd7 add openal logging
alt+tab is less annoying (doesnt grab the mouse on hover anymore, only when explicitly activated)
2013-11-27 00:33:16 +01:00