| Commit message (Expand) | Author | Files | Lines |
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 |
2008-10-20 | Do not use Main try-except block if in debug mode to make debugging easier | tobigun | 1 | -1/+7 |
2008-10-20 | Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore ... | tobigun | 2 | -13/+4 |
2008-10-20 | SDL_ttf headers removed (we will use freetype directly) | tobigun | 2 | -1071/+0 |
2008-10-20 | FPC 2.2.2 compatibility. USDX crashed with an error in iconv_close. After dis... | tobigun | 2 | -3/+9 |
2008-10-19 | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 1 | -24/+24 |
2008-10-19 | font-size is now in pixels (not pixels/3) in themes | tobigun | 1 | -4/+2 |
2008-10-19 | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 16 | -157/+161 |
2008-10-19 | - background-type -> enum | tobigun | 3 | -84/+82 |
2008-10-19 | offscreen rendering removed: | tobigun | 4 | -612/+334 |
2008-10-18 | style adjustments. no code change. | k-m_schindler | 8 | -323/+337 |
2008-10-18 | just another commented line | whiteshark0 | 1 | -1/+1 |
2008-10-18 | uncommented an accidentally commented line | whiteshark0 | 1 | -1/+1 |
2008-10-18 | - unused (polish) constants and comments removed | tobigun | 1 | -9/+0 |
2008-10-18 | - polish stuff removed | tobigun | 1 | -34/+5 |
2008-10-18 | Error-log entry slightly changed for TTextureUnit.LoadTexture (" added) | tobigun | 1 | -1/+1 |
2008-10-18 | removed unneeded files | tobigun | 2 | -615/+0 |
2008-10-17 | freetype stuff for testing | tobigun | 7 | -0/+6572 |
2008-10-13 | - lib-info.txt added with information on the pascal-headers (origin, patches,... | tobigun | 2 | -16/+110 |
2008-10-13 | Abstraction of the menus background | whiteshark0 | 15 | -117/+987 |
2008-10-13 | SQLiteTable3 update to current trunk (http://www.itwriting.com/repos/sqlitewr... | tobigun | 3 | -24/+786 |
2008-10-10 | Fixed Compilation | f1fth_freed0m | 1 | -2/+2 |