Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 23, 2006, 10:07:23 PM (18 years ago)
Author:
patrick
Message:

committing my weekends work: 2100 lines :D

  • proxy server now accepts and synchronizes clients like a master server
  • network manager got different network setup interface
  • network stream got different constructure scheme
  • permissions checking and algorithm extended and changed
  • starting ability to connect to multiple network nodes at the same time
  • some very much smaller changes here and there
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/shared_network_data.h

    r9388 r9396  
    99#include "base_object.h"
    1010#include "netdefs.h"
    11 #include "proxy/proxy_settings.h"
     11#include "proxy/network_settings.h"
    1212
    1313//!< maximal connectinons for the server
     
    4040
    4141    /** @returns the maximum number of players for this server */
    42     inline int getMaxPlayer() { return ProxySettings::getInstance()->getMaxPlayer(); }
     42    inline int getMaxPlayer() { return NetworkSettings::getInstance()->getMaxPlayer(); }
    4343
    4444    /** @returns the hostID of the node */
Note: See TracChangeset for help on using the changeset viewer.