565 Commits

Author SHA1 Message Date
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
yvt
6106343f43 Credits in the new UI 2013-12-02 21:50:12 +09:00
yvt
93ffcbafa4 field of view and mouse sensitivity options 2013-12-02 21:27:07 +09:00
yvt
7726e9a3c1 Slider control (UI) 2013-12-02 21:26:44 +09:00
yvt
8d176e6220 Key repeat 2013-12-02 20:35:01 +09:00
yvt
cf912f5878 undo/redo/cut for field editor 2013-12-02 20:04:40 +09:00
yvt
81c33addb3 Scripted chat window 2013-12-02 19:42:38 +09:00
yvt
5ef2c4114f Clipboard operation (Copy/Paste) 2013-12-02 18:36:27 +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
434cdeb429 Merge pull request #99 from theunknownxy/newtitle
Fixed includes.
2013-11-28 08:51:36 -08:00
Marco Schlumpp
a78839ec3a Fixed includes.
- std::sort is in "algorithm". libstdc++ seems to be more strict than
Visual C++ etc.
- "GameMap.h" is not in the include path of Gui.
2013-11-28 17:39:00 +01:00
yvt
b5a482ba93 More stable renderer error reporting for cg_smp 2013-11-28 01:34:09 +09:00
yvt
d152aca467 Fixes #96 2013-11-28 01:07:28 +09:00
yvt
e3f8de8d41 Limited the title logo size 2013-11-28 01:04:03 +09:00
yvt
858a78835b Thread bug fix (I believe this will fix #96) 2013-11-28 01:03:36 +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
yvt
f28d6ec74b Country flags 2013-11-27 14:34:35 +09:00
learn_more
91ae9b40e3 remove test code... 2013-11-27 00:39:21 +01: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