Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shadowm@nanacore:~/src/wesnoth% git pull
- src/CMakeLists.txt | 8 +++++
- src/SConscript | 3 ++
- src/actions/attack.hpp | 4 +--
- src/actions/create.cpp | 2 +-
- src/carryover.cpp | 8 ++---
- src/display.cpp | 2 +-
- src/display_chat_manager.cpp | 2 +-
- src/editor/editor_display.cpp | 4 +--
- src/editor/map/map_context.hpp | 14 ++++----
- src/fake_unit_ptr.hpp | 2 +-
- src/game_board.hpp | 2 +-
- src/game_data.cpp | 6 ++--
- src/game_data.hpp | 4 +--
- src/game_display.hpp | 2 +-
- src/game_events/action_wml.cpp | 4 +--
- src/game_events/menu_item.hpp | 2 +-
- src/halo.cpp | 2 +-
- src/hotkey/hotkey_item.cpp | 2 +-
- src/hotkey/hotkey_preferences_display.cpp | 2 +-
- src/mp_game_utils.cpp | 16 ++++-----
- src/multiplayer.cpp | 8 ++---
- src/multiplayer_connect_engine.cpp | 2 +-
- src/multiplayer_connect_engine.hpp | 2 +-
- src/multiplayer_create.cpp | 6 ++--
- src/multiplayer_create_engine.cpp | 2 +-
- src/multiplayer_lobby.cpp | 2 +-
- src/multiplayer_wait.cpp | 6 ++--
- src/notifications/dbus_notification.cpp | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- src/notifications/dbus_notification.hpp | 24 +++++++++++++
- src/notifications/notifications.cpp | 177 ++------------------------------------------------------------------------------------------
- src/play_controller.cpp | 2 +-
- src/playcampaign.cpp | 8 ++---
- src/reports.hpp | 2 +-
- src/saved_game.cpp | 41 ++++++++++++----------
- src/saved_game.hpp | 8 ++---
- src/savegame.cpp | 45 +++++++++++++++---------
- src/server/game.cpp | 4 +--
- src/server/server.cpp | 2 +-
- src/synced_context.cpp | 4 +--
- src/team.hpp | 2 +-
- src/teambuilder.hpp | 6 ++++
- src/terrain_filter.cpp | 2 +-
- src/tests/test_config.cpp | 4 +--
- src/tests/test_mp_connect.cpp | 2 +-
- src/unit.cpp | 4 +--
- src/unit.hpp | 2 +-
- src/unit_animation_component.cpp | 2 +-
- src/unit_animation_component.hpp | 10 +++---
- src/unit_drawer.hpp | 2 +-
- src/unit_filter.hpp | 2 +-
- src/variable.cpp | 6 ++--
- src/variable.hpp | 6 ++--
- src/variable_info.cpp | 71 ++++++++++++++++++-------------------
- src/variable_info.hpp | 14 ++++----
- src/variable_info_detail.hpp | 18 +++++-----
- src/wmi_pager.cpp | 2 +-
- 56 files changed, 441 insertions(+), 354 deletions(-)
- create mode 100644 src/notifications/dbus_notification.cpp
- create mode 100644 src/notifications/dbus_notification.hpp
- First, rewinding head to replay your work on top of it...
- Fast-forwarded master to 986d78226b210c6100cb895f2e3316c4d4342bc1.
Advertisement
Add Comment
Please, Sign In to add comment