2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Properly truncate player name, player image, and game description More... about 10 years ago
Refuse any input that is not proper UTF-8 More... about 10 years ago
Added new dependency, UTF8-CPP library More... about 10 years ago
allow sendFullUpdate on ended game More... about 10 years ago
Removed full update race condition fix More... about 10 years ago
Events are now using milliseconds precision instead of seconds precision More... about 10 years ago
Event are now using struct timeval for launch time More... about 10 years ago
fixed tv.tv_usec value in select() timeout More... about 10 years ago
reduced MonopdServer::processEvents() indent by one More... about 10 years ago
sendXMLUpdates() when we receive a socket closed event More... about 10 years ago
removed useless Player::closeSocket method More... about 10 years ago
moved timeleftEvent() call as close as possible to select() More... about 10 years ago
reworked checkActivity() close socket handling More... about 10 years ago
updated copyright More... about 10 years ago
merged identifyPlayer() into setPlayerName() More... about 10 years ago
reworked processInput(), allowing more commands (.d, .gl) while player is not identified More... about 10 years ago
final, merged processCommands() into processInput() More... about 10 years ago
processCommands() now process commands without one byte initial offset More... about 10 years ago
prepare processInput() for merging More... about 10 years ago
prepare processCommands() for merge into processInput() More... about 10 years ago
reworked processInput, prepare for processInput/processCommands merge More... about 10 years ago
Player leaving using the .d command now properly leave current game More... about 10 years ago
reworked MonopdServer::processCommands More... about 10 years ago
move "smart command" before any check More... about 10 years ago
game description command is now always available, it previously wasn't available if game was ended More... about 10 years ago
Allows houses/hotels build/sell and mortgage when players are moving More... about 10 years ago
reworked MonopdServer::processCommands More... about 10 years ago
reworked sendGameTemplateList() the way it really is More... about 10 years ago
reworked sendGameTemplateList() the way it really is More... about 10 years ago
MonopdServer::delPlayer now remove players from game and delete game if game empty, cleaned all call to delPlayer More... about 10 years ago