2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed FSF snail mail address More... about 10 years ago
final changes for 0.10.0 release More... about 10 years ago
ensure ip_str is null terminated whatever is happening More... about 10 years ago
update game player count after player is upgraded from spectator to player More... about 10 years ago
reinsert player in correct place after player turnorder is set More... about 10 years ago
don't accept player upgrade if game is full More... about 10 years ago
don't count spectators players in most cases where we need game players count More... about 10 years ago
set proper scope for turnorder More... about 10 years ago
removed unused Game::lowestFreeId() method More... about 10 years ago
finished game can't be watched, reset canbewatched flag if necessary More... about 10 years ago
set player turnorder for upgraded player More... about 10 years ago
allow spectators by default More... about 10 years ago
added canbewatched game property More... about 10 years ago
never select a spectator player for next turn More... about 10 years ago
added game turn property More... about 10 years ago
reworked game status More... about 10 years ago
Game::sendFullUpdate doesn't send game status anymore, this is a global property, not a game property More... about 10 years ago
fixed a discrepancy in addPlayer, it worked, but only because that's always the case More... about 10 years ago
Game::addPlayer, only send full update for joining players, first player receive updates through property changed flag More... about 10 years ago
renamed Game::addPlayer property from isMaster to isFirst More... about 10 years ago
send gameupdate before playerupdate to help clients deal with who's in game More... about 10 years ago
only reset estate update when loading a game, keep config update flags More... about 10 years ago
game status is now a global property, allows client to display game progress More... about 10 years ago
improved Game::sendStatus More... about 10 years ago
reworked MonopdServer::loadGameTemplates More... about 10 years ago
fixed a fd leak if config file contains invalid utf8 More... about 10 years ago
fixed MonopdServer::loadGameTemplates if config files contain comments More... about 10 years ago
proper distance check for chat messages More... about 10 years ago
check proper UTF-8 in config files while loading them More... about 10 years ago
reworked Game::loadConfig More... about 10 years ago