summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-24(svn r14736) -Update: WebTranslator2 update to 2008-12-24 15:29:53translators
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without...rubidium
2008-12-24(svn r14734) -Codechange: type of bankrupt_asked is CompanyMask, not bytesmatz
2008-12-24(svn r14733) -Fix (r14730): creating new companies didn't always work as expe...rubidium
2008-12-23(svn r14732) -Codechange: replace some magic number with less magic constants...rubidium
2008-12-23(svn r14731) -Fix: don't initialise UDP multiple times without closing it.rubidium
2008-12-23(svn r14730) -Codechange: remove the need for networkclientsockets and networ...rubidium
2008-12-23(svn r14729) -Fix: writing a single char to the config file caused reading ou...rubidium
2008-12-23(svn r14728) -Fix [FS#2470]: don't select anything when opening the client list.rubidium
2008-12-23(svn r14727) -Codechange: replace some magic numbers with a constant.rubidium
2008-12-23(svn r14726) -Fix (r14720): making new companies in network kinda failed...rubidium
2008-12-23(svn r14725) -Change: make it clearer why (and that) MAX_CLIENTS isn't the am...rubidium
2008-12-23(svn r14724) -Codechange: move some NetworkClientSocket related function/defi...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-23(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/rubidium
2008-12-23(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...rubidium
2008-12-23(svn r14720) -Codechange: s/FOR_ALL_CLIENTS/FOR_ALL_CLIENT_SOCKETS/ as the la...rubidium
2008-12-23(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...rubidium
2008-12-22(svn r14718) -Change: remove some direct network core variable accesses from ...rubidium
2008-12-22(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...rubidium
2008-12-22(svn r14716) -Codechange: move more network core querying to the network files.rubidium
2008-12-22(svn r14715) -Codechange: move some network code from the main gui file into ...rubidium
2008-12-22(svn r14714) -Codechange: only allocate the company network "state" variables...rubidium
2008-12-22(svn r14713) -Update: WebTranslator2 update to 2008-12-22 18:43:52translators
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-12-22(svn r14711) -Codechange: don't misuse the _network_company_info password fie...rubidium
2008-12-22(svn r14710) -Change: simplify sending company information from the server to...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-12-20(svn r14708) -Change: update a few urls and fix some small errors/missing thi...rubidium
2008-12-20(svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'.frosch
2008-12-20(svn r14706) -Update: WebTranslator2 update to 2008-12-20 18:37:49translators
2008-12-20(svn r14705) -Fix [FS#2460]: First transfer the whole load of a vehicle chain...frosch
2008-12-20(svn r14704) -Codechange: Add set capabilities to SmallVector.frosch
2008-12-20(svn r14703) -Fix (r8735): [YAPF] YapfRoadVehDistanceToTile() shall not abort...frosch
2008-12-20(svn r14702) -Documentation: Add a note about the meaning and validity of Veh...frosch
2008-12-20(svn r14701) -Change: Debian's lintian complains about not using the best com...rubidium
2008-12-20(svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk ...smatz
2008-12-20(svn r14699) -Fix (r14483): Do not use v->dest_tile for trains heading to a s...frosch
2008-12-19(svn r14697) -Fix: some int vs unsigned int comparisons in strgen.rubidium
2008-12-19(svn r14696) -Fix (r10495): Words now consist of 16 bits.frosch
2008-12-19(svn r14695) -Cleanup: When NTP is not active there is no need to set up Trai...frosch
2008-12-19(svn r14694) -Fix (r1): zeppeliner (disaster) should target st->airport_tile,...smatz
2008-12-19(svn r14693) -Codechange: replace one check in old AI (probably typo, but the...smatz
2008-12-19(svn r14692) -Update: WebTranslator2 update to 2008-12-19 18:43:35translators
2008-12-18(svn r14691) -Update: WebTranslator2 update to 2008-12-18 18:47:25translators
2008-12-18(svn r14689) -Change: make configure die on commonly made user mistakes, like...rubidium
2008-12-17(svn r14688) -Change: silence the "command not found" error when trying to fi...rubidium
2008-12-17(svn r14687) -Change: log all configure errors to config.logrubidium
2008-12-17(svn r14686) -Update: WebTranslator2 update to 2008-12-17 18:01:03translators
2008-12-17(svn r14685) -Change: don't popup cmd windows when determining version (MSVC)glx