aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-25configure and package description update:tobigun2-724/+0
2008-10-25- update to current trunk (just some delphi 2009 compatibility fixes)tobigun2-101/+104
2008-10-25Software boost enabled again. TODO: boost per device, not for all.tobigun1-5/+1
2008-10-25use projectM 1.2 for wrappertobigun1-2/+2
2008-10-25Music preview is started by the main thread now instead of the SDL timer thre...tobigun1-2/+9
2008-10-25Some threading questions cleared:tobigun1-14/+3
2008-10-25MainThreadExec() can be used to delegate execution from e.g. a callback threa...tobigun1-4/+45
2008-10-25font-engine added (not used atm)tobigun1-0/+2646
2008-10-25SDL_RESIZABLE removed at SDL_ListModes() on fullscreen modetobigun1-1/+1
2008-10-20Do not use Main try-except block if in debug mode to make debugging easiertobigun1-1/+7
2008-10-20Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore ...tobigun2-13/+4
2008-10-20SDL_ttf headers removed (we will use freetype directly)tobigun2-1071/+0
2008-10-20FPC 2.2.2 compatibility. USDX crashed with an error in iconv_close. After dis...tobigun2-3/+9
2008-10-19The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun1-24/+24
2008-10-19font-size is now in pixels (not pixels/3) in themes tobigun1-4/+2
2008-10-19The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun16-157/+161
2008-10-19- background-type -> enumtobigun3-84/+82
2008-10-19offscreen rendering removed:tobigun4-612/+334
2008-10-18style adjustments. no code change.k-m_schindler8-323/+337
2008-10-18just another commented linewhiteshark01-1/+1
2008-10-18uncommented an accidentally commented linewhiteshark01-1/+1
2008-10-18- unused (polish) constants and comments removedtobigun1-9/+0
2008-10-18- polish stuff removedtobigun1-34/+5
2008-10-18Error-log entry slightly changed for TTextureUnit.LoadTexture (" added)tobigun1-1/+1
2008-10-18removed unneeded filestobigun2-615/+0
2008-10-17freetype stuff for testingtobigun7-0/+6572
2008-10-13- lib-info.txt added with information on the pascal-headers (origin, patches,...tobigun2-16/+110
2008-10-13Abstraction of the menus backgroundwhiteshark015-117/+987
2008-10-13SQLiteTable3 update to current trunk (http://www.itwriting.com/repos/sqlitewr...tobigun3-24/+786
2008-10-10Fixed Compilationf1fth_freed0m1-2/+2
2008-10-09Errormessages during songload now translatablewhiteshark02-5/+20
2008-10-05remove ULCD.pas and ULight.pas + some more cleanup of ULCD routines and {$UND...k-m_schindler4-505/+0
2008-10-05removed some commented relicts from outdated LCD and Light support.whiteshark07-43/+1
2008-10-05Mac OS X requirements addedk-m_schindler1-4/+13
2008-10-01debug output removedtobigun1-1/+0
2008-10-01safer context switchtobigun1-37/+115
2008-10-01- FFmpeg header updatetobigun11-250/+421
2008-09-28Fixed effects from last song are drawn in next song, see http://www.assembla....whiteshark02-6/+14
2008-09-28Fixed some minor bugs in txt file readerwhiteshark01-36/+56
2008-09-28one more version of fixing the endian problem in SDLk-m_schindler3-14/+13
2008-09-28Songclass now reports an error if there is no linebreak in a txt file. Error ...whiteshark02-2/+22
2008-09-28colorbug on delphi fixed. was broken since 1418, because delphi is missing th...whiteshark01-1/+2
2008-09-28colors fixed on Delphi. broken by 1418k-m_schindler1-1/+1
2008-09-28Adding hints to possible endian related problems. No code change, yet. Only s...k-m_schindler2-0/+7
2008-09-28correction of byte order (correct colors) in texture output on powerpc.k-m_schindler1-0/+13
2008-09-28Fix of endian problem with soundoutput with portaudio2 on darwin-powerpc. Del...k-m_schindler1-0/+2
2008-09-27note about installation with finkk-m_schindler1-1/+2
2008-09-27remove some white space. no code changek-m_schindler6-6/+0
2008-09-24fixed some bugs in equalizer reflectionwhiteshark01-4/+11
2008-09-24Removed fixed font offset from ratin indication popupwhiteshark01-6/+10