Quote Originally Posted by AthenaOfDelphi
Quote Originally Posted by chronozphere
Hey,

What tools did you use to create this game? The fact that you post it here, probably means that you use FPC + some libraries. I thought I'd just ask. Such info might also make the PGM review a bit more interesting.
I asked myself the same question when I saw the original post... from reading their wiki, the game will build with Delphi and FPC (Lazarus).
You were right. We use FreePascal/Delphi and these libraries: SDL, OpenGL, portaudio, ffmpeg, freetype, libpng, sqlite, pcre and lua. The design of the user interface was done without any specific tools. The Changelog contains the list of feature additions and bug fixes. Unfortunately, some of the late changes broke the PowerPC version for Mac OS X. So we nearly managed to get the code even endianness save :-)

My personal highlights are: New design of interface, party mode through lua plugins, unicode support of lyrics and filenames, support of mac and linux.

Mischi