aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* endian related glitch with icons resolved (Bug 2363571). Courtesy to sven for...k-m_schindler2009-02-131-0/+25
* more simplification and optimization of ColorizeImage. Removal of unneeded sh...k-m_schindler2009-02-121-60/+99
* types unified to longword, algo optimized, but no succes regarding endian rel...k-m_schindler2009-02-101-15/+16
* - PChar replaced by PByteArray (for byte buffers) or PAnsiString (for zero-te...tobigun2009-02-043-24/+36
* Tabs_at_startup -> TabsAtStartuptobigun2009-02-042-3/+3
* implementing the use of the default texture in ParseTextureTypek-m_schindler2009-02-031-25/+23
* more cosmetic changes, no code changek-m_schindler2009-02-031-125/+108
* cosmetic changes, no code changek-m_schindler2009-02-031-164/+227
* Threshold and boost saved againtobigun2009-01-191-4/+4
* Mic settings saved again (broken in revision 912)tobigun2009-01-191-7/+12
* capture failure of file/dir access. Courtesy to Filipe Cabecinhas.k-m_schindler2009-01-021-2/+10
* Deluxe theme for Editor menu. Part 2. This part may break Classic theme.k-m_schindler2008-11-301-0/+29
* folders in Library/Application\ Support/UltraStarDeluxe/Resources can also be...k-m_schindler2008-11-291-5/+14
* 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-261-21/+23
* some format changes and minor code rearrangements.k-m_schindler2008-11-241-42/+47
* formatting and language.k-m_schindler2008-11-151-202/+209
* Format adjustments. no code change.k-m_schindler2008-11-131-45/+49
* some minor reformatting. no code change.k-m_schindler2008-11-121-29/+31
* lyric fixtobigun2008-11-091-1/+1
* All comments are English now (Polish ones have been translated)tobigun2008-11-034-21/+21
* - codepage converter (CP1252, CP1250) addedtobigun2008-10-312-222/+369
* some compiler warnings/hints removedtobigun2008-10-2813-65/+17
* switch UseFreetype added to toggle between bitmap-font and freetype fonttobigun2008-10-282-18/+233
* - glPrint(Pchar) -> glPrint(string)tobigun2008-10-281-7/+6
* - glPrint(Pchar) -> glPrint(string)tobigun2008-10-286-25/+38
* UTextClasses.pas removedtobigun2008-10-281-89/+0
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1479 b956fd51-792f-...tobigun2008-10-261-2637/+2689
* Software boost enabled again. TODO: boost per device, not for all.tobigun2008-10-251-5/+1
* 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
* Do not use Main try-except block if in debug mode to make debugging easiertobigun2008-10-201-1/+7
* Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore ...tobigun2008-10-201-12/+4
* font-size is now in pixels (not pixels/3) in themes tobigun2008-10-191-4/+2
* The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun2008-10-195-105/+107
* - background-type -> enumtobigun2008-10-191-74/+74
* offscreen rendering removed:tobigun2008-10-193-596/+331
* style adjustments. no code change.k-m_schindler2008-10-181-100/+115
* - unused (polish) constants and comments removedtobigun2008-10-181-9/+0
* - polish stuff removedtobigun2008-10-181-34/+5
* Error-log entry slightly changed for TTextureUnit.LoadTexture (" added)tobigun2008-10-181-1/+1
* Abstraction of the menus backgroundwhiteshark02008-10-132-35/+71
* Errormessages during songload now translatablewhiteshark02008-10-091-4/+15
* remove ULCD.pas and ULight.pas + some more cleanup of ULCD routines and {$UND...k-m_schindler2008-10-052-503/+0
* - FFmpeg header updatetobigun2008-10-011-2/+2
* Fixed effects from last song are drawn in next song, see http://www.assembla....whiteshark02008-09-281-6/+11