605 Commits

Author SHA1 Message Date
yvt
57c85482b8 Support for localization 2014-02-14 16:20:42 +09:00
yvt
d791024665 Updated header of YsrDevice.(cpp|h) 2014-02-13 12:25:34 +09:00
yvt
f69949ef1c window size of SDLRunner can be changed from the config value 2014-02-06 22:51:07 +09:00
yvt
06a29cb7ab Work-around for bug that placing block occasionally becomes impossible (the actual cause of this problem is still unknown) 2014-02-04 00:39:52 +09:00
yvt
c0b8e6d783 Micro-optimization and unneeded code removal 2014-02-04 00:04:27 +09:00
yvt
04b06b2e73 Faster fog density computation, improving map rendering performance with complex maps 2014-02-03 23:52:53 +09:00
yvt
7cb172e477 stronger radial blur on gunfire 2014-02-01 22:56:06 +09:00
yvt
ee2a90acf3 absolute mouse input support 2014-02-01 21:55:30 +09:00
yvt
7d7af43808 stronger global blur 2014-02-01 21:33:16 +09:00
yvt
e3ecb7661b Merge remote-tracking branch 'origin/master' 2014-01-31 02:37:06 +09:00
yvt
5a74b7d3d0 global screen blur 2014-01-31 02:15:53 +09:00
yvt
a63fdb7475 radial blur 2014-01-31 00:54:47 +09:00
yvt
69d7e8d972 Reduce grenade smoke 2014-01-30 23:34:53 +09:00
yvt
0b3035b0e0 Merge pull request #122 from learn-more/master
some people should not be allowed to use a pc.
2014-01-11 08:11:24 -08:00
learn_more
a367844eb3 Update README.md
github markup is quite fucked...
2014-01-09 19:52:05 +01:00
learn_more
028b0162f1 .... 2014-01-09 19:46:00 +01:00
learn_more
599deb1d2c what the... 2014-01-09 19:45:16 +01:00
learn_more
2929e7f8d0 spaces.. 2014-01-09 19:42:39 +01:00
learn_more
72d3bbe16e update readme for people without a functional brain. 2014-01-09 19:35:39 +01:00
yvt
8e418a0cb1 Merge pull request #120 from learn-more/master
update desc with building sdl2 (since common sense is not available for ...
2014-01-08 22:15:05 -08:00
learn_more
4ee768e427 update desc with building sdl2 (since common sense is not available for everyone apparently) 2014-01-09 00:17:50 +01:00
yvt
cabea237f7 Merge pull request #118 from learn-more/master
updated Externals (SDL2 to replace SDL)
2014-01-05 17:49:09 -08:00
learn_more
b5d5550200 updated Externals (SDL2 to replace SDL) 2014-01-05 22:54:44 +01:00
yvt
b16604210c Addressed a problem that causes random crashes 2014-01-02 03:28:06 +09:00
yvt
c272ff723c time slice is shortened on windows 2014-01-01 20:43:46 +09:00
yvt
d4325ffa78 Raised version 2014-01-01 20:43:06 +09:00
yvt
58a1e10d4e Updated sounds 2014-01-01 01:48:31 +09:00
yvt
3fd9bbeae7 Chat log viewer 2013-12-31 16:29:10 +09:00
yvt
2fdf763481 Option to allow use of unicode or not 2013-12-31 14:06:17 +09:00
yvt
d3efc0dca2 Support for extra mouse buttons 2013-12-31 01:14:37 +09:00
yvt
139df00073 Font updated 2013-12-30 17:52:19 +09:00
yvt
8c774325df Clipboard support now uses SDL instead of FLTK 2013-12-30 17:29:19 +09:00
yvt
9453547a56 Changed some resource file location 2013-12-30 16:18:52 +09:00
yvt
9e638bb054 CP437 support 2013-12-29 23:08:57 +09:00
yvt
05e828b9d4 Updated bdf font converter, and added a link to unifont 2013-12-29 13:19:26 +09:00
yvt
9dc90eaa8f Concentrated water mesh density 2013-12-27 22:50:22 +09:00
yvt
8ee555a700 r_occlusionQuery now defaults to 0 as a workaround for the issue #106 2013-12-27 22:17:19 +09:00
yvt
383f11cbec SDL version logging 2013-12-25 23:04:25 +09:00
yvt
7b015b5b6b Restored GL renderer info logging in SDLGLDevice because user might bypass GL capability check which is done in the main window 2013-12-25 23:01:27 +09:00
yvt
d29c19a805 Now can be quit by closing the window 2013-12-25 22:55:17 +09:00
yvt
b458fe7455 Additional keys supported (alt, meta) 2013-12-25 22:55:05 +09:00
yvt
bfe0af47e9 Player color of the spectating local player is now explicitly set 2013-12-25 22:00:52 +09:00
yvt
7d0e73d4e2 Merge branch 'master' of https://github.com/yvt/openspades 2013-12-25 16:56:18 +09:00
yvt
a182104300 Made the main window borderless on OS X 2013-12-25 16:53:37 +09:00
yvt
fc16a82158 Merge branch 'master' of https://github.com/yvt/openspades 2013-12-25 14:59:44 +09:00
yvt
e0bccc04de Merge pull request #111 from theunknownxy/master
Some fixes.
2013-12-24 11:03:45 -08: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
Marco Schlumpp
2aeb07352b Disable DrawTest build by default.
This Should fix the issue yvt/openspades#107.
2013-12-24 13:42:12 +01:00
yvt
756490853b Merge pull request #110 from learn-more/master
Verbose errors, SDL_WINDOWEVENT
2013-12-23 18:15:12 -08:00
learn_more
57cfcc4f3e Merge branch 'master' of https://github.com/yvt/openspades
add windows crash dump file & loadlib failure reason as text
2013-12-24 00:31:51 +01:00