aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
2008-09-12New version of drascula.datFilippos Karapetis
svn-id: r34505
2008-09-09New version of drascula.datFilippos Karapetis
svn-id: r34466
2008-09-08Some 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-08Removed some unneeded conversions from the MSVC8->MSVC7/7.1 conversion toolFilippos Karapetis
svn-id: r34447
2008-09-08Changed WarnAsError to be true across all engines, in both debug and release ↵Filippos Karapetis
builds svn-id: r34446
2008-09-08decompiler.cpp is not used anywhere by default. Remove it to prevent a ↵Filippos Karapetis
warning under MSVC that the object file is empty (since DUMP_SCRIPT is not defined by default, the whole code in this file is not used) svn-id: r34445
2008-09-08Added kyra/resource_intern.* to the kyra MSVC project filesFilippos Karapetis
svn-id: r34441
2008-09-07Generate drascula.dat by the latest create_drasculaEugene Sandulenko
svn-id: r34420
2008-09-06Added missing common/archive.*Filippos Karapetis
svn-id: r34381
2008-09-05Updated some copyright strings to 2001-2008Max Horn
svn-id: r34371
2008-09-03Updated MSVC project files for commit #34303Filippos Karapetis
svn-id: r34306
2008-09-03Updated gob MSVC project files for commit #34286Filippos Karapetis
svn-id: r34292
2008-09-02Enabled the new optimizations for older versions of MSVC as wellFilippos Karapetis
Also, included the tinsel engine library for the release version as well (fixes compilation of the release version) svn-id: r34274
2008-09-02Added the missing tinsel engine project files for MSVC 7/7.1Filippos Karapetis
svn-id: r34271
2008-09-02Changed 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-02Added new files to the MSVC projects (engines/dialogs.* and common/queue.h)Filippos Karapetis
svn-id: r34269
2008-09-01Updated all MSVC project files with the latest changes to the code (gob and ↵Filippos Karapetis
parallaction engines and the file system) svn-id: r34235
2008-08-29Updated msvc8 and msvc9 project files for latest FS changes.Johannes Schickel
svn-id: r34205
2008-08-25package tools_gui as scummvm_tools_guiWillem Jan Palenstijn
svn-id: r34173
2008-08-24new toolsWillem Jan Palenstijn
svn-id: r34131
2008-08-24New drascula.dat with fixed Italian stringsEugene Sandulenko
svn-id: r34128
2008-08-20- add support for Italian floppy versionFlorian Kagerer
- more work on fm-towns music tempo svn-id: r34067
2008-08-20Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes ↵Kari Salminen
compiling under MSVC. svn-id: r34063
2008-08-20Removed already deleted file engines/scumm/thumbnail.cpp from MSVC project ↵Kari Salminen
files. svn-id: r34062
2008-08-20Added graphics/thumbnail.cpp and graphics/thumbnail.h to MSVC project files.Kari Salminen
svn-id: r34059
2008-08-11video mode polishing:Andre Heider
* proper fullscreen video mode * multiple graphic modes with different overscan values * "fullscreen mode" stretches the picture on 16:9 displays * fixed broken sword 1/2 gfx garbage * support for setShakePos() svn-id: r33787
2008-08-09Updated the Makefile to the new build system.Andre Heider
Introduced a Makefile variable to build a gamecube version. svn-id: r33723
2008-08-03fix last commit (invalid kyra.dat game features for HOFCD)Florian Kagerer
svn-id: r33580
2008-08-03add support for HOF Italian fan translation to kyra.datFlorian Kagerer
svn-id: r33578
2008-08-02add non-interactive lol demoFlorian Kagerer
svn-id: r33556
2008-07-31Update MSVC project files for Kyra Lands of Lore additions.Kari Salminen
svn-id: r33466
2008-07-25Update MSVC project files for Parallaction.Kari Salminen
svn-id: r33287
2008-07-23Enable Tinsel also for MSVC 7 & 7.1 & 9 in addition to MSVC 8.Kari Salminen
svn-id: r33239
2008-07-23Added extra defines and include for Tinsel projectPaul Gilbert
svn-id: r33238
2008-07-23Updated rest of the MSVC project and solution files for Tinsel.Kari Salminen
svn-id: r33233
2008-07-23Added the Tinsel engine to the Scummvm MSVC8 SolutionPaul Gilbert
svn-id: r33232
2008-07-23Replaced the out of date file list in the MSVC8 project with the proper file ↵Paul Gilbert
list svn-id: r33231
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230
2008-07-21This is 0.13.0svn nowEugene Sandulenko
svn-id: r33160
2008-07-11Update MSVC project files.Kari Salminen
svn-id: r33004
2008-07-04Updated MSVC project files (Added Parallaction's balloons.cpp).Kari Salminen
svn-id: r32904
2008-07-01New lure.dat with corrections to the Italian stringsPaul Gilbert
svn-id: r32867
2008-06-30Updated MSVC project files for commit #32828Filippos Karapetis
svn-id: r32849
2008-06-14Updated MS Visual Studio project files for MusicPlugin.Vicent Marti
svn-id: r32701
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
svn-id: r32693
2008-06-10New version of drascula.dat, fixing the problem in the pendulum roomFilippos Karapetis
svn-id: r32659
2008-06-09Initial version of drascula.datFilippos Karapetis
svn-id: r32631
2008-06-09Updated the MSVC project files of the drascula engine (removed staticdata.h)Filippos Karapetis
svn-id: r32629
2008-06-07Update Drascula's MSVC project files for r32599.Kari Salminen
svn-id: r32601
2008-06-05recreated icon.png from scummvm_logo.svgAndre Heider
svn-id: r32565