Difference between revisions of "NML:Changes 0.4"
From GRFSpecs
Jump to navigationJump to searchPlanetmaker (talk | contribs) (→Other changes: new realsprite flags) |
Planetmaker (talk | contribs) m (→Introduction: Not quite an introduction) |
||
Line 1: | Line 1: | ||
<div style="float:right; padding-left:12px; background:none;">{{NMLNavMain}}</div> |
<div style="float:right; padding-left:12px; background:none;">{{NMLNavMain}}</div> |
||
− | == |
+ | == Change to python3 == |
With NML 0.4 we change some of its foundations, it now is written in python3 and requires python 3.2 or newer. Requirements are: |
With NML 0.4 we change some of its foundations, it now is written in python3 and requires python 3.2 or newer. Requirements are: |
||
* python 3.2 or newer |
* python 3.2 or newer |
Revision as of 01:51, 9 November 2014
Change to python3
With NML 0.4 we change some of its foundations, it now is written in python3 and requires python 3.2 or newer. Requirements are:
- python 3.2 or newer
- python3-pillow (imaging library)
- python3-ply (lexer library)
Other changes
- New warnings about and flags for realsprites: (NO)ALPHA, (NO)WHITE and (NO)ANIM. See explanation in realsprite page.