fixes |
|
More...
|
over 21 years ago
|
Try to split template parser in two files, merge it again ;) |
|
More...
|
over 21 years ago
|
Remove one removed include |
|
More...
|
over 21 years ago
|
Merge again template parser for header and monop, due to link error (try to find why) |
|
More...
|
over 21 years ago
|
splitted libev_template into libev_template_header and libev_template_monop |
|
More...
|
over 21 years ago
|
Add connect timeout |
|
More...
|
over 21 years ago
|
Create monop_estate.[ch], move all related estate function in these files |
|
More...
|
over 21 years ago
|
Add 180sec connect timeout |
|
More...
|
over 21 years ago
|
Add land timeout + auction timeout, change some prototypes |
|
More...
|
over 21 years ago
|
Change some prototypes |
|
More...
|
over 21 years ago
|
Add a function to write directly data to socket (libev_net_send_fast) |
|
More...
|
over 21 years ago
|
Timeout is now an argument, and now exit when connection is done |
|
More...
|
over 21 years ago
|
Adds a fast tool to check if server is still alive or not |
|
More...
|
over 21 years ago
|
Replace all error and info messages. |
|
More...
|
over 21 years ago
|
Auction bid works, however timeout is not implemented yet. Replace all info and error message. |
|
More...
|
over 21 years ago
|
Change all error and info messages |
|
More...
|
over 21 years ago
|
Complete rewrite of API, receive and sent data are now in the same file, and a separate file has been created for API of monop |
|
More...
|
over 21 years ago
|
somes fixes, changed headers to avoid compilation problems, implemented load feature, and more... |
|
More...
|
over 21 years ago
|
somes fixes, and adds auction protocol |
|
More...
|
over 21 years ago
|
fixed all headers to avoid compilation problems, moved all callback in monop_game.c, added monop_auction.[ch], start auction support, and more.... |
|
More...
|
over 21 years ago
|
Fixed header to avoid compilation problems, moving all callback from game.h in example_game.c |
|
More...
|
over 21 years ago
|
Implemented landing acknowledgment (oh yeah !), finished management of double dices, paypass now work, fixed end of game trigger |
|
More...
|
over 21 years ago
|
libev_misc_get_ping_timestamp() -> libev_misc_ping_timestamp() and libev_misc_get_ping_lag() -> libev_misc_ping_lag() |
|
More...
|
over 21 years ago
|
Fix again libev_misc_ping_timestamp() and libev_misc_ping_lag(), and change |
|
More...
|
over 21 years ago
|
Now using libev_misc() functions for ping timestamp and lag |
|
More...
|
over 21 years ago
|
remove misc.[ch] file |
|
More...
|
over 21 years ago
|
Fix ping time |
|
More...
|
over 21 years ago
|
Oops, the fix for libev_misc_get_ping_lag() didn't compile ;), fixed now |
|
More...
|
over 21 years ago
|
Fix libev_misc_get_ping_lag() |
|
More...
|
over 21 years ago
|
Remove the g_timer lag for player, using libev_net_idle_time() instead |
|
More...
|
over 21 years ago
|