2
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(check_all_markets, update_wait): Static linkage. More... over 20 years ago
Remove useless user.h. More... over 20 years ago
Declare update related variables in budg.h. Remove some redundant declarations elsewhere. More... over 20 years ago
Declare all configuration parameters in optlist.h. Remove some redundant declarations elsewhere. More... over 20 years ago
(updating_mob, timestamp_fixing): Inappropriate for global/, move to update/mobility.c. (timestamp_fixing, do_upd_checking): Static linkage. More... over 20 years ago
Properly declare stuff in headers; remove redundant declarations. More... over 20 years ago
(logerror): The version from libcommon.a logs to a file, which is inappropriate for this program. Log to stderr instead. (program): Unused, remove. More... over 20 years ago
Properly declare functions in headers; remove redundant declarations. More... over 20 years ago
(iovec, ioq_peekiov, ioqtoiov): Unused, minor portability complication, remove. More... over 20 years ago
(_noecho, _echo): Broken, portability headache, remove. (output): Ignore C_NOECHO. Server doesn't send it anyway. More... over 20 years ago
Remove some redundant declarations. More... over 20 years ago
<string.h> is ISO C, no need to #if it. More... over 20 years ago
POSIX has all we need in <time.h>. No need to fool around with <sys/time.h>. More... over 20 years ago
Don't declare library functions, include appropriate headers. More... over 20 years ago
(deli): Partial rewrite for clarity, motivated by a `might be used unitialized' warning. Funcional change: you can now change direction without threshold (matches documentation, clarify it anyway). Change prompt for the third argument to reflect that. Also provide context when prompting for the fourth argument; this is sorely needed we didn't prompt for the third argument. More... over 20 years ago
(player_accept): Back out rev. 1.9, it doesn't compile under Windows. Needs fixing. More... over 20 years ago
(player_coms): Fix c_form for fire. More... over 20 years ago
Declare command functions in commands.h. Delete their declarations in empmod.c More... over 20 years ago
Make users of struct cmdstr agree on prototype of member c_addr. (player_login): Use player->argp[] to store arguments. (client_cmd, user_cmd, sanc_cmd, coun_cmd, pass_cmd, play_cmd, kill_cmd, list_cmd, quit_cmd): Remove parameters, fetch arguments from player->argp[]. (cmdstr): Prototype member c_addr. More... over 20 years ago
(count_planes): Remove declaration. A prototype would need struct shpstr, but not struct plnstr, which is a strong sign it doesn't belong here. More... over 20 years ago
[_WIN32]: Include required headers. More... over 20 years ago
[_EMPTH_WIN32]: Previous rev. didn't even compile, fix. More... over 20 years ago
Clean up previous revision. More... over 20 years ago
Declare all configuration variables in optlist.h. Include that instead of declaring them all over the place. This uncovered type errors: (s_p_etu, adj_update): Defined long, sometimes declared int. Kills big endian machines where sizeof(long) != sizeof(int). Change to int. More... over 20 years ago
Remove some superflous declarations missed in the previous revision. More... over 20 years ago
Cosmetic. More... over 20 years ago
(empth_t, empth_sem_t) [_EMPTH_WIN32]: Use incomplete types, not void for abstract data types. More... over 20 years ago
Supply prototypes where possible. This uncovered type errors with thread entrypoints: (lwpSelect, shutdown_sequence): Parameters didn't match thread entry point prototype. (lwpEntryPoint): Arguments didn't match thread entry point prototype. More... over 20 years ago
Windows cleanup: include proper headers, remove unused variables, fix type of signal handler. Mostly from Ron Koenderink. More... over 20 years ago
(move_ground): Remove superflous parameter `mobility'. Callers changed. Edit for clarity. No functional changes. More... over 20 years ago