aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-13endian related glitch with icons resolved (Bug 2363571). Courtesy to sven for...k-m_schindler1-0/+25
2009-02-12more simplification and optimization of ColorizeImage. Removal of unneeded sh...k-m_schindler1-60/+99
2009-02-10types unified to longword, algo optimized, but no succes regarding endian rel...k-m_schindler1-15/+16
2009-02-04- PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-te...tobigun3-24/+36
2009-02-04Tabs_at_startup -> TabsAtStartuptobigun2-3/+3
2009-02-03implementing the use of the default texture in ParseTextureTypek-m_schindler1-25/+23
2009-02-03more cosmetic changes, no code changek-m_schindler1-125/+108
2009-02-03cosmetic changes, no code changek-m_schindler1-164/+227
2009-01-19Threshold and boost saved againtobigun1-4/+4
2009-01-19Mic settings saved again (broken in revision 912)tobigun1-7/+12
2009-01-02capture failure of file/dir access. Courtesy to Filipe Cabecinhas.k-m_schindler1-2/+10
2008-11-30Deluxe theme for Editor menu. Part 2. This part may break Classic theme.k-m_schindler1-0/+29
2008-11-29folders in Library/Application\ Support/UltraStarDeluxe/Resources can also be...k-m_schindler1-5/+14
2008-11-26some small format editsk-m_schindler1-13/+13
2008-11-26formatting and modi change to modusk-m_schindler1-27/+27
2008-11-26names of variables changedk-m_schindler1-20/+20
2008-11-26replace integer by enumeration type alignmentk-m_schindler1-21/+23
2008-11-24some format changes and minor code rearrangements.k-m_schindler1-42/+47
2008-11-15formatting and language.k-m_schindler1-202/+209
2008-11-13Format adjustments. no code change.k-m_schindler1-45/+49
2008-11-12some minor reformatting. no code change.k-m_schindler1-29/+31
2008-11-09lyric fixtobigun1-1/+1
2008-11-03All comments are English now (Polish ones have been translated)tobigun4-21/+21
2008-10-31- codepage converter (CP1252, CP1250) addedtobigun2-222/+369
2008-10-28some compiler warnings/hints removedtobigun13-65/+17
2008-10-28switch UseFreetype added to toggle between bitmap-font and freetype fonttobigun2-18/+233
2008-10-28- glPrint(Pchar) -> glPrint(string)tobigun1-7/+6
2008-10-28- glPrint(Pchar) -> glPrint(string)tobigun6-25/+38
2008-10-28UTextClasses.pas removedtobigun1-89/+0
2008-10-26git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1479 b956fd51-792f-...tobigun1-2637/+2689
2008-10-25Software boost enabled again. TODO: boost per device, not for all.tobigun1-5/+1
2008-10-25Some threading questions cleared:tobigun1-14/+3
2008-10-25MainThreadExec() can be used to delegate execution from e.g. a callback threa...tobigun1-4/+45
2008-10-25font-engine added (not used atm)tobigun1-0/+2646
2008-10-25SDL_RESIZABLE removed at SDL_ListModes() on fullscreen modetobigun1-1/+1
2008-10-20Do not use Main try-except block if in debug mode to make debugging easiertobigun1-1/+7
2008-10-20Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore ...tobigun1-12/+4
2008-10-19font-size is now in pixels (not pixels/3) in themes tobigun1-4/+2
2008-10-19The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun5-105/+107
2008-10-19- background-type -> enumtobigun1-74/+74
2008-10-19offscreen rendering removed:tobigun3-596/+331
2008-10-18style adjustments. no code change.k-m_schindler1-100/+115
2008-10-18- unused (polish) constants and comments removedtobigun1-9/+0
2008-10-18- polish stuff removedtobigun1-34/+5
2008-10-18Error-log entry slightly changed for TTextureUnit.LoadTexture (" added)tobigun1-1/+1
2008-10-13Abstraction of the menus backgroundwhiteshark02-35/+71
2008-10-09Errormessages during songload now translatablewhiteshark01-4/+15
2008-10-05remove ULCD.pas and ULight.pas + some more cleanup of ULCD routines and {$UND...k-m_schindler2-503/+0
2008-10-01- FFmpeg header updatetobigun1-2/+2
2008-09-28Fixed effects from last song are drawn in next song, see http://www.assembla....whiteshark01-6/+11