aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed some minor bugs in txt file readerwhiteshark02008-09-281-36/+56
* one more version of fixing the endian problem in SDLk-m_schindler2008-09-281-9/+9
* Songclass now reports an error if there is no linebreak in a txt file. Error ...whiteshark02008-09-281-1/+18
* Adding hints to possible endian related problems. No code change, yet. Only s...k-m_schindler2008-09-281-0/+3
* correction of byte order (correct colors) in texture output on powerpc.k-m_schindler2008-09-281-0/+13
* Removed fixed font offset from ratin indication popupwhiteshark02008-09-241-6/+10
* remove junk tab whitespacek-m_schindler2008-09-231-58/+55
* base/uPluginLoader.pas renamed to UPluginLoader.pas. no code changek-m_schindler2008-09-231-2/+2
* indentation unified, no code change.k-m_schindler2008-09-2319-164/+178
* gpl header added and property svn:header set to "HeadURL Id"k-m_schindler2008-09-2348-0/+1200
* pure editing and typos, no code changek-m_schindler2008-09-231-185/+207
* Uppercase/Lowercase corrections andother typos in comments, no code changek-m_schindler2008-09-231-132/+132
* Without SDL_GL_ALPHA_SIZE the lyrics won't work anymore on some systems as th...tobigun2008-09-221-6/+12
* fixed popups w/ rating = 0 doesn't change the rating bar valuewhiteshark02008-09-211-11/+18
* Repaired ratingbar algo, it was broken after some changes to avoid division b...whiteshark02008-09-211-3/+3
* fixed another typo from last commitwhiteshark02008-09-211-1/+1
* fixed a typo in USingScores that causes that the singbar settings are not loa...whiteshark02008-09-211-1/+1
* missing files commitedwhiteshark02008-09-211-40/+51
* Equalizer class writtenwhiteshark02008-09-202-24/+33
* - It is not possible to handle the window/fullscreen command-line parameters ...tobigun2008-09-152-141/+130
* Do not set a minimum size for the alpha component of the screen mode (SDL_GL_...tobigun2008-09-151-5/+11
* SDL_InitSubSystem() in Initialize3D() is now handled as critical error (to av...tobigun2008-09-141-2/+1
* - stop both Video and Visualizer (because of the video-toggle with 'v'-key bo...tobigun2008-09-131-1/+0