602 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
yvt
5a1b0e8eac Added ui_forceClassicMainWindow 2013-11-27 00:48:58 +09:00
yvt
b51a751dc0 Made Thread more stable (I’m not sure this works because it was already stable on OS X) 2013-11-27 00:46:12 +09:00
yvt
e2aa810524 Improved renderer stability 2013-11-27 00:43:31 +09:00
yvt
daeaab9dfd Fixed reference counting issue 2013-11-25 02:46:52 +09:00
yvt
b51bbe53c3 Removed memory leak of spades::client::Client 2013-11-24 23:36:16 +09:00
yvt
3f2f03ef63 Now shift key can be used to switch to the classic main window 2013-11-24 22:21:54 +09:00
yvt
2be6f5eb6c Main window bug fix 2013-11-24 20:56:13 +09:00
yvt
9be4e6bd53 Main screen update 2013-11-24 02:27:08 +09:00
yvt
63ee4ebf37 27(ESC) is no longer sent through CharEvent 2013-11-24 02:26:48 +09:00
yvt
d02e669b99 Basic server list (main menu) 2013-11-24 00:24:46 +09:00
yvt
4788b751fb Fixed a bug that assignment of NULL to Handle<T> caused a crash 2013-11-24 00:17:28 +09:00
yvt
fd44dbe967 Thread auto-deletion consistency fix 2013-11-23 23:33:15 +09:00
yvt
f2e9d45fb7 Thread auto deletion 2013-11-23 23:08:40 +09:00
yvt
2e78b346a0 Main screen update 2013-11-23 22:13:04 +09:00