scummvm/backends
Yotam Barnoy a79ccfed55 PLUGINS: replace all size_t's with uint32's and add #include <malloc.h> to memory manager
uint32 is all we need since we only handle ELF32 anyway.

svn-id: r55012
2010-12-22 15:33:46 +00:00
..
audiocd SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation 2010-11-29 16:35:29 +00:00
events SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation 2010-11-29 16:35:29 +00:00
fs SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation 2010-11-29 16:35:29 +00:00
graphics OPENGL: Fix OSD support by only updating the OSD texture in internUpdateScreen. 2010-12-08 01:53:20 +00:00
keymapper GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
log LOG: Reset _startOfLine when opening a new log file 2010-11-24 09:39:47 +00:00
midi BACKENDS: Fix SVN keyword usage. 2010-11-29 18:48:43 +00:00
mixer SDL: Move #include <SDL.h> into a special wrapper file 2010-11-29 16:16:50 +00:00
mutex BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs 2010-11-29 16:18:43 +00:00
platform N64: save and return exact palette for grabPalette 2010-12-20 21:46:28 +00:00
plugins PLUGINS: replace all size_t's with uint32's and add #include <malloc.h> to memory manager 2010-12-22 15:33:46 +00:00
saves BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs 2010-11-29 16:18:43 +00:00
timer BACKENDS: Fix SVN keyword usage. 2010-11-29 18:48:43 +00:00
vkeybd BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs 2010-11-29 16:18:43 +00:00
base-backend.cpp BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only 2010-11-08 22:53:36 +00:00
base-backend.h BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only 2010-11-08 22:53:36 +00:00
modular-backend.cpp BACKENDS: Fix OSD implementation in ModularBackend. 2010-12-08 01:35:34 +00:00
modular-backend.h OPENGL: Cleanup. 2010-10-13 15:42:33 +00:00
module.mk PLUGINS: add ELF memory manager to solve fragmentation 2010-12-22 14:48:51 +00:00