Tag: release

  • KonsolScript 0.1.90 released

    Happy new year everyone! Krixware is proudly releasing 0.1.90 of the FreeKE engine. http://sourceforge.net/project/showfiles.php?group_id=164830&package_id=186723&release_id=447623 It is the currently the fastest engine with a compile time increased. Based on a benchmark, a 2MB KS file would compile 2 minutes before — now it will take just about 2 seconds and start running in 1-3 seconds.

  • KonsolScript 0.1.82 released

    We, here at Krixware, are proud to announce that the initial public pre-release of Project:Quixie 120407 source code has been made. For this new KonsolScript engine, we opted to use the MDY versioning for now. So that’s, December 4, 2007 build we have there. The content of the zip file is a tar ball of…

  • KonsolScript 0.1.80 released

    After sometime, a focus on the script-design is given priority. Attempt to make “assigning broken-string values” and “some mathematical values” on “while and if statements” possible. Before, it’s impossible to write: while (“hel”+“lo” EQ “he”+“ll”+“o”) { /*do events*/} As always, KonsolScript is released in three zip files for tree different user-groups: (http://sourceforge.net/project/showfiles.php?group_id=164830&package_id=186723&release_id=447623) a binary distribution for the alpha testers (http://downloads.sourceforge.net/konsolscript/konsolscript_0_1_80_bin.zip) source…

  • KonsolScript 0.1.75 released

    Development team got busy with porting the source code from VB6 to FreeBASIC. Here’s a late news. After consecutive releases that focuses on Map class. This latest release is focused on other overlooked functionality of the engine. It is also packed with a new class that will make sure you get total (?) control over…

  • KonsolScript 0.1.70 released

    This news is rather late but ‘who’ cares. This latest release is still focused the Map class usage. The engine now implements the use of obstruction. It is also packed with lots of bug fixes. A lot of them probably made you sick with debugging your script but it’s the engine that had the problem.…

  • KonsolScript 0.1.65 released

    This latest release is focused on optimizing the Map class usage and performance. The latest rendering speed in Maps can reach 62% faster in average than the old algorithm. There are two new functions added, Map:GetCamX() and Map:GetCamY(), which provides the location of the camera on the map. And one function was deprecated and deleted…