aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* capture failure of file/dir access. Courtesy to Filipe Cabecinhas.k-m_schindler2009-01-021-2/+10
* replace terrible code by using a set for Notes and Lyrics.k-m_schindler2008-12-131-9/+17
* broken build fixed.k-m_schindler2008-12-031-1/+0
* some cleanup and language files. Who does the others?k-m_schindler2008-12-031-62/+8
* Deluxe theme for Editor menu. Part 2. This part may break Classic theme.k-m_schindler2008-11-302-19/+112
* folders in Library/Application\ Support/UltraStarDeluxe/Resources can also be...k-m_schindler2008-11-291-5/+14
* some more formattingk-m_schindler2008-11-274-191/+276
* some small format editsk-m_schindler2008-11-261-13/+13
* formatting and modi change to modusk-m_schindler2008-11-261-27/+27
* names of variables changedk-m_schindler2008-11-261-20/+20
* replace integer by enumeration type alignmentk-m_schindler2008-11-262-23/+25
* formattingk-m_schindler2008-11-251-96/+169
* some format changes and minor code rearrangements.k-m_schindler2008-11-241-42/+47
* switch on again saving, when leaving option menus with ESCk-m_schindler2008-11-241-1/+1
* formatting and language.k-m_schindler2008-11-151-202/+209
* Formattingk-m_schindler2008-11-151-28/+47
* Format adjustments. no code change.k-m_schindler2008-11-131-45/+49
* removal of not needed libs.k-m_schindler2008-11-131-2/+2
* some minor reformatting. no code change.k-m_schindler2008-11-121-29/+31
* Check done. Not needed for Mac OS X. TODO note cleared.k-m_schindler2008-11-121-1/+0
* libGL.so changed to libGL.so.1 as on fedora with nvidia cards /usr/lib/libGL....tobigun2008-11-113-4/+3
* - {$PACKENUM 4} and {$MINENUMSIZE 4} added for C compatible 4 byte enumstobigun2008-11-112-1/+3
* lyric fixtobigun2008-11-091-1/+1
* nicer format, no code changek-m_schindler2008-11-061-56/+75
* All comments are English now (Polish ones have been translated)tobigun2008-11-0315-158/+145
* improved seeking:tobigun2008-11-031-50/+85
* VideoGap fixed (Tracker Item #2138228)tobigun2008-11-021-1/+1
* - 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