169 Commits

Author SHA1 Message Date
yvt
87aedb702c Moved to SDL 2.0 + IME support 2013-12-09 17:36:05 +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
74571b53c2 Options to bypass the startup screen is added to the startup window 2013-12-08 23:49:39 +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
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
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
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
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
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
2e78b346a0 Main screen update 2013-11-23 22:13:04 +09:00
yvt
8552c30366 Small fixes 2013-11-23 02:50:02 +09:00
yvt
2d0edc357e Support middle mouse button 2013-11-23 01:10:27 +09:00
yvt
a83039ec16 Added main screen (not implemented) 2013-11-22 22:50:14 +09:00
learn_more
50d30c1311 Merge branch 'master' of https://github.com/yvt/openspades 2013-11-17 22:01:08 +01:00
yvt
e4b83484db Fixed #93. 2013-11-17 00:26:05 +09:00
yvt
ba8adaac51 Protocol version is correctly set when a user selects a server in the server list 2013-11-16 23:44:42 +09:00
yvt
9f936b8b99 Lens flare support for dynamic lights is now mapped to the “Post Filter” setting 2013-11-16 23:34:39 +09:00
learn_more
986a53bec8 fix refcounted object
cleanup headers usage (don't include everything in base classes, just include what's needed in .cpp)
2013-11-16 01:34:37 +01:00
learn_more
3b98a64881 updated icons (by JoJoe_Stinkey)
fix about text
2013-11-05 19:25:19 +01:00
learn_more
f854e94b5e add jojoe to about txt 2013-11-03 19:19:08 +01:00
learn_more
c0b11f12c6 Merge branch 'master' of https://github.com/yvt/openspades 2013-11-03 17:14:13 +01:00
yvt
61748c8288 Corrected pak loading order so that unofficial paks can override official files 2013-11-03 15:01:13 +09:00
learn_more
b5c690a6c5 add localhost quickconnect buttons
add version selection next to server url
2013-11-03 00:33:59 +01:00
learn_more
29f22fbcaa set Win32 window icons 2013-11-01 22:08:03 +01:00
yvt
01ecf49b98 Fixed to compile in Xcode 2013-10-19 18:04:28 +09:00
learn_more
2cdda6ec67 how about not destroy the window before entering message loop 2013-10-10 20:16:29 +02:00
learn_more
02a70735b6 allow connecting with commandline, also supports setting the version 2013-10-09 23:18:13 +02:00
learn_more
0e9105b504 someone forgot to press generate code i guess? 2013-10-09 23:17:01 +02:00
learn_more
c5cb653370 remove hardcoded path in release, update timestamp to be somewhat more readable, show debug + compiler in window title 2013-10-08 22:06:36 +02:00
yvt
1f1ceeea39 Shaded particles 2013-09-16 13:29:55 +09:00
yvt
6d2255519c Lens dust filter 2013-09-16 02:13:54 +09:00
learn_more
822ab0cb53 create ServerAddress, holder / generic functions for ip addresses 2013-09-15 04:19:34 +02:00
yvt
e7d5b210c3 Renderer refactor 2013-09-14 13:36:05 +09:00
learn_more
69f87b99dd Set serverbrowser as the standard opened tab
check on opengl version (todo: which version is the required one?)
2013-09-14 02:46:22 +02:00
learn_more
978d89dd96 Cleanup serverbrowser
Advanced settings has a filter box (enter text to filter on that)
2013-09-14 02:45:20 +02:00
learn_more
c1932e393a always do a full build after moving files around... 2013-09-14 02:05:05 +02:00
learn_more
12f467a98d yay paste wrong line with vim 2013-09-13 23:32:50 +02:00
learn_more
6aaede8c1f Fix ubuntu 12.04 x64 build 2013-09-13 14:20:28 -07:00