eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] [SCM] Eliot branch, master, updated. cvs-repository-moved-to


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. cvs-repository-moved-to-git-16-g9aea22d
Date: Sun, 28 Aug 2011 17:25:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Eliot".

The branch, master has been updated
       via  9aea22d968223de3236b1979872401814ec3c73e (commit)
       via  56b66fea2879684afe4bb76be929418aa29f231a (commit)
       via  befe577fe7eb7f07fa3f30f3a1ea6eb48e71c7fe (commit)
       via  17bdd278996a770dc1efc6caab4109c0271ff781 (commit)
       via  408c92df42109358fd8933a522618928a4c7afe5 (commit)
       via  3d48facb5515826f3e1935507819cb5390bf2043 (commit)
       via  d6fbd6bef1232b53c9379cbceb0735fbd39815a5 (commit)
      from  38f3a456bba6b00a1340769f4791e7a31950cf4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9aea22d968223de3236b1979872401814ec3c73e
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 28 19:24:37 2011 +0200

    Use an enum for the variants

commit 56b66fea2879684afe4bb76be929418aa29f231a
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 28 19:16:59 2011 +0200

    Added setters to GameParams, to simplify the code a little

commit befe577fe7eb7f07fa3f30f3a1ea6eb48e71c7fe
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 28 18:27:48 2011 +0200

    Got rid of Game::getModeAsString()

commit 17bdd278996a770dc1efc6caab4109c0271ff781
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 28 18:44:34 2011 +0200

    Moved the dictionary to the GameParams class

commit 408c92df42109358fd8933a522618928a4c7afe5
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 28 18:20:00 2011 +0200

    Moved the game mode to the GameParams class

commit 3d48facb5515826f3e1935507819cb5390bf2043
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 28 16:33:50 2011 +0200

    Cosmetics

commit d6fbd6bef1232b53c9379cbceb0735fbd39815a5
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 28 17:29:39 2011 +0200

    Allow combining several variants in a single game

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                      |    2 +-
 game/duplicate.cpp              |    4 +-
 game/duplicate.h                |    4 +-
 game/freegame.cpp               |    4 +-
 game/freegame.h                 |    4 +-
 game/game.cpp                   |   24 +++++-----
 game/game.h                     |   17 +-----
 game/game_factory.cpp           |   69 +++++++++++---------------
 game/game_factory.h             |   21 ++------
 game/game_io.cpp                |   24 +++------
 game/game_move_cmd.cpp          |    2 +-
 game/game_params.h              |   57 +++++++++++++++++----
 game/public_game.cpp            |    6 --
 game/public_game.h              |    1 -
 game/training.cpp               |    4 +-
 game/training.h                 |    4 +-
 game/xml_reader.cpp             |   42 +++++++---------
 game/xml_reader.h               |    5 ++-
 game/xml_writer.cpp             |   11 ++--
 qt/new_game.cpp                 |   23 +++++----
 test/driver                     |    6 +--
 test/duplicate_1_player.ref     |    1 -
 test/duplicate_2_ai.ref         |    1 -
 test/duplicate_humans_ai.ref    |    1 -
 test/duplicate_invalid_turn.ref |    2 -
 test/duplicate_navigation.ref   |   16 ------
 test/duplicate_no_point.ref     |    1 -
 test/freegame_3_ai.ref          |    1 -
 test/freegame_change.ref        |    1 -
 test/freegame_navigation.ref    |   14 -----
 test/freegame_passing.ref       |    1 -
 test/freegame_play.ref          |    3 -
 test/load_combi_variants.input  |   29 +++++++++++
 test/load_combi_variants.ref    |  104 +++++++++++++++++++++++++++++++++++++++
 test/load_game.ref              |    1 -
 test/load_saved_game.input      |    4 +-
 test/load_saved_game.ref        |    6 +--
 test/load_test_adv.input        |    7 ---
 test/load_test_adv.ref          |    2 -
 test/test.elt                   |   17 ------
 test/training_joker.ref         |    1 -
 test/training_navigation.ref    |   11 ----
 test/training_rosace.ref        |    1 -
 utils/eliottxt.cpp              |   46 ++++++++---------
 utils/game_io.cpp               |   29 +++++------
 utils/ncurses.cpp               |    2 +-
 46 files changed, 328 insertions(+), 308 deletions(-)
 create mode 100644 test/load_combi_variants.input
 create mode 100644 test/load_combi_variants.ref
 delete mode 100644 test/load_test_adv.input
 delete mode 100644 test/load_test_adv.ref
 delete mode 100644 test/test.elt


hooks/post-receive
-- 
Eliot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]