]> git.pond.sub.org Git - empserver/history - src/lib/common/nsc.c
New macro ARRAY_SIZE()
[empserver] / src / lib / common / nsc.c
2021-01-17 Markus ArmbrusterNew macro ARRAY_SIZE()
2021-01-05 Markus ArmbrusterUpdate copyright notice
2018-04-29 Markus ArmbrusterUpdate copyright notice
2017-08-12 Markus ArmbrusterDrop a a few accidentally repeated words
2017-08-07 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterMerge branch 'readline'
2017-08-06 Markus Armbrusterrelations: Move relations state from struct natstr...
2017-08-06 Markus Armbrusterrelations: Create EF_RELAT table of struct relatstr
2017-08-06 Markus Armbrusterreject: Move reject state from struct natstr to rejectstr
2017-08-06 Markus Armbrusterreject: Create EF_REJECT table of struct rejectstr
2017-08-06 Markus Armbrustercontact: Move contact state from struct natstr to conta...
2017-08-06 Markus Armbrustercontact: Create EF_CONTACT table of struct contactstr
2017-08-06 Markus Armbrusterconfig: Generalize infrastructure build materials storage
2017-08-06 Markus Armbrusterconfig: Define infra build cost and mobility use per...
2017-08-06 Markus Armbrusternews: Raise the limit for "number of times" from 127...
2017-08-06 Markus Armbrusternsc: Drop deprecated nat and country selector hostname
2017-08-06 Markus Armbrusternsc filetable: Get rid of untidy use of PACKAGE_STRING
2017-08-06 Markus Armbrusterxdump: Make meta-type numbers portable, get rid of...
2017-08-06 Markus ArmbrusterInclude "file.h" where it's needed
2017-08-06 Markus Armbrustercollect: Derive collection value from power value
2017-08-06 Markus Armbrusterconfig: Make work to build sectors configurable
2017-08-06 Markus Armbrusterconfig: Generalize sector build materials storage
2017-08-06 Markus Armbrusterconfig: Define sector build cost per 100% instead of 1%
2017-08-06 Markus Armbrusterconfig: Add sect-chr flags, replace cost by flag "deity"
2017-08-06 Markus Armbrusternsc: Expose generalized build materials in xdump and...
2017-08-06 Markus Armbrusternsc: Replace NSC_EXTRA, NSC_CONST by enum ca_dump
2017-08-06 Markus Armbrusternsc: Correct element type in NSC_IELT()
2017-08-06 Markus Armbrusterpower: Make item power value configurable
2017-08-06 Markus Armbrusterconfig: Generalize unit build materials storage
2017-08-06 Markus Armbrusterconfig: Make work to build units independently configurable
2017-07-02 Markus ArmbrusterUpdate copyright notice
2015-02-28 Markus ArmbrusterUpdate copyright notice
2015-02-28 Markus Armbrustersail: Remove option SAIL
2015-02-28 Markus Armbrusterautonav: Remove the feature
2015-02-01 Markus Armbrusternsc: Turn NSC_HIDDEN into a flag
2015-02-01 Markus Armbrusternat: Deprecate selector hostname, fix value to ""
2014-02-16 Markus ArmbrusterRemove option TREATIES
2014-01-02 Markus ArmbrusterUpdate copyright notice
2014-01-02 Markus Armbrusternukes: New selector stockpile
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 ArmbrusterUse int instead of long for money
2013-05-08 Markus ArmbrusterUse int instead of long for military reserves
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-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2011-06-25 Markus ArmbrusterPermit truncating table product
2011-06-25 Markus ArmbrusterProvide proper ca_table for carrier unit# selectors
2011-06-25 Markus ArmbrusterProvide proper ca_table for meta selector table
2011-04-14 Markus ArmbrusterUpdate known contributors comments
2011-04-14 Markus ArmbrusterClean up superfluous include of news.h in empobj.h
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2010-06-20 Markus ArmbrusterCoding style fixes, mostly indentation and whitespace
2010-01-19 Markus ArmbrusterUpdate copyright notice
2010-01-19 Markus ArmbrusterRearrange struct sctstr slightly to expose commonalitie...
2010-01-19 Markus ArmbrusterNarrow struct sctstr member sct_mobil to char
2010-01-19 Markus ArmbrusterMake struct sctstr member sct_effic signed
2010-01-19 Markus ArmbrusterStore uids as int to support more sectors and units
2010-01-19 Markus ArmbrusterRecord news more compactly
2010-01-19 Markus ArmbrusterNew news selector duration
2009-07-19 Markus ArmbrusterMake sector maintenance cost configurable
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-08 Markus ArmbrusterStore game down flag in the game table
2009-02-08 Markus ArmbrusterUpdate copyright notice
2008-12-25 Markus ArmbrusterRemove non-mission land unit reaction
2008-11-15 Ron KoenderinkRewrite accounting of play time
2008-11-01 Markus ArmbrusterNew option RAILWAYS
2008-10-28 Markus ArmbrusterNew concept sector terrain
2008-10-28 Ron KoenderinkRepresent logged in time in seconds rather than minutes
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-09 Markus ArmbrusterGet rid of ship and land unit load counters
2008-09-09 Markus ArmbrusterGet rid of struct plnstr member pln_nuktype
2008-09-09 Markus ArmbrusterMove selector code from src/lib/global to src/lib/common