mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 06:47:00 +00:00
faa998b8a9d8877ec2ee6ebf48d53c6b8e19d833
note: previous fix (clamp to 0 in screen_to_client) causes spurious messages if mouse moves outside of the window (which is bad). "client" coords are allowed to be negative, but "idealized client coords" (which are defended by assert >= 0 or is_in_window) aren't. fixes #146 This was SVN commit r4324.
Description
Public pull mirror of upstream 0 A.D. from Wildfire Games Gitea.
Languages
C++
56.5%
JavaScript
35.4%
C
3.3%
Python
2.2%
Lua
0.6%
Other
1.7%