index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
scummsys.h
Age
Commit message (
Expand
)
Author
2003-12-21
disable custom new/delete/free by default (only keep it around in case it com...
Max Horn
2003-12-21
Require stdafx.h to have been included.
Marcus Comstedt
2003-12-18
resolve an inconsistency in the FROM_* helper macros: now they *always* cast ...
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-03
Use compiler option instead of this
Chris Apers
2003-10-03
fixed compilation under msvc7
Paweł Kołodziejski
2003-09-21
added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful i...
Max Horn
2003-09-18
disable the custom operator 'new' on Mac OS X, as it cause multiple definitio...
Max Horn
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn
2003-07-31
back disable warnings into stdafx.h, vc6 is lack of warnings support
Paweł Kołodziejski
2003-07-24
Fix warning (no newline at end of file)
Torbjörn Andersson
2003-07-24
Remove palmos fixme
Chris Apers
2003-07-24
scumm_strnicmp
Jonathan Gray
2003-07-13
Do not use free_check on WinCE
Nicolas Bacca
2003-06-14
some more cleanup
Max Horn
2003-06-14
fix for LE systems
Max Horn
2003-06-14
Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...
Max Horn
2003-05-21
don't inline free_check to make debugging easier
Max Horn
2003-05-21
pedantic fixes (little endian version)
Oliver Kiehl
2003-05-21
pedantic fixes
Max Horn
2003-05-20
replace our 'nice' new which sets memory to 0 with a nasty one which sets it ...
Max Horn
2003-05-18
HAVE_CONFIG_H
Jonathan Gray
2003-04-30
typedef NewGuiColor on all platforms; indention
Max Horn
2003-04-30
more PalmOS changes
Max Horn
2003-04-06
nope, not all big endian system require alignment
Max Horn
2003-03-13
added const qualifier
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2002-12-17
New savefile backend system (bye bye NONSTANDARD_SAVE...)
Marcus Comstedt
2002-12-01
OS X app bundle should contain static linked executable; 'bool' is part of th...
Max Horn
2002-11-30
Fix compile
Travis Howell
2002-11-30
gp32 port stuff
Peter Moraliyski
2002-11-29
Fix warnings
Travis Howell
2002-11-19
Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change __cde...
Nicolas Bacca
2002-11-14
cleanup
Max Horn
2002-11-10
added FIXME comment
Max Horn
2002-10-27
patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler....
Jonathan Gray
2002-10-23
cleaning up scummsys.h a bit (in preparation of using configure eventually). ...
Max Horn
2002-09-16
minor changes in source structure
Paweł Kołodziejski
2002-09-07
Fix heap corruption. Fix compiler warning.
Matt Hargett
2002-08-31
removed bad strdup implementation
Max Horn
2002-08-24
endian fixes; cleanup
Max Horn
2002-08-21
Initial revision
Max Horn
[prev]