summaryrefslogtreecommitdiff
path: root/players.c
AgeCommit message (Expand)Author
2006-12-31(svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync...Darkvater
2006-12-26(svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respe...rubidium
2006-12-26(svn r7560) -Fix (r2300): p2 is not a PlayerID when creating a new company, b...rubidium
2006-11-13(svn r7138) -Fix: [vehicle list windows] fixed a rare crash where having some...bjarni
2006-11-11(svn r7131) -Fix (r7126) which fixes (r2817) the activating of a function cal...Darkvater
2006-11-10(svn r7126) -Synchronize the engine-renew settings of a player when joining a...Darkvater
2006-11-10(svn r7125) -Fix: Several errors/glitches related to multiplayer and bankrupc...Darkvater
2006-10-24(svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERV...Darkvater
2006-10-22(svn r6897) - Fix (r6884): Another wrong last parametr :)peter1138
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-17(svn r6814) -Codechange: For network games ci->client_playas was always p->in...Darkvater
2006-10-17(svn r6803) -Codechange: Substitute magic numbers by an enum for the news win...Darkvater
2006-10-15(svn r6784) -Codechange: Change invalid PlayerID type into ClientID which it ...Darkvater
2006-10-15(svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP).Darkvater
2006-10-14(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe...Darkvater
2006-10-14(svn r6775) -Codechange: Use some more proper types, especially Owner and Pla...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-10-14(svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER andDarkvater
2006-10-12(svn r6748) -Codechange: Use already existing function to count active players.Darkvater
2006-09-28(svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to r...peter1138
2006-09-16(svn r6462) -Codechange: Have GetStringWidth() return width as well as the he...Darkvater
2006-09-15(svn r6458) - Fix (r6457): ... but close the colour window if the company is ...peter1138
2006-09-15(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This rep...peter1138
2006-09-08(svn r6430) -Fix r6424: fixed failure to init the whole array of engines when...bjarni
2006-09-08(svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro...bjarni
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium
2006-08-29(svn r6222) Remove struct ColorList, because the names of its attributes are ...tron
2006-08-28(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]tron
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-20(svn r5974) -Codechange: added casts all around the place to make Windows 64b...truelight
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-15(svn r5915) -Cleanup: some variables were named *_date while they were only h...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-14(svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to...Darkvater
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-14(svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be...tron
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-05-19(svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found b...KUDr
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-03-31(svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_inf...peter1138
2006-03-27(svn r4136) CodeChange : Revert part of r4092 (as spotted by Tron) and clean-...belugas
2006-03-24(svn r4092) CodeChange : Named sprites instead of magic numbers plus create/u...belugas
2006-03-16(svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservati...Darkvater
2006-02-20(svn r3627) - Change all hardcoded 255 max-saveload versions with the define ...Darkvater
2006-02-06(svn r3568) - Fix: constantizing side-effect of qsort in r3563. Ugly? Yes. Ma...Darkvater
2006-02-06(svn r3565) - Fix: On loading a game, GetPlayerRailtypes() didn't account for...peter1138
2006-02-06(svn r3563) Simplify the code for calculating the highscore table in network ...tron
2006-02-06(svn r3562) Remove pointless buffer copiestron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron