Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵ | Johannes Schickel | |
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540 | |||
2008-02-26 | Added -Wcast-align to the default warnings | Max Horn | |
svn-id: r30970 | |||
2008-02-25 | added some SVN headers | Max Horn | |
svn-id: r30961 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-13 | Clarify comments on compiler warning flags | Max Horn | |
svn-id: r30474 | |||
2008-01-13 | Various small patches to the build system by jvprat | Max Horn | |
svn-id: r30473 | |||
2007-12-16 | Patch #1847599: Several enhancements for the build system | Max Horn | |
svn-id: r29889 | |||
2007-11-26 | Moved port specific build rules from Makefile to ports.mk | Max Horn | |
svn-id: r29645 | |||
2007-11-14 | When reconfiguring, quote env var values in case they contain whitespaces | Max Horn | |
svn-id: r29502 | |||
2007-11-13 | When automatically (re)configuring, print the command we execute (it is ↵ | Max Horn | |
often useful to know what the 'last specified parameters' actually *were* :) svn-id: r29491 | |||
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag | |
svn-id: r29488 | |||
2007-11-06 | Patch #1826459: Make: reconfigure on configure change (saving environment) | Max Horn | |
svn-id: r29435 | |||
2007-06-23 | MacOS X bundle changes (copying in engine data files, pred.dic, and updated ↵ | Oystein Eftevaag | |
DS_Store svn-id: r27652 | |||
2007-06-17 | Update win32dist. | Travis Howell | |
svn-id: r27503 | |||
2007-06-10 | Added reference to COPYRIGHT file in various places | Max Horn | |
svn-id: r27325 | |||
2007-05-30 | Slightly modified version of patch #1728192: Fix for Debian packaging scripts | Max Horn | |
svn-id: r27015 | |||
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-10 | Removed remaining references to the LaTeX docs; added a TODO for the ↵ | Max Horn | |
Makefile 'bundle' target svn-id: r26450 | |||
2007-03-18 | Allows cross compiling for windows with mingw32. | Johannes Schickel | |
svn-id: r26234 | |||
2006-08-04 | Disabled '-O -Wuninitialized by default; this eases debugging a lot in some ↵ | Max Horn | |
cases, at the cost of a nice-but-not-so-often-needed compiler warning (see also patch #1511980) svn-id: r23675 | |||
2006-07-11 | Force HFS+ filesystem when making OS X disk images (for backwards ↵ | Oystein Eftevaag | |
compatability), as the default has apparently changed svn-id: r23486 | |||
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-22 | Adds the AUTHOR file to the MacOS X snapshots, and updates the bundle layout ↵ | Oystein Eftevaag | |
to correctly show the background image svn-id: r23257 | |||
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-15 | Changed default-theme -> modern | Max Horn | |
svn-id: r21922 | |||
2006-04-15 | Disable RTTI and exceptions (we don't use 'em and over here it saves 700kb ↵ | Max Horn | |
in the executable) svn-id: r21895 | |||
2006-04-14 | Update win32 dist | Travis Howell | |
svn-id: r21891 | |||
2006-04-14 | Fix mingw compile | Travis Howell | |
svn-id: r21865 | |||
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-14 | First batch of root directory cleanup. Now icons are stored in directory | Eugene Sandulenko | |
icons/ and all other assorted stuff in dists/ directory. Still I may broke some packaging/building procedures as no testing was performed. svn-id: r21859 | |||
2006-03-29 | Added a minimal README for our unit tests, and moved their build rule to a ↵ | Max Horn | |
new test/module.mk file svn-id: r21490 | |||
2006-03-15 | * 'make bundle' now copies the default theme files into the bundle. | Oystein Eftevaag | |
* Common::File will now look inside the application bundle on MacOS X for a file if it can't find it anywhere else (so it'll find default-theme.ini and .zip) * Cleaned up some #ifs. svn-id: r21308 | |||
2006-03-08 | Update win32 dist | Travis Howell | |
svn-id: r21142 | |||
2006-02-20 | Added --enable-Werror option to our configure script | Max Horn | |
svn-id: r20792 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20542 | |||
2006-01-27 | Add themes zip to win32 dist. | Travis Howell | |
svn-id: r20258 | |||
2006-01-25 | New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in ↵ | Max Horn | |
version 1.2.3CVS) svn-id: r20165 | |||
2005-12-30 | OSX: Make it possible to compile ScummVM using GCC 3.3 against an SDL that ↵ | Max Horn | |
was compiled using GCC 4 svn-id: r19861 | |||
2005-11-27 | Revert accidental change. | Eugene Sandulenko | |
svn-id: r19711 | |||
2005-11-27 | Patch #1341626: "New GP32 port" | Eugene Sandulenko | |
svn-id: r19710 | |||
2005-11-08 | Improved osxsnap target (up to par with my own release build script) | Max Horn | |
svn-id: r19510 | |||
2005-11-07 | Use -force_cpusubtype_ALL for OS X statics, to ensure compatibility with G3 ↵ | Max Horn | |
systems svn-id: r19500 | |||
2005-10-14 | Added missing -framework CoreMIDI | Max Horn | |
svn-id: r19080 | |||
2005-06-24 | Fix for bug #1226522 (do not add common to list of include paths, to avoid ↵ | Max Horn | |
name clashes with system headers) svn-id: r18445 | |||
2005-06-20 | Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4 | Max Horn | |
svn-id: r18418 | |||
2005-05-10 | Restore settings again. | Travis Howell | |
svn-id: r18026 | |||
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn | |
svn-id: r18011 | |||
2005-05-09 | Restore settings. | Travis Howell | |
svn-id: r17987 | |||
2005-05-09 | Mention thumbnails in NEWS | Max Horn | |
svn-id: r17983 |