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
Document automatic fortification. Clarify engineer bonus. More... over 20 years ago
(guerrilla): Give wandering che inexact, somewhat randomized information on military. Closes #750533. Why? Wandering che pick a sector with minimal military from the adjacent sectors that can get che. Ties are broken in favour of the first sector examined. Since sectors are examined in the order given by by diroff[], che prefer directions with low index in diroff[]. This tends to channel che towards the northeast. But the change makes ties very unlikely. More... over 20 years ago
(lnd_sweep, lnd_mar_one_sector): Automatic fortification on excess mobility may fortify units while they are `at the march prompt'. That's okay. But action that consumes mobility must zap the fortification again. More... over 20 years ago
(do_mob_land): Use excess mobility to fortify. Note that units requiring fuel to gain mobility never get excess mobility. Adapted patch from from Marc Olzheim. Closes #725457. More... over 20 years ago
(is_engineer, has_helpful_engineer): Rename. Require allied engineers. This affecs command `fortify'. More... over 20 years ago
(lnd_fortify): New, factored out of fort(). (fort): Use it; no functional changes. (is_engineer): Move to logical place, external linkage. More... over 20 years ago
Remove declarations of stuff that doesn't exist. More... over 20 years ago
Fix typo. Closes #824252. More... over 20 years ago
(player_new): Proper error checking. Oops, now it may return NULL. Proper error checking in callers required. (update_wait, market_update): If player_new() returns null pointer, skip update. (player_accept): If player_new() returns null pointer, close connection. More... over 20 years ago
(map, draw_map, MAP_HIGH): New map command flag `h' to highlight own sectors; from Marc Olzheim. More... over 20 years ago
(sabo): Damage report to player was in deity coordinates, fix. Closes #856856. More... over 20 years ago
Don't explain sector production twice; replace one copy by a reference. Document execution of ship orders and sail paths. More... over 20 years ago
(ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, Options, do_feed, prod, newe): New option ROLLOVER_AVAIL; from Drake Diedrich. More... over 20 years ago
[apollo]: Tables were gutted for unknown reasons. Don't. More... over 20 years ago
[_WIN32] Fix previous rev. More... over 20 years ago
(empth_exit): Fix shutdown on reading "quit" from stdin (crash bug, reportedly). More... over 20 years ago
Fix previous rev. More... over 20 years ago
(io_select, io_init, io_open, io_close, io_output, io_flush, io_write, io_puts, iom_create, iom_getmask, iom_set, iom_clear, iom_zero): Portability bug: io_select() passed bit_fdmask to select(). This breaks the fd_set abstraction, and works only with the traditional Unix implementation of fd_set. Use fd_set and its operations instead. Remove unused source files. Note: the offending code is currently unsued. But it's a time bomb, and fixing it also replaces a bunch of code by standard library services. More... over 20 years ago
Unused, remove. More... over 20 years ago
Merge Makefile rev. 1.5. Update dependencies. More... over 20 years ago
Portability fixes: don't declare library functions, include appropriate headers. Also remove some unused declarations. More... over 20 years ago
(main): Portability bug: code passed bit_fdmask to select(). This breaks the fd_set abstraction, and works only with the traditional Unix implementation of fd_set. Use fd_set and its operations instead. Remove unused source files. More... over 20 years ago
Fix previous rev. More... over 20 years ago
Regenerated. Should be automatically generated by make and removed from the repository. More... over 20 years ago
(player_coms, lstats, lsta): Rename command `lstats' to `lstat' to match info as well as related commands `sstat' and `pstat'. Rename lstats() to lsta() to uphold the convention that functions implementing commands are named like the command or its four character prefix. Closes #804587. More... over 20 years ago
(player_coms, best): `bestdistpath' and `bestpath' violate the rule that commands must be unique within the first four letters. best() implements both. It calls BestDistPath() for the former, and BestLandPath() for the latter. However, BestDistPath() is just a wrapper around BestLandPath(); it does exactly the same. Drop `bestdistpath'. More... over 20 years ago
(mineq): Rewrite. mineq("dumpcrap", "dump ") now yields ME_MISMATCH instead of ME_PARTIAL. Closes #804611. More... over 20 years ago
(index, rindex): Obsolete BSDisms; remove. Use standard strchr() and strrchr() instead. More... over 20 years ago
(ask_olist): Fix reporting of mobility required for attack. Closes #798045. More... over 20 years ago
(do_desi): Move check for redesignated capital behind the actual redesignation. Closes #803768. More... over 20 years ago