ddnet/src
def 58d9bd4105 Make cl_authed_player_color modifiable
Old color was rgb = (0.78, 1.0, 0.8)
In hsl = (125°, 100%, 89%)
Converted to hex hsl:
H = 125° / 360° * 255 = 89 = 0x59
S = 100% = 0xFF
since the TW HSL color system fobids too dark colors it uses l = 0.5 + 0.5*L/255
so L = (0.89 - 0.5) * 2*255 = 199 = 0xC7
So in total we get 0x59FFC7 = 5898183
2019-03-19 15:37:17 +01:00
..
base Merge #1469 2019-03-11 11:56:26 +00:00
engine Also recheck official server status when json gets loaded 2019-03-19 07:57:09 +01:00
game Make cl_authed_player_color modifiable 2019-03-19 15:37:17 +01:00
mastersrv Fixes and stress improvements 2018-12-17 20:05:50 +01:00
osx Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00
osxlaunch Remove bam compatibility symlinks for osx 2018-01-28 22:53:51 +01:00
test Use EXPECT_* rather than ASSERT_* in tests 2019-03-12 02:06:54 +01:00
tools UTF8 nocase compare & use for chat TAB completion 2019-01-09 08:31:03 +01:00
twping Rename ping -> twping 2014-11-24 23:22:37 +01:00