summaryrefslogtreecommitdiff
path: root/console_cmds.c
AgeCommit message (Expand)Author
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-21(svn r6876) -Codechange: Change the naming of _PLAYER in DESTTYPE_PLAYER/NETW...Darkvater
2006-10-18(svn r6820) -Codechange: Some more const correctness, coding style.Darkvater
2006-10-17(svn r6814) -Codechange: For network games ci->client_playas was always p->in...Darkvater
2006-10-15(svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishin...Darkvater
2006-10-14(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe...Darkvater
2006-10-12(svn r6750) -Codechange: Juggle around some header includes as they're only u...Darkvater
2006-10-03(svn r6628) - Feature: Add the ability to pause a server if not enough player...peter1138
2006-09-17(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the funct...Darkvater
2006-09-14(svn r6450) -Feature: Make the 'patch' console command available for offline ...Darkvater
2006-09-09(svn r6435) -Fix (FS#340): show an error message when executing 'scrollto x' ...rubidium
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-15(svn r5915) -Cleanup: some variables were named *_date while they were only h...rubidium
2006-08-15(svn r5909) -Fix (r5908): silence signedness warningrubidium
2006-08-15(svn r5908) - Codechange (r5903): Move the retrieval of the new value of a pa...Darkvater
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-05(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move...Darkvater
2006-07-28(svn r5626) CodeChange : Remove the global _make_screenshot and implement a m...belugas
2006-06-28(svn r5400) Typo in 5391, spotted by peter1138tron
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-14(svn r5265) Replace a dozen bogus uses of strncmp() by strcmp()tron
2006-06-14(svn r5264) -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' coul...tron
2006-05-16(svn r4889) - Codechange: added vehicle count in 'players' console commandglx
2006-05-15(svn r4876) - Fix: company value is an int64, so display it correctly in 'pla...glx
2006-05-14(svn r4871) - Fixed off-by-one and added company color displaying in 'players...glx
2006-05-11(svn r4828) -Feature (FS#150) Add a new console command "players" that lists ...celestar
2006-04-23(svn r4558) - Fix: 'stopall' was moved to debug, so move the function there a...Darkvater
2006-04-22(svn r4518) - Fix: specify the 'stopall' console command as a debug command. ...Darkvater
2006-04-03(svn r4259) -[multistop] Fix/Feature/Codechange:celestar
2006-03-18(svn r3939) -Fix: No longer assume that the number of slots is 2. It was not ...celestar
2006-03-02(svn r3730) Multistop modifications:celestar
2006-03-02(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit...Darkvater
2006-02-11(svn r3593) Fix typo in r3591peter1138
2006-02-11(svn r3591) - Fix: validate the setting of max_companies/spectators through t...Darkvater
2006-01-31(svn r3500) - Workaround the inaccurate count of spectators/companies that ca...Darkvater
2006-01-29(svn r3469) - Fix: plug a possible memleak with subsequential strdup's withou...Darkvater
2006-01-25(svn r3428) - Feature: server_info was left out previous commit. Move some co...Darkvater
2006-01-25(svn r3427) - Feature: Allow seeing and setting the maximum amount of compani...Darkvater
2006-01-19(svn r3411) - Fix: When changing the server password via the console, actuall...peter1138
2006-01-19(svn r3408) - Ok, compile before you commit; sorry (fix previous commit)Darkvater
2006-01-19(svn r3407) - Feature: Kick and ban now with IP numbers.Darkvater
2005-10-19(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is f...Darkvater
2005-10-19(svn r3069) - CodeChange: now that we have the '|' char, use that as a sepera...Darkvater
2005-10-19(svn r3068) - Feature: make it possible to create a screenshot from the conso...Darkvater
2005-10-19(svn r3067) - Feature: allow unbanning players based on banlist-id (as well a...Darkvater
2005-09-26(svn r2987) -Fix: restart_game_date is an UINT16, not a BYTE. Now setting the...tron
2005-09-11(svn r2945) Add 'del' alias to rm console commandDarkvater