Age | Commit message (Collapse) | Author |
|
|
|
@mm0zct granted permission as per:
Return-Path: <mm0zct@gmail.com>
Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49])
by nilaya.lain.pl (Postfix) with ESMTPS id EA0663FEB9
for <sthalik@misaki.pl>; Fri, 18 Nov 2016 19:35:16 +0100 (CET)
Message-ID: <CALeTJ=dHprFe_SepvYR7ioc+wdR4zr9gJibt3rujQw8DuasKxA@mail.gmail.com>
From: chris thompson <mm0zct@gmail.com>
Subject: Re: small rift copyright issue
To: Stanislaw Halik <sthalik@misaki.pl>
[...] his email hereby grants you permission to re-license that code
however suits you best. [...]
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
|
|
|
|
|
|
It was tested only on 080 but the API is almost the same on 042
and 025.
Issue: #464
Reported-by: @Jerrow
|
|
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and
friends.
Since this preprocessor definition is now always passed as part
of the build system for MSVC. We can use M_PI as if on a
mission.
|
|
|
|
Adjust usages.
|
|
|
|
We can't depend on M_PI existing after including cmath.
|
|
The change was only read and compile-tested.
|
|
We no longer have this recurring problem since I enabled
ignoring executable bit changes on the Windows workstation.
|
|
|
|
Closes #224
|