aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2003-08-11Fix for Bug [779013] ALL: Fullscreen and -FJamieson Christian
Fixed behavior of command line options that are treated as "[scummvm]" modifiers by default. I'm not even sure if "[scummvm]" mods still work (or require special code) so we might be able to get rid of old code. Also added --fullscreen and --no-fullscreen command line options. svn-id: r9640
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626
2003-08-10Doesn't look like these are used anymore.Marcus Comstedt
svn-id: r9623
2003-08-08list -h in help textJonathan Gray
svn-id: r9596
2003-08-07Fix newline warningChris Apers
svn-id: r9587
2003-08-07No more needed ... Arisme, your turnChris Apers
svn-id: r9586
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
svn-id: r9527
2003-08-05stdafx.h should always be firstMax Horn
svn-id: r9490
2003-08-04limit to 80 char again after last change...Jonathan Gray
svn-id: r9462
2003-08-04dittoTravis Howell
svn-id: r9461
2003-08-04fix lines exceeding 80 chars in usage helpJonathan Gray
svn-id: r9458
2003-08-03fix for bug #782132 (MI1: -e null doesn't work)Max Horn
svn-id: r9445
2003-08-02fix compile with vc7Paweł Kołodziejski
svn-id: r9421
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-08-01This should be Microsoft Visual C++ onlyTravis Howell
svn-id: r9364
2003-08-01mingw compile broken when include order was changedTravis Howell
svn-id: r9363
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-08-01OoopsTravis Howell
svn-id: r9356
2003-08-01This should be Microsoft Visual C++ onlyTravis Howell
svn-id: r9355
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
2003-07-31added new header file backends/intern.h; removed some stuff from ↵Max Horn
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327
2003-07-31use #define instead of enum here because that makes ccache more effective ↵Max Horn
when changing sample rates svn-id: r9326
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
svn-id: r9320
2003-07-30moved turn off warnings into vc7 project files. someone must also update vc6Paweł Kołodziejski
svn-id: r9311
2003-07-30disable empty statement warnings for vcPaweł Kołodziejski
svn-id: r9310
2003-07-30disable conversion type warnings for vcPaweł Kołodziejski
svn-id: r9309
2003-07-30version 0.5.3cvsMax Horn
svn-id: r9304
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
besides this way all our engines start with an "s" ;) svn-id: r9301
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-07-30globally disable 'unknown pragma' warning for VCMax Horn
svn-id: r9299
2003-07-29Add option for the demo included in Maniac Mansion (Classic version)Travis Howell
svn-id: r9279
2003-07-28change version to 0.5.3-cvs allowing room for two follow up minor releases...Jonathan Gray
svn-id: r9247
2003-07-28bs2Jonathan Gray
svn-id: r9213
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵Max Horn
tweaks by me svn-id: r9210
2003-07-24Fix warning (no newline at end of file)Torbjörn Andersson
svn-id: r9172
2003-07-24Remove palmos fixmeChris Apers
svn-id: r9169
2003-07-24scumm_strnicmpJonathan Gray
svn-id: r9168
2003-07-22start -> start_frame, to match backends (purely cosmetic :-)Max Horn
svn-id: r9140
2003-07-22fixed play_cdrom docsMax Horn
svn-id: r9131
2003-07-21Rest of patch #774556 (small optimization for aspect ratio correction)Max Horn
svn-id: r9103
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
svn-id: r9093
2003-07-19added TODOs; made switching between asepct modes a bit nice; made scale a ↵Max Horn
template parameter to help compile optimizations svn-id: r9074
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032
2003-07-13linux/mingw compilation fix pointed out by Jeroen JanssenJonathan Gray
svn-id: r8984
2003-07-13Update WINDBG to WinCENicolas Bacca
svn-id: r8976
2003-07-13Do not use free_check on WinCENicolas Bacca
svn-id: r8975
2003-07-12added support for different languages and fixed memory leak and screen ↵Robert Göffringmann
refreshes in load/save dialogs svn-id: r8921
2003-07-07check for odd addresses being free'dMax Horn
svn-id: r8850
2003-07-05gah. I am stupidMax Horn
svn-id: r8780
2003-07-05fixed stack lock at startupMax Horn
svn-id: r8779