# HG changeset patch # User Steve Losh # Date 1474035735 0 # Node ID 72cf6e0bad36e98d199a79fb06d2b9e1762b8088 # Parent 91ab6c4616be0bf7eeb802370b09cdb5eff66474 cl-ggp: Update site. diff -r 91ab6c4616be -r 72cf6e0bad36 cl-ggp/changelog/index.html --- a/cl-ggp/changelog/index.html Thu Sep 08 13:58:17 2016 +0000 +++ b/cl-ggp/changelog/index.html Fri Sep 16 14:22:15 2016 +0000 @@ -15,8 +15,15 @@

Changelog

Here's the list of changes in each released version.

+

Pending

+

v0.0.1

Initial alpha version. Things are going to break a lot. Don't use this.

diff -r 91ab6c4616be -r 72cf6e0bad36 cl-ggp/reference/index.html --- a/cl-ggp/reference/index.html Thu Sep 08 13:58:17 2016 +0000 +++ b/cl-ggp/reference/index.html Fri Sep 16 14:22:15 2016 +0000 @@ -36,6 +36,7 @@
  • PLAYER-START-GAME (generic function)
  • PLAYER-STOP-GAME (generic function)
  • PLAYER-UPDATE-GAME (generic function)
  • +
  • PLAYER-UPDATE-GAME-II (generic function)
  • START-PLAYER (function)
  • @@ -152,12 +153,21 @@

    Called after all players have made their moves.

    moves will be a list of (role . move) conses representing moves made by each player last turn.

    +

    PLAYER-UPDATE-GAME-II (generic function)

    +
    (PLAYER-UPDATE-GAME-II PLAYER MOVE PERCEPTS)
    +
    + + +

    Called after all players have made their moves in a GDL-II game.

    +

    move will be the move you played last turn.

    +

    percepts are all the percepts you see for the round.

    START-PLAYER (function)

    -
    (START-PLAYER PLAYER)
    +
    (START-PLAYER PLAYER &KEY (SERVER :HUNCHENTOOT) (USE-THREAD T))
     

    Start the HTTP server for the given player.

    +

    The :server and :use-thread options will be passed along to Clack.

    Package GGP-RULES

    Symbol storage package.

    The GGP-RULES package is used to hold all the symbols in the GDL game