23 Commits

Author SHA1 Message Date
yvt
ef2d844a97
clang-format all source files under Sources/Client 2019-08-07 23:51:05 +09:00
yvt
203528a769 Add a hotkey to expand the chat log
Closes #744.
2019-01-01 14:47:40 +09:00
yvt
93ed881449 Redesign HUDs 2017-01-09 22:56:55 +09:00
Tomoaki Kawada
624d291f79 Update #includes
- Reorder them so that system libraries come first
- Use C++-style headers (`<cmath>`) instead of C-style headers (`<math.h>`)
2016-12-03 19:04:58 +09:00
Tomoaki Kawada
2eb9e35c65 Apply clang-format to all non-external source files 2016-12-03 18:23:47 +09:00
Tomoaki Kawada
6a7af96daf Refactor setting variables 2016-11-19 21:27:13 +09:00
Chameleonhider
83b061fedf Makes local kills on killfeed black
Turns icons of local kills (both for kill and death) black. Black colour
stands out the most. Useful after having disabled center messages.
2016-02-10 20:02:43 +02:00
yvt
d856bcadaa Reduce compiler warnings 2014-04-06 22:42:17 +09:00
yvt
d81225089a Made chat window height variable 2014-03-31 22:11:09 +09:00
learn_more
d1f4250b10 fix some windows build issues
Fixes #169 by ignoring the activation key.
2014-03-09 14:32:45 +01:00
yvt
9453547a56 Changed some resource file location 2013-12-30 16:18:52 +09:00
yvt
cd65911db2 Increased shadow density of the chat window 2013-12-10 01:50:33 +09:00
yvt
c7ced13912 Restored chat window’s fade effect 2013-12-10 01:47:22 +09:00
yvt
7ffddd8b32 UTF-8 basic support + international fonts 2013-12-10 01:30:15 +09: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
1a3f9bdbec Now ignores invalid image character codes (that is, addresses a DoS attack exploit) 2013-11-11 01:20:32 +09:00
learn_more
fccf80d67f add icons from JoJoe_Stinky
fix dumb bug (every gun would be displayed as shotgun)
2013-11-03 19:07:06 +01:00
learn_more
e10feba5b0 Killfeed with images (placeholders for now) 2013-11-03 00:52:54 +01:00
learn_more
52b98a5598 Cleanup text drawing (has one generic DrawShadow function that draws text with a shadow, instead of duplicating it everywhere in the code
use the new DrawShadow function, in CenterMessageView, Client, and TCProgressView
add mingw .exe icon (untested, could use confirmation that it works)
2013-11-02 19:00:50 +01:00
learn_more
f34c8e7e39 test application for drawing stuff 2013-10-24 01:25:59 +02:00
yvt
f0d34ef494 added GPLv3 header 2013-08-29 11:45:22 +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