]> git.pond.sub.org Git - empserver/history - src/lib/player/empdis.c
commands: Rename the command functions
[empserver] / src / lib / player / empdis.c
2021-01-23 Markus Armbrustercommands: Rename the command functions
2021-01-23 Markus ArmbrusterUpdate copyright notice
2021-01-05 Markus ArmbrusterUpdate copyright notice
2018-04-29 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterExpand a few unnecessary abbreviations in output text
2017-08-07 Markus ArmbrusterSpell BTU and ETU consistently
2017-08-07 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterMerge branch 'readline'
2017-08-06 Markus ArmbrusterInclude "file.h" where it's needed
2017-07-02 Markus ArmbrusterUpdate copyright notice
2015-12-05 Markus ArmbrusterChange comment style to use @foo rather than FOO
2015-02-28 Markus ArmbrusterUpdate copyright notice
2014-01-02 Markus ArmbrusterUpdate copyright notice
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2012-04-26 Markus ArmbrusterClean up superfluous includes
2011-07-09 Markus ArmbrusterFix execute to filter input just like the main command...
2011-07-09 Markus ArmbrusterDon't record prompts in player_commands[]
2011-07-09 Markus ArmbrusterUpdate and report status even after empty command
2011-04-14 Markus ArmbrusterClean up getcommand(): use sizeof() instead of literal...
2011-04-14 Markus ArmbrusterUpdate known contributors comments
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2010-06-20 Markus ArmbrusterConvert spaces to tabs
2010-06-20 Markus ArmbrusterCoding style fixes, mostly indentation and whitespace
2010-01-19 Markus ArmbrusterUpdate copyright notice
2009-03-23 Markus ArmbrusterSimplify explain()
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-08 Markus ArmbrusterFix the previous commit to clear PF_DOWN
2009-02-08 Markus ArmbrusterAvoid repeated hours and game down status notifications
2009-02-08 Markus ArmbrusterInline gamedown() into only user may_play_now() and...
2009-02-08 Markus ArmbrusterDon't log out deity when gamedown() can't read downfil
2009-02-08 Markus ArmbrusterStore game down flag in the game table
2009-02-08 Markus ArmbrusterMove update_timeused() from may_play_now() back to...
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-02-05 Ron KoenderinkPrevent command from executing after game is down
2009-02-01 Ron KoenderinkAdd maximum logged in time check for nation state NEW
2009-02-01 Ron KoenderinkFactor out gamehours and max minutes per day checks
2008-11-16 Ron KoenderinkFix nat_timeused calculation on login
2008-11-15 Markus ArmbrusterFix coding style and simplify seconds_since_midnight...
2008-11-15 Ron KoenderinkRewrite accounting of play time
2008-10-28 Ron KoenderinkRepresent logged in time in seconds rather than minutes
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-02-02 Markus ArmbrusterRemove unused non-terminal <VAR> from output of list...
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-12-08 Markus Armbruster(dispatch, explain, status): Use player->nstat instead of
2007-08-18 Markus ArmbrusterTrim system includes.
2007-08-14 Ron KoenderinkSimple POSIX I/O emulation layer to work around Windows...
2007-01-09 Markus ArmbrusterUpdate copyright notice.
2006-07-13 Ron Koenderink[_WIN32, __GNUC__]: Reorganize the include files for...
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(disabled_commands): New econfig key.
2006-04-29 Markus Armbrusters_char purge directed by compiler warnings.
2006-01-21 Markus ArmbrusterCOPYING duplicates information from README. Remove...
2006-01-05 Markus ArmbrusterUpdate copyright notice.
2006-01-04 Markus Armbruster(explain): Part of the argument explanation was suppres...
2005-12-27 Markus ArmbrusterInclude config.h.
2005-07-24 Ron Koenderink(getcommand): Remove unused variable i
2005-06-25 Markus ArmbrusterNew doc & doc fixes. Remove s_char on the way.
2005-06-13 Markus ArmbrusterDocument, in particular use of UTF-8. Simplify code...
2005-06-13 Markus Armbruster(copy_ascii_no_funny, copy_utf8_no_funny)
2005-06-12 Markus Armbruster(gamedown, show_motd): Fix message buffer size. Messag...
2005-06-12 Markus ArmbrusterRemove some redundant casts.
2005-05-26 Ron KoenderinkSupport UTF-8 encoded Unicode for user communications.
2005-03-16 Markus ArmbrusterUpdate copyright notice.
2005-03-02 Ron Koenderink(wrmakesrc,wripglob,wrgamesdef,info,apro,mobupdate...
2005-02-24 Ron Koenderink(gamedown,show_motd): Change to stdio for reading motd and
2005-02-24 Ron Koenderink(gamedown,show_motd): Change the %d to %ld for printing
2005-02-23 Ron Koenderink(gamedown, show_motd): Move length check to before...
2004-12-30 Ron Koenderink(main,mobility_check,upda,turn,rea,mobupdate,ef_open...
2004-09-07 Markus ArmbrusterUpdate copyright notice. v4.2.18
2004-08-10 Markus Armbruster(gamedown): Printed down message with pr(), as a printf...
2004-04-04 Markus Armbruster(weekday, daytime, daytime_range): New; replace kw_pars...
2004-04-04 Markus Armbruster(getminleft): Parameter hours unused since the previous...
2004-04-04 Markus Armbruster(kw_read, kw_find, kwtab, kw_list): Were used to evalua...
2004-03-09 Markus ArmbrusterUse gcc function attribute `format' to catch bad format...
2004-02-20 Markus Armbrusterdeity.h is redundant, remove it.
2004-02-19 Markus Armbruster(player_coms): Declaration in com.h was misspelled...
2004-02-19 Markus ArmbrusterDeclare all configuration parameters in optlist.h....
2004-02-19 Markus ArmbrusterPOSIX has all we need in <time.h>. No need to fool...
2004-01-08 Markus Armbruster(copy, atopi, same): Remove, use strcpy(), atoi(),...
2003-09-02 Markus ArmbrusterIndented with src/scripts/indent-emp.
2003-08-23 Markus ArmbrusterImport of Empire 4.2.12 v4.2.12