Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-16 | Sync | Filippos Karapetis | |
svn-id: r38363 | |||
2009-02-14 | Updated the MSVC project files for commit #36007 (removed ↵ | Filippos Karapetis | |
/backends/saves/compressed/*) svn-id: r38182 | |||
2009-02-01 | Updated the MSVC project files of the scummvm project with the latest ↵ | Filippos Karapetis | |
changes to the files svn-id: r36190 | |||
2009-01-17 | Merged gui/ThemeData.cpp into ThemeEngine.cpp | Max Horn | |
svn-id: r35881 | |||
2009-01-07 | Updated the MSVC project files for the latest changes to the video playing code | Filippos Karapetis | |
svn-id: r35773 | |||
2009-01-02 | Updated the MSVC project files for commit #35668 | Filippos Karapetis | |
svn-id: r35671 | |||
2008-12-31 | Removed Graphics::ImageMan. Nothing uses it | Max Horn | |
svn-id: r35638 | |||
2008-12-31 | Preliminary Shorten audio support for SAGA 2 games. It's still very wrong ↵ | Filippos Karapetis | |
and needs further work, but it's a start svn-id: r35626 | |||
2008-12-24 | Updated the MSVC project files for commit #35526 | Filippos Karapetis | |
svn-id: r35529 | |||
2008-12-21 | Updated the MSVC project files for commit #35470 | Filippos Karapetis | |
svn-id: r35471 | |||
2008-12-14 | Updated the MSVC project files (added smk_player.cpp/.h) | Filippos Karapetis | |
svn-id: r35367 | |||
2008-11-17 | Fix compilation of Tucker-engine under MSVC by adding missing flic_player.h ↵ | Kari Salminen | |
and flic_player.cpp to the project files. svn-id: r35108 | |||
2008-11-16 | Added MSVC projects for the new groovie engine and enabled the engine | Filippos Karapetis | |
svn-id: r35097 | |||
2008-11-11 | Updated MSVC project files for commit #35002 | Filippos Karapetis | |
svn-id: r35010 | |||
2008-11-10 | Enable the tucker engine | Filippos Karapetis | |
svn-id: r34998 | |||
2008-11-10 | Added MSVC project files for the new tucker engine | Filippos Karapetis | |
svn-id: r34996 | |||
2008-11-10 | Updated the MSVC project files for commit #34983 | Filippos Karapetis | |
svn-id: r34987 | |||
2008-10-11 | Synced the rest of the MSVC project files (MSVC7, 7.1 and 8) with the latest ↵ | Filippos Karapetis | |
changes to the GUI from the GSoC branch svn-id: r34768 | |||
2008-09-19 | Updated MSVC project files with the latest changes (moved base/game.* to ↵ | Filippos Karapetis | |
engines/game.*) svn-id: r34602 | |||
2008-09-08 | Some more unification of options: | Filippos Karapetis | |
- AdditionalIncludeDirectories is set to "../../;../../engines" - InlineFunctionExpansion is set to "0" for debug and "2" for release builds - DisableLanguageExtensions is set to "false" (disabling language extensions leads to some very weird errors) - Detect64BitPortabilityProblems is set to "false", as setting it to "true" throws loads of warnings too (mainly related to strlen, when trying to store its result in an integer) svn-id: r34448 | |||
2008-09-08 | Changed WarnAsError to be true across all engines, in both debug and release ↵ | Filippos Karapetis | |
builds svn-id: r34446 | |||
2008-09-06 | Added missing common/archive.* | Filippos Karapetis | |
svn-id: r34381 | |||
2008-09-03 | Updated MSVC project files for commit #34303 | Filippos Karapetis | |
svn-id: r34306 | |||
2008-09-02 | Enabled the new optimizations for older versions of MSVC as well | Filippos Karapetis | |
Also, included the tinsel engine library for the release version as well (fixes compilation of the release version) svn-id: r34274 | |||
2008-09-02 | Changed the MSVC optimization settings for the release version of all ↵ | Filippos Karapetis | |
current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly svn-id: r34270 | |||
2008-09-02 | Added new files to the MSVC projects (engines/dialogs.* and common/queue.h) | Filippos Karapetis | |
svn-id: r34269 | |||
2008-08-29 | Updated msvc8 and msvc9 project files for latest FS changes. | Johannes Schickel | |
svn-id: r34205 | |||
2008-08-20 | Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes ↵ | Kari Salminen | |
compiling under MSVC. svn-id: r34063 | |||
2008-08-20 | Added graphics/thumbnail.cpp and graphics/thumbnail.h to MSVC project files. | Kari Salminen | |
svn-id: r34059 | |||
2008-07-23 | Added extra defines and include for Tinsel project | Paul Gilbert | |
svn-id: r33238 | |||
2008-06-30 | Updated MSVC project files for commit #32828 | Filippos Karapetis | |
svn-id: r32849 | |||
2008-06-14 | Updated MS Visual Studio project files for MusicPlugin. | Vicent Marti | |
svn-id: r32701 | |||
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat | |
svn-id: r32693 | |||
2008-06-02 | Updated the MSVC project files (added unarj.cpp/.h) | Filippos Karapetis | |
svn-id: r32491 | |||
2008-05-28 | Added ENABLE directives for all ScummVM engines | Filippos Karapetis | |
svn-id: r32345 | |||
2008-05-14 | Update MSVC project files. | Kari Salminen | |
svn-id: r32119 | |||
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the ↵ | Jordi Vilalta Prat | |
native MIDI drivers. svn-id: r32097 | |||
2008-05-11 | Update MSVC project files. | Kari Salminen | |
svn-id: r32018 | |||
2008-04-20 | Further updates to the MSVC files for the M4 and MADE engines | Filippos Karapetis | |
svn-id: r31609 | |||
2008-03-31 | Fix compilation on MSVC 8 & 9 (Added memorypool.h and memorypool.cpp to the ↵ | Kari Salminen | |
project file). svn-id: r31345 | |||
2008-03-28 | Updated MSVC8 and MSVC9 ScummVM project files for commit #31287 | Filippos Karapetis | |
svn-id: r31293 | |||
2008-02-25 | Updated MSVC8 and MSVC9 project files with the latest fs code changes | Filippos Karapetis | |
svn-id: r30959 | |||
2008-02-02 | Update MSVC8 and MSVC9 project files for commit #30726 | Filippos Karapetis | |
svn-id: r30735 | |||
2007-12-30 | Updated all MSVC project files to use the standard windows-1252 codepage, ↵ | Filippos Karapetis | |
instead of windows-1250 and windows-1251 svn-id: r30078 | |||
2007-12-29 | Update MSVC8 and MSVC9 project files for patch #1858158 | Filippos Karapetis | |
svn-id: r30072 | |||
2007-12-28 | Patch #1858158: BUILD: Plugin building cleanup | Eugene Sandulenko | |
svn-id: r30041 | |||
2007-12-20 | Removed unused tag (removed by VS 2008) | Filippos Karapetis | |
svn-id: r29911 | |||
2007-11-26 | Update MSVC8 project | Eugene Sandulenko | |
svn-id: r29644 | |||
2007-10-29 | Add msvc8 project file for igor. | Johannes Schickel | |
svn-id: r29320 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 |