Age | Commit message (Expand) | Author |
2008-12-29 | (svn r14765) -Update (r14764): remove changed strings from translations. | rubidium |
2008-12-29 | (svn r14764) -Codechange: make the '***' chat messages like "Game paused (not... | rubidium |
2008-12-28 | (svn r14761) -Fix (r14730): missed the one DEREF_CLIENT in the random debug c... | rubidium |
2008-12-28 | (svn r14760) -Fix (rlongago): network connection of clients being closed twic... | rubidium |
2008-12-28 | (svn r14759) -Fix (r14730): tab completion causing out-of-bounds read. | rubidium |
2008-12-28 | (svn r14758) -Fix: determine the real size of a depot before trying to place it. | rubidium |
2008-12-28 | (svn r14757) -Update: WebTranslator2 update to 2008-12-28 18:41:48 | translators |
2008-12-28 | (svn r14756) -Update (r14755): remove removed string from other languages too. | rubidium |
2008-12-28 | (svn r14755) -Codechange: remove ending year as it can't be changed anyways. | rubidium |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-12-26 | (svn r14753) -Fix (r1): after buying a company, one could have more vehicles ... | smatz |
2008-12-26 | (svn r14752) -Fix [FS#2438]: revenue when clearing land would show up in red ... | rubidium |
2008-12-26 | (svn r14751) -Codechange: put VehicleEnterTile declaration where it should be... | smatz |
2008-12-26 | (svn r14750) -Fix [FS#1993]: in an MP game in SP mode no company would go ban... | rubidium |
2008-12-26 | (svn r14749) -Codechange: replace a few wrapper functions that only called de... | rubidium |
2008-12-26 | (svn r14748) -Codechange: unduplicate window updating when deleting vehicles. | rubidium |
2008-12-26 | (svn r14747) -Codechange: remove DeleteVehicleChain in favour of the vehicle ... | rubidium |
2008-12-26 | (svn r14746) -Fix: don't let any disaster vehicle (Helicopter or Airplane) ta... | smatz |
2008-12-26 | (svn r14745) -Codechange: move "depot_list" and "leave_depot_immediately" out... | rubidium |
2008-12-26 | (svn r14744) -Fix [FS#2474]: don't tell loading a savegame failed in two dist... | rubidium |
2008-12-26 | (svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q... | smatz |
2008-12-26 | (svn r14742) -Codechange: use SmallMap in two cases to reduce compilation tim... | smatz |
2008-12-25 | (svn r14741) -Update: WebTranslator2 update to 2008-12-25 18:48:16 | translators |
2008-12-24 | (svn r14740) -Fix (r13675)(r14739): we shouldn't skip all remaining sprites n... | smatz |
2008-12-24 | (svn r14739) -Fix (r13675): when a static GRF was forcibly disabled, wrong da... | smatz |
2008-12-24 | (svn r14738) -Fix (r13576): GCF_STATIC belongs to GRFConfig::flags, not GRFCo... | smatz |
2008-12-24 | (svn r14737) -Fix (r10211): memory leak in Action 0x0F (new town names) | smatz |
2008-12-24 | (svn r14736) -Update: WebTranslator2 update to 2008-12-24 15:29:53 | translators |
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 byte | smatz |
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 |