]> git.pond.sub.org Git - empserver/shortlog
empserver
2006-01-05 Markus ArmbrusterSplit info.pl into findsubj.pl, mksubj.pl, mktop.pl.
2006-01-05 Markus ArmbrusterUpdate copyright notice.
2006-01-04 Markus Armbruster(EF_NATION_STATUS, nation_status): New.
2006-01-04 Markus ArmbrusterFix the previous revision.
2006-01-04 Markus ArmbrusterChange nation status from bits to a simple enum:
2006-01-04 Markus Armbruster(powe): Simplify.
2006-01-04 Markus ArmbrusterSome s_char killings.
2006-01-04 Markus Armbruster(docountry): Telex country on nat_reserve editing uncon...
2006-01-04 Markus Armbruster(comtch): Parameter god permitted execution of any...
2006-01-04 Markus Armbruster(explain): Part of the argument explanation was suppres...
2006-01-04 Markus Armbruster(update_removewants): Clearing WUPD_WANT trashed all...
2006-01-04 Markus Armbruster(status): Enforce m_m_p_d only for active countries...
2006-01-04 Markus Armbruster(demand_check): Slight simplification.
2006-01-04 Markus Armbruster(orig): Allow moving origin to another country's origin...
2006-01-04 Markus Armbruster(STAT_ABS): Only set by files program for country ...
2006-01-04 Ron Koenderink(termio) [_WIN32]: Add a variable (record) to match...
2006-01-03 Markus ArmbrusterFix the previous revision.
2006-01-03 Markus Armbruster(xdvisible): New.
2006-01-01 Ron Koenderink(main) [_WIN32]: Fix logerror format to "lu" for GetLas...
2006-01-01 Ron Koenderink(service_ctrl_handler) [_WIN32]: Add static declaration.
2006-01-01 Ron Koenderink(tcp_listen) [_WIN32]: Move the undef NS_ALL to after...
2006-01-01 Ron Koenderink(tcp_listen) [_WIN32]: Add the WIN32 include files...
2006-01-01 Ron Koenderink(loc_RunThisThread, loc_BlockThisThread) [_WIN32]:
2006-01-01 Ron Koenderink(ioq_makebuf, ioq_makeiov) [_WIN32]: Remove the externa...
2006-01-01 Ron Koenderink(info) [_WIN32]: Add brackets to ensure the right combi...
2006-01-01 Ron Koenderink(info, apro) [_WIN32]: Correct parameter order for...
2006-01-01 Ron Koenderink(verify_row): Add cast to an int for a call to sizeof().
2006-01-01 Ron Koenderink(disassoc) [_WIN32]: Add #ifndef _WIN32 around disassoc...
2006-01-01 Ron Koenderink(min, max) [_WIN32, __GNUC__]: Add min and max macros for
2006-01-01 Ron Koenderink(empth_threadMain) [_WIN32]: Add include file for time().
2006-01-01 Ron Koenderink(xundump): Add the ability to support the parsing of...
2006-01-01 Ron Koenderink(xundump): Move the header parsing into a separate...
2005-12-31 Ron Koenderink(ac_flak_dam): Fix FLAK_MAX to be last element of the...
2005-12-31 Markus Armbruster(empfile, fileinit, lnd_init, lnd_postread, lnd_prewrit...
2005-12-31 Markus Armbruster(natstr): Members nat_xstart, nat_ystart are used write...
2005-12-31 Markus Armbruster(EF_RESOURCES, resources): New.
2005-12-31 Markus ArmbrusterFix rev. 1.65.
2005-12-31 Markus Armbruster(nat_ca): New selector dayno.
2005-12-31 Ron Koenderink(prod): Add material limit for resource depletion to...
2005-12-30 Markus Armbruster(ichr_ca): New selector melt_denom. Should have been...
2005-12-30 Markus Armbruster(cuto, show_mission): Fix justification of coordinate...
2005-12-30 Markus Armbruster(M_SPY): Unused, remove.
2005-12-30 Markus Armbruster(mkdir): Parenthesize macro parameter in expansion.
2005-12-29 Markus Armbruster(opt_UPDATESCHED): Remove nooption UPDATESCHED. It...
2005-12-29 Markus ArmbrusterFix spelling of The_Scum's name.
2005-12-29 Markus ArmbrusterNormalize inclusion guards: use NAME_H for name.h....
2005-12-28 Markus ArmbrusterAutoconfigure whether char is unsigned.
2005-12-28 Markus ArmbrusterFix the previous revision.
2005-12-28 Markus ArmbrusterFix rev. 1.29.
2005-12-28 Markus Armbrustersrc/lib/commands/sona.c rev. 1.6 changed first argument of
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-28 Markus ArmbrusterRemove superflous includes.
2005-12-28 Markus ArmbrusterThere's no reason to include <time.h> in empio.h, excep...
2005-12-28 Markus Armbruster(PP_MAIN, PP_UPDATE, PP_SHUTDOWN, PP_SCHED, PP_TIMESTAM...
2005-12-28 Markus ArmbrusterQuiet the noise about files created and removed.
2005-12-28 Markus ArmbrusterUpdate for 4.3.0.
2005-12-28 Markus Armbruster(login): Fix error messages.
2005-12-28 Markus ArmbrusterSupport for IPv6:
2005-12-28 Markus Armbruster(main, intr) [!_WIN32]: signal() is a portability heada...
2005-12-28 Markus ArmbrusterFix the previous revision.
2005-12-28 Markus Armbruster(handleintr): Move to main.c. Internal linkage. Remov...
2005-12-28 Markus Armbruster(UCONTEXT): Move to config.h.
2005-12-28 Markus Armbruster(EMPTH_LWP, EMPTH_POSIX, EMPTH_W32): Define in config...
2005-12-28 Markus Armbruster(MAXNOC): Move to config.h. Remove empty options.h.
2005-12-27 Markus Armbruster(lwpInitSelect): The code to query the system's limit...
2005-12-27 Markus ArmbrusterInclude config.h.
2005-12-27 Markus ArmbrusterFix missing include.
2005-12-26 Ron Koenderink(player_new, player_accept, update_wait, market_update...
2005-12-26 Ron Koenderink[_WIN32]: Add #ifndef __GNUC__ around the pragma as...
2005-12-25 Markus Armbruster(opt_ALL_BLEED, opt_BIG_CITY, opt_BLITZ, opt_BRIDGETOWERS)
2005-12-25 Markus ArmbrusterTurn options into ordinary econfig keys:
2005-12-25 Ron Koenderink(min, max) [_WIN32]: Change WIN32 to use windef.h.
2005-12-25 Ron Koenderink(hStdIn) [_WIN32]: Add extern to declaration.
2005-12-24 Markus ArmbrusterFix rev. 1.4.
2005-12-23 Markus Armbruster(drop): A mining mission targeting land called pln_drop...
2005-12-23 Markus Armbruster(CPPFLAGS): Add -I., to find config.h. Remove -Iinclud...
2005-12-23 Markus Armbruster(install, install-html): Implement. Closes #913154.
2005-12-23 Markus Armbruster(info): TOP was missing.
2005-12-23 Markus ArmbrusterBelatedly remove NUKEFAILDETONATE, NONUKES, NEUTRON...
2005-12-23 Markus Armbruster(START_CASH, start_cash): Replace START_CASH by new...
2005-12-23 Markus ArmbrusterRemove superflous #include "options.h".
2005-12-23 Markus ArmbrusterFix rev. 1.1 for how_to_dep = depcomp.
2005-12-23 Ron Koenderink(nat_cap, status): Use the new function influx() to...
2005-12-22 Markus ArmbrusterFix the previous revision.
2005-12-22 Markus Armbruster(pln_equip): New mission argument 'm' for mining. ...
2005-12-22 Markus ArmbrusterPrevious rev. assumes would_abandon() returns 0 or...
2005-12-22 Markus ArmbrusterAvoid compiler warnings in rev. 1.23 code.
2005-12-22 Ron Koenderink(nat_cap): Scale BTU production by capital's work.
2005-12-22 Markus ArmbrusterChapters Introduction and Server are also subjects...
2005-12-22 Markus Armbruster(info, html): Implement.
2005-12-22 Markus ArmbrusterShould have been removed in yesterday's build process...
2005-12-21 Markus ArmbrusterProvide and document means to set up a fresh source...
2005-12-20 Ron Koenderink(nat_cap): Remove redundant max_btus checks.
2005-12-20 Markus ArmbrusterReplace the build process. The new one requires GNU...
2005-12-20 Ron Koenderink(nati, player_coms): Add ability for deities to request...
2005-12-20 Ron Koenderink(natstate): Add STAT_SANCT case so the nation report...
2005-12-19 Ron Koenderink(capi): Do not check capital location if the country
2005-12-18 Ron Koenderink(caploss): Remove the moving of a sacked capital.
2005-12-18 Ron Koenderink(nati): Fix the grammer for No capital output.
next