PDA

View Full Version : Micro Lua DS v3.0



wraggster
April 7th, 2010, 16:21
News via http://www.nintendomax.com/portal.php

The Lua interpreter for the DS "Micro Lua DS" from Risika now in version 3.0. Abandoned in pre-release in 2009 with a few bugs, source code was released, thus the community μLua DS leaned over to finalize the release.


Risika wrote:
News:

- Added support for WiFi
- Added support for datetime
- Added support for the Rumble
- Added support of Motion
- Changed the syntax of the library's
- You can now read several modules (mods) at the same time
- Support sound effects (SFX). You can play WAV files
- Added a function render (). StartDrawing functions () and stopDrawing () still exist but are no longer mandatory
- Added a global variable MICROLUA_VERSION that returns the current version of Micro Lua
- You can now customize the colors of the shell in the file shell.ini
- Support the stylus in the shell
- Over-limit position for the direct drawing (lines, rectangles etc ...). They can now go beyond the screen.
- Added a function that returns Font.getStringWidth width in pixels of a string in a given font

Bug fixes:

- More than double click problem
- No problem loading jpeg images, you can now safely use
- Optimization of loading and unloading of images, fonts and maps. You can now load and unload at infinity
- More Oops unhandled error "
- Fixed problem Canvas ATTR_Y2
- The scaling is now permanent
- No problem with the Stylus.newPress
- Large speed increase during the launches scripts with dofile. Micro Lua DS is now looking much more quickly

Deleted:

- Bookstore keyboard but you can download open source on the site and thus modify

As for the final version 3.0, it brings compared to the prerelease:

- Loss of bug with relative paths. Txt files and. Ini. This is because this version was compiled with a version of the latest libfat, which was impossible in the 3.0 prerelease because of its many boots now unified.
- Weight reduction package and included new material, which is actually part of the wiki (see below).

What is it?
No.
Now there is a wiki very full and evolving, where you can find various support and ties, test versions of Micro Lua development, contribute to the project by writing articles, fixing bugs, etc. ...
Visit this page for more information: http://code.google.com/p/microlua/ (Note that the page GoogleCode project, which belongs to Risika already existed, but not the wiki and all that goes with it).