aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
AgeCommit message (Collapse)Author
2007-03-10Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and itEugene Sandulenko
complained that alignment state changed after #include. I.e. exactly what we wanted to do. svn-id: r26061
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
svn-id: r26034
2007-03-08cleaned up stdafx.h, removing various unnecessary #includes (there are still ↵Max Horn
some windows ones which look fishy, though) svn-id: r26031
2007-01-15keep warnings off like this ones:Paweł Kołodziejski
- warning C4610: struct 'Agi::AGIGameDescription' can never be instantiated - user defined constructor required - warning C4510: 'Saga::SAGAGameDescription' : default constructor could not be generated Can someone help me how to fix this ? svn-id: r25088
2006-11-22Fix MSVC2005 warnings. Please, review the changes.Eugene Sandulenko
svn-id: r24760
2006-11-22Disable yet another MSVC warningEugene Sandulenko
svn-id: r24758
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20510
2006-01-27turn off warning #4351 with msvc8Paweł Kołodziejski
svn-id: r20232
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-09-30Fix compilationEugene Sandulenko
svn-id: r18910
2005-09-301.Removed warning from symbian portdefsLars Persson
2.Made thumbnail.cpp compile for VC6 (Symbian Emulator environment). Order of template declaration and includes causing the problems 3.Moved int i declaration from for;loop into local variable 4.Updated stdafx uio.h is not part of the Symbian build chain. svn-id: r18909
2005-09-03Prepare new backends and potential native versionChris Apers
svn-id: r18747
2005-08-16Added: PSP backendJoost Peters
svn-id: r18696
2005-06-10fix VS2005beta2 compilationAndrew Kurushin
svn-id: r18374
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-03-31Playstation2 Port: initial importRobert Göffringmann
svn-id: r17305
2005-01-28fix VC7.1 compilationAndrew Kurushin
svn-id: r16664
2005-01-11last wjp suggested patch - helps reenable "no definition for inline ↵Andrew Kurushin
function" warning svn-id: r16543
2005-01-09some disabled warning moved from .vcproj to #pragma with commentsAndrew Kurushin
(can anyone update .vcproj for vs2002&vs2005?) svn-id: r16508
2005-01-06 turn off "no definition for inline function" warningAndrew Kurushin
svn-id: r16458
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-15- Move MAXPATHLEN includes/defines into common locationJonathan Gray
- Save files are now stored in $HOME/.scummvm/ by default if no other save path is specified on non MacOS X unices. svn-id: r16060
2004-09-28forgot to commit this, silly me :-)Max Horn
svn-id: r15323
2004-09-28use MAXPATHLEN for path buffer sizeJonathan Gray
svn-id: r15319
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-10-14Turn off another annoying MSVC warningJamieson Christian
svn-id: r10803
2003-09-11added time.h and math.h to default/precompiled headersMax Horn
svn-id: r10168
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-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-30globally disable 'unknown pragma' warning for VCMax Horn
svn-id: r9299
2003-07-13linux/mingw compilation fix pointed out by Jeroen JanssenJonathan Gray
svn-id: r8984
2003-05-29removed cruftMax Horn
svn-id: r8093
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2002-11-19Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change ↵Nicolas Bacca
__cdecl for these systems, add 2 sampling rates for WinCE due to problems with Smush mixer in 11 kHz svn-id: r5604
2002-09-22Remove mention of Windows GDI buildTravis Howell
svn-id: r5005
2002-08-21Initial revisionMax Horn
svn-id: r4785