yvt
6f1c3ca8de
Fixed #138 (set cg_reduceSmoke
to 1)
2014-03-08 01:25:16 +09:00
yvt
306397a82a
Fixed #153
2014-03-08 00:58:44 +09:00
yvt
49944fab9a
Fixed #155
2014-03-08 00:23:26 +09:00
Way, No
bf901e23e5
Update Client.cpp
...
Reverted to Toumal code, but now it's applied to all spec modes.
2014-03-04 12:16:41 +10:00
Way, No
81023fa5d3
Realy fixed spectator mouse now
...
I revived e481553 commit back, add invert support (`if (!cg_invertMouseY) y = y;`) and applied this to all spectator mode.
Commented condition is unnecessary now.
Now both spectator modes behaves exactly like in Ace of Spades.
2014-03-04 02:34:50 +10:00
Toumal
27b11900ba
Made spectator mouse invert work as expected from other games
2014-03-02 19:07:12 +01:00
yvt
e4815535b0
Fixed text error
2014-02-15 04:06:36 +09:00
yvt
c02302b43f
Fixed text error
2014-02-15 03:56:38 +09:00
yvt
d7427a7f9e
Made some strings translatable
2014-02-15 03:51:29 +09:00
yvt
8a5b91c941
Merge branch 'master' into swrenderer
...
Conflicts:
Resources/Locales/ja_jp/openspades.po
Resources/Locales/pot/openspades.pot
2014-02-15 02:55:58 +09:00
yvt
40a1f44315
Y-axis input now can be inverted
2014-02-15 00:09:22 +09:00
yvt
cbfa6afb49
Complete merge
2014-02-14 16:24:10 +09:00
yvt
ba6ecfde2f
Merge branch 'master' into swrenderer
2014-02-14 16:21:49 +09:00
yvt
57c85482b8
Support for localization
2014-02-14 16:20:42 +09:00
yvt
5f5d40cba0
Updated font and its usage
2014-02-08 22:37:46 +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
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
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
139df00073
Font updated
2013-12-30 17:52:19 +09:00
learn_more
705e3870ff
re-enable netlog of kills, yvt escaped the bell
2013-12-17 20:12:38 +01:00
yvt
92e59b05be
Control characters in log outputs are now escaped (preventing PC beeps on BEL)
2013-12-17 15:54:30 +09:00
learn_more
d9cd0dc402
rest of the files from prev commit.
2013-12-17 01:28:56 +01:00
yvt
cac296a21d
Hit indicator
2013-12-16 23:27:14 +09:00
yvt
6102ecc98d
Updated sound
2013-12-16 23:10:30 +09:00
yvt
b60987d0c2
Reorganized preload list
2013-12-16 22:54:04 +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
7ffddd8b32
UTF-8 basic support + international fonts
2013-12-10 01:30:15 +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
463e1d2053
Exponential power for mouse view movement is configurable
2013-12-09 01:48:55 +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
learn_more
1a42e828de
ModeType instead of dynamic_cast for gamemodes (dynamic_cast is slowwww)
2013-12-07 16:58:39 +01:00
yvt
0581872b94
Now chat notify sound can be muted
2013-12-07 17:11:26 +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
81c33addb3
Scripted chat window
2013-12-02 19:42:38 +09:00
yvt
e3f8de8d41
Limited the title logo size
2013-11-28 01:04:03 +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
daeaab9dfd
Fixed reference counting issue
2013-11-25 02:46:52 +09:00
learn_more
63b77a5515
Merge branch 'master' of https://github.com/yvt/openspades
2013-11-22 23:09:25 +01:00
learn_more
7bc571f819
size_t instead of int (cannot have negative number of players :)
...
cleanup some formatting (more readable)
2013-11-22 23:09:16 +01:00
yvt
e566155570
Font interface for scripts
2013-11-22 20:46:20 +09:00
yvt
d6088eeac2
Saving map
2013-11-22 19:34:20 +09:00