| Commit message (Expand) | Author | Age | Files | Lines |
* | typo corecction | k-m_schindler | 2008-11-12 | 1 | -1/+1 |
* | libGL.so changed to libGL.so.1 as on fedora with nvidia cards /usr/lib/libGL.... | tobigun | 2008-11-11 | 3 | -4/+3 |
* | - {$PACKENUM 4} and {$MINENUMSIZE 4} added for C compatible 4 byte enums | tobigun | 2008-11-11 | 2 | -1/+3 |
* | lyric fix | tobigun | 2008-11-09 | 1 | -1/+1 |
* | nicer format, no code change | k-m_schindler | 2008-11-06 | 1 | -56/+75 |
* | minor language improvments | k-m_schindler | 2008-11-06 | 1 | -1/+1 |
* | {$Mode Delphi} added for FPC compatibility | tobigun | 2008-11-04 | 5 | -172/+188 |
* | plugins update | tobigun | 2008-11-04 | 5 | -19/+26 |
* | - switches.inc removed from ModiSDK.pas and StrUtils.pas as the plugins do no... | tobigun | 2008-11-04 | 5 | -8/+294 |
* | All comments are English now (Polish ones have been translated) | tobigun | 2008-11-03 | 15 | -158/+145 |
* | improved seeking: | tobigun | 2008-11-03 | 1 | -50/+85 |
* | VideoGap fixed (Tracker Item #2138228) | tobigun | 2008-11-02 | 1 | -1/+1 |
* | We need more space for resources | k-m_schindler | 2008-10-31 | 1 | -1/+1 |
* | - swscale get_context parameter from cint -> TAVPixelFormat | tobigun | 2008-10-31 | 2 | -7/+8 |
* | - codepage converter (CP1252, CP1250) added | tobigun | 2008-10-31 | 3 | -222/+370 |
* | - cleanup (private and protected class members prepended with f...) | tobigun | 2008-10-31 | 1 | -214/+266 |
* | linklib changed to freetype for darwin, svn:eol-style set to native | k-m_schindler | 2008-10-28 | 1 | -7/+7 |
* | some compiler warnings/hints removed | tobigun | 2008-10-28 | 26 | -106/+28 |
* | switch UseFreetype added to toggle between bitmap-font and freetype font | tobigun | 2008-10-28 | 4 | -20/+239 |
* | - glPrint(Pchar) -> glPrint(string) | tobigun | 2008-10-28 | 1 | -7/+6 |
* | - glPrint(Pchar) -> glPrint(string) | tobigun | 2008-10-28 | 15 | -154/+182 |
* | UTextClasses.pas removed | tobigun | 2008-10-28 | 2 | -92/+3 |
* | - Results of UTF8Encode() in TSQLiteDatabase.BindData() are stored in a local... | tobigun | 2008-10-27 | 2 | -19/+11 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1479 b956fd51-792f-... | tobigun | 2008-10-26 | 10 | -5751/+3833 |
* | lazarus win32 project moved to dists/lazarus/ | tobigun | 2008-10-26 | 4 | -81/+2 |
* | lazarus (Win32) project file update | tobigun | 2008-10-26 | 2 | -1/+542 |
* | lazarus project updated and moved to dist/lazarus | tobigun | 2008-10-25 | 6 | -102/+566 |
* | configure and package description update: | tobigun | 2008-10-25 | 7 | -728/+81 |
* | - update to current trunk (just some delphi 2009 compatibility fixes) | tobigun | 2008-10-25 | 2 | -101/+104 |
* | truetype fonts for testing | tobigun | 2008-10-25 | 5 | -0/+11 |
* | Software boost enabled again. TODO: boost per device, not for all. | tobigun | 2008-10-25 | 1 | -5/+1 |
* | use projectM 1.2 for wrapper | tobigun | 2008-10-25 | 1 | -2/+2 |
* | Music preview is started by the main thread now instead of the SDL timer thre... | tobigun | 2008-10-25 | 1 | -2/+9 |
* | Some threading questions cleared: | tobigun | 2008-10-25 | 1 | -14/+3 |
* | MainThreadExec() can be used to delegate execution from e.g. a callback threa... | tobigun | 2008-10-25 | 1 | -4/+45 |
* | font-engine added (not used atm) | tobigun | 2008-10-25 | 1 | -0/+2646 |
* | SDL_RESIZABLE removed at SDL_ListModes() on fullscreen mode | tobigun | 2008-10-25 | 1 | -1/+1 |
* | Do not use Main try-except block if in debug mode to make debugging easier | tobigun | 2008-10-20 | 1 | -1/+7 |
* | Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore ... | tobigun | 2008-10-20 | 2 | -13/+4 |
* | SDL_ttf headers removed (we will use freetype directly) | tobigun | 2008-10-20 | 2 | -1071/+0 |
* | FPC 2.2.2 compatibility. USDX crashed with an error in iconv_close. After dis... | tobigun | 2008-10-20 | 2 | -3/+9 |
* | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 2008-10-19 | 1 | -24/+24 |
* | font-size is now in pixels (not pixels/3) in themes | tobigun | 2008-10-19 | 3 | -628/+626 |
* | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 2008-10-19 | 16 | -157/+161 |
* | - background-type -> enum | tobigun | 2008-10-19 | 3 | -84/+82 |
* | offscreen rendering removed: | tobigun | 2008-10-19 | 4 | -612/+334 |
* | style adjustments. no code change. | k-m_schindler | 2008-10-18 | 8 | -323/+337 |
* | just another commented line | whiteshark0 | 2008-10-18 | 1 | -1/+1 |
* | uncommented an accidentally commented line | whiteshark0 | 2008-10-18 | 1 | -1/+1 |
* | - unused (polish) constants and comments removed | tobigun | 2008-10-18 | 1 | -9/+0 |