0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/overviewer_core
Nicolas F b70f1a012f Fix C extension build warnings the painful way
Some bad distributions (Debian) apparently are not good enough to
have a Pillow version from this decade packaged.

Therefore, we need to do it the painful way of prefixing our
symbols and refactoring everything to use them.

A new header file called "utils.h" has been added for this purpose,
and it is included in "overviewer.h".

The following macros have been prefixed with "OV_":
- MIN
- MAX
- CLAMP
- BLEND
- MULDIV255

Additionally, the C extension version was bumped to 56 because 55
was reverted back to 54.
2019-02-22 12:53:47 +01:00
..
2017-02-12 12:47:47 -05:00
2018-05-06 13:47:17 -04:00
2017-03-24 17:57:37 +01:00
2017-03-24 17:57:37 +01:00
2016-11-29 09:13:42 -05:00
2017-03-16 17:03:06 +01:00
2019-02-19 14:28:34 -05:00
2017-03-24 17:57:37 +01:00
2016-12-24 14:43:52 -05:00
2017-03-16 18:25:55 +01:00
2017-03-16 14:45:19 +01:00