UNO: prevent player from replaying a misplayed card
[rbot] / data / rbot / plugins / games / uno.rb
2011-09-22  Giuseppe BilottaUNO: prevent player from replaying a misplayed card
2011-01-12  Giuseppe BilottaRuby 1.9 cleanup: variables warnings
2010-12-09  Giuseppe BilottaUNO!: when the game hasn't started, it's nobody's turn
2010-12-09  Giuseppe BilottaUNO!: prevent joins after a challengeable card
2010-12-08  Giuseppe BilottaUNO!: reset must_play when changing turn
2010-12-08  Giuseppe BilottaUNO!: early exit when checking if W+4 was legal
2010-11-08  Giuseppe BilottaUNO!: fix g9r9 fix
2010-10-18  Giuseppe Bilottauno plugin: don't allow g9r9 card specification
2010-08-05  Giuseppe BilottaUNO!: replace_player() returns whether it worked or not
2010-08-05  Giuseppe BilottaUNO!: don't replace with nonexisting players
2010-08-05  Giuseppe BilottaUNO!: prevent a challenge after a pick after a W+4
2010-07-10  Giuseppe BilottaUNO! plugin: clean join_timer when game starts
2010-07-02  Giuseppe BilottaUNO! plugin: prevent double wild play
2010-07-02  Giuseppe BilottaUNO! plugin: be more discreet about user failures
2010-07-02  Giuseppe BilottaUNO! plugin: stop join_timer on end_game
2010-07-02  Giuseppe BilottaUNO! plugin: cope with pre-game drops
2009-02-25  Spencer Rinehartuno: Mark all uno commands replied.
2009-02-19  Raine Virtaremove whitespace
2009-01-21  Simon Hafner* (plugins) changed to the new reply schema (:nick)
2008-11-11  Giuseppe BilottaUNO plugin: handle empty top lists
2008-11-11  Giuseppe BilottaUNO plugin: add top and topwin commands to help
2008-10-27  Giuseppe BilottaUNO plugin: give cards to correct player at endgame oldmaster
2008-10-14  Giuseppe BilottaUNO plugin: fix playable cards during picks
2008-07-03  Giuseppe BilottaUNO plugin: skip empty messages
2008-07-03  Giuseppe BilottaUNO plugin: round cards for late joiners up, not down
2008-07-03  Giuseppe BilottaUNO plugin: don't show user cards if the user is not...
2008-04-21  Giuseppe Bilottauno plugin: most commands should only trigger after...
2008-04-21  Giuseppe Bilottauno plugin: only allow to pick a color after a wild
2008-04-14  Giuseppe Bilottauno plugin: more help
2008-04-14  Giuseppe Bilottauno plugin: initialize top10 counter both for inline...
2008-04-14  Giuseppe Bilottauno plugin: command to transfer game ownership
2008-04-14  Giuseppe Bilottauno plugin: game starter how has temporary full uno...
2008-04-14  Giuseppe Bilottauno plugin: cleanly end all games on cleanup()
2008-04-14  Giuseppe Bilottauno plugin: clean up game management permissions
2008-04-13  Giuseppe Bilottauno plugin: remove completed TODOs
2008-04-12  Giuseppe Bilottauno plugin: top scores and wins
2008-04-12  Giuseppe Bilottauno plugin: channel and player stats
2008-04-11  Giuseppe Bilottauno plugin: a Reverse on a Reverse on a +X should be...
2008-04-11  Giuseppe Bilottauno plugin: Reverse with two players and a picker shoul...
2008-04-11  Giuseppe Bilottauno plugin: mark all legit moves as not challengeable
2008-04-11  Giuseppe Bilottauno plugin: don't fail to drop players that left the...
2008-04-11  Giuseppe Bilottauno plugin: W+4 can be challenged
2008-04-11  Giuseppe Bilottauno plugin: allow playing a double +2 card
2008-04-11  Giuseppe Bilottauno plugin: correct handling of drops and forced game...
2008-04-10  Giuseppe Bilottauno plugin: pick or pass are the same when +X are pending
2008-04-10  Giuseppe Bilottauno plugin: document playability of two equal cards
2008-04-10  Giuseppe Bilottauno plugin: player replacement
2008-04-10  Giuseppe Bilottauno plugin: allow players to drop from the game
2008-04-10  Giuseppe Bilottauno plugin: uno end command
2008-04-10  Giuseppe Bilottauno plugin: when players join mid-game, give them an...
2008-04-10  Giuseppe Bilottauno plugin: more extensive help
2008-04-10  Giuseppe Bilottauno plugin: rework play_card param matching, allowing...
2008-04-09  Giuseppe Bilottauno plugin: TODOs
2008-04-09  Giuseppe Bilottauno plugin: always bolden player names
2008-04-09  Giuseppe Bilottauno plugin: public announce of people on join
2008-04-09  Giuseppe Bilottauno plugin: fix check for card presence
2008-04-09  Giuseppe Bilottauno plugin: don't trigger in-game commands if they...
2008-04-09  Giuseppe Bilottauno plugin: sort dealt cards too
2008-04-09  Giuseppe Bilottauno plugin: colorize color pick
2008-04-09  Giuseppe Bilottauno plugin: fix playing cards after a Reverse after...
2008-04-09  Giuseppe Bilottauno plugin: fix endgame with positive picker
2008-04-09  Giuseppe Bilottauno plugin: fix playability check for Reverse vs +x
2008-04-09  Giuseppe Bilottauno plugin: sort players' cards
2008-04-09  Giuseppe Bilottauno plugin: downcase parameters
2008-04-09  Giuseppe Bilottauno plugin: don't reset the @picker until cards are...
2008-04-09  Giuseppe Bilottauno game: non-wilds can't be played on a +something...
2008-04-09  Giuseppe Bilottauno plugin: endgame
2008-04-09  Giuseppe Bilottauno plugin: initial implementation of UNO! game, no...