]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - data/rbot/plugins/games/uno.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / games / uno.rb
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
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...