Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-17 | added engine stubs code for Drascula game | Paweł Kołodziejski | |
svn-id: r28130 | |||
2007-06-26 | Update GP2X configure rules to support the new ARM ASM SMUSH code. | John Willis | |
svn-id: r27726 | |||
2007-06-24 | some configure reorg | Max Horn | |
svn-id: r27697 | |||
2007-06-24 | Renamed add_flag_to_config_mk_if_no to add_to_config_mk_if_no and changed ↵ | Max Horn | |
the comment on it; got rid of _mak_asm_arm_rate & _mak_asm_arm_smush again svn-id: r27691 | |||
2007-06-24 | should be smush not codec47 | Paweł Kołodziejski | |
svn-id: r27686 | |||
2007-06-24 | added arm assembly from patch #1742112 for codec47. (and really build arm ↵ | Paweł Kołodziejski | |
code this time) svn-id: r27685 | |||
2007-06-16 | Update GP2X configure rules to support the new ARM ASM mixer code (i.e. ↵ | John Willis | |
USE_ARM_SOUND_ASM) it has been in my local tree for some time and works well with the port. Also fix typo that has been bugging me for a while ;). 2 spaces between Broken Sword 1 and (without mpeg2 cutscenes) on the echo statements. svn-id: r27497 | |||
2007-06-16 | use USE_ARM_SOUND_ASM for arm-linux target | Paweł Kołodziejski | |
svn-id: r27476 | |||
2007-06-08 | Update configure to set the new EXEEXT for the GP2X port (.gp2x rather then ↵ | John Willis | |
.gpe). svn-id: r27211 | |||
2007-05-30 | These days, man pages are usually stored in /usr/share/man, not in /usr/man | Max Horn | |
svn-id: r27017 | |||
2007-05-30 | Slightly modified version of patch #1728192: Fix for Debian packaging scripts | Max Horn | |
svn-id: r27015 | |||
2007-05-27 | Commit of patch #1715310 ("WIN32: Dynamic Plugin support with MinGW"). | Johannes Schickel | |
svn-id: r26963 | |||
2007-05-21 | - Enable parallaction engine by default | Eugene Sandulenko | |
- Sort engines in usage message by alphabet svn-id: r26901 | |||
2007-04-28 | Updated configure to generate flags in config.mk for MAD, FLAC, MPEG2 and ↵ | Max Horn | |
Vorbis; updated scummvm-static Makefile target to only static link those libs which are actually used svn-id: r26651 | |||
2007-04-27 | Give proper name to CruisE engine. | Eugene Sandulenko | |
svn-id: r26620 | |||
2007-04-27 | Updated configure and engines/engines.mk to include the cruise engine ↵ | Filippos Karapetis | |
(disabled by default) svn-id: r26608 | |||
2007-04-07 | allow arm-linux-gnueabi target too | Paweł Kołodziejski | |
svn-id: r26398 | |||
2007-03-18 | Allows cross compiling for windows with mingw32. | Johannes Schickel | |
svn-id: r26234 | |||
2007-01-18 | Patch #1596959 (SH and MIPS need memalign too) | Max Horn | |
svn-id: r25118 | |||
2007-01-14 | Oops. Parallaction should be disabled now. | Eugene Sandulenko | |
svn-id: r25085 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 | |||
2007-01-13 | Patch #1610370: Configure patch for cross compiling Atari Version | Max Horn | |
svn-id: r25072 | |||
2007-01-07 | Enable AGI engine by default | Eugene Sandulenko | |
svn-id: r25043 | |||
2006-11-11 | enabled Touche engine, since game is completable with it | Gregory Montoir | |
svn-id: r24673 | |||
2006-11-03 | added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer' | Gregory Montoir | |
svn-id: r24592 | |||
2006-10-28 | Modified version of patch #1584720 (add support for FLAC-1.1.3) | Max Horn | |
svn-id: r24554 | |||
2006-10-21 | Adding CXXFLAGS usage for various configure script tests, needed to properly ↵ | Oystein Eftevaag | |
crosscompile for OS X 10.2 on Intel Macs svn-id: r24421 | |||
2006-10-15 | Since proper detection is added to CinE, build it by default and | Eugene Sandulenko | |
announce as supported. Future Wars is completable. svn-id: r24321 | |||
2006-10-15 | Patch #1574436: Cosmetic changes to configure | Max Horn | |
svn-id: r24318 | |||
2006-10-07 | Modified configure to #define SDL_BACKEND when using the SDL backend (akin ↵ | Max Horn | |
to X11_BACKEND) svn-id: r24151 | |||
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko | |
svn-id: r24144 | |||
2006-09-29 | First pahse of renaming simon engine to agos. Internal renames. Compilation | Eugene Sandulenko | |
is broken svn-id: r24008 | |||
2006-08-18 | slightly changed patch #1521412: Hardcoded path for theme files | Willem Jan Palenstijn | |
svn-id: r23723 | |||
2006-08-05 | Since we link against libvorbisfile, we should check for its presence, too | Max Horn | |
svn-id: r23681 | |||
2006-08-04 | Fix bug in Fluidsynth configure code | Max Horn | |
svn-id: r23679 | |||
2006-08-04 | Simplify configure code a bit, making it easier to add stuff to config.mk | Max Horn | |
svn-id: r23678 | |||
2006-08-04 | Modified version of the rest of patch #1497254: Patch to add support for the ↵ | Max Horn | |
Atari ST/FreeMiNT Platform svn-id: r23677 | |||
2006-08-04 | Added -Wuninitialized to --enable-release (best used in combination with ↵ | Max Horn | |
--enable-Werror :-) svn-id: r23676 | |||
2006-06-24 | Started to move 'monolithic' parts of our ports to the new ↵ | Max Horn | |
'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) svn-id: r23293 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 | |||
2006-06-02 | Fix long standing (ahem) c/p error which made impossible to sidable just HQ | Eugene Sandulenko | |
scalers. svn-id: r22843 | |||
2006-05-31 | added arm-*-linux-gnueabi target to configure | Paweł Kołodziejski | |
svn-id: r22804 | |||
2006-05-31 | Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10" | Eugene Sandulenko | |
svn-id: r22792 | |||
2006-05-23 | update make subsystem | Eugene Sandulenko | |
svn-id: r22591 | |||
2006-04-27 | return first sdl-config found in PATH | Willem Jan Palenstijn | |
svn-id: r22193 | |||
2006-04-22 | The dirent struct on IRIX doesn't have the d_type field, so define ↵ | Joost Peters | |
SYSTEM_NOT_SUPPORTING_D_TYPE svn-id: r22085 | |||
2006-04-17 | Removed my Altivec version of the hqx blitters, since it (a) didn't work ↵ | Max Horn | |
with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it svn-id: r21961 | |||
2006-04-14 | Rest of patch #1467193: "AmigaOS changes": | Eugene Sandulenko | |
- an icon file (icons/scummvm.info) for AmigaOS - aos4dist target which strips the binary and copies stuff (including the icon) to a hardcoded directory called Games:ScummVM_Snapshot. svn-id: r21862 | |||
2006-04-08 | AmigaOS4 changes from tracker #1416370 | Max Horn | |
svn-id: r21691 | |||
2006-03-14 | Actually, removing the --disable-altivec from the | Oystein Eftevaag | |
help output, it is potentially only useful in very specific situations. svn-id: r21282 |