cleanup and fixes to openal code
[supertux.git] / src / main.cpp
2005-06-27 Matthias Brauncleanup and fixes to openal code
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-06-07 Matthias Braunonly add installdir to searchpath if nothing was found...
2005-06-07 Matthias Braunalways catch exceptions
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-06-04 Matthias Braunfix for my latest commit
2005-06-04 Matthias Brauntry current directory if reading /proc/exe/self failed
2005-05-13 Ondřej Hošek* From now on, there is UTF-8 decoding in the Font...
2005-05-12 Matthias Braun- Refactored worldmap a bit to reuse GameObject from...
2005-05-08 Matthias Braunrename basest back to data
2005-05-07 Marek Moeckelremoved old data and contrib, new files will follow
2005-05-05 Matthias Braunfix mkdir on win32
2005-05-05 Matthias Braunfixed warnings in squirrel
2005-05-05 Marek Moeckelfixed missing include assert
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-01 Matthias Braunadded experimental support for demo playback (together...
2005-05-01 Matthias Braun-Started to move stuff from library back to main game