Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-12 | GIT: `git describe --dirty` is too new. | dhewg | |
do it manually via diff-index | |||
2011-02-12 | GIT: use git for describing the version. | dhewg | |
2011-02-12 | BUILD: Remove explicit references to SVN in revision variable names. | Jordi Vilalta Prat | |
svn-id: r55898 | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko | |
svn-id: r55473 | |||
2010-11-09 | CONFIGURE: Fix linking in some cases | Eugene Sandulenko | |
Nowadays code in graphics/ depends on sound/ i.e. in video codecs. This fixes ./configure --disable-all-engines --enable-toon svn-id: r54169 | |||
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-10-10 | BUILD: Add toons.dat to engine dist files. | Travis Howell | |
svn-id: r53115 | |||
2010-10-01 | MAKEFILE: Add scummclassic.zip to DIST_FILES_THEMES | Thierry Crozat | |
svn-id: r52964 | |||
2010-09-15 | PLUGINS: Additional plugin check for the ELF loader. | Andre Heider | |
The ELF loader does not have access to the symbols of the main executable, it just relocates symbols to it via fixed offsets. We need to make sure that loaded plugins are from the same link process to prevent crashes. An embedded build date is used for that. svn-id: r52730 | |||
2010-08-19 | i18n: Move translations to standalone file. Patch #3044975 | Eugene Sandulenko | |
svn-id: r52208 | |||
2010-08-17 | HUGO: Adding engine to the main tree | Eugene Sandulenko | |
svn-id: r52137 | |||
2010-08-11 | BUILD: Limit scope of SCUMMVM_SVN_REVISION and SCUMMVM_VERSION macros | Max Horn | |
Only #define SCUMMVM_SVN_REVISION for base/version.cpp (at most), to avoid having all source files implicitly depend on the SVN revision. Also add a safeguard to prevent code from accidentally using the internal header file base/internal_version.h. svn-id: r51978 | |||
2010-08-09 | LEGAL: Add COPYING.BSD to DIST_FILES_DOCS. | Torbjörn Andersson | |
svn-id: r51940 | |||
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko | |
Based on patch #2903830: "Updated Translation Prototype" by alexbevi which in turn is based on patch #1739965 by jvprat. Currently it builds all translations right into ScummVM. Once the feature will be accepted more widely, i.e. more translations will pop up, it will be trivial to move translation strings to external file. Finished translation: Russian Unfinished translation: Hungarian Things which are nice to do: - Language code -> language mapping for more user friendness - Specifying fonts to be used with language - Updating of interface language without restart. It will require moving of much code to reflowLayout() methods for each dialog The .po files must be in single byte encodings. I.e. no support for Unicode. svn-id: r49759 | |||
2010-05-09 | Fallback to the nasm compatible yasm. | Andre Heider | |
svn-id: r48980 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-05-04 | Remove spurious quotes. | Andre Heider | |
svn-id: r48949 | |||
2010-05-04 | Respect the shell's and svn's exit code when checking for a checkout. | Andre Heider | |
svn-id: r48948 | |||
2010-05-04 | Switch from "svn status" to "svn info", which is way faster (especially over ↵ | Andre Heider | |
NFS). svn-id: r48945 | |||
2010-05-04 | Fixed typo. | Andre Heider | |
svn-id: r48944 | |||
2010-03-30 | Patch from bug #2976619 (BUILD: Link error when building without engines) | Max Horn | |
Changes the order of the "engines" module to be after "backends". svn-id: r48420 | |||
2010-03-09 | Only use CXX_UPDATE_DEP_FLAG for .S file rule, in case it is defined. (Thus ↵ | Johannes Schickel | |
matching the .cpp etc. file rules). svn-id: r48210 | |||
2010-03-09 | Add missing MKDIR command. This was upsetting the WinCE build. | Robin Watts | |
I can't see how this should upset any other build, and every other rule seems to have this (or a variant of this) anyway, so... svn-id: r48209 | |||
2010-03-08 | Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this ↵ | Johannes Schickel | |
matches all the external library use too). svn-id: r48208 | |||
2010-02-02 | Install the plugins from the current directory (the build one), not from the ↵ | Jordi Vilalta Prat | |
source directory svn-id: r47812 | |||
2009-12-26 | The file selection dialog in OS X now uses Cocoa instead of Carbon, and ↵ | Oystein Eftevaag | |
lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X svn-id: r46581 | |||
2009-11-18 | oops | Max Horn | |
svn-id: r45983 | |||
2009-11-18 | Some comments | Max Horn | |
svn-id: r45982 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-10-28 | BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus ↵ | Max Horn | |
preventing Make from futile searches for rule to rebuild those files svn-id: r45462 | |||
2009-10-10 | Added a rule for assembler with cpp preprocessing. | Marcus Comstedt | |
svn-id: r44871 | |||
2009-10-09 | BUILD: Introduced new env var 'LD' analog to CXX (and defaulting to CXX), ↵ | Max Horn | |
currently only used for PS2; modified cross compiler testing code to only compile but not link the test C++ file (working around another PS2 issue); some tweaks to the PS2 related build code svn-id: r44816 | |||
2009-10-04 | Revert nonsense I did in backends/platform/linuxmoto/module.mk and modify ↵ | Max Horn | |
ASM build rules instead, enforcing the creation of output dirs for compiled files svn-id: r44647 | |||
2009-09-25 | Modified version of patch #2838507: Add support for non-gcc compilers to ↵ | Max Horn | |
configure, Makefile etc svn-id: r44348 | |||
2009-09-05 | added teenagent.dat to dist files | Vladimir Menshakov | |
svn-id: r43955 | |||
2009-08-22 | configure support for AS and ASFLAGS, and .s files in Makefile. If a port ↵ | Andre Heider | |
has set _host_alias, default to the default GNU tools ranlib, strip, ar, as and windres svn-id: r43657 | |||
2009-08-22 | Patch #2840212: "Quiet make process" | Eugene Sandulenko | |
svn-id: r43635 | |||
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | Fix 16bit option of configure. | Travis Howell | |
svn-id: r43579 | |||
2009-08-07 | Merge creation of Info.plist into update-version.pl. | Andre Heider | |
This fixes the static version info after branching (#2820503). svn-id: r43101 | |||
2009-06-18 | added pred.dic to DIST_FILES_ENGINEDATA | Andre Heider | |
svn-id: r41644 | |||
2009-06-18 | added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, ↵ | Andre Heider | |
incl. OSX bundles. svn-id: r41639 | |||
2009-04-03 | Make svn commands in Makefile.common slightly more robust against localization. | Max Horn | |
svn-id: r39811 | |||
2009-03-28 | Fix bug #2691034: AMIGAOS: Makefile.common broken. | Walter van Niftrik | |
svn-id: r39729 | |||
2009-03-19 | Use the current SVN revision as a default when distributing a snapshot sources | Jordi Vilalta Prat | |
svn-id: r39533 | |||
2009-03-19 | Try to use the working copy revision if it's available | Jordi Vilalta Prat | |
svn-id: r39528 | |||
2009-03-17 | tail on e.g. Solaris does not support the use of "-n 1". Use the good old ↵ | Marcus Comstedt | |
"-1" syntax instead. svn-id: r39497 | |||
2009-03-17 | engines need to be listed before gui in MODULES, because stuff in ↵ | Marcus Comstedt | |
libengines.a use stuff in libgui.a. svn-id: r39496 | |||
2009-03-15 | Added the SVN revision to SCUMMVM_VERSION. The variable has be be set ↵ | Andre Heider | |
externally, e.g. 'make SCUMMVM_SVN_REVISION=x' svn-id: r39431 |