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
/
endian.h
Age
Commit message (
Expand
)
Author
2012-08-26
COMMON: Add MKTAG16 for 16-bit multi-character constants
Matthew Hoops
2012-03-20
COMMON: Add a READ_UINT24 macro
Matthew Hoops
2012-03-17
ALL: Use GCC_ATLEAST().
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-10
COMMON: Always prefer GCC 4.x versions of READ_UINT*/WRITE_UINT*
Max Horn
2011-05-09
COMMON: Tweak some comments
Max Horn
2011-04-12
COMMON: Let MKTAG always return an uint32
Max Horn
2011-04-12
COMMON: Use correct MKTAG definition, stupid
Max Horn
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2010-09-01
COMMON: changed read/write endian function to use __may_alias__ attribute
Yotam Barnoy
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-09-11
Slightly modified version of Patch #2838562: Improve endian.h and stream.h
Max Horn
2009-08-24
reverting changes from patch 43696 that shouldnt have been committed
Norbert Lange
2009-08-24
Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787
Norbert Lange
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-28
Double-invert the logic on some big/little endian checks (the idea is that we...
Max Horn
2006-11-12
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
Eugene Sandulenko
2006-04-15
cleanup
Max Horn
2006-02-25
Removed the obsolete MKID macro; added some doxygen comments, in particular f...
Max Horn
2006-02-25
Removed the (useless and confusing) PROTO_MKID_BE macro
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-11
Added WRITE_UINT16() and WRITE_UINT32() as well.
Torbjörn Andersson
2005-10-11
Added READ_UINT16(). It looks like SAGA will need it.
Torbjörn Andersson
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-23
Moved endian macros to a separate header file
Max Horn