Latest build:

Name: fant.zip
Version: 0.29
size: 2.78MB

    Improvements:

  1. Added fully functional drop down menu. (GUI_HWINDOW and GUI_ITEMLIST).
  2. KSM models are now drawn using Display Lists instead of vertex arrays this has improved the performance from 144 FPS to 200 FPS on my machine.
  3. Changed the near and far cliping planes in-eye mode - for better view.
  4. Fixed the KNA_INPUT.h minor problems, and added real support for mouse events (excluding movement).
  5. Improved KNA_AUDIO.h class, the game no longer closes if the audio modes are incorrect, but tries to set default modes, if it failes, then it just disables audio, and game can be run without any problems.
  6. Improved the Log message maximum length, the program no longer crashes if more then 100 characters are inserted
  7. Added new particle engine with following features :
    1. Optimised structure, with Texture sorting, and memory fragmentation avoidance techniques
    2. Particle - Walls, Particle - Objects , Particle - Objects or Walls , collisiont detection
    3. Particle acceleration parameters both linear and constant
    4. Multiple emittors per one particle effect
    5. Texture animation for 1,2,4,6,9,12 or 16 frames
    6. Particle per frame animation with Color, size , rotation and random movement interpolation
    7. Gravity and gravity strength
    8. Random position, movment direction, and life for start
    9. Different particle die types : None , Time , Walls , Object , Gravity or any combined
    10. Different emittor die type : None , when all particles die , time or any combined
    11. Easily customisable through xml similar files



NOTE: Current version is not in finished state, it is still in development progress, so some parts are not operational yet!