npm i ddnet
. There are no other projects in the npm registry using ddnet.RgbaSurface
abstracts the srgb out of the chosen textureformat. if the format is non-srgb, it renders directly. if it is a srgb format, it renders to a texture and then to the surface [blame]
ignoreRevsFile = formatting-revs.txt
IGraphics
, as they are independent from the game code.
formatting-revs.txt
https://github.com/ddnet/ddnet/pull/5604 or a general overview of our code architecture.a9787b1
Merge CRenderTools::DrawUIRect4NoRounding
into DrawUIRect4
- Robyt3
ebf6ce4
More efficient CreateRoundRectQuadContainer
with CORNER_NONE
- Robyt3
a0ef368
Add CRenderTools::DrawRect/4
and make DrawUIRect/4
delegates - Robyt3
e042a22
Use DrawRect
instead of DrawRoundRect/Ext
in CSpectator
- Robyt3
76c9d86
Use DrawRect
instead of DrawRoundRect/Ext
in CHud
- Robyt3
b571fdf
Use DrawRect
instead of DrawRoundRect/Ext
in CScoreboard
- Robyt3
0c10b64
Use DrawRect
instead of DrawRoundRect
in CConsole
- Robyt3
ab4a4ae
Use DrawRect
instead of DrawRoundRect
in CMenus
- Robyt3
992e5d0
Use DrawRect
instead of DrawRoundRect
in CMotd
- Robyt3
cc0f64c
Use DrawRect
instead of DrawRoundRect
in CStatboard
- Robyt3
072b9eb
Use DrawRoundRectExt
instead of DrawRoundRect
and remove the latter - Robyt3
fdefb86
Merge #5609 - bors[bot]-Wint-in-bool-context
but its already enabled by -Wall
and doesn't report anything2e34cf4
Make NETADDR
comparable and hashable - heinrich5991
6600024
Allow multiple addresses per server in the serverbrowser - heinrich5991
a9bf09f
Move websocket address handling out of the client - heinrich5991
89a4a0c
Only compare with old STUN server address if we have any - heinrich5991
8996d15
Allow multiple connect addresses - heinrich5991
a3001f3
Merge #5205 - bors[bot]