Page 1 of 1

Pixilang v3.4.2

Posted: Sat Nov 17, 2012 5:50 pm
by NightRadio
Pixilang updated to version 3.4.2.
http://www.warmplace.ru/soft/pixilang

What is new:
  • optimization, new error messages;
  • fixed bug with stop() function;
  • new syntax to access container properties: container.property = value; value = container.property;
  • new data processing operations for op_cn() and op_cc() functions: OP_SUB, OP_SSUB;
  • new graphics function - split_rgb();
  • threads.pixi example has been moved from console to graphics directory;
  • examples/benchmarks/math.pixi updated to version 2.0;
  • new graphics examples: split_rgb;
  • new console examples: container;
  • bugs fixed.