HeDgEhOg HeRe   
My Projects & Articles
November 2008
 12
3456789
10111213141516
17181920212223
24252627282930
  • April 2007
  • February 2007
  • November 2006
  • August 2006
  • May 2006
  • March 2006
  • February 2006
  • January 2006



  • Scraft & Jungle Updates April 3rd, 2007

    I have updated jungle & scraft packages in the files storage.
    Jungle 1.15 has minor fixes like exception in locale initialization.
    Scraft for Python 3.9165 has Xdata & .def parser fixes and backtrace print in dispatcher events.

    Important! Scraft for Python 3.9xxx is not compatible with SpriteCraft 3.8xxx C++ API. New C++ API will be available later.

    Oops! Where my posts? February 15th, 2007

    Ha! I think something crashed and hoster restored site from system backup.

    Anyway, I uploaded jungle-1.13 earlier.
    Today I have uploaded jungle-1.14.

    http://www.suda-chen.biz/files/

    Jungle 1.10 November 12th, 2006

    I’v uploaded new Jungle version.
    .Py Compiler version 1.10 has following changes:

    fixed -p option bug.
    added ‘#@jungle: <command line options>’ directive parsing in main module .py source.
    added ‘_jungle’ runtime module. Now it contains global variable ‘compiled’ with value True.

    Jungle & C preprocessor November 6th, 2006

    Oops, GNU_windres.exe which uses for processing .RC files needs c-preprocessor. I have added mcpp written by Kiyoshi MATSUI. This is a very nice preprocessor i suppose.

    Jungle 1.8 with .rc support November 5th, 2006

    New jungle supports .rc files. Now I can compile .py into executable with windows resouces.

    Jungle - The .Py Compiler November 3rd, 2006

    I have uploaded jungle.zip (~1.6M). The Jungle is a .py compiler which compiles .py files into .o files with GNU Assembler and links resulting objects into one executable with GNU linker. GNU as.exe and ld.exe are contained in jungle.zip also. The resulting binary depends on custom runtime pythonic.dll.

    The compiler is written in python and is compiled by itself.

    SpriteCraft.3 fixes August 5th, 2006

    I have fixed some bugs in SpriteCraft.3.
    The new version is published on Scraft Status Page