[xoreos-git] [DrMcCoy/xoreos] 70aa42: ALL: Properly include boost with <> instead of ""

GitHub noreply at github.com
Mon Aug 6 14:14:35 CEST 2012


  Branch: refs/heads/master
  Home:   https://github.com/DrMcCoy/xoreos
  Commit: 70aa4206840ff9857da8f59f040cbc268303b042
      https://github.com/DrMcCoy/xoreos/commit/70aa4206840ff9857da8f59f040cbc268303b042
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2012-08-05 (Sun, 05 Aug 2012)

  Changed paths:
    M src/aurora/ndsrom.cpp
    M src/aurora/nwscript/types.h
    M src/aurora/resman.cpp
    M src/aurora/util.cpp
    M src/common/debugman.cpp
    M src/common/filelist.cpp
    M src/common/filelist.h
    M src/common/filepath.cpp
    M src/common/filepath.h
    M src/common/foxpro.h
    M src/common/stringmap.h
    M src/common/ustring.h
    M src/common/zipfile.cpp
    M src/engines/aurora/console.cpp
    M src/engines/aurora/console.h
    M src/engines/kotor/console.cpp
    M src/engines/nwn/console.cpp
    M src/engines/nwn/gui/widgets/nwnwidget.cpp
    M src/engines/nwn/gui/widgets/tooltip.cpp
    M src/engines/nwn/script/functions_000.cpp
    M src/engines/nwn/script/functions_100.cpp
    M src/engines/nwn/script/functions_200.cpp
    M src/engines/nwn/script/functions_300.cpp
    M src/engines/nwn/script/functions_400.cpp
    M src/engines/nwn/script/functions_500.cpp
    M src/engines/nwn/script/functions_600.cpp
    M src/engines/nwn/script/functions_700.cpp
    M src/engines/nwn/script/functions_800.cpp
    M src/events/timerman.h
    M src/graphics/images/screenshot.cpp

  Log Message:
  -----------
  ALL: Properly include boost with <> instead of ""


  Commit: 526897227e82efe64427c842aeed0aec64c41d3d
      https://github.com/DrMcCoy/xoreos/commit/526897227e82efe64427c842aeed0aec64c41d3d
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2012-08-06 (Mon, 06 Aug 2012)

  Changed paths:
    M src/events/events.cpp
    M src/events/events.h
    M src/events/requests.cpp
    M src/events/requests.h
    M src/events/requesttypes.h
    M src/events/types.h
    M src/graphics/graphics.cpp

  Log Message:
  -----------
  EVENTS: Generically force calling functions in the main thread

Instead of having one request type each for every thing that needs to
be done in the main thread, we now throw functors around with the
parameters bound to what was originally specified.

So we can now have functions that notice they're not being called
from the main thread automagically call themselves in the main thread
with the correct parameters.


Compare: https://github.com/DrMcCoy/xoreos/compare/d563c2a83c9e...526897227e82


More information about the xoreos-git mailing list