Changelog

From Arx Libertatis Wiki
Revision as of 00:07, 7 August 2011 by Ds (talk | contribs) (Created page with "This article tracks high-level changes compared to the original Arx Fatalis source code release. See Porting Arx Fatalis for the porting progress and [[Refactoring Arx Fatali...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article tracks high-level changes compared to the original Arx Fatalis source code release. See Porting Arx Fatalis for the porting progress and Refactoring Arx Fatalis for some other things to do.

Features

  • Save game list is sorted so that latest save is at the top.
  • Configurable number of quicksave slots. (no GUI yet)

Technical Changes

  • Ported text rendering from Windows GDI to Freetype.
  • Removed dependencies on proprietary PKWARE implode library. (replaced with zlib and code from the zlib source tarball)
  • Abstracted audio backend, ported to OpenAL. (old Direct Sound 7 backend is still available)
  • Removed various win32 dependencies.
  • Ported to amd64 architecture.
  • Replaced custom image loading/saving code with DevIL
  • Various code cleanup and performance improvements.