0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added Player#leave and Wizard#kick, and they all call Game#kick. More... about 15 years ago
added wizard, derived from player. it should be the host of the game: More... about 15 years ago
added ParanoidDateTime for game, and allow null value for deleted_at. More... about 15 years ago
we do really need model test More... about 15 years ago
renamed role names with Sengo's design. More... about 15 years ago
added index for turn. 0: not started. odd: night. even: day. More... about 15 years ago
renamed village to game, day to turn. this would be more abstract: More... about 15 years ago
updated TODO. More... about 15 years ago
added some defaults for property, see: More... about 15 years ago
add status prop for pl. use dm-types/enum if available, default to :alive More... about 15 years ago
fixed not saved password bug. use attribute_set instead of ivar. More... about 15 years ago
use String for URI is fine. no need to use dm-types. More... about 15 years ago
TODO: don't load up app-deploy at first, use it lazily More... about 15 years ago
Hash#first is 1.8.7+ only. More... about 15 years ago
no need to use dm-sweatshop. More... about 15 years ago
simplified snip base dir and file ext. More... about 15 years ago
added locale view which forgot to commit. More... about 15 years ago
added characters displaying page. More... about 15 years ago
added character fixture. More... about 15 years ago
redirect back when locale is set. More... about 15 years ago
renamed layout from page to layout. More... about 15 years ago
added locale support. depend on ya2yaml (require for ramaze/tool/localize). More... about 15 years ago
updated layout. More... about 15 years ago
fixed typo. More... about 15 years ago
removed placeholder. More... about 15 years ago
added Village#dispatch_player to dispatch role and character. More... about 15 years ago
player belongs to character (color, avatar, or even name?) More... about 15 years ago
preserve order of roles. More... about 15 years ago
default locale to en_US More... about 15 years ago
renamed locale to de facto standard name. More... about 15 years ago