aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* - swscale get_context parameter from cint -> TAVPixelFormattobigun2008-10-312-7/+8
* - codepage converter (CP1252, CP1250) addedtobigun2008-10-313-222/+370
* - cleanup (private and protected class members prepended with f...)tobigun2008-10-311-214/+266
* linklib changed to freetype for darwin, svn:eol-style set to nativek-m_schindler2008-10-281-7/+7
* some compiler warnings/hints removedtobigun2008-10-2826-106/+28
* switch UseFreetype added to toggle between bitmap-font and freetype fonttobigun2008-10-284-20/+239
* - glPrint(Pchar) -> glPrint(string)tobigun2008-10-281-7/+6
* - glPrint(Pchar) -> glPrint(string)tobigun2008-10-2815-154/+182
* UTextClasses.pas removedtobigun2008-10-282-92/+3
* - Results of UTF8Encode() in TSQLiteDatabase.BindData() are stored in a local...tobigun2008-10-272-19/+11
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1479 b956fd51-792f-...tobigun2008-10-2610-5751/+3833
* lazarus win32 project moved to dists/lazarus/tobigun2008-10-263-628/+0
* lazarus (Win32) project file updatetobigun2008-10-262-1/+542
* lazarus project updated and moved to dist/lazarustobigun2008-10-251-81/+0
* configure and package description update:tobigun2008-10-252-724/+0
* - update to current trunk (just some delphi 2009 compatibility fixes)tobigun2008-10-252-101/+104
* Software boost enabled again. TODO: boost per device, not for all.tobigun2008-10-251-5/+1
* use projectM 1.2 for wrappertobigun2008-10-251-2/+2
* Music preview is started by the main thread now instead of the SDL timer thre...tobigun2008-10-251-2/+9
* Some threading questions cleared:tobigun2008-10-251-14/+3
* MainThreadExec() can be used to delegate execution from e.g. a callback threa...tobigun2008-10-251-4/+45
* font-engine added (not used atm)tobigun2008-10-251-0/+2646
* SDL_RESIZABLE removed at SDL_ListModes() on fullscreen modetobigun2008-10-251-1/+1
* Do not use Main try-except block if in debug mode to make debugging easiertobigun2008-10-201-1/+7
* Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore ...tobigun2008-10-202-13/+4
* SDL_ttf headers removed (we will use freetype directly)tobigun2008-10-202-1071/+0
* FPC 2.2.2 compatibility. USDX crashed with an error in iconv_close. After dis...tobigun2008-10-202-3/+9
* The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun2008-10-191-24/+24
* font-size is now in pixels (not pixels/3) in themes tobigun2008-10-191-4/+2
* The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun2008-10-1916-157/+161
* - background-type -> enumtobigun2008-10-193-84/+82
* offscreen rendering removed:tobigun2008-10-194-612/+334
* style adjustments. no code change.k-m_schindler2008-10-188-323/+337
* just another commented linewhiteshark02008-10-181-1/+1
* uncommented an accidentally commented linewhiteshark02008-10-181-1/+1
* - unused (polish) constants and comments removedtobigun2008-10-181-9/+0
* - polish stuff removedtobigun2008-10-181-34/+5
* Error-log entry slightly changed for TTextureUnit.LoadTexture (" added)tobigun2008-10-181-1/+1
* removed unneeded filestobigun2008-10-182-615/+0
* freetype stuff for testingtobigun2008-10-177-0/+6572
* - lib-info.txt added with information on the pascal-headers (origin, patches,...tobigun2008-10-132-16/+110
* Abstraction of the menus backgroundwhiteshark02008-10-1315-117/+987
* SQLiteTable3 update to current trunk (http://www.itwriting.com/repos/sqlitewr...tobigun2008-10-133-24/+786
* Fixed Compilationf1fth_freed0m2008-10-101-2/+2
* Errormessages during songload now translatablewhiteshark02008-10-092-5/+20
* remove ULCD.pas and ULight.pas + some more cleanup of ULCD routines and {$UND...k-m_schindler2008-10-054-505/+0
* removed some commented relicts from outdated LCD and Light support.whiteshark02008-10-057-43/+1
* Mac OS X requirements addedk-m_schindler2008-10-051-4/+13
* debug output removedtobigun2008-10-011-1/+0
* safer context switchtobigun2008-10-011-37/+115