Releases: arpruss/raspberryjammod
Releases · arpruss/raspberryjammod
0.20.1.alpha
- Experimental code to support up to 16 incoming connections (default off: set in mod options).
- Security improvements.
0.15.2
0.15
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
- Turtle.gridalign() to align turtle position and heading to the grid; after calling gridalign(), just make sure all angles are multiples of 90 and are ints, not floats, and all distances are ints, not floats
- bug fix for turtle line length
- redid dragoncurve using grid-aligned turtle
0.14.2
Note on numbering:
From now on, releases will be numbered 0.x or 0.x.y. Whenever the mod itself changes, x will go up. If only the sample scripts change, y will go up. Thus, if you had 0.14 installed, but are now downloading 0.14.2, you don't need to update the mod, just the scripts.
- Added convenience mc.py module: from mc import *, and you're ready to go
- Modified mcpi/minecraft.py to allow even briefer initialization: mc = Minecraft()
- Bug fix for lsystem.py
- Added dragoncurve.py
- Improved knot drawing code