[xoreos-git] [DrMcCoy/xoreos] 83ce0c: COMMON: For portability, use generic_string() inst...

GitHub noreply at github.com
Sat Jan 12 11:21:35 CET 2013


  Branch: refs/heads/master
  Home:   https://github.com/DrMcCoy/xoreos
  Commit: 83ce0c0706d4433412e25a78f15c48f88e57009c
      https://github.com/DrMcCoy/xoreos/commit/83ce0c0706d4433412e25a78f15c48f88e57009c
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M src/common/filelist.cpp

  Log Message:
  -----------
  COMMON: For portability, use generic_string() instead of string()

Thanks to darkstar.


  Commit: 9fea94ad68324d9f94303b6d289da9acfaa24893
      https://github.com/DrMcCoy/xoreos/commit/9fea94ad68324d9f94303b6d289da9acfaa24893
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M src/aurora/2dafile.cpp
    M src/aurora/biffile.cpp
    M src/aurora/dlgfile.cpp
    M src/aurora/erffile.cpp
    M src/aurora/gfffile.cpp
    M src/aurora/keyfile.cpp
    M src/aurora/nwscript/ncsfile.cpp
    M src/aurora/rimfile.cpp
    M src/aurora/ssffile.cpp
    M src/aurora/talktable.cpp
    M src/common/endianness.h
    M src/common/pe_exe.cpp
    M src/engines/kotor/area.cpp
    M src/engines/kotor/creature.cpp
    M src/engines/kotor/door.cpp
    M src/engines/kotor/gui/gui.cpp
    M src/engines/kotor/placeable.cpp
    M src/engines/nwn/area.cpp
    M src/engines/nwn/creature.cpp
    M src/engines/nwn/door.cpp
    M src/engines/nwn/gui/gui.cpp
    M src/engines/nwn/ifofile.cpp
    M src/engines/nwn/placeable.cpp
    M src/engines/nwn/waypoint.cpp
    M src/graphics/aurora/model_nwn2.cpp
    M src/graphics/aurora/pltfile.cpp
    M src/graphics/images/dds.cpp
    M src/sound/decoders/wave.cpp
    M src/sound/sound.cpp
    M src/video/actimagine.cpp
    M src/video/bink.cpp
    M src/video/quicktime.cpp
    M src/video/xmv.cpp

  Log Message:
  -----------
  COMMON: Replace MKID_BE by MKTAG

MKID_BE relied on unspecified behavior of the C++ compiler,
and as such was always a bit unsafe. The new MKTAG macro
is slightly less elegant, but does no longer depend on the
behavior of the compiler.
Inspired by FFmpeg via ScummVM.


Compare: https://github.com/DrMcCoy/xoreos/compare/29201d27bc6a...9fea94ad6832


More information about the xoreos-git mailing list