]> git.pond.sub.org Git - empserver/history - src/lib/player/player.c
client: Unbreak standalone build
[empserver] / src / lib / player / player.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-09-02 Markus ArmbrusterMake: Support shallow git clones for testing
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
2015-02-01 Markus Armbrusterplayer: Drop long-disabled code to resolve IP addresses
2014-01-19 Markus Armbrustereconfig: New key running_test_suite, for use by tests
2014-01-02 Markus ArmbrusterUpdate copyright notice
2013-05-08 Markus ArmbrusterMove declarations for chance.c to new chance.h
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2012-05-01 Markus ArmbrusterJournal login before changing the player thread's name
2012-04-26 Markus ArmbrusterClean up superfluous includes
2012-04-26 Markus ArmbrusterDocument execute()'s subtle use of player->aborted
2012-03-15 Markus ArmbrusterFix execute's printing of the executed commands
2012-02-21 Markus ArmbrusterClean up how quit and server shutdown trigger connectio...
2012-02-21 Markus ArmbrusterFix idle timeout during execute
2012-02-20 Markus ArmbrusterMake execute yield the processor after every command
2012-02-20 Markus ArmbrusterShow treasury status on EOF, quit, shutdown
2011-07-09 Markus ArmbrusterAvoid false positive generation oops in navigate and...
2011-07-09 Markus ArmbrusterFix execute not to mangle the argument when it prompts...
2011-07-09 Markus ArmbrusterRevert "Simplify execute(): use getstarg() instead...
2011-07-09 Markus ArmbrusterFix execute to filter input just like the main command...
2011-07-09 Markus ArmbrusterFix execute to print UTF-8 command correctly
2011-04-14 Markus ArmbrusterMake generation numbers catch more potential yields...
2011-04-14 Markus ArmbrusterSimplify execute(): use getstarg() instead of getstring()
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2010-01-19 Markus ArmbrusterUpdate copyright notice
2009-03-22 Markus ArmbrusterDon't log out player when he interrupts a command
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-08 Markus ArmbrusterAvoid repeated hours and game down status notifications
2009-02-08 Markus ArmbrusterMove show_first_tel() from player.c to rea.c
2009-02-08 Markus ArmbrusterFactor out code to read mailboxes, and make read more...
2009-02-08 Markus ArmbrusterMake struct telstr members tel_type and tel_length...
2009-02-08 Markus ArmbrusterDon't log out deity when gamedown() can't read downfil
2009-02-08 Markus ArmbrusterDon't fail motd command when motdfil can't be read
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 KoenderinkFactor out gamehours and max minutes per day checks
2009-01-24 Ron KoenderinkPrevent command from executing outside of game hours
2009-01-24 Ron KoenderinkFix enforcing game hours for players already logged in
2008-12-28 Markus ArmbrusterMake the "You lost your capital" message point to info...
2008-11-16 Ron KoenderinkLog out player when time per day is exceeded
2008-11-15 Ron KoenderinkPrevent command from execute after game restrictions
2008-11-15 Markus ArmbrusterDon't call time() for nat_last_login, use player->curup
2008-11-15 Markus ArmbrusterClean up unused variable in status()
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-09-17 Markus ArmbrusterFix whitespace: space before tab
2008-09-14 Markus ArmbrusterFix commit 738fb28f's screwy line endings
2008-09-13 Ron KoenderinkDo not update player's bank balance when the change...
2008-08-03 Markus ArmbrusterGet rid of RET_SYS, just use RET_FAIL
2008-08-03 Markus ArmbrusterUpdate known contributors comments
2008-07-15 Markus ArmbrusterFix treatment of EOF from player
2008-07-15 Markus ArmbrusterSimplify breaking of command loop
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-12-09 Markus ArmbrusterDisable nested execute. The execute protocol is flawed...
2007-12-09 Markus Armbruster(execute): Clients can't reliably detect where a redire...
2007-12-08 Markus Armbruster(status, init_nats): Concentrate CAP and MONEY logic in
2007-12-08 Markus Armbruster(dispatch, explain, status): Use player->nstat instead of
2007-12-08 Markus Armbruster(player): Remove member broke.
2007-12-08 Markus Armbruster(player_set_nstat): New, factored out of init_nats().
2007-12-08 Markus Armbruster(status): Round money before checking solvency, and...
2007-12-08 Markus Armbruster(status): Simplify. No functional change.
2007-11-25 Markus Armbruster(execute): Use player->comtail[1] instead of player...
2007-11-25 Markus ArmbrusterRecord raw arguments, to be used in the next changesets:
2007-11-15 Markus ArmbrusterShut down session on receipt of "ctld\n" even when...
2007-11-15 Markus Armbruster(execute): Prompted for a missing argument, but then...
2007-08-18 Markus ArmbrusterTrim system includes.
2007-08-14 Ron KoenderinkSimple POSIX I/O emulation layer to work around Windows...
2007-07-15 Markus Armbruster(status): Simplify conditional for the "lost your capit...
2007-01-09 Markus ArmbrusterUpdate copyright notice.
2006-09-23 Markus Armbruster(player_main): Delay journal_login() until after error...
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-08 Markus ArmbrusterFinally merge the journal patch:
2006-05-22 Ron Koenderink(command): Remove unused local variable i.
2006-05-22 Markus Armbruster(command): Don't fold conditionals to lower case. ...
2006-05-20 Markus Armbruster(num_teles, redir_fp, pipe_fp, exec_fd, sendeof, prompt...
2006-04-30 Markus ArmbrusterNormalize unsigned int to just unsigned.
2006-03-27 Markus Armbruster(command): Simplify mapping of condarg to lower case.
2006-02-24 Markus ArmbrusterUpdate known contributors comment.
2006-02-23 Markus Armbruster(player_main): Don't end session silently when init_nat...
2006-02-22 Markus Armbruster(banfil, authfil): Remove. Matching user is useless...
2006-02-22 Markus Armbruster(may_play): New, factored out of play_cmd() and kill_cmd().
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-06 Markus Armbruster(status): src/lib/subs/mtch.c rev. 1.10 broke deity...
2006-01-05 Markus ArmbrusterUpdate copyright notice.
2006-01-04 Markus ArmbrusterChange nation status from bits to a simple enum:
2006-01-04 Markus Armbruster(status): Enforce m_m_p_d only for active countries...
2005-12-27 Markus ArmbrusterInclude config.h.
next