| Commit message (Expand) | Author | Files | Lines |
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 | 4 | -542/+516 |
2008-04-22 | removed old projectM stuff | tobigun | 2 | -926/+0 |
2008-04-22 | missed some files for projectM | tobigun | 2 | -0/+926 |
2008-04-22 | - new layout of the projectM lib-dir. | tobigun | 10 | -665/+667 |
2008-04-22 | ffmpeg update to a newer version | tobigun | 6 | -27/+107 |
2008-04-22 | New Makefile: | tobigun | 4 | -468/+472 |
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 | 17 | -2756/+1477 |
2008-04-15 | Removed Libraries Dir because of problems with some dlls | f1fth_freed0m | 9 | -15/+15 |
2008-04-12 | started to implement the new folder structure (like suggested in the wiki) | f1fth_freed0m | 10 | -16/+16 |
2008-04-11 | translated some polish code | f1fth_freed0m | 3 | -151/+150 |
2008-04-10 | finally removed IlNut from Editor (*hope* it will work) | s_alexander | 4 | -61/+42 |
2008-04-10 | -Corrected some ifdefs in the Editor to make it useable on linux | f1fth_freed0m | 1 | -40/+44 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 9 | -1497/+1631 |
2008-04-07 | make BPM changes during song possible | s_alexander | 2 | -50/+57 |
2008-04-07 | forgot to remove this one | tobigun | 1 | -1/+0 |
2008-04-07 | - added script for rc->res compilation with FPC (rccompile-fpc.bat) | tobigun | 2 | -0/+4 |
2008-04-07 | - Removed lrs resource usage in linux. Resources are copied to /usr/share/res... | tobigun | 7 | -1228/+1189 |
2008-04-07 | moved resources from /Game to /Resources | tobigun | 39 | -33/+33 |
2008-04-06 | New Covers.Cache Texture loading finished | whiteshark0 | 3 | -66/+267 |
2008-04-06 | Merged .lpr-contents into .dpr. An {$I UltraStar.dpr} is left as the only cod... | tobigun | 3 | -39/+28 |
2008-04-06 | import of external variables does not work in fpc (why?) | tobigun | 1 | -980/+969 |
2008-04-06 | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 34 | -11914/+1955 |
2008-04-06 | removed lazarus dependencies | tobigun | 19 | -2533/+2452 |
2008-04-06 | TRANSLATE define removed. Define was not used anymore. | tobigun | 3 | -2356/+2331 |
2008-04-06 | Replaced some {-comments with (*-comments to remove nested comments of the sa... | tobigun | 5 | -72/+86 |
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 | 4 | -1102/+1337 |
2008-04-03 | rewriting of the txt file parser | s_alexander | 14 | -2096/+2622 |
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 | 7 | -993/+959 |
2008-04-01 | shortened Log Output | b1indy | 1 | -2/+2 |
2008-04-01 | Replaced GetTickCount with SDL_GetTicks | f1fth_freed0m | 6 | -14/+15 |
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 | 4 | -70/+106 |
2008-03-31 | Unicode fix for WideCharUpperCase(). This should work on all platforms now. | tobigun | 1 | -27/+9 |
2008-03-31 | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 14 | -145/+145 |
2008-03-31 | beep() removed | tobigun | 9 | -34/+22 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 26 | -403/+382 |
2008-03-31 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@987 b956fd51-792f-4... | whiteshark0 | 2 | -37/+77 |
2008-03-31 | Support for Unicode-strings and chars (etc. WideUpperCase) in MacOSX. | tobigun | 1 | -1/+1 |
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 | 10 | -238/+570 |
2008-03-30 | enabled the output of the full file path on error, warning or notice durring ... | s_alexander | 1 | -1/+1 |
2008-03-28 | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 3 | -322/+119 |
2008-03-28 | Some WideChar casts to let it compile in Delphi7 again. | whiteshark0 | 2 | -2/+2 |