aboutsummaryrefslogtreecommitdiffstats
path: root/src/switches.inc (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-14Only try to include libswresample if it is installed and we have pascal heade...brian-ch1-1/+4
2013-12-14add FF_API_AVCODEC_RESAMPLE and FFMPEG_VERSION_INTk-m_schindler1-0/+1
2010-04-28add error message if source is compiled with unsupported compiler (delphi 200...whiteshark01-10/+8
2009-11-09merged unicode branch (r1931) into trunks_alexander1-9/+23
2008-10-28switch UseFreetype added to toggle between bitmap-font and freetype fonttobigun1-0/+2
2008-10-05remove ULCD.pas and ULight.pas + some more cleanup of ULCD routines and {$UND...k-m_schindler1-1/+0
2008-09-28one more version of fixing the endian problem in SDLk-m_schindler1-1/+0
2008-09-28colorbug on delphi fixed. was broken since 1418, because delphi is missing th...whiteshark01-1/+2
2008-09-24pasdoc support addedtobigun1-0/+5
2008-09-10FreeBSD compatibility fixes:tobigun1-9/+13
2008-09-06All range-check errors should be fixed now, and disabling range-checking is n...tobigun1-4/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-27- spelling corrected FFMpeg -> FFmpegtobigun1-14/+6
2008-07-02Audio/Video engine update:tobigun1-2/+8
2008-06-16Delphi 7 compatibility fix:tobigun1-6/+0
2008-06-09- all references to the libc unit removed. The Libc unit (not the library) wa...tobigun1-0/+6
2008-06-08- set svn:eol-style to nativetobigun1-113/+113
2008-05-19- changed "Windows" define to "MSWINDOWS"tobigun1-4/+5
2008-05-17Creating macosx-app with "make macosx-app". XCode building probably brokenk-m_schindler1-4/+0
2008-05-08- added the {$H+} switch for FPC (was introduced for the MacOSX before). This...tobigun1-2/+2
2008-05-02changed config-macosx.inc to config-darwin.inc. The configure-script will cre...tobigun1-1/+1
2008-04-30Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun1-116/+116
2008-04-24uncommented DEBUG-define in switches.inc, so release-mode is the default now.tobigun1-1/+1
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun1-7/+15
2008-04-22- new switches.inc layouttobigun1-134/+108
2008-04-06removed lazarus dependenciestobigun1-141/+134
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-1/+6
2008-03-25Fixed compilation on the mac.eddie-08151-132/+136
2008-03-03delphi 7 compatibility (inline was introduced with delphi 2005)tobigun1-0/+11
2008-02-21Uses SDL now instead of Portaudio for playback in linuxtobigun1-1/+2
2008-02-20- Resampling support addedtobigun1-2/+2
2008-02-20Made the midi-stuff FPC (for windows) compatible.tobigun1-4/+6
2008-02-07- removed the gtk2 detection (it is just necessary if we want to use lazjpeg ...tobigun1-1/+2
2008-02-07SWScale will only be used if FFMpeg is available (this should be the standard...tobigun1-6/+8
2008-02-05New switches.inc layouttobigun1-77/+115
2008-02-05Introduction of config-file mechanism.tobigun1-3/+8
2008-02-04small changes to check linux compilation.jaybinks1-70/+72
2008-01-20Added UTF8_FILENAMES.eddie-08151-0/+1
2008-01-11changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches....tobigun1-62/+69
2007-12-17allows switching between projectm 0.9/1.0tobigun1-2/+7
2007-12-06trying to get projectM to run in linuxjaybinks1-56/+57
2007-12-06turn on visualizationjaybinks1-1/+1
2007-12-06added projectM switch (disabled by default)tobigun1-2/+5
2007-12-06conformed projectM to IVideoPlayback jaybinks1-2/+3
2007-12-05- bass input and output can now be switched on/off separatelytobigun1-3/+10
2007-11-03Windows Lazarus Build working again...jaybinks1-44/+45
2007-11-01fixed failed buildsjaybinks1-1/+2
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-19/+43
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks1-2/+3
2007-10-10Added Hook and Service Class for new Plugin System to Truncwhiteshark01-0/+2