aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2009-06-20Update.Travis Howell
svn-id: r41698
2009-06-17Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵Andre Heider
generation. svn-id: r41619
2009-06-10Clarify that Cygwin is not supported as building platform anymoreEugene Sandulenko
svn-id: r41419
2009-06-09Enable Draci engine by defaultEugene Sandulenko
svn-id: r41394
2009-06-08Adding Draci Historie engine skeleton (engine stub, BAR archiver, ↵Denis Kasak
rudimentary GPL disassembler) svn-id: r41390
2009-06-07Since we're in 16bit branch, enable 16bit by defaultEugene Sandulenko
svn-id: r41330
2009-06-06Merged revisions ↵Travis Howell
41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-41202 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk ........ r41154 | thebluegr | 2009-06-04 18:25:48 +1000 (Thu, 04 Jun 2009) | 1 line Turned debug_weak_validations on by default again, as apparently some games like SQ3 fail in some validations (e.g. when loading). Also, fixed a potential out of bounds access when copying the value of __FILE__ into a buffer (as its value can be quite long in some cases). ........ r41155 | thebluegr | 2009-06-04 18:28:20 +1000 (Thu, 04 Jun 2009) | 1 line Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys ........ r41156 | djwillis | 2009-06-04 18:30:31 +1000 (Thu, 04 Jun 2009) | 1 line Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. ........ r41160 | strangerke | 2009-06-04 19:48:56 +1000 (Thu, 04 Jun 2009) | 1 line gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperation ........ r41163 | fingolfin | 2009-06-04 21:28:05 +1000 (Thu, 04 Jun 2009) | 1 line SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file ........ r41164 | waltervn | 2009-06-04 21:35:17 +1000 (Thu, 04 Jun 2009) | 2 lines SCI: Support for 16-bit DPCM. ........ r41165 | fingolfin | 2009-06-04 21:44:55 +1000 (Thu, 04 Jun 2009) | 1 line SCI: cleanup ........ r41166 | fingolfin | 2009-06-04 21:45:17 +1000 (Thu, 04 Jun 2009) | 1 line SCI: Moved MemObject code into a separate source file ........ r41167 | fingolfin | 2009-06-04 21:45:34 +1000 (Thu, 04 Jun 2009) | 1 line Code formatting in the gp2xwiz backend ........ r41168 | thebluegr | 2009-06-04 22:47:11 +1000 (Thu, 04 Jun 2009) | 1 line Updated the MSVC project files of the SCI engine ........ r41169 | waltervn | 2009-06-05 00:29:20 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Message: Added support for escape sequences. ........ r41170 | waltervn | 2009-06-05 01:56:11 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Added support for early SCI1.1 audio maps. ........ r41171 | waltervn | 2009-06-05 02:18:35 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Audio: Fixed bug in reading of SOL header. ........ r41172 | fingolfin | 2009-06-05 06:50:51 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Added FIXME comment to not_register() ........ r41173 | fingolfin | 2009-06-05 06:51:09 +1000 (Fri, 05 Jun 2009) | 1 line SCI: cleanup ........ r41174 | fingolfin | 2009-06-05 06:51:24 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Slightly modified kAddAfter so that it does not modify its arguments needlessly ........ r41175 | fingolfin | 2009-06-05 06:51:40 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_type ........ r41176 | fingolfin | 2009-06-05 07:42:24 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kernel func map in kernel.cpp a bit ........ r41177 | fingolfin | 2009-06-05 07:44:39 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant ........ r41178 | fingolfin | 2009-06-05 07:53:45 +1000 (Fri, 05 Jun 2009) | 1 line oops ........ r41179 | athrxx | 2009-06-05 08:12:13 +1000 (Fri, 05 Jun 2009) | 1 line LOL: implemented Vaelan's cube ........ r41180 | fingolfin | 2009-06-05 08:16:31 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Made some members of class Resource protected; some cleanup ........ r41181 | waltervn | 2009-06-05 09:55:08 +1000 (Fri, 05 Jun 2009) | 3 lines SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE, but use native endianness. Thanks to clone2727 for pointing this out. ........ r41185 | Kirben | 2009-06-05 10:57:58 +1000 (Fri, 05 Jun 2009) | 1 line Update sound code in HE80+ games, for sound rate differences. ........ r41186 | waltervn | 2009-06-05 11:12:52 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Audio: Fixed bug in sample length computation. ........ r41188 | Kirben | 2009-06-05 12:35:38 +1000 (Fri, 05 Jun 2009) | 1 line Fix issues selecting some items in arttime and football. ........ r41189 | Kirben | 2009-06-05 14:16:32 +1000 (Fri, 05 Jun 2009) | 1 line Minor cleanup. ........ r41196 | dreammaster | 2009-06-05 22:20:42 +1000 (Fri, 05 Jun 2009) | 1 line Tweaks to the code that pauses for a mouse press when displaying many text messages ........ r41197 | thebluegr | 2009-06-06 04:05:45 +1000 (Sat, 06 Jun 2009) | 1 line Removed some unused code and performed some cleanup ........ r41198 | thebluegr | 2009-06-06 05:04:14 +1000 (Sat, 06 Jun 2009) | 1 line Moved some more debug commands to ScummVM's coneole and removed some unused code ........ r41199 | athrxx | 2009-06-06 07:34:18 +1000 (Sat, 06 Jun 2009) | 1 line LOL: implemented another opcode ........ r41200 | mthreepwood | 2009-06-06 08:35:13 +1000 (Sat, 06 Jun 2009) | 1 line Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation ........ r41201 | athrxx | 2009-06-06 08:53:36 +1000 (Sat, 06 Jun 2009) | 1 line LOL: minor bug fix ........ r41202 | thebluegr | 2009-06-06 09:08:35 +1000 (Sat, 06 Jun 2009) | 1 line Cleanup ........ svn-id: r41206
2009-06-04Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). ↵John Willis
Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156
2009-06-04Add 16bit color support for later HE games.Travis Howell
svn-id: r41153
2009-05-31Little formatting fix.Johannes Schickel
svn-id: r41087
2009-05-16Fixed problem with building the Dreamcast port in the srcdir:Marcus Comstedt
When srcdir is ".", GNU make strips ./ from the paths before putting them into $+. This makes filtering out using the original paths not work, so make sure the paths are absolute and not starting with ./ svn-id: r40630
2009-05-16Let ScummVM compile out of the box on FreeBSDEugene Sandulenko
svn-id: r40626
2009-05-10iPhone fixes for compiling with the unofficial sdkOystein Eftevaag
svn-id: r40440
2009-05-10Patch #2789608: "recognition of os2-emx in configure"Eugene Sandulenko
svn-id: r40414
2009-05-09remove temporary files on mac os xPaweł Kołodziejski
svn-id: r40401
2009-04-22Fix typo in special case gcc version detectionWillem Jan Palenstijn
svn-id: r40085
2009-04-21run psp-fixup-imports after linkingJoost Peters
svn-id: r40037
2009-04-04Remove the obsolete IPHONE_BACKEND defineJordi Vilalta Prat
svn-id: r39835
2009-03-30Remove -Wno-parentheses switch for g++ 4.3.Johannes Schickel
svn-id: r39763
2009-03-30Drop Cygwin support, the -mno-cygwin option is been removed from GCC in the ↵Travis Howell
future. svn-id: r39757
2009-03-30Added build rules for SCI32 gamesFilippos Karapetis
svn-id: r39752
2009-03-30Fluidsynth requires additional libraries, for mingw build.Travis Howell
svn-id: r39749
2009-03-28Fix bug #2684645: AMIGAOS: Build breaks in "base/commandline".Walter van Niftrik
svn-id: r39730
2009-03-27Improved configure support for the GP2X port.Andre Heider
svn-id: r39708
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the ↵Joost Peters
fixup + EBOOT packing steps). Thanks dhewg and fingolfin for assistance. :) svn-id: r39693
2009-03-23Distinguish between the native and the host executable extension, so that ↵Andre Heider
nasm gets properly detected when cross-compiling. Also removed the "_have_x86=yes" overwrite for mingw, since it gets detected fine and breaks mingw-w64. svn-id: r39635
2009-03-23Fix compiler detection if CXX is preset to a working compiler but contains a ↵Max Horn
space svn-id: r39634
2009-03-22Don't just "return" from the script if == no (leftover from r39541, where ↵Andre Heider
that code was inside a function) svn-id: r39615
2009-03-22Fix compilation of the iPhone port.Andre Heider
svn-id: r39611
2009-03-22Reverted vinterstum's 'unification' of iPhone and Mac OS X configure code. ↵Max Horn
There is no reliable way to distinguish iPhone OS X and 'regular' Mac OS X via the host type only svn-id: r39610
2009-03-22Fixed configure on OSX (no idea what this will do to the iPhone, but now at ↵Max Horn
least compiling on OS X is possible again) svn-id: r39607
2009-03-22- Grouped default settingsJordi Vilalta Prat
- Grouped related functions - Add "backends/platform/$_backend" to MODULES for all backends - Some bits of formatting svn-id: r39605
2009-03-22OSX configure fixOystein Eftevaag
svn-id: r39603
2009-03-21Updated iphone/osx build rules a bit, to make them more consistentOystein Eftevaag
svn-id: r39600
2009-03-21Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of ↵Marcus Comstedt
some corny warnings). svn-id: r39588
2009-03-21Added support for dynamic plugins on Dreamcast to the configure script.Marcus Comstedt
svn-id: r39587
2009-03-19configure: rearranged some stuffMax Horn
svn-id: r39541
2009-03-19Whitespace fixOystein Eftevaag
svn-id: r39538
2009-03-19Added support for specifying which prefix directory to link in static libs ↵Oystein Eftevaag
for (for mac os x and iphone bundles), and use a build-specific strip command svn-id: r39537
2009-03-19Added configure support for the Wii and Gamecube portAndre Heider
svn-id: r39531
2009-03-19Moved -pedantic from Makefile to the end of configure scriptAndre Heider
svn-id: r39530
2009-03-19Extended the FLAC test to detect a libFLAC version which was compiled ↵Andre Heider
without libogg support svn-id: r39529
2009-03-19Fixed the tremor check. Instead of a ogg symbol, it now checks for a tremor ↵Andre Heider
one ;) svn-id: r39527
2009-03-18Initial support for building the Dreamcast port using the configureMarcus Comstedt
script. Dynamic modules are not supported just yet. svn-id: r39524
2009-03-18Use host-specific ranlib when crosscompiling for darwin (Mac OS X)Oystein Eftevaag
svn-id: r39523
2009-03-18configure: We don't use tail anymore, so don't check for it; move (hq) ↵Max Horn
scaler check from the middle to nowhere to a more appropriate spot svn-id: r39522
2009-03-18Create a variable _host_alias defaulting to $_host_cpu-$_host_os, which is ↵Marcus Comstedt
used to pick the cross compiler. This allows "special" hosts to override it. svn-id: r39520
2009-03-18Moved the _build_{hq_,}scalers tests to after the host checks, because they ↵Marcus Comstedt
may try to disable scalers on a per-host basis. svn-id: r39519
2009-03-18Fix bug #2684645 - AMIGAOS: Build breaks in base/commandline.Travis Howell
svn-id: r39508
2009-03-13fixing stupid, stupid mistake in previous commit. yet another proof that I ↵Max Horn
need to use git to prestage all my commits for one day. Yay for 'git commit --amend' ;-) svn-id: r39373