summaryrefslogtreecommitdiff
path: root/src/players.cpp
AgeCommit message (Expand)Author
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-18(svn r13730) -Fix: make a copy of the names for news messages about the delet...rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-17(svn r13718) -Fix: possible desync on the autorenew settings 20+ game years (...rubidium
2008-07-17(svn r13717) -Codechange: place the whole 'create new company' command in #if...rubidium
2008-06-23(svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo.rubidium
2008-06-19(svn r13572) -Fix: MSVC x64 complains.rubidium
2008-06-15(svn r13522) -Codechange: Replace the qsort of the highscore with one of the ...skidd13
2008-06-15(svn r13521) -Codechange: Use GUIList sorting instead of poll & sort for Comp...skidd13
2008-06-13(svn r13505) -Fix: clear the memory for the new AI during the loading of a sa...rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13334) -Codechange: move the network settings variables from network/ne...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-16(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed ...rubidium
2008-05-15(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...rubidium
2008-05-13(svn r13065) -Codechange: remove the need for the news string callbacks. Patc...rubidium
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12974) -Codechange: check whether loading/saving highscores goes as it ...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-27(svn r12913) -Add: ability to backup and restore a player's economic data and...bjarni
2008-04-26(svn r12906) -Fix: vehicle groups, engine replacement rules and player/compan...smatz
2008-04-24(svn r12863) -Codechange: rewrite GeneratePlayerColour to be better understan...rubidium
2008-04-21(svn r12816) -Fix: the cargo count in the performance rating window could be ...rubidium
2008-04-20(svn r12810) -Codechange: style and useless casts in CmdSetAutoReplace()glx
2008-04-20(svn r12808) -Fix: enforce autorenew values range in commandglx
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-01-16(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get t...rubidium
2008-01-13(svn r11840) -Codechange: split network.h so not everything in there needs to...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-11(svn r11811) -Fix: make compilation without networking work again (and thus m...rubidium
2008-01-10(svn r11806) -Fix (r11793) [FS#1638]: sign inversion when updating income and...glx
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-09(svn r11800) -Codechange: move some functions to a more logical location + so...rubidium
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-09(svn r11792) -Codechange: move some (virtually) globally included AI related ...rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl...rubidium
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-28(svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned ...smatz
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium