]> git.pond.sub.org Git - empserver/history - src/lib/commands
Drop a a few accidentally repeated words
[empserver] / src / lib / commands /
2017-08-12 Markus ArmbrusterDrop a a few accidentally repeated words
2017-08-12 Markus Armbrustertrade: Don't increase negative mobility to zero on...
2017-08-12 Markus ArmbrusterUse printf %d instead of %i, just for consistency
2017-08-12 Markus ArmbrusterSpell ID and UID consistently all-caps
2017-08-07 Markus ArmbrusterUse all-caps for a few acronyms and for "OK"
2017-08-07 Markus ArmbrusterExpand a few unnecessary abbreviations in output text
2017-08-07 Markus ArmbrusterCorrect spelling as one word and as two words
2017-08-07 Markus ArmbrusterSpell harbor consistently
2017-08-07 Markus ArmbrusterSpell BTU and ETU consistently
2017-08-07 Markus ArmbrusterSpelling corrections
2017-08-07 Markus Armbrusterpowe: Delete dead assignment in gen_power().
2017-08-07 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterMerge branch 'readline'
2017-08-06 Markus Armbrusternat: Move putnat() into nat_reset() and simplify
2017-08-06 Markus Armbrusterrelations: Eliminate getrel()
2017-08-06 Markus Armbrusterrelations: Inline relatename() into its only caller...
2017-08-06 Markus Armbrusterrelations: New enum relations
2017-08-06 Markus Armbrusterreject: Change nat_accepts()'s first parameter to natid
2017-08-06 Markus Armbrusterreject: Simplify printing of new state
2017-08-06 Markus Armbrusterreject: New enum rej_comm for REJ_TELE & friends
2017-08-06 Markus Armbrusterreject: Replace getrejects() by nat_accepts()
2017-08-06 Markus Armbrusteraccept: Fix rejection check for divine senders
2017-08-06 Markus Armbrusterwire: Fix announcement rejection for and from deities
2017-08-06 Markus Armbrusteroffer: Exempt all deities from reject, not just POGO
2017-08-06 Markus Armbrusteraccept: Print YES and NO right- instead of left-justified
2017-08-06 Markus Armbrusteraccept: Don't rely on rejection flag encoding
2017-08-06 Markus Armbrusteraccept: Factor out rejection flags printing
2017-08-06 Markus Armbrustercontact: Change in_contact()'s first parameter to natid
2017-08-06 Markus Armbrustercontact: Rename getcontact() to in_contact()
2017-08-06 Markus Armbrusteredit: Don't show contact information
2017-08-06 Markus Armbrusterconvert shoot: Make security bonus proportional to...
2017-08-06 Markus Armbrustersubs: Factor common military counting out of shoo(...
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 Armbrusterimprove: Improve legibility a bit
2017-08-06 Markus Armbrusterassault: Improve chance for spies sneaking ashore undet...
2017-08-06 Markus Armbrusterassault: Handle the "only spies" special case earlier
2017-08-06 Markus Armbrusterassault: Make spies "sneaking ashore" use mobility...
2017-08-06 Markus Armbrusterassault: Plug memory leak in spies sneaking ashore
2017-08-06 Markus Armbrusterassault: Simplify sneak_ashore()
2017-08-06 Markus Armbrusterassault: Simplify only_spies()
2017-08-06 Markus Armbrusterassault: Factor only_spies(), sneak_ashore() out of...
2017-08-06 Markus Armbrusterfire: Plug memory leak when missile defense sinks firin...
2017-08-06 Markus Armbrusternews: Rewrite code for "The Bottom Line"
2017-08-06 Markus Armbrusternews: De-duplicate the loop over news items
2017-08-06 Markus Armbrusterbudget: Avoid unnecessary work
2017-08-06 Markus Armbrusterupdate: Reorder sector production for speed
2017-08-06 Markus Armbrusterupdate: Reorder unit building and maintenance for fairness
2017-08-06 Markus Armbrusterbudget: Fix for ship, plane, land unit building abroad
2017-08-06 Markus Armbrusterupdate: Rearrange code to pay non-sector military
2017-08-06 Markus Armbrusterupdate budget produce: Count loaded civilians for TECH_POP
2017-08-06 Markus Armbrusterupdate: Track oldowned civilians in nat_budget[]
2017-08-06 Markus Armbrusterproduction: Use update code instead of duplicating it
2017-08-06 Markus Armbrusterupdate production: Make sector production a bit more...
2017-08-06 Markus Armbrusterupdate: Don't double-round money, fixing mil pay and...
2017-08-06 Markus Armbrusterbudget: Fix treasury tracking
2017-08-06 Markus Armbrusterbudget: Track bank interest in nat_budget[]
2017-08-06 Markus Armbrusterbudget: Track taxes in nat_budget[]
2017-08-06 Markus Armbrusterbudget: Use a loop to show build and maintenance
2017-08-06 Markus Armbrusterbudget: Track ship, plane, land unit expenses in nat_bu...
2017-08-06 Markus Armbrusterbudget: Track sector expenses in nat_budget[]
2017-08-06 Markus Armbrusterbudget: Fix military count (but not yet their pay)
2017-08-06 Markus Armbrusterinclude: Move update stuff from prototypes.h to update.h
2017-08-06 Markus Armbrusterinclude: Rename budg.h to update.h
2017-08-06 Markus Armbrusterupdate: Drop do_feed()'s return value
2017-08-06 Markus Armbrustercollect: Derive collection value from power value
2017-08-06 Markus Armbrustercollect: Don't permit confiscation of active capital
2017-08-06 Markus Armbrustercollect: Don't disclose sector value when it exceeds...
2017-08-06 Markus Armbrusterpower: Include sector maximum population in power factor
2017-08-06 Markus Armbrusterpower: Include sector materials and cost in power factor
2017-08-06 Markus Armbrusterconfig: Add sect-chr flags, replace cost by flag "deity"
2017-08-06 Markus Armbrusterdesignate: Drop support for designate costing money
2017-08-06 Markus Armbrusterupdate: Lift populace() from tax into prepare_sects()
2017-08-06 Markus Armbrusterneweff prod work: Use update code instead of duplicating it
2017-08-06 Markus Armbrusterneweff production: Consider insufficient food
2017-08-06 Markus Armbrusterupdate: Eliminate produce_sect()'s getnatp()
2017-08-06 Markus Armbrusterupdate neweff production: Limit work in big cities
2017-08-06 Markus Armbrusternsc: Replace NSC_EXTRA, NSC_CONST by enum ca_dump
2017-08-06 Markus Armbrusterbomb: Simplify after previous commit
2017-08-06 Markus Armbrusterbomb: Eliminate bombcomm[], it's redundant
2017-08-06 Markus Armbrusterbomb: Don't list bombable commodities on invalid selection
2017-08-06 Markus Armbrustertransport: Don't hardcode material weights
2017-08-06 Markus Armbrusterpower: Include nukes in power factor, like other units
2017-08-06 Markus Armbrusterpower: Saner power for items, ships, planes and land...
2017-08-06 Markus Armbrusterpower: Make item power value configurable
2017-08-06 Markus Armbrusterpower: Use ship, plane, land unit tech instead of nation's
2017-08-06 Markus Armbrusterpower: Saner power value for tech, particularly at...
2017-08-06 Markus Armbrusterpower: Drop the RES_POP factor
2017-08-06 Markus Armbrusterpower: Simplify tallying the power value of items
2017-08-06 Markus Armbrusterconfig: Generalize unit build materials storage
2017-08-06 Markus Armbrusterconfig: Make work to build units independently configurable
2017-08-06 Markus Armbrusteredit: Add editing of land unit plague
2017-08-06 Markus Armbrusterplnsub: Add missing newline to two messages
2017-08-06 Markus Armbrusterbomb: Disallow bombing spy units
2017-08-06 Markus ArmbrusterRevert "subs: Add unitsatxy() parameter only_count"
2017-07-02 Markus Armbrusterfire: Fix damage and ammunition use of return fire
2017-07-02 Markus Armbrusterllook: Drop useless "spy loaded" conditional
2017-07-02 Markus ArmbrusterUpdate copyright notice
2015-12-05 Markus Armbrusterbomb drop fly paradrop recon sweep: Fix read before...
2015-12-05 Markus ArmbrusterFix and clean up some comments
next