]> git.pond.sub.org Git - empserver/history - src
set_coastal: Fix function comment
[empserver] / src /
2013-06-06 Markus Armbrusterset_coastal: Fix function comment
2013-06-06 Markus Armbrusteredit &c: Add remaining missing sector change reporting
2013-06-06 Markus Armbrusteredit: Report sector loss and gain properly for key 'L'
2013-06-06 Markus Armbrusteredit: Limit resources to 100 instead of 127
2013-06-06 Markus Armbrustersetsector: Clean up read beyond end of string
2013-06-06 Markus Armbrustersetsector setresource: Print effect for unowned sectors...
2013-06-06 Markus Armbrustersetsector: Don't disclose number of landmines to occupier
2013-06-06 Markus ArmbrusterRevert "Fix setsector not to disclose number of landmin...
2013-06-06 Markus Armbrusteredit &c: Suppress bulletins for acts of god to himself
2013-06-06 Markus Armbrusteredit &c: Suppress news for acts of god to gods
2013-06-06 Markus Armbrusteredit &c: Suppress news and bulletins on no-op acts...
2013-06-06 Markus ArmbrusterSend bulletins only from POGO
2013-06-06 Markus Armbrusteredit: De-duplicate code for commodities on ships and...
2013-06-06 Markus Armbrusteredit: Pass full keys around, not just first characters
2013-06-06 Markus Armbrusteredit: Accept interactive empty key argument again
2013-06-06 Markus Armbrusteredit: Treat blank interactive input like empty input
2013-06-06 Markus Armbrustergive: Report number given when less than requested...
2013-06-06 Markus Armbrustergive: Fix integer overflows on silly third arguments
2013-06-06 Markus Armbrusteredit: Don't permit putting a land unit or plane on...
2013-06-06 Markus Armbrusteredit: Fix integer argument range checking
2013-06-06 Markus Armbrusteredit: Drop pointless doland() variables old, des
2013-06-06 Markus Armbrusteredit: Suppress "sunk!" after "taken from you by deity"
2013-06-06 Markus Armbrusteredit: Fix and unify handling of invalid country numbers
2013-06-06 Markus Armbrusteredit: Don't show loyalty, plague stage and time as...
2013-06-06 Markus Armbrusteredit: Show edited planes and land units just like ships
2013-06-06 Markus Armbrusteredit: Show the edited ship even when its owner is invalid
2013-06-06 Markus Armbrusterprnatid: Recover from getnatp() failure
2013-06-06 Markus Armbrusterprnat() prnatid(): New, common country name (#number...
2013-06-06 Markus Armbrusteredit: Rename some of helpers, and reorder parameters
2013-06-06 Markus ArmbrusterReplace common pattern by new LIMIT_TO()
2013-06-01 Markus Armbrusterempdump: Don't abort() on unresolvable symbols
2013-05-31 Markus Armbrusterclient: Send login commands without trailing space
2013-05-27 Markus Armbrustercutoff level: Add FIXME comments to narrow coordinate...
2013-05-27 Markus Armbrustermission: Widen coordinate columns to four characters
2013-05-27 Markus Armbrustersorder: Widen coordinate columns to four characters
2013-05-26 Markus Armbrusterland: Separate columns x,y and a in output properly
2013-05-26 Markus Armbrustersatmap: Separate and align columns in output properly
2013-05-26 Markus Armbrustertcp_listen: Plug fd leak on OpenBSD with IPv6
2013-05-26 Markus ArmbrusterPut URIs and e-mail addresses in <angle brackets>
2013-05-26 Markus Armbrusterversion: Consistently end sentences with periods
2013-05-20 Markus ArmbrusterBump version to 4.3.32
2013-05-12 Markus ArmbrusterFix read beyond end of conditional argument on missing...
2013-05-08 Markus ArmbrusterPermit ships that can drop depth charges, but not fire
2013-05-08 Markus ArmbrusterConsistently require guns for dropping depth charges
2013-05-08 Markus ArmbrusterCover configure reporting "terminfo: no" in READMEs
2013-05-08 Markus ArmbrusterCast time_t to long for printing with %ld
2013-05-08 Markus ArmbrusterRefresh autoconf macros from autoconf-archive-2013...
2013-05-08 Markus ArmbrusterChange econfig key rollover_avail_max from 0 to 50
2013-05-08 Markus ArmbrusterMake sector production more predictable
2013-05-08 Markus ArmbrusterRearrange produce() and prod() a bit to make them more...
2013-05-08 Markus ArmbrusterFactor prod_resource_limit() out of produce() and prod()
2013-05-08 Markus ArmbrusterAvoid double rounding materials when limiting products...
2013-05-08 Markus ArmbrusterUse ITEM_MAX instead of 9999 as production material...
2013-05-08 Markus Armbrusterprod() duplicates materials_cost(), clean up
2013-05-08 Markus ArmbrusterClean up redundant code in prod()
2013-05-08 Markus ArmbrusterFix xdump nat column ip for connections from "long...
2013-05-08 Markus ArmbrusterFix five year old show stopper bugs on big endian hosts
2013-05-08 Markus ArmbrusterFix xdump trade column type on big endian hosts
2013-05-08 Markus ArmbrusterFix xdump lost column type on big endian hosts
2013-05-08 Markus ArmbrusterDrop trailing space in output of financial
2013-05-08 Markus ArmbrusterClean up some trailing whitespace
2013-05-08 Markus ArmbrusterInclude <process.h> in w32/unistd.h for getpid()
2013-05-08 Markus ArmbrusterFix missing include "arpa/inet.h" in w32sockets.c
2013-05-08 Markus ArmbrusterDefine EWOULDBLOCK for w32 only if it's missing
2013-05-08 Markus ArmbrusterUse IPv4 format for IPv4-mapped addresses
2013-05-08 Markus ArmbrusterLog connection attempts
2013-05-08 Markus ArmbrusterFix wildcard bind to at least bind IPv4 or else IPv6...
2013-05-08 Markus ArmbrusterFix wildcard bind to bind both IPv6 and IPv4 on Windows...
2013-05-08 Markus ArmbrusterIgnore error setting socket option SO_REUSEADDR
2013-05-08 Markus ArmbrusterClean up tcp_listen()'s addrinfo loop some
2013-05-08 Markus ArmbrusterLog the server's listening address
2013-05-08 Markus ArmbrusterFactor sockaddr_ntop() out of player_accept()
2013-05-08 Markus ArmbrusterFix a comment in tcp_connect()
2013-05-08 Markus ArmbrusterMake power sort countries of equal power predictably
2013-05-08 Markus ArmbrusterChange fairland island size probability distribution
2013-05-08 Markus ArmbrusterMake fairland record the island number in the deity...
2013-05-08 Markus ArmbrusterRemove superfluous #include "nuke.h"
2013-05-08 Markus ArmbrusterSimplify market time left handling in a few places
2013-05-08 Markus ArmbrusterFix extension of market bidding time when high bidder...
2013-05-08 Markus ArmbrusterFix pre-tax unit market price loss of precision
2013-05-08 Markus ArmbrusterUse int instead of long for money
2013-05-08 Markus ArmbrusterFix melting of big piles of stuff by ridiculously heavy...
2013-05-08 Markus ArmbrusterClean up silly use of long in satmap()
2013-05-08 Markus ArmbrusterUse int instead of long for military reserves
2013-05-08 Markus ArmbrusterUse int instead of long to count people
2013-05-08 Markus ArmbrusterUse int instead of signed char for pln_flags
2013-05-08 Markus ArmbrusterUse int instead of long for flags
2013-05-08 Markus ArmbrusterAbridge a few overly verbose declarations
2013-05-08 Markus ArmbrusterClean up redundant forward declarations
2013-05-08 Markus ArmbrusterFix crash on edit s, p, u key 'U' with negative argument
2013-05-08 Markus ArmbrusterUnify owner of units built by deities in foreign sectors
2013-05-08 Markus ArmbrusterUse unsigned instead of unsigned long for fairland...
2013-05-08 Markus ArmbrusterRemove a blank line before "fairland rips open"
2013-05-08 Markus ArmbrusterDon't reprint "fairland rips open" and PRNG seed on...
2013-05-08 Markus ArmbrusterFix PRNG seeding to resist guessing
2013-05-08 Markus ArmbrusterSwitch PRNG from BSD random() to Mersenne Twister
2013-05-08 Markus ArmbrusterFix tiny error in distribution of die rolls
2013-05-08 Markus ArmbrusterNew pct_chance(), for clarity, and symmetry with chance()
2013-05-08 Markus ArmbrusterMake move_ground() use roundavg()
2013-05-08 Markus ArmbrusterMake damage() use roundavg()
next