Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-20 | BUILD: Fix AmigaOS4 build variable naming to be clearer. | D G Turner | |
2014-06-28 | BUILD: Move the PS3 make targets to a separate file | Bastien Bouclet | |
2014-06-28 | Merge pull request #461 from digitall/vkeybdFix | David Turner | |
Add trigger for Virtual Keyboard on long press of Middle Mouse Button | |||
2014-06-25 | PS3: Add "small" virtual keyboard pack to port packaging. | D G Turner | |
2014-06-22 | BUILD: Theme files are in Windows executable. | Kirben | |
2014-06-21 | ALL: Remove support for MSVC8 and older | Joel Teichroeb | |
MSVC8 gives various compile error relating to templates that were changed back in 2008, leading me to belive that no one is using it, and that there is not point adding work arounds for a 9 year old compiler no one uses. | |||
2014-06-09 | BUILD: Remove USE_TERMCONV related bits in port.mk. | Johannes Schickel | |
We don't have any TERMCONV feature anymore, thus no need to keep this around. | |||
2014-02-16 | IPHONE: Allow FreeType2 support. | Johannes Schickel | |
This moves the static library handling for USE_FREETYPE2 outside a block which is not executed for the iPhone backend. | |||
2014-02-14 | IPHONE: Don't link against private framework GraphicsServices. | Johannes Schickel | |
Nothing from that framework in specific is used, thus it's not required to link against it. | |||
2013-11-24 | BUILD: Add engines/plugins_table.h to git in the ideprojects target. | Johannes Schickel | |
2013-09-16 | BUILD: Fix Mac OS X static build with libjpeg | Matthew Hoops | |
2013-07-05 | BUILD: Fix Mac static build with libmpeg2 | Matthew Hoops | |
2013-03-10 | BUILD: Add fix for "Illegal instruction: 4" on iPhone 5 and iPad 4. | D G Turner | |
This binary patch fix is intended to allow testing in the interim on A6/A6X devices until the OSX porter updates the toolchains to cope with the newer iOS devices. | |||
2013-01-08 | BUILD: PS3 packages don't need "finalizing" anymore. | Bastien Bouclet | |
This is necessary for newer firmware support. | |||
2012-11-18 | BUILD: Fix missing directory creation in aos4dist target. | D G Turner | |
2012-11-17 | BUILD: Fix aos4dist target when building outside source directory. | D G Turner | |
2012-11-13 | BUILD: Remove stripping of executables on "make install". | D G Turner | |
This is now standard behaviour, and the current situation creates problems for distribution packagers trying to generate debug packages. A standard "install-strip" target has been added to enable the previous behaviour if needed. | |||
2012-09-22 | BUILD: Remove separate engine dist files in Windows build and installer, ↵ | Travis Howell | |
since the engine dist files are already included in the Windows executable file. | |||
2012-08-19 | BUILD: Fix statically compiling with libfluidsynth on Mac OS X | Matthew Hoops | |
2012-07-27 | CONFIGURE: Add MSCV11 handling to ideprojects target | Littleboy | |
2012-07-07 | DOCS: Add Danish QuickStart file | Thierry Crozat | |
This was sent by Steffen Nyeland by email. | |||
2012-03-25 | ALL: added missing copying.* files for win32 and mac os x | Pawel Kolodziejski | |
2012-03-21 | OSX: allow make bundle with static freetype2 library | Paweł Kołodziejski | |
2012-01-29 | GUI: Add GNU FreeFont TTFs for use with our modern theme. | Johannes Schickel | |
2012-01-24 | BUILD: Add batch script for migration of saved games location in Windows NT4 ↵ | Travis Howell | |
onwards. | |||
2012-01-14 | OSX: Fixed some file paths when copying docs to the bundle, and updated DS_Store | Oystein Eftevaag | |
2012-01-14 | OSX: Use static zlib library again | Oystein Eftevaag | |
2011-12-06 | DOCS: Add Swedish README from patch #3451861 | Thierry Crozat | |
2011-11-28 | BUILD: Remove excess spaces. | Travis Howell | |
2011-11-27 | DOCS: Add Swedish translation of QuickStart from patch #3443455 | Thierry Crozat | |
2011-11-23 | BUILD: Added comment to new project generation target | Eugene Sandulenko | |
2011-11-23 | BUILD: Added build rule for generating IDE project files | Eugene Sandulenko | |
2011-11-17 | BUILD: Update win32dist target, to convert line endings in English ↵ | Travis Howell | |
QuickStart file too. | |||
2011-10-25 | DOCS: Renamed the Spanish QuickStart to use just ANSI chars. | Jordi Vilalta Prat | |
It seems it wasn't handled properly neither by Git nor by some filesystems, so we prefer playing on the safe side. | |||
2011-10-19 | DOC: Add Czech ReadMe from patch #3424959 | Thierry Crozat | |
2011-10-17 | BUILD: Fix win32 target for Windows. | Travis Howell | |
2011-10-17 | DOC: Add Italian QuickStart | Thierry Crozat | |
2011-10-16 | BUILD: Install the new Spanish quickstart file. | Jordi Vilalta Prat | |
2011-10-05 | DOC: Add Norwegian (bokmaal) QuickStart to Mac disk image | Thierry Crozat | |
2011-10-05 | DOC: Rename French QuickStart file | Thierry Crozat | |
2011-10-05 | BUILD: Add new translated documentation to Windows installer. | Travis Howell | |
2011-10-04 | MACOSX: Remove -lSystemStubs from the link for scummvm-static | Thierry Crozat | |
This should fix bug #3407662: SystemStubs library no longer available on 10.7. I tested compilation on 10.6 and there is no link error after removing it. Hopefully it will work on older systems as well. | |||
2011-09-24 | PS3: Add a target to push ScummVM to the PS3 over the network using ps3load. | Bastien Bouclet | |
ps3load now works on FW 3.55 using the lastest ps3toolchain | |||
2011-08-22 | DOC: Add extended file attribute for UTF-8 files on MacOS X | Thierry Crozat | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-19 | MACOSX: Add Sparkle support | CeRiAl | |
2011-07-18 | DOC: Added German translation of README (WIP by SimSaw) | Eugene Sandulenko | |
2011-07-18 | DOC: Renamed README template and translated versions to QuickStart | Eugene Sandulenko | |
2011-07-15 | BUILD: Include localized readmes into win32 package | Eugene Sandulenko | |
2011-07-01 | NSIS: Always pass ARCH variable to script and handle case when the variable ↵ | Littleboy | |
is empty |