| Commit message (Expand) | Author | Files | Lines |
2008-10-05 | remove ULCD.pas and ULight.pas + some more cleanup of ULCD routines and {$UND... | k-m_schindler | 1 | -1/+0 |
2008-10-05 | removed some commented relicts from outdated LCD and Light support. | whiteshark0 | 1 | -24/+1 |
2008-09-23 | added file headers | tobigun | 1 | -0/+25 |
2008-09-21 | missing files commited | whiteshark0 | 1 | -119/+1 |
2008-09-20 | Equalizer class written | whiteshark0 | 1 | -13/+13 |
2008-08-27 | rename Screen part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Screen part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-08-25 | Added: Option for background music in sound options (affects UIni too) | mogguh | 1 | -3/+4 |
2008-08-13 | cleanup | tobigun | 1 | -187/+92 |
2008-08-13 | - new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n... | tobigun | 1 | -56/+40 |
2008-08-13 | moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pas | tobigun | 1 | -2/+0 |
2008-07-07 | Fix for Trac ticket #53 (Preview fading and volume problems) | tobigun | 1 | -45/+46 |
2008-06-08 | - set svn:eol-style to native | tobigun | 1 | -2130/+2130 |
2008-06-08 | goto + labels removed | tobigun | 1 | -54/+57 |
2008-06-07 | just some cleanup | tobigun | 1 | -287/+306 |
2008-05-10 | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 1 | -10/+15 |
2008-05-09 | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 1 | -40/+55 |
2008-05-02 | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 1 | -3/+4 |
2008-05-02 | replaced WideUpperCase with WideCharUpperCase | tobigun | 1 | -2/+2 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -1/+1 |
2008-04-19 | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 1 | -98/+98 |
2008-04-06 | removed lazarus dependencies | tobigun | 1 | -26/+6 |
2008-04-06 | Replaced some {-comments with (*-comments to remove nested comments of the sa... | tobigun | 1 | -4/+13 |
2008-04-04 | Covers Cache rewritten | whiteshark0 | 1 | -11/+11 |
2008-03-31 | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 1 | -2/+2 |
2008-03-31 | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 1 | -3/+3 |
2008-03-31 | beep() removed | tobigun | 1 | -1/+0 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 1 | -12/+12 |
2008-03-30 | Prepared some classes for enhanced Song loading. | whiteshark0 | 1 | -95/+95 |
2008-03-28 | Some WideChar casts to let it compile in Delphi7 again. | whiteshark0 | 1 | -1/+1 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 1 | -79/+2 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 1 | -4/+4 |
2008-03-22 | Support for non-US (QWERTY) keyboard layout. | tobigun | 1 | -150/+164 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -8/+8 |
2008-03-10 | Removed zlportio from Code | f1fth_freed0m | 1 | -13/+16 |
2008-03-10 | auto removed a bunch of unused local variables | jaybinks | 1 | -11/+11 |
2008-03-06 | Translated German comments to English | f1fth_freed0m | 1 | -9/+9 |
2008-03-05 | made jokers in Song Selection screen hidden. | jaybinks | 1 | -2/+4 |
2008-03-05 | Some cleanup | tobigun | 1 | -59/+59 |
2008-03-05 | Equalizer (Analyser) is displayed again with BASS | tobigun | 1 | -19/+2 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 1 | -0/+2 |
2008-02-05 | bugfix to get the editor working again. Path and FileName have not been set. | tobigun | 1 | -2173/+2172 |
2008-02-05 | General: | tobigun | 1 | -26/+26 |
2008-01-14 | tidy up sing mode, to be an enum now. | jaybinks | 1 | -28/+32 |
2008-01-14 | Bugfix: when entering the song-screen the preview on the first song was never... | tobigun | 1 | -12/+13 |
2008-01-12 | bunch of smaller changes... | jaybinks | 1 | -9/+9 |
2008-01-11 | Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set... | tobigun | 1 | -2/+2 |
2007-12-18 | fixed crash on song play, if the AudioInterface reports the song | jaybinks | 1 | -1/+2 |
2007-12-05 | GetFFTData() is an output- and not an input-interface's function | tobigun | 1 | -1/+1 |