]> git.pond.sub.org Git - empserver/history - src/lib/player/player.c
Don't log out player when he interrupts a command
[empserver] / src / lib / player / player.c
2009-03-22 Markus ArmbrusterDon't log out player when he interrupts a command hvy-plastic-1.2
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.
2005-12-23 Ron Koenderink(nat_cap, status): Use the new function influx() to...
2005-12-11 Markus ArmbrusterRemove superflous include.
2005-10-03 Markus Armbruster(add): Initialize nat_last_login and nat_last_logout...
2005-10-03 Markus Armbruster(match_user, main): Use full buffer for fgets(); was...
2005-10-02 Markus Armbruster(natstr): Member nat_connected is inappropriate, becaus...
2005-07-23 Markus Armbruster(status): Internal linkage.
2005-07-23 Ron Koenderink(player_main): Add empth_yield() in the command process...
2005-06-13 Markus ArmbrusterDocument, in particular use of UTF-8. Simplify code...
2005-06-13 Markus Armbruster(lrange, shoo, execute): Buffer passed to getstarg...
2005-06-13 Markus Armbruster(player_login, player_main): Move the C_INIT that termi...
2005-06-12 Markus Armbruster(gamedown, show_motd): Fix message buffer size. Messag...
2005-06-12 Markus ArmbrusterRemove some redundant casts.
2005-05-30 Markus ArmbrusterDoc & formatting fixes.
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-12-16 Marc Olzheim(turn): Change the command to allow for both an MOTD...
2004-10-12 Marc OlzheimDo not include var.h where no longer needed. Clean...
2004-09-07 Markus ArmbrusterUpdate copyright notice. v4.2.18
2004-08-10 Markus Armbruster(show_motd): Printed motd with pr(), as a printf()...
2004-04-04 Markus Armbruster(gamehours): All callers ignore the value assigned...
2004-04-04 Markus Armbruster(getminleft): Parameter hours unused since the previous...
2004-03-23 Marc OlzheimDon't shadow existing variables. No functional changes.
2004-03-09 Markus ArmbrusterUse gcc function attribute `format' to catch bad format...
2004-03-01 Markus Armbruster(execute): Fix botched test for empty argument.
2004-02-20 Markus Armbrusterdeity.h is redundant, remove it.
2004-02-20 Markus ArmbrusterAdd some missing declarations to headers. Remove some...
2004-02-19 Markus ArmbrusterDeclare all configuration parameters in optlist.h....
2004-02-17 Markus ArmbrusterSupply prototypes where possible. This uncovered type...
2003-09-02 Markus ArmbrusterIndented with src/scripts/indent-emp.
next