L0L022
8dc0a1de1b
Add mumble support
2016-08-03 17:08:45 +02:00
Bridger Maskrey
70f15430cd
Server Disconnect Screen
...
Sources/Client/Client.cpp:
+ Added call to Client::DrawDisconnectScreen() in client destructor
Sources/Client/Client.h:
+ Added new prototype Client::DrawDisconnectScreen()
Sources/Client/Client_Draw.cpp:
+ Added function declaration for Client::DrawDisconnectScreen()
* New Localization Introduced: "Client":"Disconnecting..."
Resources/de/openspades.po:
+ Added rudimentary German translation for "Client":"Disconnecting..."
Resources/ja/openspades.po:
+ Added rudimentary Japanese translation for "Client":"Disconnecting..."
Resources/ko/openspades.po:
+ Added rudimentary Korean translation for "Client":"Disconnecting..."
Resources/pl_PL/pl_PL:
+ Added rudimentary Polish translation for "Client":"Disconnecting..."
Resources/pot/openspades.pot:
+ Added translation entry for "Client":"Disconnecting..."
Resources/ru/openspades.po:
+ Added rudimentary Russian translation for "Client":"Disconnecting..."
2016-01-09 21:42:44 -05:00
yvt
40f8be07c0
Realistic camera focal control mode
...
Set `cg_manualFocus` to `1` to use it. By default, mouse wheel adjusts the focal length, and pressing mouse wheel button enables auto-focus.
2015-06-20 17:10:26 +09:00
Way, No
a637e177e3
added first person view
2014-12-17 01:17:03 +10:00
yvt
817ce53c23
Statistics ( fix #202 )
2014-03-31 23:09:47 +09:00
yvt
fee4b486b6
#168
2014-03-13 01:44:58 +09:00
yvt
b3491e1a2b
Water bullet impact
2014-03-12 03:38:45 +09:00
yvt
a57213d5d3
Merge remote-tracking branch 'origin/master'
2014-03-11 04:09:07 +09:00
yvt
cf8d4f3cb0
Alerts
2014-03-11 03:42:04 +09:00
Marco Schlumpp
bd875188f4
Fixed compilation with GCC/clang on Linux.
...
They don't like it, when an unique_ptr contains an incomplete type.
2014-03-09 19:13:21 +01:00
yvt
2599d14900
Refactor
2014-03-09 21:43:38 +09:00
yvt
49944fab9a
Fixed #155
2014-03-08 00:23:26 +09:00
yvt
ee2a90acf3
absolute mouse input support
2014-02-01 21:55:30 +09:00
yvt
cac296a21d
Hit indicator
2013-12-16 23:27:14 +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
81c33addb3
Scripted chat window
2013-12-02 19:42:38 +09:00
yvt
df4e32a684
In-game menu
2013-11-27 16:30:54 +09:00
yvt
a83039ec16
Added main screen (not implemented)
2013-11-22 22:50:14 +09:00
yvt
d6088eeac2
Saving map
2013-11-22 19:34:20 +09:00
learn_more
f9580bc94a
remove obsolete function
2013-10-19 02:09:04 +02:00
learn_more
2dbfff4e0d
highlight hottracked bounding box
2013-10-19 02:00:42 +02:00
learn_more
c196350cc4
Merge branch 'master' of https://github.com/yvt/openspades into develop
...
more warnings
2013-09-20 23:11:12 +02:00
learn_more
d41b91631f
fix a shitton of warnings
2013-09-20 23:03:32 +02:00
yvt
9da577a491
The very first scripting functionality for modding
2013-09-21 04:17:34 +09:00
learn_more
822ab0cb53
create ServerAddress, holder / generic functions for ip addresses
2013-09-15 04:19:34 +02:00
learn_more
c02418b2b1
bugfix in netclient (was reserve instead of resize)
...
confirmation if you want to close the game
2013-09-14 07:11:40 +02:00
yvt
ece9e1aac8
Updated hurt effect
2013-09-12 23:26:08 +09:00
yvt
30dbb862c6
Added copyright header of pysnip
2013-09-05 00:52:03 +09:00
yvt
4129eb290b
* Delayed initialisation of a renderer
...
* Splash screen
2013-09-02 23:09:13 +09:00
yvt
088474952f
Shows other player's disconnection/joining a team
2013-09-02 00:42:45 +09:00
yvt
d7fb4456e9
Separated "raising" sounds for every tools
2013-08-31 14:54:12 +09:00
yvt
974c435b51
* Delayed tool switching
...
* Automatic tool switching when player have no ammo/blocks/grenades
2013-08-31 01:12:45 +09:00
yvt
2ddc4bde8c
added tracer
2013-08-30 22:23:05 +09:00
yvt
f0d34ef494
added GPLv3 header
2013-08-29 11:45:22 +09:00
yvt
59fc2eb82b
* Large map
...
* Small map's size is now variable (cg_minimapSize)
2013-08-27 22:27:49 +09:00
yvt
8f95042821
Chat Log
2013-08-26 19:24:15 +09:00
yvt
014369df4c
Added killfeed window
2013-08-26 17:53:14 +09:00
yvt
931be8cf09
From pre-0.0.3 source code
2013-08-18 16:18:06 +09:00