Age | Commit message (Expand) | Author |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-06-22 | Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after ... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-01 | Cleanup, remove PalmOS dependencies from the ScummVM core | Chris Apers |
2007-03-09 | Removing some unnecessary #includes | Max Horn |
2007-03-08 | cleaned up stdafx.h, removing various unnecessary #includes (there are still ... | Max Horn |
2007-03-08 | Moved the printf #define for the NDS into scummsys.h (not sure if that suits ... | Max Horn |
2007-03-08 | Changed File::_handle to be of type void* instead of FILE* (to ease porting);... | Max Horn |
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos |
2006-09-23 | Re-order platform order, to avoid exclusions | Travis Howell |
2006-09-23 | Remove defines, which were only used by checkHeap() | Travis Howell |
2006-09-23 | Removed CHECK_HEAP | Max Horn |
2006-09-23 | Whitepsace changes | Travis Howell |
2006-09-23 | Remove duplicate and left over _WIN32_WCE checks | Travis Howell |
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanup | Max Horn |
2006-07-09 | Patch #1519399: DS Backend | Max Horn |
2006-06-10 | fixes ps2 stuff I broke | Kostas Nakos |
2006-06-10 | added CE port definitions section | Kostas Nakos |
2006-06-08 | fixed ps2 types. | Robert Göffringmann |
2006-05-23 | fix VC & SDL 1.2.10 compilation error | Andrew Kurushin |
2006-04-11 | Fixed line ending | Chris Apers |
2006-04-11 | Not needed | Chris Apers |
2006-04-08 | AmigaOS4 changes from tracker #1416370 | Max Horn |
2006-04-07 | Fix compile with GP32 by overriding datatypes. | Won Star |
2006-04-05 | Added comments to Symbians data types. | Lars Persson |
2006-04-05 | Updated datatypes for Symbian OS | Lars Persson |
2006-04-05 | Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our ty... | Max Horn |
2006-04-04 | Remove SCUMMVM_USE_LONG_INT from DC port. | Marcus Comstedt |
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-29 | - Added some explanatory comments (everybody feel free to extend them) | Max Horn |
2006-03-29 | cleanup | Max Horn |
2006-03-09 | Correct GCC_PACK define for non-GCC | Travis Howell |
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell |
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell |
2006-03-08 | Check format string in calls of debug/error (adapted from patch #1445422) | Max Horn |
2006-03-04 | define int types for msvc to allow compile mpeg2 library. msvc does not fully... | Paweł Kołodziejski |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-02 | Fixed PalmOS backend compilation | Chris Apers |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-12-02 | Updated so ScummVM also builds for Symbian WINS emulator builds (!defined added) | Lars Persson |
2005-11-05 | Prevent conflic with Sky def | Chris Apers |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-14 | cleanup (really would like to unify all those typedef's eventually; maybe we ... | Max Horn |
2005-10-13 | Set _HEAPOK to correct value,if using earlier mingw-runtime. | Travis Howell |
2005-09-03 | Prepare new backends and potential native version | Chris Apers |