| Commit message (Expand) | Author | Files | Lines |
2008-04-30 | - title-bar icon working again in windowed mode | tobigun | 4 | -1088/+1051 |
2008-04-30 | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 6 | -3109/+3101 |
2008-04-27 | - Fixed several bugs with tabbed browsing (Tabs: on) which occurred after TSo... | tobigun | 3 | -408/+364 |
2008-04-27 | Removed misleading "var" parameters at ReadScore etc.: TSong is a class now, ... | tobigun | 1 | -6/+6 |
2008-04-24 | - reverted some stuff that was erroneously commited by one of the last commits. | tobigun | 5 | -712/+859 |
2008-04-22 | SSE floating-point-exception (FPE) fix. Occured when playing ogg-files or wit... | tobigun | 2 | -5/+128 |
2008-04-22 | - new switches.inc layout | tobigun | 2 | -400/+405 |
2008-04-19 | fixed calulation of points | s_alexander | 1 | -4/+2 |
2008-04-19 | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 10 | -1913/+639 |
2008-04-12 | started to implement the new folder structure (like suggested in the wiki) | f1fth_freed0m | 1 | -1/+1 |
2008-04-11 | translated some polish code | f1fth_freed0m | 2 | -144/+144 |
2008-04-10 | finally removed IlNut from Editor (*hope* it will work) | s_alexander | 1 | -1/+0 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 7 | -78/+203 |
2008-04-07 | make BPM changes during song possible | s_alexander | 2 | -50/+57 |
2008-04-07 | - Removed lrs resource usage in linux. Resources are copied to /usr/share/res... | tobigun | 4 | -1146/+1104 |
2008-04-06 | New Covers.Cache Texture loading finished | whiteshark0 | 3 | -66/+267 |
2008-04-06 | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 4 | -199/+712 |
2008-04-06 | removed lazarus dependencies | tobigun | 8 | -354/+341 |
2008-04-06 | TRANSLATE define removed. Define was not used anymore. | tobigun | 1 | -2287/+2275 |
2008-04-06 | Replaced some {-comments with (*-comments to remove nested comments of the sa... | tobigun | 3 | -68/+69 |
2008-04-05 | Compilation on Linux fixed | whiteshark0 | 1 | -4/+18 |
2008-04-04 | UTexture not committed correctly | whiteshark0 | 1 | -81/+48 |
2008-04-04 | Covers Cache rewritten | whiteshark0 | 3 | -1091/+1326 |
2008-04-03 | rewriting of the txt file parser | s_alexander | 9 | -1363/+1903 |
2008-04-03 | second try to fix the problem, that the video is bigger than the screen when ... | s_alexander | 1 | -19/+21 |
2008-04-01 | removed second ultrastar.lrs inclusion | tobigun | 1 | -9/+0 |
2008-04-01 | removed unused lclintf/windows references | tobigun | 2 | -963/+953 |
2008-04-01 | shortened Log Output | b1indy | 1 | -2/+2 |
2008-04-01 | Replaced GetTickCount with SDL_GetTicks | f1fth_freed0m | 2 | -4/+4 |
2008-03-31 | ColorizePixel now uses fixed point math | b1indy | 1 | -42/+77 |
2008-03-31 | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 2 | -36/+74 |
2008-03-31 | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 5 | -48/+48 |
2008-03-31 | beep() removed | tobigun | 5 | -18/+16 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 7 | -195/+183 |
2008-03-31 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@987 b956fd51-792f-4... | whiteshark0 | 1 | -37/+75 |
2008-03-30 | Reimplemented all old features of Database | whiteshark0 | 1 | -74/+67 |
2008-03-30 | New Database Structure Init ready | whiteshark0 | 2 | -17/+77 |
2008-03-30 | Prepared some classes for enhanced Song loading. | whiteshark0 | 5 | -96/+427 |
2008-03-28 | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 2 | -307/+90 |
2008-03-27 | Writeln caused a problem in the previously committed USong.pas, debug message... | mogguh | 1 | -1/+1 |
2008-03-27 | Added Missig UXMLSongs.pas | f1fth_freed0m | 1 | -0/+573 |
2008-03-27 | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 2 | -28/+351 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 14 | -201/+111 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 4 | -1714/+1733 |
2008-03-22 | Added functions to determine to which character-class (alpha(=letter), numeri... | tobigun | 1 | -1/+65 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -3/+3 |
2008-03-21 | lenght -> length | tobigun | 6 | -575/+575 |
2008-03-17 | Staves now can be turned of in Options | f1fth_freed0m | 3 | -4/+14 |
2008-03-17 | fixed the playback speed of the movie background | s_alexander | 1 | -708/+708 |
2008-03-14 | no need to RE-Initialize the textures and screens.. | jaybinks | 1 | -2/+0 |