2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Jun 22, 2023 — Jun 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(sct_typematch): New. Use it instead of typematch() where appropriate. (typematch): Prefer exact match to partial match. Use plain char instead of s_char. More... over 20 years ago
(stmtch, mineq): Document. Move declaration from prototypes.h to match.h. Use plain char instead of s_char. The code has several thousand type errors due to s_char vs plain char; s_char must go. (stmtch): Rewrite for clarity. More... over 20 years ago
(html): Expand tabs in all.html; they can confuse browsers. More... over 20 years ago
Document yesterday's changes that closed #803753. Don't re-explain the map in bmap commands. More... over 20 years ago
Close #803753: (map_char): New. (draw_map): Use it. Wilderness and plains owned by other players are now displayed as '?'. (radmap2): Display wilderness and plains as '?'. (satmap): Call satdisp() for all sectors owned by other players. More... over 20 years ago
Spelling fix. Closes #901174. More... over 20 years ago
(GCCWARNFLAGS): New. (OSXCFLAGS, FREEBSDCFLAGS, LINUXCFLAGS, LINUXPTHCFLAGS): Use it. More... over 20 years ago
(login_coms): Fix forward declaration (was a definition). More... over 20 years ago
(fnlist): Move from misc.h to fnlist.h, where it belongs and has complete type. More... over 20 years ago
Remove junk at end of #endif. More... over 20 years ago
(ef_ensure_space): New. (edit): Use it to to fix copying to virgin unit slot. Closes #896475. From Ron Koenderink. More... over 20 years ago
(main, intr, handleintr, termio): Do the right thing for Windows so ^C aborts to the current command, as it should. From Ron Koenderink. More... over 20 years ago
(parse): Trailing whitespace was interpreted as an another (empty) argument. Ignore it. More... over 20 years ago
Fix the previous rev. so it compiles with strict compilers. More... over 20 years ago
Don't declare things in more than one place. Move some declarations between headers. Code is now fully prototyped and compiles cleanly with gcc -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wredundant-decls. Closes #723788. More... over 20 years ago
deity.h is redundant, remove it. More... over 20 years ago
The (unused) parameter of thread entry points is named `argv', but the argument is actually the value of global variable `player'. Rename to `unused'. More... over 20 years ago
Update for 4.2.14. More... over 20 years ago
Fix the previous rev. More... over 20 years ago
Portability fix: don't declare library function, include appropriate header. More... over 20 years ago
Add some missing declarations to headers. Remove some redundant declarations elsewhere. Change linkage of some functions to static. More... over 20 years ago
Declare tags.c variables in tags.h. Declare stuff with external linkage that is not in any other header in misc.h. Remove some redundant declarations elsewhere. (prompt, doredir, dopipe, doexecute, output, screen, parsedelay): Static linkage. More... over 20 years ago
(loginit, main): Pass log file basename as parameter. (logerror): Require prior call of loginit(). (empth_exit) [_EMPTH_WIN32]: Don't print the log file name here, it's not modular. (program, getlogfile): Unused, remove. More... over 20 years ago
Fix the previous rev. More... over 20 years ago
(cons_choose): Clean up somewhat dirty use of union pointers that's not quite blessed by the standard and prone to trigger compiler warnings. More... over 20 years ago
(player_coms): Declaration in com.h was misspelled. Remove redundant declarations elsewhere. More... over 20 years ago
Remove some superflous declarations. More... over 20 years ago
(bitinit2): Move from common/maps.c to getbit.c, external linkage. (bitmap0, bitmap1, bitmap2, bitmap3, bitmap4, bitmaps): Static linkage. More... over 20 years ago
(effadv_list, effadv, rejects, rejectname, telnames, rea, numnames, tennames, numstr): Replace by static local variables in their only user. (relates): Move from global/misc.c to common/nat.c. (att_mode): Move from global/misc.c to subs/attsub.c. More... over 20 years ago
New server.h for server startup, control and shutdown, i.e. stuff in src/server. Use it. More... over 20 years ago