| Commit message (Expand) | Author | Files | Lines |
2008-02-19 | fix for editor bug | jaybinks | 1 | -1/+1 |
2008-02-19 | fixed bug when compiling with --enable-dev-build | jaybinks | 1 | -8/+11 |
2008-02-19 | added missing ";" | tobigun | 1 | -3/+3 |
2008-02-15 | Fixed a compiler error: "FindDiskFileCaseInsensitive() is unknown". | tobigun | 1 | -1/+1 |
2008-02-13 | Fixed popUpBg image not displaying in game. | jaybinks | 2 | -1147/+1180 |
2008-02-13 | added USNG Song path , so we can use songs that a USNG install may have. | jaybinks | 1 | -886/+893 |
2008-02-12 | builds nice... and builds deb also that runs / works .. | jaybinks | 1 | -0/+3 |
2008-02-12 | changed InitializeSound to be responsive to failed module initializations, | jaybinks | 1 | -14/+39 |
2008-02-12 | UVisualizer uses the system dependant default game-path now | tobigun | 2 | -9/+30 |
2008-02-07 | SWScale will only be used if FFMpeg is available (this should be the standard... | tobigun | 1 | -4/+15 |
2008-02-07 | Audio output working again | tobigun | 3 | -9/+1 |
2008-02-06 | fixed the configure stuff though it needs some further adjustments | tobigun | 1 | -4/+17 |
2008-02-05 | mapping of keypad-enter to the return-key (for jonaspaulo and his dead key) | tobigun | 1 | -1053/+1057 |
2008-02-05 | bugfix: ResetSingTemp prevented a song from being played twice ("File not fou... | tobigun | 1 | -0/+2 |
2008-02-05 | General: | tobigun | 11 | -2966/+3003 |
2008-02-05 | Added a SafeWriteLn()-function to support thread-safe console-output. | tobigun | 1 | -278/+364 |
2008-02-05 | updated to use the new UConfig.pas | tobigun | 1 | -20/+22 |
2008-02-05 | Changed Delphi-define to MSWINDOWS (works in FPC too) | tobigun | 1 | -1/+1 |
2008-02-05 | - DirWatch-support with FPC (windows only) | tobigun | 3 | -738/+845 |
2008-02-05 | Removed the FPC_V220 define. Now the build-in FPC_VERSION, FPC_RELEASE and FP... | tobigun | 1 | -7/+13 |
2008-02-05 | Removed the "use nil instead of 0" warnings | tobigun | 1 | -2/+2 |
2008-02-05 | Update of the ffmpeg headers to their current trunk versions. | tobigun | 2 | -7/+8 |
2008-02-05 | Introduction of config-file mechanism. | tobigun | 1 | -0/+164 |
2008-02-05 | replaced Recording with AudioInputProcessor to conform to the new interface. | tobigun | 1 | -11/+11 |
2008-02-04 | small changes to check linux compilation. | jaybinks | 1 | -5/+6 |
2008-01-28 | TTexture.Z was never initialized (TTextureUnit.LoadTexture). In FPC (not in d... | tobigun | 1 | -1144/+1145 |
2008-01-27 | Bugfix: In glTextWidth() "text := pchar(Copy(text, 2, Length(text)-1))" does ... | tobigun | 1 | -559/+562 |
2008-01-27 | - Added missing "override" for TSongs.destroy(). | tobigun | 1 | -897/+888 |
2008-01-25 | Bugfix: some inherited functions were missing. | tobigun | 1 | -6/+33 |
2008-01-25 | reenabled TLog.LogError(Log1, Log2: string). | tobigun | 1 | -1/+1 |
2008-01-20 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@802 b956fd51-792f-4... | eddie-0815 | 1 | -4/+10 |
2008-01-20 | Fixed song loading on OS X (UTF8 filenames). Added switches.inc. | eddie-0815 | 1 | -41/+66 |
2008-01-20 | Fixed compilation on the mac. At the moment the project doesn't link on the mac. | eddie-0815 | 1 | -13/+35 |
2008-01-18 | added blindy's swscale support. It can be enabled with {$DEFINE UseSWScale}. | tobigun | 1 | -0/+32 |
2008-01-14 | tidy up sing mode, to be an enum now. | jaybinks | 2 | -2/+7 |
2008-01-13 | oops sorry I forgot this one .. | jaybinks | 1 | -0/+706 |
2008-01-12 | oops... :) | jaybinks | 1 | -7/+6 |
2008-01-12 | removed big ugly commented out code.. | jaybinks | 1 | -327/+1 |
2008-01-12 | bunch of smaller changes... | jaybinks | 15 | -640/+375 |
2008-01-11 | SDL_Init(SDL_INIT_AUDIO) prevents Portaudio from acquiring the soundcard (no ... | tobigun | 1 | -1/+1 |
2008-01-11 | changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches.... | tobigun | 7 | -2170/+117 |
2008-01-11 | Updated to the new audio-interface | tobigun | 1 | -16/+70 |
2008-01-11 | FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI... | tobigun | 2 | -981/+1 |
2008-01-11 | do not initialize sdl_audio at this place | tobigun | 1 | -1/+1 |
2008-01-11 | some minor changes | tobigun | 2 | -3/+13 |
2008-01-10 | partial seeking and mixing support | tobigun | 2 | -121/+275 |
2008-01-09 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@770 b956fd51-792f-4... | eddie-0815 | 2 | -6/+4 |
2008-01-09 | Changed the GamePath. Now the GamePath is loaded from Platform.GetGameUserPath. | eddie-0815 | 1 | -1/+2 |
2008-01-09 | Added UTF8-Conversion for values read out of the txt file. This must be done ... | eddie-0815 | 1 | -1/+11 |
2008-01-09 | Changed BrowsePos from Cardinal to Integer, because of range check errors at ... | eddie-0815 | 1 | -1/+1 |