Page 1 of 1

Pixilang v1.2

Posted: Wed Nov 07, 2007 11:30 pm
by NightRadio
Hello all!
New version of the Pixilang is out! Enjoy :) Waiting for your comments and suggestions.
Download page: http://www.warmplace.ru/soft/pixilang/index.php
What's new:
* WindowsCE port;
* fixed bug with crashing on a large programs;
* improved safety of program execution;
* fixed some bugs with color computations;
* added high quality export to GIF (with local palette); use video_export_hq(1) to enable it;
* optimized pixi drawing;
* added functions for handling hardware keys: handle_hard_keys() and get_hard_key();
* now alternative (and more correct) name for handle_keys() is handle_pen_keys();
* added speed optimization for working with arrays;
* added functions for working with streaming sound;
* added command line support; example of using: "pixilang.exe prog.txt";
* added functions for working with binary files (fopen, fclose, fgetc, fputc, fseek, ftell, feof);
* added function for virtual TAR-disk selection; Example: set_disk0( "archive.tar" ) img = load_pixi( "0:/PIC.JPG" );
* added function effector(COLOR,POWER,TYPE,X,Y,XSIZE,YSIZE,XADD) for some internal pixilang effects: NOISE,VBLUR,HBLUR;
* added function pixi_triangle for textured triangle drawing.