Pixilang v1.2

Any topics and questions
Post Reply
User avatar
NightRadio
Site Admin
Posts: 3954
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Pixilang v1.2

Post 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.
Post Reply