]> git.pond.sub.org Git - empserver/history - src/lib/subs/attsub.c
Narrow struct sctstr member sct_mobil to char
[empserver] / src / lib / subs / attsub.c
2010-01-19 Markus ArmbrusterNarrow struct sctstr member sct_mobil to char
2009-03-31 Markus ArmbrusterFix confusion of landmines with seamines
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 1
2009-03-23 Markus ArmbrusterClean up more unreadable assignments within if conditionals
2009-03-21 Markus ArmbrusterClean up unreadable assignments within if conditionals
2009-03-08 Markus ArmbrusterFix a bug in attack that could wipe out land unit updates
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-17 Markus ArmbrusterRedesign automatic supply interface
2009-02-17 Markus ArmbrusterFix automatic supply of defending and reacting units
2009-02-08 Markus ArmbrusterUpdate copyright notice
2008-12-28 Markus ArmbrusterMake sure land units with maximum mobility can attack...
2008-12-28 Markus ArmbrusterFix land unit attack mobility cost
2008-12-25 Markus ArmbrusterRemove non-mission land unit reaction
2008-12-17 Markus ArmbrusterMake land units on reserve mission react within op...
2008-12-14 Markus ArmbrusterRemove reserve mission's reaction radius bonus
2008-10-28 Markus ArmbrusterPermit ships to assault the sector they're in
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-15 Markus ArmbrusterRemove takeover_ship() and takeover_land() parameter...
2008-09-09 Markus ArmbrusterGet rid of ship and land unit load counters
2008-09-09 Markus ArmbrusterUpdate lost file from prewrite callbacks
2008-07-21 Markus ArmbrusterSimplify att_prompt()
2008-06-17 Markus ArmbrusterDon't let non-light units board ships that can't carry...
2008-05-31 Markus ArmbrusterFix ground combat to report defending land units
2008-03-26 Markus ArmbrusterFix tracking of planes flying a sortie
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-03-14 Markus ArmbrusterDon't store ship stats in struct shpstr
2008-02-17 Markus ArmbrusterFix mobility cost for marines assaulting from non-landi...
2008-02-16 Markus ArmbrusterSimplify take_move_in_mob()
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-12-13 Markus ArmbrusterRemove superfluous parenthesis.
2007-01-23 Ron Koenderink(unit_put): New, create by combining shp_put() and...
2007-01-09 Markus ArmbrusterUpdate copyright notice.
2006-09-25 Ron KoenderinkCombined struct llist and struct mlist into superset...
2006-07-10 Markus ArmbrusterBreak inclusion cycle: prototypes.h and commands.h...
2006-06-22 Markus ArmbrusterUpdate known contributors comment.
2006-06-17 Markus Armbruster(ask_olist): Let land units attack as long as they...
2006-06-17 Markus Armbruster(dchrstr): Replace int members d_mcst and d_emcst ...
2006-06-15 Markus Armbruster(sector_strength): Back out rev. 1.53's oopses, because...
2006-06-15 Markus Armbruster(att_reacting_units, attack_val, defense_val, intellige...
2006-06-13 Markus Armbruster(lnd_mobtype): New.
2006-06-13 Markus ArmbrusterMake land unit attack mobility cost consistent with...
2006-06-13 Markus Armbruster(att_fight): Don't charge the defending sector any...
2006-06-08 Markus Armbruster(lnd_pathcost): New, factored out of lnd_mobcost().
2006-06-04 Markus Armbruster4.0.2 made land unit mobility costs differ significantl...
2006-05-31 Markus Armbruster(att_reacting_units): Don't let units loaded on a train...
2006-05-27 Markus ArmbrusterChange encoding of `not in any group' from space to...
2006-05-26 Markus Armbruster(ask_olist): Fix rev. 1.45. The bug makes it impossibl...
2006-05-22 Ron Koenderink(att_get_offense): Remove unused local variables.
2006-05-21 Markus ArmbrusterLine breaks and other formatting issues. No functional...
2006-05-21 Markus Armbruster(get_dtotal): Simplify.
2006-05-21 Markus Armbruster(explore, ask_move_in_off): Compute weight as double...
2006-05-20 Markus Armbruster(lnd_getmil, total_mil): Trivial, inline into callers...
2006-05-20 Markus Armbruster(att_estimate_defense, att_get_offense): Rename. Remov...
2006-05-20 Markus Armbruster(num_teles, redir_fp, pipe_fp, exec_fd, sendeof, prompt...
2006-05-20 Markus ArmbrusterDEFENSE_INFRA was implemented in an odd way: sct_defens...
2006-05-14 Markus ArmbrusterBreak lines more tastefully.
2006-05-06 Markus ArmbrusterDo not cast to float where usual arithmetic conversions...
2006-04-30 Markus Armbruster(ask_olist, att_fight): Oops on bad combat mode. Fixes...
2006-04-30 Markus Armbruster(att_ask_offense, ask_move_in): land_answer[] is indexe...
2006-04-29 Markus Armbruster(s_char): Remove. Use signed char for small integers...
2006-04-29 Markus Armbrusters_char purge directed by compiler warnings.
2006-04-17 Markus Armbruster(att_prompt): Do the right thing when player aborts...
2006-04-17 Markus ArmbrusterFix long lines. No functional changes.
2006-03-26 Markus ArmbrusterRemove silly superflous parenthesis.
2006-03-25 Markus Armbruster(ontradingblock, trdswitchown): Second parameter is...
2006-03-23 Markus ArmbrusterUse NULL instead of (FOO *)0, it's easier to read.
2006-01-21 Markus ArmbrusterCOPYING duplicates information from README. Remove...
2006-01-12 Ron Koenderink(ship_bomb, deli, do_demo, fuel, grin, look_ship)
2006-01-05 Markus ArmbrusterUpdate copyright notice.
2005-12-28 Markus Armbruster(att_mode, xyas, ownxy, prbuf): Get rid of s_char....
2005-12-28 Markus Armbrusterplayer.h rev. 1.9 changed struct player member argp...
2005-12-27 Markus ArmbrusterInclude config.h.
2005-10-02 Markus Armbruster(SNEAK_ATTACK, opt_SNEAK_ATTACK, Options, do_sneak...
2005-10-01 Markus Armbruster(att_get_combat): Fix test whether land unit exists...
2005-07-31 Markus Armbruster(SHIPNAMES, opt_SHIPNAMES, Options, carg, name, sorde...
2005-07-23 Markus ArmbrusterRemove some redundant parenthesis; no functional change.
2005-06-18 Markus Armbruster(att_move_in_off): When boarding from a sector, mil...
2005-06-12 Markus ArmbrusterRemove a bunch of redundant casts.
2005-05-24 Markus Armbruster(lnd_support): New parameter defending, to report defen...
2005-03-16 Markus ArmbrusterUpdate copyright notice.
2005-02-23 Markus ArmbrusterFix bad line break / whitespace. No functional changes.
2004-10-12 Marc Olzheim(var.h, plague.h): Since all that was left in var.h...
2004-09-07 Markus ArmbrusterUpdate copyright notice. v4.2.18
2004-08-17 Markus Armbruster(V_CIVIL, V_MILIT, V_SHELL, V_GUN, V_PETROL, V_IRON...
2004-08-17 Markus Armbruster(mchrstr, lchrstr): Change from variable-style storage...
2004-03-05 Markus Armbruster(att_move_in_off): Don't put more than ITEM_MAX food...
2004-03-05 Markus Armbruster(att_move_in_off): The lunchbox code was unnecessary...
2004-03-05 Markus Armbruster(getilist, att_get_combat): Simplify. No functional...
2004-03-03 Markus ArmbrusterSectors need space for items, deliveries and distributi...
2004-03-03 Markus Armbruster(nameofitem, produce, check, fire_dchrg, send_reacting_...
2004-02-28 Markus ArmbrusterFix the previous rev.
2004-02-28 Markus ArmbrusterIndentation fixes; suspect indent-emp is to blame.
2004-02-19 Markus Armbruster(effadv_list, effadv, rejects, rejectname, telnames...
2004-02-17 Markus ArmbrusterDeclare all configuration variables in optlist.h. ...
2004-02-17 Markus ArmbrusterSupply prototypes where possible. This uncovered type...
2004-01-29 Markus Armbruster(take_move_in_mob): Automatic fortification on excess...
2004-01-12 Markus Armbruster(ask_olist): Fix reporting of mobility required for...
2004-01-08 Markus Armbruster(bzero, bcopy): Obsolete BSDisms; remove. Remove some...
2003-11-09 Markus ArmbrusterSpelling fix.
2003-09-02 Markus ArmbrusterIndented with src/scripts/indent-emp.
next