736 Commits

Author SHA1 Message Date
yvt
66edb6e340 Update YSR interface code 2013-12-15 23:01:29 +09:00
yvt
7edc18e09f YSR support 2013-12-15 21:51:00 +09:00
yvt
46d289fbdc Merge branch 'master' of https://github.com/yvt/openspades 2013-12-10 19:43:15 +09:00
yvt
ea46fd8d92 Hardware rendering is forced by default 2013-12-10 12:39:58 +09:00
yvt
60d31aef58 Window centering 2013-12-10 12:27:01 +09:00
yvt
c52742e196 vsync now can be enabled/disabled 2013-12-10 12:12:58 +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
83415b97f6 File enumeration support for zip files 2013-12-10 01:42:06 +09:00
yvt
8f9d5ace5f Removed unneeded output binaries/debug infos 2013-12-10 01:31:20 +09:00
yvt
4815e66dc7 Merge branch 'master' of https://github.com/yvt/openspades 2013-12-10 01:30:36 +09:00
yvt
7ffddd8b32 UTF-8 basic support + international fonts 2013-12-10 01:30:15 +09:00
yvt
c03a647b57 UTF-8 basic support + international fonts 2013-12-10 01:27:20 +09:00
yvt
856f16481f Added FindSDL2.cmake 2013-12-09 18:09:01 +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
yvt
74571b53c2 Options to bypass the startup screen is added to the startup window 2013-12-08 23:49:39 +09:00
yvt
f4db0992ef Fixed image management 2013-12-08 16:52:57 +09:00
yvt
983019f187 Merge pull request #102 from learn-more/master
remove some dynamic_cast code
2013-12-07 08:47:42 -08: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
learn_more
ac3dae980d log openal vendor after initializing. 2013-12-07 16:47:03 +01:00
yvt
ea241bf34d Fixed arithmetic bug of long sprite renderer which caused many long sprites to fallback to normal sprites 2013-12-07 17:12:40 +09:00
yvt
0581872b94 Now chat notify sound can be muted 2013-12-07 17:11:26 +09:00
yvt
d31207c26f Merge pull request #101 from theunknownxy/newtitle
Added missing include.
2013-12-06 07:19:38 -08:00
Marco Schlumpp
fc44f3776a Added missing include. 2013-12-06 15:09:29 +01: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
4f5b2ab935 Fixes a bug that some keys keep repeating 2013-12-05 23:38:07 +09:00
yvt
a57be59015 Fixed problem that incorrectly destroyed lowest blocks 2013-12-05 16:25:14 +09:00
yvt
c9ebb306bf Merge branch 'newtitle' of https://github.com/yvt/openspades into newtitle 2013-12-05 16:14:26 +09:00
yvt
ad74927bcf Resource loading order fix (now the user-specific Resource directory takes precedence over the global one) 2013-12-05 08:58:24 +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
yvt
8c1a9062ea Merge pull request #100 from learn-more/master
Vanilla behavior
2013-12-03 21:56:58 -08:00
learn_more
bac067c1c7 Merge branch 'master' of https://github.com/yvt/openspades 2013-12-04 00:46:53 +01:00
learn_more
ac2a575dd6 compile fix (its just a dummy tool) 2013-12-03 22:48:36 +01:00
learn_more
e9f7e3e3e4 vanilla 0.75 behavior 2013-12-03 22:47:50 +01:00
yvt
0bb4bc4a40 Merge branch 'newtitle' of https://github.com/yvt/openspades into newtitle
Conflicts:
	Sources/Gui/MainScreenHelper.cpp
2013-12-02 22:40:03 +09:00
yvt
f768b69f68 Added some preferences 2013-12-02 22:30:28 +09:00
yvt
920d95b251 Made the server list URL customizable 2013-12-02 22:04:56 +09:00