aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-31- swscale get_context parameter from cint -> TAVPixelFormattobigun2-7/+8
2008-10-31- codepage converter (CP1252, CP1250) addedtobigun3-222/+370
2008-10-31- cleanup (private and protected class members prepended with f...)tobigun1-214/+266
2008-10-28linklib changed to freetype for darwin, svn:eol-style set to nativek-m_schindler1-7/+7
2008-10-28some compiler warnings/hints removedtobigun26-106/+28
2008-10-28switch UseFreetype added to toggle between bitmap-font and freetype fonttobigun4-20/+239
2008-10-28- glPrint(Pchar) -> glPrint(string)tobigun1-7/+6
2008-10-28- glPrint(Pchar) -> glPrint(string)tobigun15-154/+182
2008-10-28UTextClasses.pas removedtobigun2-92/+3
2008-10-27- Results of UTF8Encode() in TSQLiteDatabase.BindData() are stored in a local...tobigun2-19/+11
2008-10-26git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1479 b956fd51-792f-...tobigun10-5751/+3833
2008-10-26lazarus win32 project moved to dists/lazarus/tobigun3-628/+0
2008-10-26lazarus (Win32) project file updatetobigun2-1/+542
2008-10-25lazarus project updated and moved to dist/lazarustobigun1-81/+0
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