  (This file should describe only the situation around the changes. Specific
notes/changes should be kept internally inside its respective files. Try to
keep the information concise. Also, remember to update it. The most recent
updates are on the top.)


- Developers -

[ anden / dureks ]
  name: Tor Arne Gustad
  mail: anden@online.no
  work: code

[ mrb / dureks ]
  name: Torje Lundereng
  mail: mrb1@online.no
  work: CVS

[ cpt.spiff / dureks ]
  name: Arne Morten Kvarving
  mail: cptspiff@online.no
  work: code


- DDS Changelog -

20/5-2001, anden
    - JPEG/PNG image loaders fixed (scanline errors)

19/5-2001, anden
    - changed Renderer integration with Console
        => possible to link w/o OpenGL
    - temporarily disabled OpenGL interface code

17/5-2001, anden
    - fixed a mistake in the jpeg loader code (they are RGBA)
        => correct

16/5-2001, anden
    - implemented OpenGL rendering interface (class Renderer)
    - added Texture class
    - started writing shader interface
    - fixed a mistake with the multitexturing extension
    - OpenGL+SDL works at a reasonable frame rate! (dunno why:)

15/5-2001, anden
    - Demo class added (framework)
    - changed method used for loading music/streams
    - x and y arguments of Area are now signed
    - added operator() in Area class
    - implemented threading through "QpThreads" library
        => update() is called from a separate, timed thread

13/5-2001, anden
    - project established in KDevelop
    - added most code from old DDS:
        - uses SDL for video, timers, events etc..
        - OpenPTC-compatible Surface system
        - Console with OpenGL+FMOD support
        - Image loaders for PNG and JPEG (=libpng&jpeg)
        - Linked list template class
    - added textfile parser (basic)