aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
AgeCommit message (Collapse)Author
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