1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Nov 01, 2021 — Nov 01, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
moved connection type assignment to client_connect() function More... almost 9 years ago
renamed _connect type to connection More... almost 9 years ago
no more connection table More... almost 9 years ago
client_connect() now returns a connect struct pointer instead of a connect index More... almost 9 years ago
client_send() return value is never used, removed More... almost 9 years ago
no more global->customserver_connectid More... almost 9 years ago
no more global->metaserver_connectid More... almost 9 years ago
no more global->game_connectid More... almost 9 years ago
client_send() now takes a connect pointer instead of a connect index More... almost 9 years ago
no more connect index for client_event() socket event handler More... almost 9 years ago
added uniq connection id if debug is enabled More... almost 9 years ago
merged gamelist parser common code More... almost 9 years ago
removed connect index from xml input parser More... almost 9 years ago
using less connect index in socket code More... almost 9 years ago
client_disconnect() is now taking a connect struct pointer instead of a connect index More... almost 9 years ago
removed useless connection_is_open[] global table More... almost 9 years ago
client_disconnect() return value is never used, changed return type to void More... almost 9 years ago
added xpm legacy icon More... almost 9 years ago
win32: moved win32 data from data/ to win32/ More... almost 9 years ago
removed useless PACKAGE_DATA_DIR concat where possible More... almost 9 years ago
graphics: added new icon set More... almost 9 years ago
using gtk_window_set_default_icon() instead of calling gtk_window_set_icon() for each window More... almost 9 years ago
win32 does not like paths ending with /, fixed. added path robustness against failed home creation More... almost 9 years ago
win32: fixed stat() call, win32 does not allow paths ending with "/" as valid folder path More... almost 9 years ago
win32 port: use application data folder instead of my documents for config file More... almost 9 years ago
added icon rc file for windres More... almost 9 years ago
win32 port for IPv6 support More... almost 9 years ago
use gtk_widget_set_margin_left() and gtk_widget_set_margin_right() if gtk version is < 3.12.0 More... almost 9 years ago
reduce MAX_PLAYERS to a sane default More... almost 9 years ago
fixed z ordering in output frames More... almost 9 years ago