summaryrefslogtreecommitdiff
path: root/src/company_cmd.cpp
AgeCommit message (Expand)Author
2021-07-01Codechange: use the constructor for CompanyNewsItem to fill the data instead ...rubidium42
2021-07-01Codechange: create a type for the "free_data" of NewsItems and (de)allocate i...rubidium42
2021-06-11Fix #9348, 4d74e51: don't try to sell shares of spectators (#9349)Patric Stout
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-05-29Codechange: let IsUnique.* functions accept std::stringrubidium42
2021-05-15Codechange: Use std::string GetString where convenientrubidium42
2021-05-14Codechange: [Network] Pass passwords as std::string to the network coderubidium42
2021-05-13Codechange: move passwords in settings to std::stringrubidium42
2021-04-24Add: admin menu for companies in multiplayer gamesPatric Stout
2021-04-24Feature: rework in-game Online Players GUIPatric Stout
2021-03-08Add: Buttons to open global goals from company goals and vice versadP
2021-03-01Fix: terraform limit acted random when maxing out per_64k_frames settingPatric Stout
2021-03-01Fix 9b800a96: (a << 16) is unsigned, so don't remove the castPatric Stout
2021-02-28Fix: [Network] don't desync if client leaves before you finish downloading mapPatric Stout
2021-02-18Fix: Whole status bar instead of money widget refreshed on money change (#8692)Jonathan G Rennison
2021-01-22Change: Apply some consistency to singleplayer related commentsglx22
2021-01-22Fix: Never delete the last existing company in singleplayer modeglx22
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2021-01-05Change: move "give money" from client-list to company windowPatric Stout
2020-12-16Change: extend the allowed range for max loan setting (#8386)Pavel Stupnikov
2020-05-21Codechange: Use std::string for most of the user-settable custom names.Michael Lutz
2020-02-17Codechange: Avoid copying function parameters by using const referencesQuipyowert2
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-12-21Codechange: Replace FOR_ALL_GROUPS with range-based for loopsglx
2019-12-21Codechange: Replace FOR_ALL_COMPANIES with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-14Fix #7479: Don't close construction windows when changing client nameNiels Martin Hansen
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-29Codechange: Remove Company/OwnerByte typesCharles Pigott
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-05Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465)glx22
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-10Codechange: In CmdCompanyCtrl, move client_id assignment to where it is used,...Peter Nelson
2019-02-05Fix #7151: Hang when concurrently starting AIs in multiplayer, or with shift ...Peter Nelson
2019-02-04Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actionsglx
2019-02-02Change: Allow AI companies to start immediately.Samu
2019-01-31Feature: Group liveries, and livery window usability enhancements. (#7108)PeterN
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2014-09-07(svn r26802) -Add: Command to set visibility of an engine for a company (base...alberth
2014-05-11(svn r26578) -Fix (r26576): network compilation got brokenrubidium
2014-05-11(svn r26576) -Fix [FS#6003]: [Network] AIs would not reset certain network st...rubidium
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-09-13(svn r25761) -Change: Disable story/goal buttons when there is no content to ...zuu
2013-06-27(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when...rubidium
2013-05-19(svn r25263) -Add: legend for linkgraph overlay (fonsinchen)rubidium
2013-02-14(svn r24995) -Codechange: Add flags to vehicle service interval for custom & ...rubidium