shadowm

Untitled

Jul 13th, 2014
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. shadowm@nanacore:~/src/wesnoth% git pull
  2. src/CMakeLists.txt | 8 +++++
  3. src/SConscript | 3 ++
  4. src/actions/attack.hpp | 4 +--
  5. src/actions/create.cpp | 2 +-
  6. src/carryover.cpp | 8 ++---
  7. src/display.cpp | 2 +-
  8. src/display_chat_manager.cpp | 2 +-
  9. src/editor/editor_display.cpp | 4 +--
  10. src/editor/map/map_context.hpp | 14 ++++----
  11. src/fake_unit_ptr.hpp | 2 +-
  12. src/game_board.hpp | 2 +-
  13. src/game_data.cpp | 6 ++--
  14. src/game_data.hpp | 4 +--
  15. src/game_display.hpp | 2 +-
  16. src/game_events/action_wml.cpp | 4 +--
  17. src/game_events/menu_item.hpp | 2 +-
  18. src/halo.cpp | 2 +-
  19. src/hotkey/hotkey_item.cpp | 2 +-
  20. src/hotkey/hotkey_preferences_display.cpp | 2 +-
  21. src/mp_game_utils.cpp | 16 ++++-----
  22. src/multiplayer.cpp | 8 ++---
  23. src/multiplayer_connect_engine.cpp | 2 +-
  24. src/multiplayer_connect_engine.hpp | 2 +-
  25. src/multiplayer_create.cpp | 6 ++--
  26. src/multiplayer_create_engine.cpp | 2 +-
  27. src/multiplayer_lobby.cpp | 2 +-
  28. src/multiplayer_wait.cpp | 6 ++--
  29. src/notifications/dbus_notification.cpp | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  30. src/notifications/dbus_notification.hpp | 24 +++++++++++++
  31. src/notifications/notifications.cpp | 177 ++------------------------------------------------------------------------------------------
  32. src/play_controller.cpp | 2 +-
  33. src/playcampaign.cpp | 8 ++---
  34. src/reports.hpp | 2 +-
  35. src/saved_game.cpp | 41 ++++++++++++----------
  36. src/saved_game.hpp | 8 ++---
  37. src/savegame.cpp | 45 +++++++++++++++---------
  38. src/server/game.cpp | 4 +--
  39. src/server/server.cpp | 2 +-
  40. src/synced_context.cpp | 4 +--
  41. src/team.hpp | 2 +-
  42. src/teambuilder.hpp | 6 ++++
  43. src/terrain_filter.cpp | 2 +-
  44. src/tests/test_config.cpp | 4 +--
  45. src/tests/test_mp_connect.cpp | 2 +-
  46. src/unit.cpp | 4 +--
  47. src/unit.hpp | 2 +-
  48. src/unit_animation_component.cpp | 2 +-
  49. src/unit_animation_component.hpp | 10 +++---
  50. src/unit_drawer.hpp | 2 +-
  51. src/unit_filter.hpp | 2 +-
  52. src/variable.cpp | 6 ++--
  53. src/variable.hpp | 6 ++--
  54. src/variable_info.cpp | 71 ++++++++++++++++++-------------------
  55. src/variable_info.hpp | 14 ++++----
  56. src/variable_info_detail.hpp | 18 +++++-----
  57. src/wmi_pager.cpp | 2 +-
  58. 56 files changed, 441 insertions(+), 354 deletions(-)
  59. create mode 100644 src/notifications/dbus_notification.cpp
  60. create mode 100644 src/notifications/dbus_notification.hpp
  61. First, rewinding head to replay your work on top of it...
  62. Fast-forwarded master to 986d78226b210c6100cb895f2e3316c4d4342bc1.
Advertisement
Add Comment
Please, Sign In to add comment