| Commit message (Expand) | Author | Files | Lines |
2009-01-02 | capture failure of file/dir access. Courtesy to Filipe Cabecinhas. | k-m_schindler | 1 | -2/+10 |
2008-12-13 | replace terrible code by using a set for Notes and Lyrics. | k-m_schindler | 1 | -9/+17 |
2008-12-03 | broken build fixed. | k-m_schindler | 1 | -1/+0 |
2008-12-03 | some cleanup and language files. Who does the others? | k-m_schindler | 1 | -62/+8 |
2008-11-30 | Deluxe theme for Editor menu. Part 2. This part may break Classic theme. | k-m_schindler | 2 | -19/+112 |
2008-11-29 | folders in Library/Application\ Support/UltraStarDeluxe/Resources can also be... | k-m_schindler | 1 | -5/+14 |
2008-11-27 | some more formatting | k-m_schindler | 4 | -191/+276 |
2008-11-26 | some small format edits | k-m_schindler | 1 | -13/+13 |
2008-11-26 | formatting and modi change to modus | k-m_schindler | 1 | -27/+27 |
2008-11-26 | names of variables changed | k-m_schindler | 1 | -20/+20 |
2008-11-26 | replace integer by enumeration type alignment | k-m_schindler | 2 | -23/+25 |
2008-11-25 | formatting | k-m_schindler | 1 | -96/+169 |
2008-11-24 | some format changes and minor code rearrangements. | k-m_schindler | 1 | -42/+47 |
2008-11-24 | switch on again saving, when leaving option menus with ESC | k-m_schindler | 1 | -1/+1 |
2008-11-15 | formatting and language. | k-m_schindler | 1 | -202/+209 |
2008-11-15 | Formatting | k-m_schindler | 1 | -28/+47 |
2008-11-13 | Format adjustments. no code change. | k-m_schindler | 1 | -45/+49 |
2008-11-13 | removal of not needed libs. | k-m_schindler | 1 | -2/+2 |
2008-11-12 | some minor reformatting. no code change. | k-m_schindler | 1 | -29/+31 |
2008-11-12 | Check done. Not needed for Mac OS X. TODO note cleared. | k-m_schindler | 1 | -1/+0 |
2008-11-11 | libGL.so changed to libGL.so.1 as on fedora with nvidia cards /usr/lib/libGL.... | tobigun | 3 | -4/+3 |
2008-11-11 | - {$PACKENUM 4} and {$MINENUMSIZE 4} added for C compatible 4 byte enums | tobigun | 2 | -1/+3 |
2008-11-09 | lyric fix | tobigun | 1 | -1/+1 |
2008-11-06 | nicer format, no code change | k-m_schindler | 1 | -56/+75 |
2008-11-03 | All comments are English now (Polish ones have been translated) | tobigun | 15 | -158/+145 |
2008-11-03 | improved seeking: | tobigun | 1 | -50/+85 |
2008-11-02 | VideoGap fixed (Tracker Item #2138228) | tobigun | 1 | -1/+1 |
2008-10-31 | - swscale get_context parameter from cint -> TAVPixelFormat | tobigun | 2 | -7/+8 |
2008-10-31 | - codepage converter (CP1252, CP1250) added | tobigun | 3 | -222/+370 |
2008-10-31 | - cleanup (private and protected class members prepended with f...) | tobigun | 1 | -214/+266 |
2008-10-28 | linklib changed to freetype for darwin, svn:eol-style set to native | k-m_schindler | 1 | -7/+7 |
2008-10-28 | some compiler warnings/hints removed | tobigun | 26 | -106/+28 |
2008-10-28 | switch UseFreetype added to toggle between bitmap-font and freetype font | tobigun | 4 | -20/+239 |
2008-10-28 | - glPrint(Pchar) -> glPrint(string) | tobigun | 1 | -7/+6 |
2008-10-28 | - glPrint(Pchar) -> glPrint(string) | tobigun | 15 | -154/+182 |
2008-10-28 | UTextClasses.pas removed | tobigun | 2 | -92/+3 |
2008-10-27 | - Results of UTF8Encode() in TSQLiteDatabase.BindData() are stored in a local... | tobigun | 2 | -19/+11 |
2008-10-26 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1479 b956fd51-792f-... | tobigun | 10 | -5751/+3833 |
2008-10-26 | lazarus win32 project moved to dists/lazarus/ | tobigun | 3 | -628/+0 |
2008-10-26 | lazarus (Win32) project file update | tobigun | 2 | -1/+542 |
2008-10-25 | lazarus project updated and moved to dist/lazarus | tobigun | 1 | -81/+0 |
2008-10-25 | configure and package description update: | tobigun | 2 | -724/+0 |
2008-10-25 | - update to current trunk (just some delphi 2009 compatibility fixes) | tobigun | 2 | -101/+104 |
2008-10-25 | Software boost enabled again. TODO: boost per device, not for all. | tobigun | 1 | -5/+1 |
2008-10-25 | use projectM 1.2 for wrapper | tobigun | 1 | -2/+2 |
2008-10-25 | Music preview is started by the main thread now instead of the SDL timer thre... | tobigun | 1 | -2/+9 |
2008-10-25 | Some threading questions cleared: | tobigun | 1 | -14/+3 |
2008-10-25 | MainThreadExec() can be used to delegate execution from e.g. a callback threa... | tobigun | 1 | -4/+45 |
2008-10-25 | font-engine added (not used atm) | tobigun | 1 | -0/+2646 |
2008-10-25 | SDL_RESIZABLE removed at SDL_ListModes() on fullscreen mode | tobigun | 1 | -1/+1 |