2008-12-08
A step closer to indies
Unigine prices are set to a very affordable level prior to January 31, 2009: e.g. indie developers can get a binary license starting with $4990 (or even just $1985 per month during 3 months). Full licenses are now with lifetime updates access. See more on Licensing & Prices page.
2008-12-03
First stage of "Magus ex Machina" is completed
Qilqax International has successfully completed first production stage of "Magus ex Machina", the first 3D animated movie developed using a videogame GPU rendering technique, based on Unigine technologies. Read more in the official press-release.
2008-12-01
DHLXStudios licenses Unigine
DHLXStudios, a Greek game development company licensed Unigine engine to be used in development of a 3D multi-user virtual world platform for immersive, parallel, cultural story telling. Read more in the official press-release.

Development Log

You can subscribe to our RSS feed.
There is also a translated LiveJournal account: unigine_devlog.
2008-10-16

Multithreading changes and more bugfixes

What's new:

  • Faster sorting of render surfaces.
  • New console functions: isVariable() and isCommand().
  • No more HDR artifacts caused by the vignette.
  • HDR calculation now performs with 4 frames delay.
  • "physics_multithreaded" renamed to "physics_num_threads".
  • All thread controls moved to EngineThreads, node update can work in multithreading mode, this can get a performance boost for particle systems.
  • Number of supported callback arguments was increased to 8.
  • Log file name can be specified by new "-engine_log" CLI option.
  • Preview works only for images smaller than 4 Mb.
  • Shaders has unique id's for easy sorting.
  • Fixed selection of objects under terrain holes.
  • Terrain holes disappear starting only from 4th LOD.
  • Shadows from grass bushes.
  • Support of GL_ARB_draw_instanced extension for better ATI compatibility in addition to existing GL_EXT_draw_instanced.
  • No more stack errors while calling UnigineScript functions from the C++ API.
  • Fixed major stack bug in UnigineScript.
  • Update of benchmarking scripts.
  • More tutorials on terrain creation.

We have also successfully integrated a third-party networking solution with Unigine, now we are performing different performance tests to ensure that it was a right choice of the technology. If the testing will be successfull, our customers have a chance to get networking ready out-of-the box even sooner than it was expected.