Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-01 | Cleanup, remove PalmOS dependencies from the ScummVM core | Chris Apers | |
svn-id: r26690 | |||
2007-03-09 | Removing some unnecessary #includes | Max Horn | |
svn-id: r26044 | |||
2007-03-08 | cleaned up stdafx.h, removing various unnecessary #includes (there are still ↵ | Max Horn | |
some windows ones which look fishy, though) svn-id: r26031 | |||
2007-03-08 | Moved the printf #define for the NDS into scummsys.h (not sure if that suits ↵ | Max Horn | |
your needs Neil, feel free to change it again if necessary) svn-id: r26024 | |||
2007-03-08 | Changed File::_handle to be of type void* instead of FILE* (to ease ↵ | Max Horn | |
porting); moved PS2 std C I/O defines to file.cpp (no code other than the file & savegame code should use fopen etc. directly) svn-id: r26017 | |||
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-09-23 | Re-order platform order, to avoid exclusions | Travis Howell | |
svn-id: r23981 | |||
2006-09-23 | Remove defines, which were only used by checkHeap() | Travis Howell | |
svn-id: r23980 | |||
2006-09-23 | Removed CHECK_HEAP | Max Horn | |
svn-id: r23979 | |||
2006-09-23 | Whitepsace changes | Travis Howell | |
svn-id: r23978 | |||
2006-09-23 | Remove duplicate and left over _WIN32_WCE checks | Travis Howell | |
svn-id: r23977 | |||
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn | |
svn-id: r23666 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵ | Max Horn | |
checking for GCC / not GCC svn-id: r23458 | |||
2006-07-09 | Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanup | Max Horn | |
svn-id: r23456 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 | |||
2006-06-10 | fixes ps2 stuff I broke | Kostas Nakos | |
svn-id: r23013 | |||
2006-06-10 | added CE port definitions section | Kostas Nakos | |
svn-id: r23008 | |||
2006-06-08 | fixed ps2 types. | Robert Göffringmann | |
svn-id: r22985 | |||
2006-05-23 | fix VC & SDL 1.2.10 compilation error | Andrew Kurushin | |
svn-id: r22585 | |||
2006-04-11 | Fixed line ending | Chris Apers | |
svn-id: r21804 | |||
2006-04-11 | Not needed | Chris Apers | |
svn-id: r21803 | |||
2006-04-08 | AmigaOS4 changes from tracker #1416370 | Max Horn | |
svn-id: r21691 | |||
2006-04-07 | Fix compile with GP32 by overriding datatypes. | Won Star | |
svn-id: r21664 | |||
2006-04-05 | Added comments to Symbians data types. | Lars Persson | |
svn-id: r21631 | |||
2006-04-05 | Updated datatypes for Symbian OS | Lars Persson | |
svn-id: r21628 | |||
2006-04-05 | Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our ↵ | Max Horn | |
typedefs if they must, and (b) my image of evil-scummsys.h-changer is strengthened svn-id: r21624 | |||
2006-04-04 | Remove SCUMMVM_USE_LONG_INT from DC port. | Marcus Comstedt | |
svn-id: r21594 | |||
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn | |
various backend specific hacks unnecessary. As a consequence, it is now the responsibility of the backend to define main. Hence I adapted the SDL backend accordingly. svn-id: r21542 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-03-29 | - Added some explanatory comments (everybody feel free to extend them) | Max Horn | |
- Unified the various typedefs - Added a couple FIXME comments (which porters may want to resolve) - Some cleanup svn-id: r21498 | |||
2006-03-29 | cleanup | Max Horn | |
svn-id: r21496 | |||
2006-03-09 | Correct GCC_PACK define for non-GCC | Travis Howell | |
svn-id: r21160 | |||
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell | |
svn-id: r21159 | |||
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell | |
svn-id: r21158 | |||
2006-03-08 | Check format string in calls of debug/error (adapted from patch #1445422) | Max Horn | |
svn-id: r21139 | |||
2006-03-04 | define int types for msvc to allow compile mpeg2 library. msvc does not ↵ | Paweł Kołodziejski | |
fully conform C99 svn-id: r21073 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-02-02 | Fixed PalmOS backend compilation | Chris Apers | |
svn-id: r20352 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-12-02 | Updated so ScummVM also builds for Symbian WINS emulator builds (!defined added) | Lars Persson | |
svn-id: r19729 | |||
2005-11-05 | Prevent conflic with Sky def | Chris Apers | |
svn-id: r19470 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-14 | cleanup (really would like to unify all those typedef's eventually; maybe we ↵ | Max Horn | |
can use inttypes.h on some systems?) svn-id: r19077 | |||
2005-10-13 | Set _HEAPOK to correct value,if using earlier mingw-runtime. | Travis Howell | |
svn-id: r19059 | |||
2005-09-03 | Prepare new backends and potential native version | Chris Apers | |
svn-id: r18747 | |||
2005-08-28 | mingw can handle heap checking now. | Travis Howell | |
NOTE: Requires mingw-runtime-3.8 svn-id: r18714 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 |