├── License.txt ├── README.txt ├── UNIX_INSTRUCTIONS.txt ├── VERSION ├── WINDOWS_INSTRUCTIONS.txt ├── bin ├── README ├── mudos.cfg ├── mudos.cfg.orig └── startmud ├── extra ├── README.txt ├── crat │ ├── column_parse │ ├── d.c │ ├── enters │ ├── gdbinit │ ├── indentall │ ├── livepatch │ ├── newpatch │ ├── newver │ └── rr ├── creremote │ ├── README.creremote │ ├── creremote │ └── remote.c ├── mingw │ ├── configuration │ └── configure.h ├── restore_cfg └── wolfpaw │ ├── configure.h │ ├── macros.h │ └── system_libs ├── fluffos-2.23-ds03 ├── 32bitmalloc.c ├── 64bitmalloc.c ├── Artistic.README ├── Bugs ├── ChangeLog ├── ChangeLog.alpha ├── ChangeLog.beta ├── ChangeLog.fluffos ├── ChangeLog.fluffos-2.x ├── Config.example ├── Copyright ├── Credits.LPmud ├── Credits.MudOS ├── Dependencies ├── Exit_Codes ├── GNUmakefile ├── GNUmakefile.debug ├── GNUmakefile.in ├── GNUmakefile.keep ├── INSTALL ├── IT_CRASHED ├── Ideas ├── Makefile ├── Makefile.in ├── Makefile.in.pre ├── NMakefile.in ├── NMakefile.in.pre ├── Performance ├── Platforms ├── README ├── Version ├── Win32 │ ├── ar.c │ ├── configure.h │ ├── cp.bat │ ├── mv.bat │ ├── rm.bat │ └── touch.c ├── add_action.c ├── add_action.h ├── addr_server.c ├── addr_server.h ├── applies ├── arch.h ├── array.c ├── array.h ├── avltree.c ├── avltree.h ├── backend.c ├── backend.h ├── bsdmalloc.c ├── bsdmalloc.h ├── buffer.c ├── buffer.h ├── build.FluffOS ├── buildMudOS.bat ├── call_out.c ├── call_out.h ├── class.c ├── class.h ├── comm.c ├── comm.h ├── compat │ ├── fixstatic │ ├── parser_error.c │ └── simuls │ │ ├── apply.c │ │ ├── break_string.c │ │ ├── dump_socket_status.c │ │ ├── parse_command.c │ │ ├── process_string.c │ │ └── tail.c ├── compiler.c ├── compiler.h ├── config.h ├── configure ├── console.c ├── console.h ├── crc32.c ├── crc32.h ├── crctab.h ├── crypt.c ├── crypt.h ├── debug.c ├── debug.h ├── debugmalloc.c ├── debugmalloc.h ├── disassembler.c ├── dtrace_compile.c ├── dumpstat.c ├── dumpstat.h ├── ed.c ├── ed.h ├── edit_source.c ├── edit_source.h ├── efuns_incl.h ├── efuns_main.c ├── efuns_main.h ├── efuns_port.c ├── eoperators.c ├── eoperators.h ├── eval.c ├── eval.h ├── file.c ├── file.h ├── file_incl.h ├── fliconv.c ├── fliconv.h ├── fluffos.d ├── func_spec.c ├── function.c ├── function.h ├── generate.c ├── generate.h ├── gnumalloc.c ├── gnumalloc.h ├── grammar.y.pre ├── hash.c ├── hash.h ├── icode.c ├── icode.h ├── include │ ├── function.h │ ├── localtime.h │ ├── origin.h │ ├── parser_error.h │ ├── runtime_config.h │ ├── semantic.cache │ ├── socket_err.h │ └── type.h ├── interpret.c ├── interpret.h ├── lag.d ├── lag.stp ├── lex.c ├── lex.h ├── local_options.ds ├── local_options.ds.debug ├── local_options.dw ├── local_options.dwclone ├── local_options.foundation ├── local_options.foundation2 ├── local_options.fr ├── local_options.lil ├── local_options.lima ├── local_options.lpuni ├── local_options.merentha ├── local_options.nm3 ├── local_options.nm4 ├── local_options.sapid ├── local_options.skylib ├── local_options.tmi2 ├── lpc.h ├── lpc_incl.h ├── macros.h ├── main.c ├── main.h ├── make_func.h ├── make_func.y ├── make_malloc.c ├── malloc_incl.h ├── mapping.c ├── mapping.h ├── master.c ├── master.h ├── md.c ├── md.h ├── mmalloc.c ├── my_malloc.h ├── network_incl.h ├── object.c ├── object.h ├── op_spec.c ├── options.h ├── origin.h ├── otable.c ├── otable.h ├── packages │ ├── GNUmakefile.pre │ ├── Makefile.master │ ├── Makefile.pre │ ├── async.c │ ├── async.h │ ├── async_spec.c │ ├── compress.c │ ├── compress_spec.c │ ├── contrib.c │ ├── contrib_spec.c │ ├── crypto.c │ ├── crypto_spec.c │ ├── db.c │ ├── db.h │ ├── db_spec.c │ ├── debug.c │ ├── debug.h │ ├── debug_spec.c │ ├── develop.c │ ├── develop_spec.c │ ├── dslib.c │ ├── dslib_spec.c │ ├── dwlib.c │ ├── dwlib_spec.c │ ├── external.c │ ├── external_spec.c │ ├── math.c │ ├── math_spec.c │ ├── matrix.c │ ├── matrix.h │ ├── matrix_spec.c │ ├── mudlib_stats.c │ ├── mudlib_stats.h │ ├── mudlib_stats_spec.c │ ├── parser.c │ ├── parser.h │ ├── parser_spec.c │ ├── pcre.c │ ├── pcre.h │ ├── pcre_spec.c │ ├── readme │ ├── sha1.c │ ├── sha1_spec.c │ ├── sockets.c │ ├── sockets_spec.c │ ├── uids.c │ ├── uids.h │ └── uids_spec.c ├── parse.c ├── parse.h ├── parse_trees ├── patchlevel.h ├── plainwrapper.c ├── port.c ├── port.h ├── portability.h ├── portbind.c ├── preprocess.c ├── preprocess.h ├── program.c ├── program.h ├── qsort.c ├── qsort.h ├── rc.c ├── rc.h ├── reclaim.c ├── reclaim.h ├── regexp.c ├── regexp.h ├── replace_program.c ├── replace_program.h ├── scratchpad.c ├── scratchpad.h ├── simul_efun.c ├── simul_efun.h ├── simulate.c ├── simulate.h ├── smalloc.c ├── smalloc.h ├── socket_ctrl.c ├── socket_ctrl.h ├── socket_efuns.c ├── socket_efuns.h ├── socket_err.c ├── socket_err.h ├── spec.h ├── sprintf.c ├── sprintf.h ├── std.h ├── std_incl.h ├── stralloc.c ├── stralloc.h ├── sysmalloc.c ├── telnet.h ├── testsuite │ ├── .edrc │ ├── clone │ │ ├── login.c │ │ ├── readme │ │ └── user.c │ ├── command │ │ ├── codefor.c │ │ ├── dest.c │ │ ├── ed.c │ │ ├── eval.c │ │ ├── quit.c │ │ ├── readme │ │ ├── rm.c │ │ ├── say.c │ │ ├── shutdown.c │ │ ├── speed.c │ │ ├── tests.c │ │ ├── update.c │ │ └── who.c │ ├── data │ │ └── readme │ ├── etc │ │ ├── config.test │ │ └── motd │ ├── include │ │ ├── command.h │ │ ├── config.h │ │ ├── globals.h │ │ ├── lpctypes.h │ │ ├── readme │ │ └── tests.h │ ├── inherit │ │ ├── base.c │ │ ├── clean_up.c │ │ ├── master │ │ │ └── valid.c │ │ ├── readme │ │ └── tests.c │ ├── log │ │ ├── author_stats │ │ ├── domain_stats │ │ └── readme │ ├── readme │ ├── single │ │ ├── inh.c │ │ ├── master.c │ │ ├── readme │ │ ├── simul_efun.c │ │ ├── tests │ │ │ ├── compiler │ │ │ │ ├── at_block.c │ │ │ │ ├── constant_expr.c │ │ │ │ ├── fail │ │ │ │ │ ├── arr_index.c │ │ │ │ │ ├── bad_break.c │ │ │ │ │ ├── bad_continue.c │ │ │ │ │ ├── bad_for_init.c │ │ │ │ │ ├── bad_foreach.c │ │ │ │ │ ├── bad_init.c │ │ │ │ │ ├── bad_local_init.c │ │ │ │ │ ├── bad_local_init2.c │ │ │ │ │ ├── bad_param.c │ │ │ │ │ ├── bad_param2.c │ │ │ │ │ ├── bad_return.c │ │ │ │ │ ├── bad_return2.c │ │ │ │ │ ├── bad_type_init.c │ │ │ │ │ ├── class_redef.c │ │ │ │ │ ├── div_zero.c │ │ │ │ │ ├── div_zero3.c │ │ │ │ │ ├── eof_in_comment.c │ │ │ │ │ ├── eof_in_string.c │ │ │ │ │ ├── local_redef.c │ │ │ │ │ ├── local_redef2.c │ │ │ │ │ ├── lvar_func.c │ │ │ │ │ ├── lvar_func2.c │ │ │ │ │ ├── missing_endif.c │ │ │ │ │ ├── missing_type.c │ │ │ │ │ ├── mixed_case.c │ │ │ │ │ ├── mod_zero.c │ │ │ │ │ ├── no_member.c │ │ │ │ │ ├── no_ret_type.c │ │ │ │ │ ├── no_such_class.c │ │ │ │ │ ├── predef.c │ │ │ │ │ ├── redef_function.c │ │ │ │ │ ├── static_local.c │ │ │ │ │ ├── string_case.c │ │ │ │ │ ├── two_default.c │ │ │ │ │ ├── undef_class.c │ │ │ │ │ ├── var_to_nonvar.c │ │ │ │ │ ├── void_arg.c │ │ │ │ │ ├── void_arg2.c │ │ │ │ │ ├── void_for_var.c │ │ │ │ │ ├── void_global.c │ │ │ │ │ ├── void_local.c │ │ │ │ │ └── void_member.c │ │ │ │ └── succeed.c │ │ │ ├── efuns │ │ │ │ ├── add_action.c │ │ │ │ ├── add_light.c │ │ │ │ ├── all_inventory.c │ │ │ │ ├── allocate.c │ │ │ │ ├── allocate_buffer.c │ │ │ │ ├── allocate_mapping.c │ │ │ │ ├── badshad.c │ │ │ │ ├── bind.c │ │ │ │ ├── break_string.c │ │ │ │ ├── cache_stats.c │ │ │ │ ├── call_other.c │ │ │ │ ├── call_out.c │ │ │ │ ├── call_stack.c │ │ │ │ ├── capitalize.c │ │ │ │ ├── children.c │ │ │ │ ├── clear_bit.c │ │ │ │ ├── clone_object.c │ │ │ │ ├── clonep.c │ │ │ │ ├── command.c │ │ │ │ ├── cp.c │ │ │ │ ├── crc32.c │ │ │ │ ├── ctime.c │ │ │ │ ├── deep_inherit_list.c │ │ │ │ ├── deep_inventory.c │ │ │ │ ├── destruct.c │ │ │ │ ├── disable_commands.c │ │ │ │ ├── dumpallobj.c │ │ │ │ ├── ed.c │ │ │ │ ├── enable_wizard.c │ │ │ │ ├── environment.c │ │ │ │ ├── error.c │ │ │ │ ├── exec.c │ │ │ │ ├── explode.c │ │ │ │ ├── file_name.c │ │ │ │ ├── file_size.c │ │ │ │ ├── filter.c │ │ │ │ ├── find_call_out.c │ │ │ │ ├── find_living.c │ │ │ │ ├── find_object.c │ │ │ │ ├── find_player.c │ │ │ │ ├── function_exists.c │ │ │ │ ├── function_profile.c │ │ │ │ ├── functionp.c │ │ │ │ ├── generate_source.c │ │ │ │ ├── get_char.c │ │ │ │ ├── get_config.c │ │ │ │ ├── get_dir.c │ │ │ │ ├── goodshad.c │ │ │ │ ├── has_errors.c │ │ │ │ ├── implode.c │ │ │ │ ├── in_edit.c │ │ │ │ ├── inh0.c │ │ │ │ ├── inh1.c │ │ │ │ ├── inh2.c │ │ │ │ ├── inherit_list.c │ │ │ │ ├── inherits.c │ │ │ │ ├── input_to.c │ │ │ │ ├── interactive.c │ │ │ │ ├── intp.c │ │ │ │ ├── keys.c │ │ │ │ ├── light.c │ │ │ │ ├── living.c │ │ │ │ ├── livings.c │ │ │ │ ├── lower_case.c │ │ │ │ ├── malloc_status.c │ │ │ │ ├── map.c │ │ │ │ ├── map_delete.c │ │ │ │ ├── mapp.c │ │ │ │ ├── master.c │ │ │ │ ├── match_path.c │ │ │ │ ├── member_array.c │ │ │ │ ├── message.c │ │ │ │ ├── mkdir.c │ │ │ │ ├── move_object.c │ │ │ │ ├── mud_status.c │ │ │ │ ├── notify_fail.c │ │ │ │ ├── nullp.c │ │ │ │ ├── objectp.c │ │ │ │ ├── opcprof.c │ │ │ │ ├── origin.c │ │ │ │ ├── pointerp.c │ │ │ │ ├── present.c │ │ │ │ ├── previous_object.c │ │ │ │ ├── printf.c │ │ │ │ ├── query_ed_mode.c │ │ │ │ ├── query_idle.c │ │ │ │ ├── query_ip_name.c │ │ │ │ ├── query_ip_number.c │ │ │ │ ├── query_load_average.c │ │ │ │ ├── query_privs.c │ │ │ │ ├── query_snoop.c │ │ │ │ ├── query_snooping.c │ │ │ │ ├── query_verb.c │ │ │ │ ├── random.c │ │ │ │ ├── read_buffer.c │ │ │ │ ├── read_bytes.c │ │ │ │ ├── read_file.c │ │ │ │ ├── readme │ │ │ │ ├── receive.c │ │ │ │ ├── reg_assoc.c │ │ │ │ ├── regexp.c │ │ │ │ ├── remove_action.c │ │ │ │ ├── remove_call_out.c │ │ │ │ ├── rename.c │ │ │ │ ├── replace_string.c │ │ │ │ ├── restore_object.c │ │ │ │ ├── restore_variable.c │ │ │ │ ├── rm.c │ │ │ │ ├── rmdir.c │ │ │ │ ├── save_object.c │ │ │ │ ├── save_variable.c │ │ │ │ ├── say.c │ │ │ │ ├── set_bit.c │ │ │ │ ├── set_debug_level.c │ │ │ │ ├── set_heart_beat.c │ │ │ │ ├── set_hide.c │ │ │ │ ├── set_light.c │ │ │ │ ├── set_living_name.c │ │ │ │ ├── set_privs.c │ │ │ │ ├── shadow.c │ │ │ │ ├── shutdown.c │ │ │ │ ├── sizeof.c │ │ │ │ ├── snoop.c │ │ │ │ ├── sprintf.c │ │ │ │ ├── sscanf.c │ │ │ │ ├── talker.c │ │ │ │ ├── to_float.c │ │ │ │ ├── to_int.c │ │ │ │ ├── unloaded.c │ │ │ │ ├── users.c │ │ │ │ └── values.c │ │ │ └── operators │ │ │ │ └── range.c │ │ └── void.c │ ├── test_control.c │ └── u │ │ └── readme ├── tmp │ └── insttest ├── trees.c ├── trees.h ├── uvalarm.c ├── uvalarm.h ├── windows │ ├── README.win32 │ ├── addr_server.mak │ ├── clean.bat │ ├── configure.h │ ├── edit_source.mak │ ├── mudos.mak │ ├── step1.bat │ ├── stepdbg.bat │ └── steprel.bat ├── wrappedmalloc.c └── wrappedmalloc.h ├── lib ├── cfg │ ├── days.cfg │ ├── months.cfg │ ├── moons.cfg │ ├── time.cfg │ ├── timezone.cfg │ ├── timezones.cfg │ └── where.cfg ├── cmds │ ├── admins │ │ ├── arch.c │ │ ├── broadcast.c │ │ ├── cache.c │ │ ├── channel.c │ │ ├── dumpallobj.c │ │ ├── fdinfo.c │ │ └── objload.c │ ├── builders │ │ └── .gitignore │ ├── common │ │ └── help.c │ ├── creators │ │ ├── anchor.c │ │ ├── anglicize.c │ │ ├── ascii.c │ │ ├── astar.c │ │ ├── boards.c │ │ ├── bugs.c │ │ ├── callouts.c │ │ ├── classblock.c │ │ ├── clean.c │ │ ├── clone.c │ │ ├── codeblock.c │ │ ├── cryptogram.c │ │ ├── debug.c │ │ ├── defines.c │ │ ├── domains.c │ │ ├── efuns.c │ │ ├── elog.c │ │ ├── events.c │ │ ├── exits.c │ │ ├── expel.c │ │ ├── file.c │ │ ├── find.c │ │ ├── findobj.c │ │ ├── format.c │ │ ├── godmode.c │ │ ├── html.c │ │ ├── i3who.c │ │ ├── include │ │ │ └── showtree.h │ │ ├── inherits.c │ │ ├── invis.c │ │ ├── lfuns.c │ │ ├── lightme.c │ │ ├── malloc.c │ │ ├── man.c │ │ ├── margins.c │ │ ├── message.c │ │ ├── morse.c │ │ ├── mraces.c │ │ ├── mstatus.c │ │ ├── netstat.c │ │ ├── noclip.c │ │ ├── notices.c │ │ ├── ping.c │ │ ├── polyglottize.c │ │ ├── praces.c │ │ ├── purge.c │ │ ├── pwhere.c │ │ ├── quell.c │ │ ├── realms.c │ │ ├── rehash.c │ │ ├── replog.c │ │ ├── reset.c │ │ ├── resolve.c │ │ ├── return.c │ │ ├── rot.c │ │ ├── scan.c │ │ ├── sefuns.c │ │ ├── shadows.c │ │ ├── showgrid.c │ │ ├── showtree.c │ │ ├── stargate.c │ │ ├── tellblock.c │ │ ├── trans.c │ │ ├── transfer.c │ │ ├── types.c │ │ ├── unanchor.c │ │ ├── unmorse.c │ │ ├── unquell.c │ │ ├── vis.c │ │ ├── whereis.c │ │ ├── whomuffed.c │ │ ├── wiz.c │ │ ├── wizlist.c │ │ ├── wizmap.c │ │ ├── wizroll.c │ │ └── wizvision.c │ ├── hm │ │ └── .gitignore │ └── players │ │ ├── annoyblock.c │ │ ├── biography.c │ │ ├── brief.c │ │ ├── chan.c │ │ ├── chancolors.c │ │ ├── charmode.c │ │ ├── colors.c │ │ ├── commandecho.c │ │ ├── consider.c │ │ ├── converse.c │ │ ├── cursefilter.c │ │ ├── customize.c │ │ ├── date.c │ │ ├── deviate.c │ │ ├── earmuff.c │ │ ├── emote.c │ │ ├── enemies.c │ │ ├── env.c │ │ ├── equipment.c │ │ ├── faq.c │ │ ├── flee.c │ │ ├── gag.c │ │ ├── i3locate.c │ │ ├── idle.c │ │ ├── inventory.c │ │ ├── keepalive.c │ │ ├── kills.c │ │ ├── languages.c │ │ ├── mem.c │ │ ├── minimap.c │ │ ├── money.c │ │ ├── mudinfo.c │ │ ├── mudlist.c │ │ ├── mute.c │ │ ├── new.c │ │ ├── nextreboot.c │ │ ├── pk.c │ │ ├── plugh.c │ │ ├── position.c │ │ ├── posting.c │ │ ├── prompt.c │ │ ├── quests.c │ │ ├── queue.c │ │ ├── reprompt.c │ │ ├── rwho.c │ │ ├── save.c │ │ ├── score.c │ │ ├── screen.c │ │ ├── screenlock.c │ │ ├── skills.c │ │ ├── speakcolor.c │ │ ├── spells.c │ │ ├── stat.c │ │ ├── stats.c │ │ ├── status.c │ │ ├── terminal.c │ │ ├── timezone.c │ │ ├── title.c │ │ ├── unmuff.c │ │ ├── uptime.c │ │ ├── users.c │ │ ├── version.c │ │ ├── who.c │ │ ├── wimpy.c │ │ └── xyzzy.c ├── daemon │ ├── banish.c │ ├── books.c │ ├── bugs.c │ ├── classes.c │ ├── command.c │ ├── decay.c │ ├── defines.c │ ├── deviation.c │ ├── disasters.c │ ├── domains.c │ ├── ftp_port_tracker.c │ ├── guard.c │ ├── help.c │ ├── include │ │ ├── bugs.h │ │ ├── chat.h │ │ ├── classes.h │ │ ├── command.h │ │ ├── ftp_port_tracker.h │ │ ├── http.h │ │ ├── intermud.h │ │ ├── news.h │ │ ├── notify.h │ │ ├── party.h │ │ ├── seasons.h │ │ ├── stargate.h │ │ ├── statistics.h │ │ ├── time.h │ │ └── verbs.h │ ├── intermud.c │ ├── map.c │ ├── meetings.c │ ├── news.c │ ├── notify.c │ ├── party.c │ ├── phys.c │ ├── races.c │ ├── seasons.c │ ├── services.c │ ├── services │ │ ├── auth.c │ │ ├── channel.c │ │ ├── emoteto.c │ │ ├── error.c │ │ ├── finger.c │ │ ├── locate.c │ │ ├── oob.c │ │ ├── tell.c │ │ └── who.c │ ├── skills.c │ ├── soul.c │ ├── spells.c │ ├── stargate.c │ ├── statistics.c │ ├── stats.c │ ├── terminal.c │ ├── time.c │ ├── tmp │ │ └── foo.txt │ ├── types.c │ ├── unique.c │ ├── verbs.c │ └── weather.c ├── doc │ ├── BASICS │ ├── CREDITS │ ├── RELEASE_NOTES │ ├── RELEASE_NOTES_HTTP │ ├── SUPPORT │ ├── applies │ │ ├── __INIT │ │ ├── author_file │ │ ├── catch_tell │ │ ├── clean_up │ │ ├── compile_object │ │ ├── connect │ │ ├── crash │ │ ├── create │ │ ├── creator_file │ │ ├── domain_file │ │ ├── epilog │ │ ├── error_handler │ │ ├── flag │ │ ├── get_bb_uid │ │ ├── get_root_uid │ │ ├── get_save_file_name │ │ ├── heart_beat │ │ ├── id │ │ ├── init │ │ ├── interactive │ │ │ ├── catch_tell │ │ │ ├── logon │ │ │ ├── net_dead │ │ │ ├── process_input │ │ │ ├── receive_message │ │ │ ├── receive_snoop │ │ │ ├── telnet_suboption │ │ │ ├── terminal_type │ │ │ ├── window_size │ │ │ └── write_prompt │ │ ├── log_error │ │ ├── logon │ │ ├── make_path_absolute │ │ ├── master │ │ │ ├── author_file │ │ │ ├── compile_object │ │ │ ├── connect │ │ │ ├── crash │ │ │ ├── creator_file │ │ │ ├── domain_file │ │ │ ├── epilog │ │ │ ├── error_handler │ │ │ ├── flag │ │ │ ├── get_bb_uid │ │ │ ├── get_root_uid │ │ │ ├── get_save_file_name │ │ │ ├── log_error │ │ │ ├── make_path_absolute │ │ │ ├── object_name │ │ │ ├── parse_command_all_word │ │ │ ├── parse_command_prepos_list │ │ │ ├── preload │ │ │ ├── privs_file │ │ │ ├── retrieve_ed_setup │ │ │ ├── save_ed_setup │ │ │ ├── slow_shutdown │ │ │ ├── valid_bind │ │ │ ├── valid_compile_to_c │ │ │ ├── valid_hide │ │ │ ├── valid_link │ │ │ ├── valid_object │ │ │ ├── valid_override │ │ │ ├── valid_read │ │ │ ├── valid_save_binary │ │ │ ├── valid_seteuid │ │ │ ├── valid_shadow │ │ │ ├── valid_socket │ │ │ └── valid_write │ │ ├── move_or_destruct │ │ ├── net_dead │ │ ├── object_name │ │ ├── parse_command │ │ ├── parse_command_adjectiv_id_list │ │ ├── parse_command_all_word │ │ ├── parse_command_id_list │ │ ├── parse_command_plural_id_list │ │ ├── parse_command_prepos_list │ │ ├── parsing │ │ │ ├── parse_command │ │ │ ├── parse_command_adjectiv_id_list │ │ │ ├── parse_command_id_list │ │ │ └── parse_command_plural_id_list │ │ ├── preload │ │ ├── privs_file │ │ ├── process_input │ │ ├── receive_message │ │ ├── receive_snoop │ │ ├── reset │ │ ├── retrieve_ed_setup │ │ ├── save_ed_setup │ │ ├── slow_shutdown │ │ ├── telnet_suboption │ │ ├── terminal_type │ │ ├── valid_bind │ │ ├── valid_compile_to_c │ │ ├── valid_hide │ │ ├── valid_link │ │ ├── valid_object │ │ ├── valid_override │ │ ├── valid_read │ │ ├── valid_save_binary │ │ ├── valid_seteuid │ │ ├── valid_shadow │ │ ├── valid_socket │ │ ├── valid_write │ │ ├── window_size │ │ └── write_prompt │ ├── bguide │ │ ├── chapter01 │ │ ├── chapter02 │ │ ├── chapter03 │ │ ├── chapter04 │ │ ├── chapter05 │ │ ├── chapter06 │ │ ├── chapter07 │ │ └── chapter08 │ ├── build │ │ ├── Armours │ │ ├── Barkeeps │ │ ├── Climates │ │ ├── Doors │ │ ├── Guidelines │ │ ├── Introduction │ │ ├── Items │ │ ├── Meals │ │ ├── NPC │ │ ├── Properties │ │ ├── Quests │ │ ├── Rooms │ │ ├── Sentients │ │ ├── Towns │ │ ├── Vendors │ │ ├── Weapons │ │ └── ed.hup │ ├── efun │ │ ├── all │ │ │ ├── TODO │ │ │ ├── acos │ │ │ ├── add_action │ │ │ ├── all_inventory │ │ │ ├── all_previous_objects │ │ │ ├── allocate │ │ │ ├── allocate_buffer │ │ │ ├── allocate_mapping │ │ │ ├── arrayp │ │ │ ├── asin │ │ │ ├── atan │ │ │ ├── author_stats │ │ │ ├── bind │ │ │ ├── bufferp │ │ │ ├── cache_stats │ │ │ ├── call_other │ │ │ ├── call_out │ │ │ ├── call_out_info │ │ │ ├── call_stack │ │ │ ├── capitalize │ │ │ ├── catch │ │ │ ├── ceil │ │ │ ├── check_memory │ │ │ ├── children │ │ │ ├── classp │ │ │ ├── clear_bit │ │ │ ├── clone_object │ │ │ ├── clonep │ │ │ ├── command │ │ │ ├── commands │ │ │ ├── copy │ │ │ ├── cos │ │ │ ├── cp │ │ │ ├── crc32 │ │ │ ├── crypt │ │ │ ├── ctime │ │ │ ├── debug_info │ │ │ ├── debug_message │ │ │ ├── debugmalloc │ │ │ ├── deep_inherit_list │ │ │ ├── deep_inventory │ │ │ ├── destruct │ │ │ ├── disable_commands │ │ │ ├── disable_wizard │ │ │ ├── domain_stats │ │ │ ├── dump_file_descriptors │ │ │ ├── dump_prog │ │ │ ├── dump_socket_status │ │ │ ├── dumpallobj │ │ │ ├── ed │ │ │ ├── ed_cmd │ │ │ ├── ed_start │ │ │ ├── enable_commands │ │ │ ├── enable_wizard │ │ │ ├── environment │ │ │ ├── error │ │ │ ├── eval_cost │ │ │ ├── evaluate │ │ │ ├── exec │ │ │ ├── exp │ │ │ ├── explode │ │ │ ├── export_uid │ │ │ ├── external_start │ │ │ ├── fetch_variable │ │ │ ├── file_length │ │ │ ├── file_name │ │ │ ├── file_size │ │ │ ├── filter │ │ │ ├── filter_array │ │ │ ├── filter_mapping │ │ │ ├── find_call_out │ │ │ ├── find_living │ │ │ ├── find_object │ │ │ ├── find_player │ │ │ ├── first_inventory │ │ │ ├── floatp │ │ │ ├── floor │ │ │ ├── flush_messages │ │ │ ├── function_exists │ │ │ ├── function_owner │ │ │ ├── function_profile │ │ │ ├── functionp │ │ │ ├── functions │ │ │ ├── generate_source │ │ │ ├── get_char │ │ │ ├── get_config │ │ │ ├── get_dir │ │ │ ├── geteuid │ │ │ ├── getuid │ │ │ ├── heart_beat_info │ │ │ ├── heart_beats │ │ │ ├── implode │ │ │ ├── in_edit │ │ │ ├── in_input │ │ │ ├── index │ │ │ ├── inherit_list │ │ │ ├── inherits │ │ │ ├── input_to │ │ │ ├── interactive │ │ │ ├── intp │ │ │ ├── keys │ │ │ ├── link │ │ │ ├── living │ │ │ ├── livings │ │ │ ├── load_object │ │ │ ├── localtime │ │ │ ├── log │ │ │ ├── lower_case │ │ │ ├── lpc_info │ │ │ ├── m_delete │ │ │ ├── m_indices │ │ │ ├── m_values │ │ │ ├── malloc_status │ │ │ ├── map │ │ │ ├── map_array │ │ │ ├── map_delete │ │ │ ├── map_mapping │ │ │ ├── mapp │ │ │ ├── master │ │ │ ├── match_path │ │ │ ├── max_eval_cost │ │ │ ├── member_array │ │ │ ├── memory_info │ │ │ ├── memory_summary │ │ │ ├── message │ │ │ ├── mkdir │ │ │ ├── move_object │ │ │ ├── mud_status │ │ │ ├── named_livings │ │ │ ├── network_stats │ │ │ ├── new │ │ │ ├── next_bit │ │ │ ├── next_inventory │ │ │ ├── notify_fail │ │ │ ├── nullp │ │ │ ├── objectp │ │ │ ├── objects │ │ │ ├── opcprof │ │ │ ├── origin │ │ │ ├── pluralize │ │ │ ├── pointerp │ │ │ ├── pow │ │ │ ├── present │ │ │ ├── previous_object │ │ │ ├── printf │ │ │ ├── program_info │ │ │ ├── query_ed_mode │ │ │ ├── query_heart_beat │ │ │ ├── query_host_name │ │ │ ├── query_idle │ │ │ ├── query_ip_name │ │ │ ├── query_ip_number │ │ │ ├── query_ip_port │ │ │ ├── query_load_average │ │ │ ├── query_notify_fail │ │ │ ├── query_num │ │ │ ├── query_privs │ │ │ ├── query_shadowing │ │ │ ├── query_snoop │ │ │ ├── query_snooping │ │ │ ├── query_verb │ │ │ ├── random │ │ │ ├── read_buffer │ │ │ ├── read_bytes │ │ │ ├── read_file │ │ │ ├── receive │ │ │ ├── reclaim_objects │ │ │ ├── refs │ │ │ ├── reg_assoc │ │ │ ├── regexp │ │ │ ├── reload_object │ │ │ ├── remove_action │ │ │ ├── remove_call_out │ │ │ ├── remove_interactive │ │ │ ├── remove_shadow │ │ │ ├── rename │ │ │ ├── repeat_string │ │ │ ├── replace_program │ │ │ ├── replace_string │ │ │ ├── replaceable │ │ │ ├── reset_eval_cost │ │ │ ├── resolve │ │ │ ├── restore_object │ │ │ ├── restore_variable │ │ │ ├── rm │ │ │ ├── rmdir │ │ │ ├── rusage │ │ │ ├── save_object │ │ │ ├── save_variable │ │ │ ├── say │ │ │ ├── set_author │ │ │ ├── set_bit │ │ │ ├── set_debug_level │ │ │ ├── set_eval_limit │ │ │ ├── set_heart_beat │ │ │ ├── set_hide │ │ │ ├── set_light │ │ │ ├── set_living_name │ │ │ ├── set_malloc_mask │ │ │ ├── set_privs │ │ │ ├── set_reset │ │ │ ├── set_this_player │ │ │ ├── seteuid │ │ │ ├── shadow │ │ │ ├── shallow_inherit_list │ │ │ ├── shout │ │ │ ├── shutdown │ │ │ ├── sin │ │ │ ├── sizeof │ │ │ ├── snoop │ │ │ ├── socket_accept │ │ │ ├── socket_acquire │ │ │ ├── socket_address │ │ │ ├── socket_bind │ │ │ ├── socket_close │ │ │ ├── socket_connect │ │ │ ├── socket_create │ │ │ ├── socket_error │ │ │ ├── socket_error.h │ │ │ ├── socket_listen │ │ │ ├── socket_release │ │ │ ├── socket_write │ │ │ ├── sort_array │ │ │ ├── sprintf │ │ │ ├── sqrt │ │ │ ├── sscanf │ │ │ ├── stat │ │ │ ├── store_variable │ │ │ ├── strcmp │ │ │ ├── stringp │ │ │ ├── strlen │ │ │ ├── strsrch │ │ │ ├── swap │ │ │ ├── tail │ │ │ ├── tan │ │ │ ├── tell_object │ │ │ ├── tell_room │ │ │ ├── terminal_colour │ │ │ ├── test_bit │ │ │ ├── this_interactive │ │ │ ├── this_object │ │ │ ├── this_player │ │ │ ├── this_user │ │ │ ├── throw │ │ │ ├── time │ │ │ ├── time_expression │ │ │ ├── to_float │ │ │ ├── to_int │ │ │ ├── trace │ │ │ ├── traceprefix │ │ │ ├── typeof │ │ │ ├── undefinedp │ │ │ ├── unique_array │ │ │ ├── unique_mapping │ │ │ ├── upper_case │ │ │ ├── uptime │ │ │ ├── userp │ │ │ ├── users │ │ │ ├── values │ │ │ ├── variables │ │ │ ├── virtualp │ │ │ ├── wizardp │ │ │ ├── write │ │ │ ├── write_buffer │ │ │ ├── write_bytes │ │ │ └── write_file │ │ ├── arrays │ │ │ ├── allocate │ │ │ ├── filter_array │ │ │ ├── index │ │ │ ├── map_array │ │ │ ├── member_array │ │ │ ├── sort_array │ │ │ └── unique_array │ │ ├── buffers │ │ │ ├── allocate_buffer │ │ │ ├── crc32 │ │ │ ├── index │ │ │ ├── read_buffer │ │ │ └── write_buffer │ │ ├── calls │ │ │ ├── call_other │ │ │ ├── call_out │ │ │ ├── call_stack │ │ │ ├── catch │ │ │ ├── index │ │ │ ├── origin │ │ │ ├── previous_object │ │ │ ├── query_shadowing │ │ │ ├── remove_call_out │ │ │ ├── remove_shadow │ │ │ ├── shadow │ │ │ ├── this_object │ │ │ └── throw │ │ ├── compile │ │ │ ├── generate_source │ │ │ └── index │ │ ├── filesystem │ │ │ ├── cp │ │ │ ├── file_length │ │ │ ├── file_size │ │ │ ├── get_dir │ │ │ ├── index │ │ │ ├── link │ │ │ ├── mkdir │ │ │ ├── read_bytes │ │ │ ├── read_file │ │ │ ├── rename │ │ │ ├── rm │ │ │ ├── rmdir │ │ │ ├── stat │ │ │ ├── tail │ │ │ ├── write_bytes │ │ │ └── write_file │ │ ├── floats │ │ │ ├── acos │ │ │ ├── asin │ │ │ ├── atan │ │ │ ├── ceil │ │ │ ├── cos │ │ │ ├── exp │ │ │ ├── floor │ │ │ ├── index │ │ │ ├── log │ │ │ ├── pow │ │ │ ├── sin │ │ │ ├── sqrt │ │ │ ├── tan │ │ │ └── to_int │ │ ├── functions │ │ │ ├── bind │ │ │ ├── evaluate │ │ │ ├── function_owner │ │ │ └── index │ │ ├── general │ │ │ ├── copy │ │ │ ├── fetch_variable │ │ │ ├── filter │ │ │ ├── index │ │ │ ├── map │ │ │ ├── restore_variable │ │ │ ├── save_variable │ │ │ ├── sizeof │ │ │ ├── store_variable │ │ │ └── typeof │ │ ├── interactive │ │ │ ├── add_action │ │ │ ├── command │ │ │ ├── commands │ │ │ ├── disable_commands │ │ │ ├── disable_wizard │ │ │ ├── ed │ │ │ ├── ed_cmd │ │ │ ├── ed_start │ │ │ ├── enable_commands │ │ │ ├── enable_wizard │ │ │ ├── exec │ │ │ ├── find_player │ │ │ ├── get_char │ │ │ ├── in_edit │ │ │ ├── in_input │ │ │ ├── index │ │ │ ├── input_to │ │ │ ├── interactive │ │ │ ├── message │ │ │ ├── notify_fail │ │ │ ├── printf │ │ │ ├── query_ed_mode │ │ │ ├── query_host_name │ │ │ ├── query_idle │ │ │ ├── query_ip_name │ │ │ ├── query_ip_number │ │ │ ├── query_ip_port │ │ │ ├── query_notify_fail │ │ │ ├── query_snoop │ │ │ ├── query_snooping │ │ │ ├── receive │ │ │ ├── remove_action │ │ │ ├── remove_interactive │ │ │ ├── resolve │ │ │ ├── say │ │ │ ├── set_this_player │ │ │ ├── shout │ │ │ ├── snoop │ │ │ ├── this_interactive │ │ │ ├── this_player │ │ │ ├── this_user │ │ │ ├── userp │ │ │ ├── users │ │ │ ├── wizardp │ │ │ └── write │ │ ├── internals │ │ │ ├── cache_stats │ │ │ ├── debug_info │ │ │ ├── debugmalloc │ │ │ ├── dump_file_descriptors │ │ │ ├── dump_prog │ │ │ ├── dump_socket_status │ │ │ ├── dumpallobj │ │ │ ├── get_config │ │ │ ├── index │ │ │ ├── malloc_status │ │ │ ├── memory_info │ │ │ ├── mud_status │ │ │ ├── opcprof │ │ │ ├── query_load_average │ │ │ ├── refs │ │ │ ├── rusage │ │ │ ├── set_debug_level │ │ │ ├── set_malloc_mask │ │ │ ├── swap │ │ │ ├── time_expression │ │ │ ├── trace │ │ │ └── traceprefix │ │ ├── mappings │ │ │ ├── allocate_mapping │ │ │ ├── filter_mapping │ │ │ ├── index │ │ │ ├── keys │ │ │ ├── m_delete │ │ │ ├── m_indices │ │ │ ├── m_values │ │ │ ├── map_delete │ │ │ ├── map_mapping │ │ │ ├── match_path │ │ │ ├── unique_mapping │ │ │ └── values │ │ ├── mixed │ │ │ ├── arrayp │ │ │ ├── bufferp │ │ │ ├── classp │ │ │ ├── floatp │ │ │ ├── functionp │ │ │ ├── intp │ │ │ ├── mapp │ │ │ ├── nullp │ │ │ ├── objectp │ │ │ ├── pointerp │ │ │ ├── stringp │ │ │ └── undefinedp │ │ ├── mudlib │ │ │ ├── author_stats │ │ │ ├── domain_stats │ │ │ ├── export_uid │ │ │ ├── find_living │ │ │ ├── geteuid │ │ │ ├── getuid │ │ │ ├── index │ │ │ ├── living │ │ │ ├── livings │ │ │ ├── query_privs │ │ │ ├── set_author │ │ │ ├── set_light │ │ │ ├── set_living_name │ │ │ ├── set_privs │ │ │ └── seteuid │ │ ├── numbers │ │ │ ├── index │ │ │ ├── query_num │ │ │ ├── random │ │ │ └── to_float │ │ ├── objects │ │ │ ├── all_inventory │ │ │ ├── children │ │ │ ├── clone_object │ │ │ ├── clonep │ │ │ ├── deep_inventory │ │ │ ├── destruct │ │ │ ├── environment │ │ │ ├── file_name │ │ │ ├── find_object │ │ │ ├── first_inventory │ │ │ ├── heart_beat_info │ │ │ ├── heart_beats │ │ │ ├── index │ │ │ ├── load_object │ │ │ ├── master │ │ │ ├── move_object │ │ │ ├── new │ │ │ ├── next_inventory │ │ │ ├── objects │ │ │ ├── present │ │ │ ├── query_heart_beat │ │ │ ├── reload_object │ │ │ ├── restore_object │ │ │ ├── save_object │ │ │ ├── set_heart_beat │ │ │ ├── set_hide │ │ │ ├── tell_object │ │ │ ├── tell_room │ │ │ └── virtualp │ │ ├── parsing │ │ │ ├── TODO │ │ │ ├── index │ │ │ └── query_verb │ │ ├── sockets │ │ │ ├── index │ │ │ ├── network_stats │ │ │ ├── socket_accept │ │ │ ├── socket_acquire │ │ │ ├── socket_address │ │ │ ├── socket_bind │ │ │ ├── socket_close │ │ │ ├── socket_connect │ │ │ ├── socket_create │ │ │ ├── socket_error │ │ │ ├── socket_error.h │ │ │ ├── socket_listen │ │ │ ├── socket_release │ │ │ └── socket_write │ │ ├── strings │ │ │ ├── capitalize │ │ │ ├── clear_bit │ │ │ ├── crypt │ │ │ ├── explode │ │ │ ├── implode │ │ │ ├── index │ │ │ ├── lower_case │ │ │ ├── next_bit │ │ │ ├── pluralize │ │ │ ├── reg_assoc │ │ │ ├── regexp │ │ │ ├── repeat_string │ │ │ ├── replace_string │ │ │ ├── set_bit │ │ │ ├── sprintf │ │ │ ├── sscanf │ │ │ ├── strcmp │ │ │ ├── strlen │ │ │ ├── strsrch │ │ │ ├── terminal_colour │ │ │ ├── test_bit │ │ │ └── upper_case │ │ └── system │ │ │ ├── all_previous_objects │ │ │ ├── call_out_info │ │ │ ├── check_memory │ │ │ ├── ctime │ │ │ ├── debug_message │ │ │ ├── deep_inherit_list │ │ │ ├── error │ │ │ ├── eval_cost │ │ │ ├── external_start │ │ │ ├── find_call_out │ │ │ ├── flush_messages │ │ │ ├── function_exists │ │ │ ├── function_profile │ │ │ ├── functions │ │ │ ├── index │ │ │ ├── inherit_list │ │ │ ├── inherits │ │ │ ├── localtime │ │ │ ├── lpc_info │ │ │ ├── max_eval_cost │ │ │ ├── memory_summary │ │ │ ├── named_livings │ │ │ ├── program_info │ │ │ ├── reclaim_objects │ │ │ ├── replace_program │ │ │ ├── replaceable │ │ │ ├── reset_eval_cost │ │ │ ├── set_eval_limit │ │ │ ├── set_reset │ │ │ ├── shallow_inherit_list │ │ │ ├── shutdown │ │ │ ├── time │ │ │ ├── uptime │ │ │ └── variables │ ├── faq │ │ └── .gitignore │ ├── guide │ │ ├── chapter01 │ │ ├── chapter02 │ │ ├── chapter03 │ │ ├── chapter04 │ │ ├── chapter05 │ │ ├── chapter06 │ │ ├── chapter07 │ │ ├── chapter08 │ │ └── chapter09 │ ├── hbook │ │ ├── chapter01 │ │ ├── chapter02 │ │ ├── chapter03 │ │ ├── chapter04 │ │ ├── chapter05 │ │ ├── chapter06 │ │ ├── chapter07 │ │ ├── chapter08 │ │ └── chapter09 │ ├── help │ │ ├── avatars │ │ │ └── .gitignore │ │ ├── classes │ │ │ ├── cleric │ │ │ ├── explorer │ │ │ ├── fighter │ │ │ ├── mage │ │ │ └── thief │ │ ├── creators │ │ │ ├── addemote_help │ │ │ ├── admin │ │ │ ├── config │ │ │ ├── creation │ │ │ ├── creator │ │ │ ├── creator_general │ │ │ ├── creweb │ │ │ ├── debug_hints │ │ │ ├── debug_macro │ │ │ ├── debugging │ │ │ ├── ds │ │ │ ├── editor │ │ │ ├── emotes │ │ │ ├── foo │ │ │ ├── force │ │ │ ├── grid │ │ │ ├── instances │ │ │ ├── messaging │ │ │ ├── mssp │ │ │ ├── plan │ │ │ ├── profile │ │ │ ├── qcs │ │ │ ├── security │ │ │ ├── shadows │ │ │ └── staff │ │ ├── hm │ │ │ └── .gitignore │ │ ├── law │ │ │ └── .gitignore │ │ ├── players │ │ │ ├── alias │ │ │ ├── banking │ │ │ ├── channel │ │ │ ├── channels │ │ │ ├── chat │ │ │ ├── classes │ │ │ ├── communication │ │ │ ├── credits │ │ │ ├── deviation │ │ │ ├── handbook │ │ │ ├── languages │ │ │ ├── list │ │ │ ├── locate │ │ │ ├── map │ │ │ ├── mapping │ │ │ ├── nickname │ │ │ ├── password │ │ │ ├── player_general │ │ │ ├── points │ │ │ ├── races │ │ │ ├── unalias │ │ │ ├── vendors │ │ │ ├── wordwrap │ │ │ └── wrapping │ │ ├── races │ │ │ ├── orc │ │ │ └── poleepkwa │ │ └── religion │ │ │ └── .gitignore │ ├── lfun │ │ ├── README │ │ ├── all │ │ │ ├── AddAlcohol │ │ │ ├── AddCaffeine │ │ │ ├── AddChannel │ │ │ ├── AddDrink │ │ │ ├── AddExperiencePoints │ │ │ ├── AddExtraChannels │ │ │ ├── AddFingers │ │ │ ├── AddFood │ │ │ ├── AddHP │ │ │ ├── AddHealthPoints │ │ │ ├── AddHeartModifier │ │ │ ├── AddLead │ │ │ ├── AddLimb │ │ │ ├── AddMagicPoints │ │ │ ├── AddMagicProtection │ │ │ ├── AddMoJo │ │ │ ├── AddPoison │ │ │ ├── AddQuestPoints │ │ │ ├── AddSacrificeType │ │ │ ├── AddSkillPoints │ │ │ ├── CanBurn │ │ │ ├── CanExtinguish │ │ │ ├── CanFly │ │ │ ├── CanJoin │ │ │ ├── CanLight │ │ │ ├── CanManipulate │ │ │ ├── CanMarry │ │ │ ├── CanReceive │ │ │ ├── CanRelease │ │ │ ├── CanRemoveItem │ │ │ ├── CanSacrifice │ │ │ ├── CanWear │ │ │ ├── ChangeClass │ │ │ ├── ClassMember │ │ │ ├── DestLimb │ │ │ ├── GetAffectLong │ │ │ ├── GetAlcohol │ │ │ ├── GetAllowSacrifice │ │ │ ├── GetAmmoType │ │ │ ├── GetBaseStatLevel │ │ │ ├── GetBodyComposition │ │ │ ├── GetBonusDuration │ │ │ ├── GetBurnRate │ │ │ ├── GetBurning │ │ │ ├── GetBurntValue │ │ │ ├── GetCaffeine │ │ │ ├── GetCaliber │ │ │ ├── GetCanBite │ │ │ ├── GetCapName │ │ │ ├── GetCellType │ │ │ ├── GetChannels │ │ │ ├── GetCharge │ │ │ ├── GetClan │ │ │ ├── GetClanName │ │ │ ├── GetClanObject │ │ │ ├── GetClanSkill │ │ │ ├── GetClass │ │ │ ├── GetDeathEvents │ │ │ ├── GetDrainRate │ │ │ ├── GetDrainable │ │ │ ├── GetDrink │ │ │ ├── GetDying │ │ │ ├── GetEncumbrance │ │ │ ├── GetEquippedLimbs │ │ │ ├── GetExperiencePoints │ │ │ ├── GetExtraChannels │ │ │ ├── GetFingers │ │ │ ├── GetFirearmType │ │ │ ├── GetFood │ │ │ ├── GetFuelRequired │ │ │ ├── GetHealRate │ │ │ ├── GetHealthPoints │ │ │ ├── GetHealthShort │ │ │ ├── GetHeartModifier │ │ │ ├── GetHeartRate │ │ │ ├── GetHeat │ │ │ ├── GetLead │ │ │ ├── GetLeader │ │ │ ├── GetLimbChildren │ │ │ ├── GetLimbClass │ │ │ ├── GetLimbParent │ │ │ ├── GetLimbs │ │ │ ├── GetLong │ │ │ ├── GetMagicPoints │ │ │ ├── GetMaxHealthPoints │ │ │ ├── GetMaxMagicPoints │ │ │ ├── GetMaxStaminaPoints │ │ │ ├── GetMelee │ │ │ ├── GetMillimeter │ │ │ ├── GetMinHeat │ │ │ ├── GetMissingLimbParent │ │ │ ├── GetMissingLimbParents │ │ │ ├── GetMissingLimbs │ │ │ ├── GetMoJo │ │ │ ├── GetMorality │ │ │ ├── GetMoralityDescription │ │ │ ├── GetName │ │ │ ├── GetNoChanColors │ │ │ ├── GetPacifist │ │ │ ├── GetPoints │ │ │ ├── GetPoison │ │ │ ├── GetProtect │ │ │ ├── GetQuestPoints │ │ │ ├── GetRace │ │ │ ├── GetRandomLimb │ │ │ ├── GetRechargeable │ │ │ ├── GetReligion │ │ │ ├── GetResistance │ │ │ ├── GetRestrictedChannels │ │ │ ├── GetSacrificeType │ │ │ ├── GetSkillModifier │ │ │ ├── GetSkills │ │ │ ├── GetSleeping │ │ │ ├── GetStaminaPoints │ │ │ ├── GetStats │ │ │ ├── GetTorso │ │ │ ├── GetWielded │ │ │ ├── GetWieldingLimbs │ │ │ ├── GetWorn │ │ │ ├── HandleTeller │ │ │ ├── HealLimb │ │ │ ├── InitComposition │ │ │ ├── ModCharge │ │ │ ├── NewBody │ │ │ ├── ParseHook │ │ │ ├── PlusAmmo │ │ │ ├── RemoveBonuses │ │ │ ├── RemoveChannel │ │ │ ├── RemoveExtraChannels │ │ │ ├── RemoveLimb │ │ │ ├── RemoveMagicProtection │ │ │ ├── RestoreLimb │ │ │ ├── RestrictChannel │ │ │ ├── SetAllowSacrifice │ │ │ ├── SetAmmoType │ │ │ ├── SetBodyComposition │ │ │ ├── SetBonusDuration │ │ │ ├── SetBonuses │ │ │ ├── SetBurnRate │ │ │ ├── SetCaliber │ │ │ ├── SetCanBite │ │ │ ├── SetCellType │ │ │ ├── SetCharge │ │ │ ├── SetClan │ │ │ ├── SetClanName │ │ │ ├── SetClanObject │ │ │ ├── SetClanSkill │ │ │ ├── SetClass │ │ │ ├── SetComposition │ │ │ ├── SetDeathEvents │ │ │ ├── SetDrainRate │ │ │ ├── SetDrainable │ │ │ ├── SetExtraChannels │ │ │ ├── SetFingers │ │ │ ├── SetFirearmType │ │ │ ├── SetFuelRequired │ │ │ ├── SetHeat │ │ │ ├── SetLeader │ │ │ ├── SetMelee │ │ │ ├── SetMillimeter │ │ │ ├── SetMinHeat │ │ │ ├── SetMorality │ │ │ ├── SetNoChanColors │ │ │ ├── SetPacifist │ │ │ ├── SetPoints │ │ │ ├── SetPowerType │ │ │ ├── SetProtect │ │ │ ├── SetRechargeable │ │ │ ├── SetReligion │ │ │ ├── SetSacrificeType │ │ │ ├── SetSkillModifier │ │ │ ├── SetSkills │ │ │ ├── SetSleeping │ │ │ ├── SetStats │ │ │ ├── Spent │ │ │ ├── UnrestrictChannel │ │ │ ├── chat_command │ │ │ ├── checkCollapse │ │ │ ├── eventBring │ │ │ ├── eventBurnOut │ │ │ ├── eventBuy │ │ │ ├── eventCharge │ │ │ ├── eventCheckHealing │ │ │ ├── eventCheckProtection │ │ │ ├── eventCollapse │ │ │ ├── eventCompareLimbs │ │ │ ├── eventCompleteHeal │ │ │ ├── eventDestruct │ │ │ ├── eventDie │ │ │ ├── eventDrain │ │ │ ├── eventExtinguish │ │ │ ├── eventFall │ │ │ ├── eventHealDamage │ │ │ ├── eventInitiate │ │ │ ├── eventJoin │ │ │ ├── eventLight │ │ │ ├── eventLoad │ │ │ ├── eventMarry │ │ │ ├── eventMoralAct │ │ │ ├── eventReceiveDamage │ │ │ ├── eventReceiveThrow │ │ │ ├── eventReconnect │ │ │ ├── eventRemoveItem │ │ │ ├── eventRetire │ │ │ ├── eventSacrifice │ │ │ ├── eventUnjoin │ │ │ ├── eventUnload │ │ │ ├── eventUse │ │ │ ├── eventWear │ │ │ ├── eventWelcome │ │ │ ├── performMarriage │ │ │ ├── returnChannels │ │ │ └── teller_check │ │ └── lib │ │ │ ├── abilities │ │ │ ├── AddSkillPoints │ │ │ └── GetSkills │ │ │ ├── armor │ │ │ ├── GetFingers │ │ │ ├── SetFingers │ │ │ └── eventReceiveDamage │ │ │ ├── bank │ │ │ ├── HandleTeller │ │ │ └── teller_check │ │ │ ├── battery │ │ │ ├── GetCellType │ │ │ ├── GetCharge │ │ │ ├── GetDrainRate │ │ │ ├── GetDrainable │ │ │ ├── GetRechargeable │ │ │ ├── ModCharge │ │ │ ├── SetCellType │ │ │ ├── SetCharge │ │ │ ├── SetDrainRate │ │ │ ├── SetDrainable │ │ │ ├── SetPowerType │ │ │ ├── SetRechargeable │ │ │ ├── Spent │ │ │ ├── eventCharge │ │ │ ├── eventDrain │ │ │ └── eventUse │ │ │ ├── body │ │ │ ├── AddAlcohol │ │ │ ├── AddCaffeine │ │ │ ├── AddDrink │ │ │ ├── AddExperiencePoints │ │ │ ├── AddExtraChannels │ │ │ ├── AddFingers │ │ │ ├── AddFood │ │ │ ├── AddHP │ │ │ ├── AddHealthPoints │ │ │ ├── AddHeartModifier │ │ │ ├── AddLead │ │ │ ├── AddLimb │ │ │ ├── AddMagicPoints │ │ │ ├── AddMagicProtection │ │ │ ├── AddMoJo │ │ │ ├── AddPoison │ │ │ ├── AddQuestPoints │ │ │ ├── CanFly │ │ │ ├── CanManipulate │ │ │ ├── CanRemoveItem │ │ │ ├── CanWear │ │ │ ├── DestLimb │ │ │ ├── GetAffectLong │ │ │ ├── GetAlcohol │ │ │ ├── GetBodyComposition │ │ │ ├── GetCaffeine │ │ │ ├── GetCanBite │ │ │ ├── GetCapName │ │ │ ├── GetCellType │ │ │ ├── GetDeathEvents │ │ │ ├── GetDrink │ │ │ ├── GetDying │ │ │ ├── GetEncumbrance │ │ │ ├── GetEquippedLimbs │ │ │ ├── GetExperiencePoints │ │ │ ├── GetExtraChannels │ │ │ ├── GetFingers │ │ │ ├── GetFood │ │ │ ├── GetHealRate │ │ │ ├── GetHealthPoints │ │ │ ├── GetHealthShort │ │ │ ├── GetHeartModifier │ │ │ ├── GetHeartRate │ │ │ ├── GetLead │ │ │ ├── GetLimbChildren │ │ │ ├── GetLimbClass │ │ │ ├── GetLimbParent │ │ │ ├── GetLimbs │ │ │ ├── GetLong │ │ │ ├── GetMagicPoints │ │ │ ├── GetMaxHealthPoints │ │ │ ├── GetMaxMagicPoints │ │ │ ├── GetMaxStaminaPoints │ │ │ ├── GetMelee │ │ │ ├── GetMissingLimbParent │ │ │ ├── GetMissingLimbParents │ │ │ ├── GetMissingLimbs │ │ │ ├── GetMoJo │ │ │ ├── GetName │ │ │ ├── GetPacifist │ │ │ ├── GetPoison │ │ │ ├── GetProtect │ │ │ ├── GetQuestPoints │ │ │ ├── GetRace │ │ │ ├── GetRandomLimb │ │ │ ├── GetResistance │ │ │ ├── GetSleeping │ │ │ ├── GetStaminaPoints │ │ │ ├── GetTorso │ │ │ ├── GetWielded │ │ │ ├── GetWieldingLimbs │ │ │ ├── GetWorn │ │ │ ├── HealLimb │ │ │ ├── NewBody │ │ │ ├── ParseHook │ │ │ ├── RemoveExtraChannels │ │ │ ├── RemoveLimb │ │ │ ├── RemoveMagicProtection │ │ │ ├── RestoreLimb │ │ │ ├── SetBodyComposition │ │ │ ├── SetCanBite │ │ │ ├── SetDeathEvents │ │ │ ├── SetDrainRate │ │ │ ├── SetExtraChannels │ │ │ ├── SetFingers │ │ │ ├── SetMelee │ │ │ ├── SetPacifist │ │ │ ├── SetProtect │ │ │ ├── SetSleeping │ │ │ ├── checkCollapse │ │ │ ├── eventBuy │ │ │ ├── eventCheckHealing │ │ │ ├── eventCheckProtection │ │ │ ├── eventCollapse │ │ │ ├── eventCompareLimbs │ │ │ ├── eventCompleteHeal │ │ │ ├── eventDie │ │ │ ├── eventFall │ │ │ ├── eventHealDamage │ │ │ ├── eventReceiveDamage │ │ │ ├── eventReceiveThrow │ │ │ ├── eventReconnect │ │ │ ├── eventRemoveItem │ │ │ └── eventWear │ │ │ ├── bonus │ │ │ ├── GetBonusDuration │ │ │ ├── GetPoints │ │ │ ├── GetSkills │ │ │ ├── GetStats │ │ │ ├── RemoveBonuses │ │ │ ├── SetBonusDuration │ │ │ ├── SetBonuses │ │ │ ├── SetPoints │ │ │ ├── SetSkills │ │ │ ├── SetStats │ │ │ └── eventDestruct │ │ │ ├── bot │ │ │ ├── GetLong │ │ │ └── eventDie │ │ │ ├── burn │ │ │ ├── CanBurn │ │ │ ├── CanExtinguish │ │ │ ├── GetBurnRate │ │ │ ├── GetBurning │ │ │ ├── GetBurntValue │ │ │ ├── GetFuelRequired │ │ │ ├── GetHeat │ │ │ ├── GetMinHeat │ │ │ ├── SetBurnRate │ │ │ ├── SetFuelRequired │ │ │ ├── SetHeat │ │ │ ├── SetMinHeat │ │ │ ├── eventBurnOut │ │ │ ├── eventExtinguish │ │ │ └── eventLight │ │ │ ├── chapel │ │ │ ├── AddSacrificeType │ │ │ ├── CanMarry │ │ │ ├── CanSacrifice │ │ │ ├── GetAllowSacrifice │ │ │ ├── GetReligion │ │ │ ├── GetSacrificeType │ │ │ ├── SetAllowSacrifice │ │ │ ├── SetReligion │ │ │ ├── SetSacrificeType │ │ │ ├── eventMarry │ │ │ └── eventSacrifice │ │ │ ├── chat │ │ │ ├── AddChannel │ │ │ ├── GetChannels │ │ │ ├── GetNoChanColors │ │ │ ├── GetRestrictedChannels │ │ │ ├── RemoveChannel │ │ │ ├── RestrictChannel │ │ │ ├── SetNoChanColors │ │ │ ├── UnrestrictChannel │ │ │ ├── chat_command │ │ │ ├── eventDestruct │ │ │ ├── eventReconnect │ │ │ └── returnChannels │ │ │ ├── clan │ │ │ ├── CanJoin │ │ │ ├── GetAffectLong │ │ │ ├── GetClanName │ │ │ ├── GetClanObject │ │ │ ├── GetClanSkill │ │ │ ├── GetLeader │ │ │ ├── SetClanName │ │ │ ├── SetClanObject │ │ │ ├── SetClanSkill │ │ │ ├── SetLeader │ │ │ ├── eventBring │ │ │ ├── eventInitiate │ │ │ ├── eventJoin │ │ │ ├── eventRetire │ │ │ ├── eventUnjoin │ │ │ └── eventWelcome │ │ │ ├── classes │ │ │ ├── AddSkillPoints │ │ │ ├── ChangeClass │ │ │ ├── ClassMember │ │ │ ├── GetBaseStatLevel │ │ │ ├── GetClan │ │ │ ├── GetClass │ │ │ ├── GetMorality │ │ │ ├── GetMoralityDescription │ │ │ ├── GetReligion │ │ │ ├── GetSkillModifier │ │ │ ├── SetClan │ │ │ ├── SetClass │ │ │ ├── SetMorality │ │ │ ├── SetReligion │ │ │ ├── SetSkillModifier │ │ │ └── eventMoralAct │ │ │ ├── clay │ │ │ ├── InitComposition │ │ │ └── SetComposition │ │ │ ├── clean │ │ │ └── eventDestruct │ │ │ ├── clerk │ │ │ └── performMarriage │ │ │ ├── client │ │ │ └── eventDestruct │ │ │ ├── clip │ │ │ ├── CanReceive │ │ │ ├── CanRelease │ │ │ ├── GetAmmoType │ │ │ ├── GetCaliber │ │ │ ├── GetFirearmType │ │ │ ├── GetMillimeter │ │ │ ├── SetAmmoType │ │ │ ├── SetCaliber │ │ │ ├── SetFirearmType │ │ │ ├── SetMillimeter │ │ │ ├── eventLoad │ │ │ └── eventUnload │ │ │ ├── combat │ │ │ ├── GetBaseStatLevel │ │ │ ├── GetMaxHealthPoints │ │ │ ├── eventDie │ │ │ └── eventReceiveDamage │ │ │ ├── connect │ │ │ ├── GetCapName │ │ │ └── eventDestruct │ │ │ ├── container │ │ │ ├── CanReceive │ │ │ └── CanRelease │ │ │ ├── corpse │ │ │ ├── CanReceive │ │ │ ├── GetHealthShort │ │ │ └── GetRace │ │ │ ├── creator │ │ │ ├── GetLong │ │ │ ├── GetName │ │ │ └── eventReconnect │ │ │ ├── daemon │ │ │ └── eventDestruct │ │ │ ├── damage │ │ │ ├── GetClass │ │ │ └── SetClass │ │ │ ├── deterioration │ │ │ └── eventReceiveDamage │ │ │ ├── donate │ │ │ └── GetLong │ │ │ ├── door │ │ │ └── GetLong │ │ │ ├── equip │ │ │ └── GetWorn │ │ │ ├── file │ │ │ └── eventDestruct │ │ │ ├── firearm │ │ │ ├── CanReceive │ │ │ ├── CanRelease │ │ │ ├── GetAmmoType │ │ │ ├── GetCaliber │ │ │ ├── GetFirearmType │ │ │ ├── GetMillimeter │ │ │ ├── SetAmmoType │ │ │ ├── SetCaliber │ │ │ ├── SetFirearmType │ │ │ ├── SetMillimeter │ │ │ ├── eventLoad │ │ │ └── eventUnload │ │ │ ├── fish │ │ │ └── GetFood │ │ │ ├── fishing │ │ │ └── CanRelease │ │ │ ├── flashlight │ │ │ ├── CanReceive │ │ │ ├── GetCellType │ │ │ ├── SetCellType │ │ │ ├── SetDrainRate │ │ │ ├── eventDie │ │ │ ├── eventExtinguish │ │ │ ├── eventLight │ │ │ └── eventUse │ │ │ ├── follow │ │ │ ├── GetLeader │ │ │ └── SetLeader │ │ │ ├── ftp_client │ │ │ └── eventDestruct │ │ │ ├── ftp_data_connection │ │ │ └── eventDestruct │ │ │ ├── fuel │ │ │ └── GetLong │ │ │ ├── furnace │ │ │ └── CanReceive │ │ │ ├── genetics │ │ │ ├── GetBaseStatLevel │ │ │ ├── GetResistance │ │ │ └── GetStats │ │ │ ├── holder │ │ │ └── CanReceive │ │ │ ├── id │ │ │ ├── GetCapName │ │ │ └── GetName │ │ │ ├── interactive │ │ │ ├── CanMarry │ │ │ ├── GetLong │ │ │ ├── GetName │ │ │ ├── eventDestruct │ │ │ ├── eventMarry │ │ │ └── eventReconnect │ │ │ ├── lamp │ │ │ ├── GetBurnRate │ │ │ ├── GetLong │ │ │ ├── SetBurnRate │ │ │ └── eventLight │ │ │ ├── leader │ │ │ └── eventJoin │ │ │ ├── light │ │ │ ├── CanLight │ │ │ └── eventLight │ │ │ ├── limb │ │ │ ├── CanReceive │ │ │ └── GetRace │ │ │ ├── living │ │ │ └── GetMaxHealthPoints │ │ │ ├── load │ │ │ ├── eventLoad │ │ │ └── eventUnload │ │ │ ├── look │ │ │ └── GetLong │ │ │ ├── manipulate │ │ │ └── CanManipulate │ │ │ ├── meal │ │ │ └── eventDestruct │ │ │ ├── messages │ │ │ └── GetName │ │ │ ├── npc │ │ │ ├── CanReceive │ │ │ ├── GetCapName │ │ │ ├── GetLong │ │ │ ├── GetMaxHealthPoints │ │ │ ├── GetName │ │ │ ├── SetClass │ │ │ ├── eventDestruct │ │ │ ├── eventDie │ │ │ └── eventReconnect │ │ │ ├── player │ │ │ ├── AddHealthPoints │ │ │ ├── CanReceive │ │ │ ├── GetCapName │ │ │ ├── GetLong │ │ │ ├── GetName │ │ │ ├── SetClass │ │ │ ├── eventDie │ │ │ ├── eventReconnect │ │ │ └── eventUse │ │ │ ├── poison │ │ │ ├── AddPoison │ │ │ └── GetPoison │ │ │ ├── position │ │ │ └── eventFall │ │ │ ├── post_office │ │ │ └── CanReceive │ │ │ ├── potion │ │ │ ├── GetPoints │ │ │ ├── GetSkills │ │ │ ├── GetStats │ │ │ ├── SetPoints │ │ │ ├── SetSkills │ │ │ └── SetStats │ │ │ ├── race │ │ │ ├── GetAlcohol │ │ │ ├── GetHealRate │ │ │ ├── GetHeartRate │ │ │ ├── GetMaxHealthPoints │ │ │ ├── GetMaxMagicPoints │ │ │ ├── GetMaxStaminaPoints │ │ │ ├── GetRace │ │ │ ├── GetResistance │ │ │ ├── NewBody │ │ │ └── eventDie │ │ │ ├── room │ │ │ ├── CanFly │ │ │ ├── CanReceive │ │ │ └── GetLong │ │ │ ├── round │ │ │ ├── GetAmmoType │ │ │ ├── GetCaliber │ │ │ ├── GetFirearmType │ │ │ ├── GetMillimeter │ │ │ ├── SetAmmoType │ │ │ ├── SetCaliber │ │ │ ├── SetFirearmType │ │ │ ├── SetMillimeter │ │ │ ├── eventLoad │ │ │ └── eventUnload │ │ │ ├── server │ │ │ └── eventDestruct │ │ │ ├── shell │ │ │ ├── GetAmmoType │ │ │ ├── GetCaliber │ │ │ ├── GetFirearmType │ │ │ ├── GetMillimeter │ │ │ ├── SetAmmoType │ │ │ ├── SetCaliber │ │ │ ├── SetFirearmType │ │ │ └── SetMillimeter │ │ │ ├── spell │ │ │ ├── GetMorality │ │ │ ├── GetSkills │ │ │ ├── SetMorality │ │ │ └── SetSkills │ │ │ ├── torch │ │ │ └── GetLong │ │ │ ├── vendor │ │ │ └── eventBuy │ │ │ ├── virt_sky │ │ │ └── CanFly │ │ │ ├── weapon │ │ │ └── GetWielded │ │ │ └── worn_storage │ │ │ ├── GetFingers │ │ │ ├── SetFingers │ │ │ └── eventReceiveDamage │ ├── lpc │ │ ├── advanced │ │ │ └── .gitignore │ │ ├── basic │ │ │ ├── Contents │ │ │ ├── Introduction │ │ │ ├── chapter1 │ │ │ ├── chapter2 │ │ │ ├── chapter3 │ │ │ ├── chapter4 │ │ │ ├── chapter5 │ │ │ ├── chapter6 │ │ │ ├── chapter7 │ │ │ └── chapter8 │ │ ├── concepts │ │ │ ├── MudOSdriver │ │ │ ├── defines │ │ │ ├── efun │ │ │ ├── heredoc │ │ │ ├── lfun │ │ │ ├── lpc │ │ │ ├── mappings │ │ │ ├── message_doc │ │ │ ├── objects │ │ │ ├── oop │ │ │ ├── preprocessor │ │ │ ├── sefun │ │ │ ├── simul_efun │ │ │ └── socket_efuns │ │ ├── constructs │ │ │ ├── for │ │ │ ├── function │ │ │ ├── if │ │ │ ├── include │ │ │ ├── inherit │ │ │ ├── prototypes │ │ │ ├── switch │ │ │ └── while │ │ ├── etc │ │ │ └── error_msgs │ │ ├── intermediate │ │ │ ├── Contents │ │ │ ├── Copyright │ │ │ ├── chapter1 │ │ │ ├── chapter2 │ │ │ ├── chapter3 │ │ │ ├── chapter4 │ │ │ ├── chapter5 │ │ │ ├── chapter6 │ │ │ └── chapter7 │ │ └── types │ │ │ ├── array.2d │ │ │ ├── buffer │ │ │ ├── float │ │ │ ├── function │ │ │ ├── general │ │ │ └── mappings │ ├── manual │ │ ├── chapter01 │ │ ├── chapter02 │ │ ├── chapter03 │ │ ├── chapter04 │ │ ├── chapter05 │ │ ├── chapter06 │ │ ├── chapter07 │ │ ├── chapter08 │ │ ├── chapter09 │ │ ├── chapter10 │ │ ├── chapter11 │ │ ├── chapter12 │ │ ├── chapter13 │ │ ├── chapter14 │ │ ├── chapter15 │ │ ├── chapter16 │ │ ├── chapter17 │ │ ├── chapter18 │ │ ├── chapter19 │ │ ├── chapter20 │ │ ├── chapter21 │ │ ├── chapter22 │ │ ├── chapter23 │ │ ├── chapter24 │ │ ├── chapter25 │ │ ├── chapter26 │ │ ├── chapter27 │ │ ├── chapter28 │ │ ├── chapter29 │ │ ├── chapter30 │ │ ├── chapter31 │ │ ├── chapter32 │ │ ├── chapter33 │ │ ├── chapter34 │ │ ├── chapter35 │ │ ├── chapter36 │ │ ├── chapter37 │ │ ├── chapter38 │ │ ├── chapter39 │ │ └── chapter40 │ ├── misc │ │ └── ed.txt │ ├── old │ │ ├── CHANGES │ │ ├── README │ │ ├── RELEASE_NOTES.old │ │ └── the_beginning.txt │ ├── phints │ │ ├── chapter01 │ │ ├── chapter02 │ │ ├── chapter03 │ │ ├── chapter04 │ │ └── chapter05 │ ├── sefun │ │ ├── absolute_path │ │ ├── absolute_value │ │ ├── add_sky_event │ │ ├── alignment_ok │ │ ├── alignment_string │ │ ├── ambassadorp │ │ ├── answers_to │ │ ├── architecture │ │ ├── archp │ │ ├── arrange_string │ │ ├── base_name │ │ ├── cardinal │ │ ├── center │ │ ├── check_privs │ │ ├── conjunction │ │ ├── consolidate │ │ ├── convert_ascii │ │ ├── convert_name │ │ ├── copy │ │ ├── currency_inflation │ │ ├── currency_mass │ │ ├── currency_rate │ │ ├── currency_value │ │ ├── damerau_levenshtein_distance │ │ ├── date │ │ ├── day │ │ ├── debug │ │ ├── destruct │ │ ├── distinct_array │ │ ├── domain │ │ ├── domain_exists │ │ ├── domain_master │ │ ├── effective_light │ │ ├── event │ │ ├── event_pending │ │ ├── exclude_array │ │ ├── exec │ │ ├── false │ │ ├── file_exists │ │ ├── file_privs │ │ ├── first │ │ ├── first_string_element │ │ ├── flat_map │ │ ├── format_page │ │ ├── format_string │ │ ├── generate_tmp │ │ ├── get_cmds │ │ ├── get_livings │ │ ├── get_object │ │ ├── get_random_living │ │ ├── get_verbs │ │ ├── grepp │ │ ├── hiddenp │ │ ├── high_mortalp │ │ ├── hour │ │ ├── identify │ │ ├── indent_file │ │ ├── last │ │ ├── last_string_element │ │ ├── leaderp │ │ ├── levenshtein_distance │ │ ├── livings │ │ ├── load_object │ │ ├── local_time │ │ ├── log_file │ │ ├── member_group │ │ ├── memberp │ │ ├── minutes │ │ ├── month │ │ ├── moon_light │ │ ├── mud_currencies │ │ ├── mud_name │ │ ├── mudlib │ │ ├── mudlib_version │ │ ├── nominative │ │ ├── objective │ │ ├── ordinal │ │ ├── path_file │ │ ├── path_prefix │ │ ├── percent │ │ ├── pluralize │ │ ├── possessive │ │ ├── possessive_noun │ │ ├── query_custom_command │ │ ├── query_custom_path │ │ ├── query_host_port │ │ ├── query_night │ │ ├── query_snoop │ │ ├── query_snooping │ │ ├── read_database │ │ ├── reap_dummies │ │ ├── reflexive │ │ ├── remove_matching_line │ │ ├── remove_sky_event │ │ ├── replace_line │ │ ├── replace_matching_line │ │ ├── reverse_string │ │ ├── say │ │ ├── season │ │ ├── set_eval_limit │ │ ├── set_privs │ │ ├── shout │ │ ├── shutdown │ │ ├── snoop │ │ ├── starts_with │ │ ├── strip_colours │ │ ├── tail │ │ ├── tell_object │ │ ├── tell_player │ │ ├── total_light │ │ ├── translate │ │ ├── true │ │ ├── unguarded │ │ ├── user_exists │ │ ├── user_path │ │ ├── version │ │ ├── wrap │ │ ├── write │ │ └── year │ └── tmp │ │ └── .gitignore ├── domains │ ├── Praxis │ │ ├── README │ │ ├── adm │ │ │ ├── README │ │ │ ├── access.c │ │ │ └── master.c │ │ ├── adv_inner.c │ │ ├── adv_main.c │ │ ├── alley1.c │ │ ├── alley2.c │ │ ├── app_room.c │ │ ├── arch.c │ │ ├── attic │ │ │ ├── class_change.c │ │ │ └── tmp_hos │ │ ├── bank.c │ │ ├── bank_vault.c │ │ ├── booth.c │ │ ├── branches.c │ │ ├── building.c │ │ ├── cache.c │ │ ├── cemetery │ │ │ ├── grave_yard.c │ │ │ ├── grave_yard2.c │ │ │ ├── grave_yard3.c │ │ │ ├── grave_yard4.c │ │ │ ├── grave_yard5.c │ │ │ ├── grave_yard6.c │ │ │ ├── grave_yard7.c │ │ │ ├── grave_yard8.c │ │ │ └── mon │ │ │ │ ├── ghost.c │ │ │ │ ├── ghost3.c │ │ │ │ ├── ghost4.c │ │ │ │ ├── ghost5.c │ │ │ │ ├── ghost6.c │ │ │ │ ├── ghost8.c │ │ │ │ ├── ghost9.c │ │ │ │ └── ghosta.c │ │ ├── chapel.c │ │ ├── cleric_hall.c │ │ ├── cleric_join.c │ │ ├── cleric_vote.c │ │ ├── commands │ │ ├── council.c │ │ ├── council_hall.c │ │ ├── council_vote.c │ │ ├── court_room.c │ │ ├── crypt.c │ │ ├── data │ │ │ ├── booth_question │ │ │ ├── booth_votes.o │ │ │ ├── cleric_crypt.o │ │ │ ├── properties.o │ │ │ ├── properties.t │ │ │ └── wall.o │ │ ├── death │ │ │ └── death_room.c │ │ ├── dump.c │ │ ├── e_boc_la1.c │ │ ├── e_boc_la2.c │ │ ├── e_boc_la3.c │ │ ├── east_road1.c │ │ ├── east_road2.c │ │ ├── east_road3.c │ │ ├── farm.c │ │ ├── fighter_hall.c │ │ ├── fighter_join.c │ │ ├── fighter_vote.c │ │ ├── forest1.c │ │ ├── forest2.c │ │ ├── forest3.c │ │ ├── freezer.c │ │ ├── hall.c │ │ ├── hall2.c │ │ ├── hall3.c │ │ ├── hall4.c │ │ ├── hall5.c │ │ ├── highway1.c │ │ ├── highway2.c │ │ ├── highway3.c │ │ ├── hm_chamber.c │ │ ├── hole.c │ │ ├── hospital.c │ │ ├── hotel.c │ │ ├── house.c │ │ ├── idle_storage.c │ │ ├── idle_supply.c │ │ ├── immortal_hall.c │ │ ├── inn101.c │ │ ├── inn102.c │ │ ├── inn103.c │ │ ├── inn104.c │ │ ├── inn105.c │ │ ├── inn106.c │ │ ├── inn107.c │ │ ├── inn108.c │ │ ├── inn109.c │ │ ├── inn110.c │ │ ├── jungle.c │ │ ├── kataan_hall.c │ │ ├── kataan_join.c │ │ ├── kataan_vote.c │ │ ├── library.c │ │ ├── locked.c │ │ ├── lpc_inner.c │ │ ├── lpmud_room.c │ │ ├── mage_hall.c │ │ ├── mage_join.c │ │ ├── mage_vote.c │ │ ├── medium.c │ │ ├── monastery.c │ │ ├── monk_hall.c │ │ ├── monk_join.c │ │ ├── monk_vote.c │ │ ├── mountains │ │ │ ├── chamber1.c │ │ │ ├── chamber2.c │ │ │ ├── chamber3.c │ │ │ ├── chamber4.c │ │ │ ├── entrance.c │ │ │ ├── temp.c │ │ │ ├── tunnel1.c │ │ │ ├── tunnel2.c │ │ │ └── tunnel3.c │ │ ├── mudlib.c │ │ ├── n_centre1.c │ │ ├── n_centre2.c │ │ ├── obj │ │ │ ├── armour │ │ │ │ └── helm.c │ │ │ ├── magic │ │ │ │ ├── ball.c │ │ │ │ └── invis.c │ │ │ ├── misc │ │ │ │ ├── app_board.c │ │ │ │ ├── bag.c │ │ │ │ ├── chest.c │ │ │ │ ├── cold.c │ │ │ │ ├── deed.c │ │ │ │ ├── donation.c │ │ │ │ ├── easter_egg.c │ │ │ │ ├── fishing_pole.c │ │ │ │ ├── gallows.c │ │ │ │ ├── handcuffs.c │ │ │ │ ├── hood.c │ │ │ │ ├── match.c │ │ │ │ ├── order.c │ │ │ │ ├── pedestal.c │ │ │ │ ├── shovel.c │ │ │ │ ├── stargate.c │ │ │ │ ├── stone.c │ │ │ │ ├── stone_pile.c │ │ │ │ ├── torch.c │ │ │ │ ├── vial.c │ │ │ │ └── watchtower.c │ │ │ ├── mon │ │ │ │ ├── armageddon.c │ │ │ │ ├── atmos.c │ │ │ │ ├── balrog.c │ │ │ │ ├── beggar.c │ │ │ │ ├── christmas_bunny.c │ │ │ │ ├── easter_bunny.c │ │ │ │ ├── execution_d.c │ │ │ │ ├── goblin_fighter.c │ │ │ │ ├── guard.c │ │ │ │ ├── horace.c │ │ │ │ ├── knight.c │ │ │ │ ├── lars.c │ │ │ │ ├── mora.c │ │ │ │ ├── orc_shaman.c │ │ │ │ ├── police.c │ │ │ │ ├── receptionist.c │ │ │ │ ├── spider.c │ │ │ │ ├── unity.c │ │ │ │ └── waitress.c │ │ │ └── weapon │ │ │ │ ├── bow.c │ │ │ │ ├── dagger.c │ │ │ │ ├── orc_slayer.c │ │ │ │ └── sword.c │ │ ├── ombud_hall.c │ │ ├── orc_valley │ │ │ ├── chamber1.c │ │ │ ├── chamber2.c │ │ │ ├── guard.c │ │ │ ├── open.c │ │ │ ├── passage1.c │ │ │ ├── passage2.c │ │ │ ├── shaman.c │ │ │ └── treasure.c │ │ ├── party.c │ │ ├── pass1.c │ │ ├── pass2.c │ │ ├── pass3.c │ │ ├── pier1.c │ │ ├── pit.c │ │ ├── planning_room.c │ │ ├── post.c │ │ ├── project_room.c │ │ ├── pub.c │ │ ├── quest_room.c │ │ ├── quests │ │ │ ├── chaucer.c │ │ │ ├── dragon.c │ │ │ ├── evil.c │ │ │ ├── hellfire.c │ │ │ ├── honor.c │ │ │ ├── imp_crown.c │ │ │ ├── orcslayer.c │ │ │ ├── pyr_quest.c │ │ │ ├── the_blight_of_the_bog.c │ │ │ └── zemoch.c │ │ ├── rain_forest.c │ │ ├── realty.c │ │ ├── restaurant.c │ │ ├── rogue_hall.c │ │ ├── rogue_join.c │ │ ├── rogue_vote.c │ │ ├── roots.c │ │ ├── s_centre1.c │ │ ├── s_centre2.c │ │ ├── s_centre3.c │ │ ├── s_centre4.c │ │ ├── sage_room.c │ │ ├── setter.c │ │ ├── sewer.c │ │ ├── sewer_ent.c │ │ ├── sheriff.c │ │ ├── spider_pit.c │ │ ├── square.c │ │ ├── stairs.c │ │ ├── storage.c │ │ ├── sun1.c │ │ ├── sun2.c │ │ ├── supply.c │ │ ├── supply2.c │ │ ├── torture_room.c │ │ ├── town_hall.c │ │ ├── trunk.c │ │ ├── unnamed1.c │ │ ├── void.c │ │ ├── w_boc_la1.c │ │ ├── w_boc_la2.c │ │ ├── w_boc_la3.c │ │ ├── wall.c │ │ ├── west_road1.c │ │ ├── west_road2.c │ │ ├── west_road3.c │ │ ├── wild1.c │ │ ├── wild2.backup │ │ ├── wild2.c │ │ └── yard.c │ ├── README │ ├── Ylsrim │ │ ├── README │ │ ├── README.old │ │ ├── adm │ │ │ ├── README │ │ │ ├── access.c │ │ │ ├── cache.c │ │ │ ├── freezer.c │ │ │ └── void.c │ │ ├── armor │ │ │ ├── artrell_armor.c │ │ │ ├── helm.c │ │ │ ├── leather_armor.c │ │ │ ├── normal_helm.c │ │ │ └── shield.c │ │ ├── broken │ │ │ ├── README │ │ │ ├── cold.c │ │ │ ├── flu.c │ │ │ └── jar.c │ │ ├── etc │ │ │ ├── adv_board.c │ │ │ ├── chest.c │ │ │ ├── church_button.c │ │ │ ├── church_door.c │ │ │ ├── dug_hole.c │ │ │ ├── fighter_door.c │ │ │ ├── hole.c │ │ │ ├── key.c │ │ │ ├── match.c │ │ │ ├── pole.c │ │ │ ├── road.c │ │ │ ├── roof.c │ │ │ ├── roof_wall.c │ │ │ ├── shovel.c │ │ │ ├── stool.c │ │ │ ├── torch.c │ │ │ └── wall.c │ │ ├── fish │ │ │ └── shark.c │ │ ├── meal │ │ │ ├── ale.c │ │ │ ├── shark.c │ │ │ └── stew.c │ │ ├── npc │ │ │ ├── balrog.c │ │ │ ├── lars.c │ │ │ ├── max.c │ │ │ ├── priest.c │ │ │ ├── roshd.c │ │ │ ├── segata.c │ │ │ ├── shiela.c │ │ │ ├── traveler.c │ │ │ └── traveller.c │ │ ├── obj │ │ │ ├── cask.c │ │ │ └── stargate.c │ │ ├── room │ │ │ ├── adv_hall.c │ │ │ ├── armory.c │ │ │ ├── armory_storage.c │ │ │ ├── bank_roof.c │ │ │ ├── bazaar.c │ │ │ ├── church.c │ │ │ ├── fighter.c │ │ │ ├── fighter_hall.c │ │ │ ├── furnace.c │ │ │ ├── kaliid3.c │ │ │ ├── kaliid4.c │ │ │ ├── kaliid5.c │ │ │ ├── kaliid6.c │ │ │ ├── kaliid7.c │ │ │ ├── pub.c │ │ │ ├── s_bazaar.c │ │ │ ├── sand_hole.c │ │ │ ├── sand_room.c │ │ │ ├── tower.c │ │ │ ├── vote_hall.c │ │ │ ├── weaponry.c │ │ │ └── weaponry_storage.c │ │ ├── save │ │ │ └── .gitignore │ │ ├── virtual │ │ │ ├── README │ │ │ ├── desert.c │ │ │ ├── desert │ │ │ │ └── .gitignore │ │ │ ├── desert_map.c │ │ │ └── server.c │ │ └── weapon │ │ │ ├── orc_slayer.c │ │ │ └── stick.c │ ├── campus │ │ ├── adm │ │ │ └── README │ │ ├── armor │ │ │ ├── badge.c │ │ │ ├── badge2.c │ │ │ ├── bandanna.c │ │ │ ├── bdu.c │ │ │ ├── bluedress.c │ │ │ ├── cap.c │ │ │ ├── chainmail.c │ │ │ ├── coat.c │ │ │ ├── collar.c │ │ │ ├── dress.c │ │ │ ├── foodsmock.c │ │ │ ├── glove.c │ │ │ ├── handbag.c │ │ │ ├── helmet.c │ │ │ ├── jeans.c │ │ │ ├── necklace.c │ │ │ ├── newbie_cap.c │ │ │ ├── overalls.c │ │ │ ├── pillbox_hat.c │ │ │ ├── ring.c │ │ │ ├── ring1.c │ │ │ ├── robe.c │ │ │ ├── shield.c │ │ │ ├── shirt.c │ │ │ ├── silverring.c │ │ │ ├── tshirt.c │ │ │ ├── vest.c │ │ │ ├── wglove_l.c │ │ │ ├── wglove_r.c │ │ │ ├── wizard_hat.c │ │ │ ├── workboot_l.c │ │ │ ├── workboot_r.c │ │ │ ├── workglove_l.c │ │ │ └── workglove_r.c │ │ ├── chamber │ │ │ ├── elevator.c │ │ │ └── tree.c │ │ ├── doors │ │ │ ├── blue_door.c │ │ │ ├── blue_door2.c │ │ │ ├── blue_door3.c │ │ │ ├── eledoor1.c │ │ │ ├── eledoor2.c │ │ │ ├── eledoor3.c │ │ │ ├── grate.c │ │ │ ├── green_door.c │ │ │ ├── green_door2.c │ │ │ ├── green_door3.c │ │ │ ├── hatch.c │ │ │ ├── plain_door.c │ │ │ ├── plain_door.test │ │ │ ├── plain_door2.c │ │ │ ├── prob_door.c │ │ │ ├── red_door.c │ │ │ ├── red_door2.c │ │ │ ├── red_door3.c │ │ │ ├── steel_door.c │ │ │ ├── steel_door2.c │ │ │ ├── steel_door3.c │ │ │ ├── testdoor.c │ │ │ ├── top_stairs.c │ │ │ └── u_door.c │ │ ├── etc │ │ │ └── permit.cfg │ │ ├── meals │ │ │ ├── ale.c │ │ │ ├── apple.c │ │ │ ├── badapple.c │ │ │ ├── bourbon.c │ │ │ ├── burger.c │ │ │ ├── gator.c │ │ │ ├── ham_sand.c │ │ │ ├── milk.c │ │ │ ├── salad.c │ │ │ ├── water.c │ │ │ └── wimp_ale.c │ │ ├── npc │ │ │ ├── charles.c │ │ │ ├── charly.c │ │ │ ├── dummy.c │ │ │ ├── gloria.c │ │ │ ├── hans.c │ │ │ ├── jennybot.c │ │ │ ├── kim.c │ │ │ ├── kleiner.c │ │ │ ├── monty.c │ │ │ ├── orc.c │ │ │ ├── rat.c │ │ │ ├── seth.c │ │ │ ├── tim.c │ │ │ ├── turret.c │ │ │ ├── wim.c │ │ │ └── yulia.c │ │ ├── obj │ │ │ ├── 223clip.c │ │ │ ├── 223round.c │ │ │ ├── 357case.c │ │ │ ├── 357round.c │ │ │ ├── 357shell.c │ │ │ ├── 45case.c │ │ │ ├── 45round.c │ │ │ ├── 50round.c │ │ │ ├── 9mmbox.c │ │ │ ├── 9mmclip.c │ │ │ ├── 9mmround.c │ │ │ ├── abox.c │ │ │ ├── apple.c │ │ │ ├── backpack.c │ │ │ ├── backpack_civilian.c │ │ │ ├── backpack_empty.c │ │ │ ├── bag.c │ │ │ ├── bbucket.c │ │ │ ├── bench.c │ │ │ ├── bluebox.c │ │ │ ├── box.c │ │ │ ├── chair.c │ │ │ ├── clip.c │ │ │ ├── dcell.c │ │ │ ├── dcell_crappy.c │ │ │ ├── dcell_good.c │ │ │ ├── dcell_std.c │ │ │ ├── debris.c │ │ │ ├── diamond.c │ │ │ ├── flashlight.c │ │ │ ├── greenbox.c │ │ │ ├── key.c │ │ │ ├── key1.c │ │ │ ├── labkey.c │ │ │ ├── lamp.c │ │ │ ├── lever.c │ │ │ ├── locker.c │ │ │ ├── magbox.c │ │ │ ├── maglite.c │ │ │ ├── map.c │ │ │ ├── match.c │ │ │ ├── medbag.c │ │ │ ├── medtool.c │ │ │ ├── mlocker.c │ │ │ ├── mtable.c │ │ │ ├── note.c │ │ │ ├── omni.c │ │ │ ├── pack.c │ │ │ ├── ped_button.c │ │ │ ├── pedestal.c │ │ │ ├── pedestal2.c │ │ │ ├── pedestal3.c │ │ │ ├── pin.c │ │ │ ├── podium.c │ │ │ ├── pwatch.c │ │ │ ├── rayovac.c │ │ │ ├── redbox.c │ │ │ ├── register.c │ │ │ ├── round.c │ │ │ ├── simple_chair.c │ │ │ ├── sofa.c │ │ │ ├── spam.c │ │ │ ├── spent.c │ │ │ ├── squirtbag.c │ │ │ ├── stargate.c │ │ │ ├── thing.c │ │ │ ├── tlocker.c │ │ │ ├── torch.c │ │ │ ├── trashcan.c │ │ │ ├── watch.c │ │ │ ├── wlocker.c │ │ │ ├── workbench.c │ │ │ ├── wrack.c │ │ │ └── yellowbox.c │ │ ├── room │ │ │ ├── access0.c │ │ │ ├── access1.c │ │ │ ├── access2.c │ │ │ ├── access3.c │ │ │ ├── access4.c │ │ │ ├── access5.c │ │ │ ├── access6.c │ │ │ ├── access7.c │ │ │ ├── access9.c │ │ │ ├── alcove1.c │ │ │ ├── alcove2.c │ │ │ ├── basement.c │ │ │ ├── basement2.c │ │ │ ├── basement3.c │ │ │ ├── basement4.c │ │ │ ├── blue_room.c │ │ │ ├── blue_room2.c │ │ │ ├── blue_room3.c │ │ │ ├── bookstore.c │ │ │ ├── bookstore2.c │ │ │ ├── classroom1.c │ │ │ ├── conf.c │ │ │ ├── conf2.c │ │ │ ├── corridor.c │ │ │ ├── corridor2.c │ │ │ ├── corridor3.c │ │ │ ├── corridor4.c │ │ │ ├── crawlspace.c │ │ │ ├── crawlspace2.c │ │ │ ├── death.c │ │ │ ├── foyer.c │ │ │ ├── freezer.c │ │ │ ├── furnace.c │ │ │ ├── green_room.c │ │ │ ├── green_room2.c │ │ │ ├── green_room3.c │ │ │ ├── hazlab.c │ │ │ ├── klab.c │ │ │ ├── kleiner.c │ │ │ ├── lounge.c │ │ │ ├── mailroom.c │ │ │ ├── maintenance.c │ │ │ ├── medlab.c │ │ │ ├── monty.c │ │ │ ├── npath.c │ │ │ ├── npath2.c │ │ │ ├── plab.c │ │ │ ├── plab2.c │ │ │ ├── red_room.c │ │ │ ├── red_room2.c │ │ │ ├── red_room3.c │ │ │ ├── science1.c │ │ │ ├── science2.c │ │ │ ├── science3.c │ │ │ ├── science4.c │ │ │ ├── science5.c │ │ │ ├── science6.c │ │ │ ├── science7.c │ │ │ ├── sewer.c │ │ │ ├── sewer1.c │ │ │ ├── sewer2.c │ │ │ ├── sewer3.c │ │ │ ├── shaft0.c │ │ │ ├── shaft1.c │ │ │ ├── shaft2.c │ │ │ ├── shaftb.c │ │ │ ├── slab.c │ │ │ ├── snack.c │ │ │ ├── south_road2.c │ │ │ ├── stairwell.c │ │ │ ├── stairwell2a.c │ │ │ ├── stairwell2b.c │ │ │ ├── stairwell2c.c │ │ │ ├── stairwell2d.c │ │ │ ├── start.c │ │ │ ├── sub_basement1.c │ │ │ ├── sub_basement2.c │ │ │ ├── tunnel.c │ │ │ ├── tunnel2.c │ │ │ ├── usquare.c │ │ │ ├── void.c │ │ │ ├── weaplab.c │ │ │ └── wiz_lab.c │ │ ├── save │ │ │ └── .gitignore │ │ ├── txt │ │ │ ├── ai │ │ │ │ ├── charles │ │ │ │ │ ├── bak2 │ │ │ │ │ │ ├── bak1 │ │ │ │ │ │ │ ├── blue_wins │ │ │ │ │ │ │ ├── fblue │ │ │ │ │ │ │ ├── fgreen │ │ │ │ │ │ │ ├── fred │ │ │ │ │ │ │ ├── green_wins │ │ │ │ │ │ │ ├── percent │ │ │ │ │ │ │ ├── red_wins │ │ │ │ │ │ │ ├── runs │ │ │ │ │ │ │ ├── stays │ │ │ │ │ │ │ ├── switches │ │ │ │ │ │ │ └── wins │ │ │ │ │ │ ├── blue_wins │ │ │ │ │ │ ├── fblue │ │ │ │ │ │ ├── fgreen │ │ │ │ │ │ ├── fred │ │ │ │ │ │ ├── green_wins │ │ │ │ │ │ ├── percent │ │ │ │ │ │ ├── red_wins │ │ │ │ │ │ ├── runs │ │ │ │ │ │ ├── stays │ │ │ │ │ │ ├── switches │ │ │ │ │ │ └── wins │ │ │ │ │ ├── blue_wins │ │ │ │ │ ├── fblue │ │ │ │ │ ├── fgreen │ │ │ │ │ ├── fred │ │ │ │ │ ├── green_wins │ │ │ │ │ ├── percent │ │ │ │ │ ├── red_wins │ │ │ │ │ ├── runs │ │ │ │ │ ├── stays │ │ │ │ │ ├── switches │ │ │ │ │ └── wins │ │ │ │ └── charly │ │ │ │ │ ├── bak │ │ │ │ │ ├── blue_wins │ │ │ │ │ ├── fblue │ │ │ │ │ ├── fgreen │ │ │ │ │ ├── fred │ │ │ │ │ ├── green_wins │ │ │ │ │ ├── percent │ │ │ │ │ ├── red_wins │ │ │ │ │ ├── runs │ │ │ │ │ ├── stays │ │ │ │ │ ├── switches │ │ │ │ │ └── wins │ │ │ │ │ ├── blue_wins │ │ │ │ │ ├── fblue │ │ │ │ │ ├── fgreen │ │ │ │ │ ├── fred │ │ │ │ │ ├── green_wins │ │ │ │ │ ├── percent │ │ │ │ │ ├── red_wins │ │ │ │ │ ├── runs │ │ │ │ │ ├── stays │ │ │ │ │ ├── switches │ │ │ │ │ └── wins │ │ │ ├── bye.txt │ │ │ ├── dali.txt │ │ │ ├── doh.txt │ │ │ ├── dork.txt │ │ │ ├── duh.txt │ │ │ ├── finger.txt │ │ │ ├── hi.txt │ │ │ ├── hug.txt │ │ │ ├── huh.txt │ │ │ ├── jenny │ │ │ │ ├── 1.txt │ │ │ │ ├── 10.txt │ │ │ │ ├── 11.txt │ │ │ │ ├── 12.txt │ │ │ │ ├── 13.txt │ │ │ │ ├── 14.txt │ │ │ │ ├── 15.txt │ │ │ │ ├── 2.txt │ │ │ │ ├── 3.txt │ │ │ │ ├── 4.txt │ │ │ │ ├── 5.txt │ │ │ │ ├── 6.txt │ │ │ │ ├── 7.txt │ │ │ │ ├── 8.txt │ │ │ │ ├── 9.txt │ │ │ │ └── spiel.txt │ │ │ ├── lisa.txt │ │ │ ├── map.txt │ │ │ ├── note.txt │ │ │ ├── rose.txt │ │ │ ├── skulls.txt │ │ │ ├── spam.txt │ │ │ └── warning.txt │ │ └── weap │ │ │ ├── 357pistol.c │ │ │ ├── 9mil.c │ │ │ ├── 9mmpistol.c │ │ │ ├── 9mmpistol_loaded.c │ │ │ ├── 9mmpistol_mp.c │ │ │ ├── board.c │ │ │ ├── crowbar.c │ │ │ ├── dagger.c │ │ │ ├── grenade.c │ │ │ ├── knife.c │ │ │ ├── sharpsword.c │ │ │ ├── staff.c │ │ │ ├── sword.c │ │ │ ├── waterpistol.c │ │ │ └── zpem.c │ ├── cave │ │ ├── adm │ │ │ └── README │ │ ├── armor │ │ │ ├── armored_boot_l.c │ │ │ ├── armored_boot_r.c │ │ │ ├── armored_glove_l.c │ │ │ ├── armored_glove_r.c │ │ │ ├── boobytrap_ring.c │ │ │ ├── chainmail.c │ │ │ ├── chainmail_collar.c │ │ │ ├── foodsmock.c │ │ │ ├── leather_armor.c │ │ │ ├── loincloth.c │ │ │ ├── necklace.c │ │ │ ├── orc_boot_l.c │ │ │ ├── orc_boot_r.c │ │ │ ├── orc_dress.c │ │ │ ├── orc_helmet.c │ │ │ ├── orc_tallboot_l.c │ │ │ ├── orc_tallboot_r.c │ │ │ ├── pajamas.c │ │ │ ├── pants.c │ │ │ └── platemail.c │ │ ├── doors │ │ │ ├── food_storage1.c │ │ │ └── kurogane.c │ │ ├── etc │ │ │ ├── cave_orc.c │ │ │ └── cave_room.c │ │ ├── meals │ │ │ ├── beast.c │ │ │ ├── bread.c │ │ │ ├── herring.c │ │ │ └── jerky.c │ │ ├── npc │ │ │ ├── cavetroll.c │ │ │ ├── chieftain.c │ │ │ ├── gorm.c │ │ │ ├── kurogane.c │ │ │ ├── orc_female1.c │ │ │ ├── orc_guard1.c │ │ │ ├── orc_guard2.c │ │ │ ├── orc_guard3.c │ │ │ ├── orc_guard4.c │ │ │ ├── orc_guard5.c │ │ │ ├── orc_male1.c │ │ │ ├── orc_soldier1.c │ │ │ ├── orc_soldier2.c │ │ │ ├── rat.c │ │ │ └── rybak.c │ │ ├── obj │ │ │ ├── bbucket.c │ │ │ ├── cask.c │ │ │ ├── cask1.c │ │ │ ├── cask2.c │ │ │ ├── cask3.c │ │ │ ├── cask4.c │ │ │ ├── cask5.c │ │ │ ├── chair.c │ │ │ ├── chest.c │ │ │ ├── chest2.c │ │ │ ├── cot.c │ │ │ ├── cup.c │ │ │ ├── ecoli.c │ │ │ ├── everstrike_match.c │ │ │ ├── fishbarrel.c │ │ │ ├── food_storage1_key.c │ │ │ ├── garbage.c │ │ │ ├── gate_key.c │ │ │ ├── jerkybox.c │ │ │ ├── jerkybox2.c │ │ │ ├── letter.c │ │ │ ├── letter2.c │ │ │ ├── letter3.c │ │ │ ├── lever.c │ │ │ ├── lister.c │ │ │ ├── match.c │ │ │ ├── mug.c │ │ │ ├── omni.c │ │ │ ├── rack.c │ │ │ ├── skin.c │ │ │ ├── stein.c │ │ │ ├── table.c │ │ │ ├── table2.c │ │ │ ├── tall_lamp.c │ │ │ ├── torch.c │ │ │ └── waste.c │ │ ├── room │ │ │ ├── cave.c │ │ │ ├── cavepass1.c │ │ │ ├── cavepass10.c │ │ │ ├── cavepass11.c │ │ │ ├── cavepass12.c │ │ │ ├── cavepass13.c │ │ │ ├── cavepass2.c │ │ │ ├── cavepass3.c │ │ │ ├── cavepass4.c │ │ │ ├── cavepass5.c │ │ │ ├── cavepass6.c │ │ │ ├── cavepass7.c │ │ │ ├── cavepass8.c │ │ │ ├── cavepass9.c │ │ │ ├── cavetroll.c │ │ │ ├── chieftain.c │ │ │ ├── common1.c │ │ │ ├── common2.c │ │ │ ├── common3.c │ │ │ ├── common4.c │ │ │ ├── death.c │ │ │ ├── dining1.c │ │ │ ├── food_storage1.c │ │ │ ├── freezer.c │ │ │ ├── furnace.c │ │ │ ├── guardroom1.c │ │ │ ├── guardroom2.c │ │ │ ├── guardroom3.c │ │ │ ├── guardroom4.c │ │ │ ├── kurogane.c │ │ │ ├── pod.c │ │ │ ├── rubbish.c │ │ │ ├── shop.c │ │ │ ├── shop2.c │ │ │ ├── start.c │ │ │ ├── void.c │ │ │ ├── weapon_storage1.c │ │ │ └── wiz_hall.c │ │ ├── save │ │ │ └── .gitignore │ │ ├── txt │ │ │ └── .gitignore │ │ ├── virtual │ │ │ └── .gitignore │ │ └── weap │ │ │ ├── axe.c │ │ │ ├── battleaxe.c │ │ │ ├── dagger.c │ │ │ ├── javelin.c │ │ │ ├── longsword.c │ │ │ └── sword.c │ ├── default │ │ ├── armor │ │ │ ├── arbitersuit.c │ │ │ ├── badge.c │ │ │ ├── bearskin.c │ │ │ ├── breather.c │ │ │ ├── chainmail.c │ │ │ ├── collar.c │ │ │ ├── combat_pack.c │ │ │ ├── glove.c │ │ │ ├── glove_l.c │ │ │ ├── glove_r.c │ │ │ ├── gray_amulet.c │ │ │ ├── helmet.c │ │ │ ├── horc_shirt.c │ │ │ ├── jade_ring.c │ │ │ ├── jeans.c │ │ │ ├── long_boot.c │ │ │ ├── long_boot_l.c │ │ │ ├── long_boot_r.c │ │ │ ├── pants.c │ │ │ ├── pcannon.c │ │ │ ├── pscoutsuit.c │ │ │ ├── ring_fencing.c │ │ │ ├── ring_light.c │ │ │ ├── ring_strength.c │ │ │ ├── robe.c │ │ │ ├── rocketpack.c │ │ │ ├── scoutsuit.c │ │ │ ├── shirt.c │ │ │ ├── towel.c │ │ │ ├── wizard_hat.c │ │ │ └── wristcomp.c │ │ ├── chamber │ │ │ └── coffin.c │ │ ├── creator │ │ │ └── workroom.c │ │ ├── doors │ │ │ ├── steel_door.c │ │ │ ├── steel_door2.c │ │ │ ├── steel_door3.c │ │ │ ├── test101.c │ │ │ └── west.c │ │ ├── etc │ │ │ └── death.txt │ │ ├── npc │ │ │ ├── artrell.c │ │ │ ├── avidryl.c │ │ │ ├── bacchus.c │ │ │ ├── balrog.c │ │ │ ├── bat.c │ │ │ ├── bear.c │ │ │ ├── bird.c │ │ │ ├── boar.c │ │ │ ├── centaur.c │ │ │ ├── chimera.c │ │ │ ├── cow.c │ │ │ ├── deer.c │ │ │ ├── drone.c │ │ │ ├── drone2.c │ │ │ ├── drone3.c │ │ │ ├── dryad.c │ │ │ ├── dummy.c │ │ │ ├── dwarf.c │ │ │ ├── elemental.c │ │ │ ├── elephant.c │ │ │ ├── elf.c │ │ │ ├── faerie.c │ │ │ ├── fighter.c │ │ │ ├── foochy.c │ │ │ ├── gargoyle.c │ │ │ ├── gecko.c │ │ │ ├── giant.c │ │ │ ├── gnoll.c │ │ │ ├── gnome.c │ │ │ ├── goblin.c │ │ │ ├── golem.c │ │ │ ├── halfling.c │ │ │ ├── helf.c │ │ │ ├── hobbit.c │ │ │ ├── horse.c │ │ │ ├── kender.c │ │ │ ├── kender_quiet.c │ │ │ ├── klingon.c │ │ │ ├── kobold.c │ │ │ ├── kwyjibo.c │ │ │ ├── lemur.c │ │ │ ├── lynx.c │ │ │ ├── minotaur.c │ │ │ ├── moth.c │ │ │ ├── newt.c │ │ │ ├── nymph.c │ │ │ ├── ogre.c │ │ │ ├── orc.c │ │ │ ├── pegasus.c │ │ │ ├── pessis.c │ │ │ ├── quarantine │ │ │ │ ├── adrian.c │ │ │ │ ├── cor.c │ │ │ │ ├── duncan.c │ │ │ │ ├── edmund.c │ │ │ │ ├── gavin.c │ │ │ │ ├── graham.c │ │ │ │ ├── han.c │ │ │ │ ├── jan.c │ │ │ │ ├── job.c │ │ │ │ ├── kip.c │ │ │ │ ├── lester.c │ │ │ │ ├── lex.c │ │ │ │ ├── miles.c │ │ │ │ ├── nigel.c │ │ │ │ ├── pip.c │ │ │ │ ├── rik.c │ │ │ │ ├── simon.c │ │ │ │ ├── spencer.c │ │ │ │ ├── ted.c │ │ │ │ ├── tom.c │ │ │ │ ├── ton.c │ │ │ │ ├── trevor.c │ │ │ │ ├── wallace.c │ │ │ │ └── wim.c │ │ │ ├── rat.c │ │ │ ├── red_dragon.c │ │ │ ├── satyr.c │ │ │ ├── sheep.c │ │ │ ├── slug.c │ │ │ ├── snake.c │ │ │ ├── spider.c │ │ │ ├── treant.c │ │ │ ├── tree.c │ │ │ ├── triffid.c │ │ │ ├── troll.c │ │ │ ├── turtle.c │ │ │ ├── unicorn.c │ │ │ ├── wraith.c │ │ │ ├── yattering.c │ │ │ ├── zoe.c │ │ │ └── zookeeper.c │ │ ├── obj │ │ │ ├── 223clip.c │ │ │ ├── 223round.c │ │ │ ├── 9mmclip.c │ │ │ ├── 9mmround.c │ │ │ ├── abox.c │ │ │ ├── bbucket.c │ │ │ ├── bguide.c │ │ │ ├── box.c │ │ │ ├── builder_chest.c │ │ │ ├── case.c │ │ │ ├── chair.c │ │ │ ├── chest.c │ │ │ ├── collarchest.c │ │ │ ├── couch.c │ │ │ ├── generator.c │ │ │ ├── gps.c │ │ │ ├── guide.c │ │ │ ├── handbook.c │ │ │ ├── javelin_bin.c │ │ │ ├── lever.c │ │ │ ├── locker.c │ │ │ ├── manual.c │ │ │ ├── match.c │ │ │ ├── meter.c │ │ │ ├── module_cloak.c │ │ │ ├── pass_example.c │ │ │ ├── phints.c │ │ │ ├── pin.c │ │ │ ├── pinger.c │ │ │ ├── rack.c │ │ │ ├── reset_button.c │ │ │ ├── sofa.c │ │ │ ├── stargate.c │ │ │ ├── thing.c │ │ │ ├── torch.c │ │ │ ├── vial_blue.c │ │ │ └── vial_orange.c │ │ ├── room │ │ │ ├── arena.c │ │ │ ├── builder_hall.c │ │ │ ├── catchtell.c │ │ │ ├── death.c │ │ │ ├── domains_room.c │ │ │ ├── freezer.c │ │ │ ├── furnace.c │ │ │ ├── menagerie.c │ │ │ ├── menagerie_e.c │ │ │ ├── menagerie_south.c │ │ │ ├── menagerie_w.c │ │ │ ├── pod.c │ │ │ ├── quarantine1.c │ │ │ ├── quarantine2.c │ │ │ ├── quarantine3.c │ │ │ ├── stargate_lab.c │ │ │ ├── start.c │ │ │ ├── telnet_room.c │ │ │ ├── test.c │ │ │ ├── vacuum.c │ │ │ ├── void.c │ │ │ ├── wiz_corr1.c │ │ │ ├── wiz_corr_east.c │ │ │ ├── wiz_corr_east2.c │ │ │ ├── wiz_corr_east3.c │ │ │ ├── wiz_corr_south.c │ │ │ ├── wiz_hall.c │ │ │ └── wiz_hall2.c │ │ ├── save │ │ │ └── .gitignore │ │ ├── vehicle │ │ │ ├── hoverpod.c │ │ │ └── strider.c │ │ ├── virtual │ │ │ ├── arena.c │ │ │ ├── arena │ │ │ │ └── .gitignore │ │ │ ├── server.c │ │ │ ├── sky.c │ │ │ ├── sky │ │ │ │ └── .gitignore │ │ │ ├── void.c │ │ │ └── void │ │ │ │ └── .gitignore │ │ └── weap │ │ │ ├── 357pistol.c │ │ │ ├── 9mil.c │ │ │ ├── brush.c │ │ │ ├── carving_knife.c │ │ │ ├── grenade.c │ │ │ ├── m16rifle.c │ │ │ ├── orcslayer.c │ │ │ ├── plasma.c │ │ │ ├── prifle.c │ │ │ ├── rpg.c │ │ │ ├── sharpsword.c │ │ │ ├── staff.c │ │ │ └── torpedo.c │ ├── examples │ │ └── room │ │ │ ├── README │ │ │ ├── entrance.c │ │ │ ├── ex.h │ │ │ ├── exroom1.c │ │ │ ├── exroom2.c │ │ │ ├── exroom2a.c │ │ │ ├── exroom2b.c │ │ │ ├── exroom3.c │ │ │ ├── exroom4.c │ │ │ ├── exroom5.c │ │ │ ├── exroom6.c │ │ │ ├── exroom7.c │ │ │ └── start.c │ ├── learning │ │ ├── adm │ │ │ ├── README │ │ │ └── analytics.c │ │ ├── armor │ │ │ └── .gitignore │ │ ├── chamber │ │ │ └── .gitignore │ │ ├── doors │ │ │ └── .gitignore │ │ ├── etc │ │ │ └── .gitignore │ │ ├── meals │ │ │ └── .gitignore │ │ ├── npc │ │ │ └── .gitignore │ │ ├── obj │ │ │ └── .gitignore │ │ ├── room │ │ │ ├── death.c │ │ │ ├── freezer.c │ │ │ ├── furnace.c │ │ │ ├── pod.c │ │ │ ├── start.c │ │ │ ├── void.c │ │ │ └── wiz_hall.c │ │ ├── save │ │ │ └── analytics.o │ │ ├── txt │ │ │ └── .gitignore │ │ ├── vehicle │ │ │ └── .gitignore │ │ ├── virtual │ │ │ ├── server.c │ │ │ ├── void.c │ │ │ └── void │ │ │ │ └── .gitignore │ │ └── weap │ │ │ └── .gitignore │ └── town │ │ ├── armor │ │ ├── badge.c │ │ ├── bandanna.c │ │ ├── barsmock.c │ │ ├── bdu.c │ │ ├── bearskin.c │ │ ├── bearsuit.c │ │ ├── belt.c │ │ ├── boobytrap_ring.c │ │ ├── boot.c │ │ ├── boot_l.c │ │ ├── boot_r.c │ │ ├── breather.c │ │ ├── cap.c │ │ ├── chainmail.c │ │ ├── cloak.c │ │ ├── collar.c │ │ ├── glove.c │ │ ├── glove_l.c │ │ ├── glove_r.c │ │ ├── goggles.c │ │ ├── helmet.c │ │ ├── helmet2.c │ │ ├── hshirt.c │ │ ├── hunting_cap.c │ │ ├── jacket.c │ │ ├── jeans.c │ │ ├── leather_armor.c │ │ ├── locket.c │ │ ├── long_boot_l.c │ │ ├── long_boot_r.c │ │ ├── long_glove.c │ │ ├── long_sock.c │ │ ├── lvest.c │ │ ├── magical_platemail.c │ │ ├── mhelmet.c │ │ ├── newbie_ring.c │ │ ├── oldstyle_ring.c │ │ ├── orc_boot_l.c │ │ ├── orc_boot_r.c │ │ ├── orc_helmet.c │ │ ├── overalls.c │ │ ├── overcoat.c │ │ ├── pants.c │ │ ├── platemail.c │ │ ├── riding_boot.c │ │ ├── ring.c │ │ ├── robe.c │ │ ├── rocketpack.c │ │ ├── scarf.c │ │ ├── shield.c │ │ ├── shirt.c │ │ ├── silverring.c │ │ ├── sock.c │ │ ├── toga.c │ │ ├── towel.c │ │ ├── tshirt.c │ │ ├── vest.c │ │ ├── visor.c │ │ ├── wizard_hat.c │ │ ├── workboot_l.c │ │ ├── workboot_r.c │ │ ├── workglove_l.c │ │ └── workglove_r.c │ │ ├── doors │ │ ├── down.c │ │ ├── gate.c │ │ ├── grate.c │ │ ├── house_door.c │ │ ├── m1.c │ │ ├── m2.c │ │ ├── m3.c │ │ ├── m4.c │ │ ├── m5.c │ │ ├── m6.c │ │ ├── m7.c │ │ ├── mansion.c │ │ ├── otik_d.c │ │ ├── pressure_door.c │ │ ├── south.c │ │ ├── steel_door.c │ │ ├── stone.c │ │ ├── test.c │ │ ├── testdoor2.c │ │ ├── trapdoor.c │ │ ├── welldoor1.c │ │ └── welldoor2.c │ │ ├── meals │ │ ├── ale.c │ │ ├── blue_spice.c │ │ ├── bourbon.c │ │ ├── claritin.c │ │ ├── coffee.c │ │ ├── espresso.c │ │ ├── fire.c │ │ ├── green_spice.c │ │ ├── ham_sand.c │ │ ├── herring.c │ │ ├── javarin.c │ │ ├── latte.c │ │ ├── megapotion.c │ │ ├── poison.c │ │ ├── potion_antidote.c │ │ ├── potion_bigheal.c │ │ ├── potion_healing.c │ │ ├── potion_strength.c │ │ ├── rebel_yell.c │ │ ├── red_spice.c │ │ ├── shark.c │ │ ├── spazalin.c │ │ ├── special.c │ │ ├── speedalin.c │ │ ├── stein.c │ │ ├── water.c │ │ ├── winebottle.c │ │ └── zyqxuwy.c │ │ ├── npc │ │ ├── bear.c │ │ ├── beggar.c │ │ ├── brandy.c │ │ ├── bubb.c │ │ ├── bugg.c │ │ ├── clepius.c │ │ ├── clerk.c │ │ ├── cod.c │ │ ├── deer.c │ │ ├── dirk.c │ │ ├── forest_orc.c │ │ ├── gecko.c │ │ ├── grouper.c │ │ ├── herkimer.c │ │ ├── horse.c │ │ ├── human_champion.c │ │ ├── human_champion_f.c │ │ ├── ingrid.c │ │ ├── james.c │ │ ├── lars.c │ │ ├── leo.c │ │ ├── mayor.c │ │ ├── mp.c │ │ ├── newt.c │ │ ├── oana.c │ │ ├── orc.c │ │ ├── orc2.c │ │ ├── orc_boss.c │ │ ├── orc_shaman.c │ │ ├── otik.c │ │ ├── radagast.c │ │ ├── rainman.c │ │ ├── rat.c │ │ ├── spider.c │ │ ├── thief.c │ │ ├── troll.c │ │ ├── viper.c │ │ ├── zafo.c │ │ └── zoe.c │ │ ├── obj │ │ ├── 223clip.c │ │ ├── 223round.c │ │ ├── 357round.c │ │ ├── 357shell.c │ │ ├── 45round.c │ │ ├── 50round.c │ │ ├── 8ball.c │ │ ├── 9mmclip.c │ │ ├── 9mmclip_empty.c │ │ ├── 9mmround.c │ │ ├── altar.c │ │ ├── bag.c │ │ ├── basement_button.c │ │ ├── bbucket.c │ │ ├── bed.c │ │ ├── bigbag.c │ │ ├── bin.c │ │ ├── btable.c │ │ ├── candlestick.c │ │ ├── canteen.c │ │ ├── cavetroll_key.c │ │ ├── chair.c │ │ ├── charity.c │ │ ├── chest.c │ │ ├── chest2.c │ │ ├── church_button.c │ │ ├── church_wall.c │ │ ├── cigar.c │ │ ├── clip.c │ │ ├── cloak_hood.c │ │ ├── clocktower.c │ │ ├── cold.c │ │ ├── cot.c │ │ ├── couch.c │ │ ├── cup.c │ │ ├── d20.c │ │ ├── d6.c │ │ ├── dcell.c │ │ ├── dcell_crappy.c │ │ ├── dcell_good.c │ │ ├── dcell_std.c │ │ ├── dining_table.c │ │ ├── donation_box.c │ │ ├── ebutton1.c │ │ ├── ebutton2.c │ │ ├── explosive_trap.c │ │ ├── flask.c │ │ ├── fleas.c │ │ ├── flu.c │ │ ├── gbed.c │ │ ├── gcoinbag.c │ │ ├── h1n1.c │ │ ├── key.c │ │ ├── ladder.c │ │ ├── ladder_simple.c │ │ ├── lamp.c │ │ ├── leaflet.c │ │ ├── lice.c │ │ ├── lockpick.c │ │ ├── m_key.c │ │ ├── maglite.c │ │ ├── mailbox.c │ │ ├── map.c │ │ ├── mat.c │ │ ├── match.c │ │ ├── medbag.c │ │ ├── needle_trap.c │ │ ├── needle_trap2.c │ │ ├── needle_trap3.c │ │ ├── obag.c │ │ ├── omni.c │ │ ├── pack.c │ │ ├── painting.c │ │ ├── pipe.c │ │ ├── plastic_bag.c │ │ ├── pole.c │ │ ├── pool_ball.c │ │ ├── pool_table.c │ │ ├── rack.c │ │ ├── rage.c │ │ ├── rayovac.c │ │ ├── riverwater.c │ │ ├── rocking_chair.c │ │ ├── rocks.c │ │ ├── room_item.c │ │ ├── round.c │ │ ├── round2.c │ │ ├── rucksack.c │ │ ├── rug.c │ │ ├── safe.c │ │ ├── safe_key.c │ │ ├── scroll_raise_dead.c │ │ ├── scroll_resurrection.c │ │ ├── seawater.c │ │ ├── shamelog.c │ │ ├── sign.c │ │ ├── simple_chair.c │ │ ├── slip_cure.c │ │ ├── slip_excise.c │ │ ├── slip_heal.c │ │ ├── slip_regenerate.c │ │ ├── sofa.c │ │ ├── spam.c │ │ ├── spent.c │ │ ├── stargate.c │ │ ├── stargate2.c │ │ ├── stargate3.c │ │ ├── stick.c │ │ ├── stove.c │ │ ├── suitcase.c │ │ ├── table.c │ │ ├── thing.c │ │ ├── toilet.c │ │ ├── torch.c │ │ ├── trash.c │ │ ├── wall.c │ │ ├── wardrobe.c │ │ ├── watch.c │ │ ├── water_pipe.c │ │ ├── waterwheel.c │ │ ├── weight.c │ │ └── well_lever.c │ │ ├── room │ │ ├── adv_guild.c │ │ ├── bank.c │ │ ├── basement.c │ │ ├── bridge.c │ │ ├── bwalk1.c │ │ ├── cave1.c │ │ ├── cave_entrance.c │ │ ├── chamber.c │ │ ├── church.c │ │ ├── clearing.c │ │ ├── clerk.c │ │ ├── confroom.c │ │ ├── cratshack.c │ │ ├── death.c │ │ ├── docks.c │ │ ├── elevator.c │ │ ├── forest_path1.c │ │ ├── freezer.c │ │ ├── furnace.c │ │ ├── garden.c │ │ ├── gate.c │ │ ├── healer.c │ │ ├── healer2.c │ │ ├── hp.c │ │ ├── living_room.c │ │ ├── magic_guild.c │ │ ├── magic_shop.c │ │ ├── magic_shop2.c │ │ ├── mansion_dhall2.c │ │ ├── mansion_dhall3.c │ │ ├── mansion_ext.c │ │ ├── mansion_int.c │ │ ├── mansion_mbdroom.c │ │ ├── mansion_room1.c │ │ ├── mansion_room10.c │ │ ├── mansion_room11.c │ │ ├── mansion_room12.c │ │ ├── mansion_room2.c │ │ ├── mansion_room3.c │ │ ├── mansion_room4.c │ │ ├── mansion_room5.c │ │ ├── mansion_room6.c │ │ ├── mansion_room7.c │ │ ├── mansion_room8.c │ │ ├── mansion_room9.c │ │ ├── mansion_uhall1.c │ │ ├── mansion_uhall2.c │ │ ├── mansion_uhall3.c │ │ ├── mayor.c │ │ ├── mountain_road.c │ │ ├── narrow_path.c │ │ ├── narrow_path2.c │ │ ├── orc_fortress.c │ │ ├── orc_temple.c │ │ ├── porch.c │ │ ├── postoffice.c │ │ ├── riverbank.c │ │ ├── road.c │ │ ├── road0.c │ │ ├── road1.c │ │ ├── road2.c │ │ ├── room2.c │ │ ├── school.c │ │ ├── secret.c │ │ ├── shack.c │ │ ├── shop.c │ │ ├── shop2.c │ │ ├── shore.c │ │ ├── shower.c │ │ ├── source.c │ │ ├── south_road1.c │ │ ├── stables.c │ │ ├── start.c │ │ ├── tavern.c │ │ ├── thall.c │ │ ├── training.c │ │ ├── valley.c │ │ ├── vill_road2.c │ │ ├── vill_road3.c │ │ ├── vill_road4.c │ │ ├── void.c │ │ ├── voters.c │ │ ├── well1.c │ │ ├── well2.c │ │ ├── well3.c │ │ ├── wtunnel2.c │ │ ├── wtunnel3.c │ │ ├── wtunnel4.c │ │ ├── wtunnel5.c │ │ └── wtunnel6.c │ │ ├── save │ │ ├── 0^0domains0^0town0^0obj0^0charity.o │ │ └── 0^0domains0^0town0^0room0^0secret.o │ │ ├── txt │ │ ├── advancement.txt │ │ ├── hints_sign.txt │ │ ├── map.txt │ │ ├── mystery.txt │ │ ├── pot.txt │ │ ├── praxis_sign.txt │ │ ├── quests.txt │ │ ├── shame │ │ │ ├── chapter01 │ │ │ ├── chapter02 │ │ │ ├── chapter03 │ │ │ ├── chapter04 │ │ │ └── chapter05 │ │ ├── spam.txt │ │ ├── vache.txt │ │ ├── warning_sign.txt │ │ └── ylsrim_sign.txt │ │ ├── virtual │ │ ├── bottom.c │ │ ├── bottom │ │ │ └── 5,0.c │ │ ├── forest.c │ │ ├── forest │ │ │ └── .gitignore │ │ ├── forest_map │ │ ├── server.c │ │ ├── sky.c │ │ ├── sky │ │ │ └── .gitignore │ │ ├── space.c │ │ ├── space │ │ │ └── 1,1,1.c │ │ ├── sub.c │ │ ├── sub │ │ │ └── .gitignore │ │ ├── surface.c │ │ ├── surface │ │ │ └── .gitignore │ │ ├── void.c │ │ └── void │ │ │ └── .gitignore │ │ └── weap │ │ ├── 357pistol.c │ │ ├── 9mil.c │ │ ├── 9mmpistol_mp.c │ │ ├── axe.c │ │ ├── board.c │ │ ├── boobytrap_dagger.c │ │ ├── brush.c │ │ ├── butcher_knife.c │ │ ├── carving_knife.c │ │ ├── cue.c │ │ ├── dagger.c │ │ ├── fellsword.c │ │ ├── gstaff.c │ │ ├── javelin.c │ │ ├── knife.c │ │ ├── leostaff.c │ │ ├── m16rifle.c │ │ ├── m16rifle_mp.c │ │ ├── orcslayer.c │ │ ├── paring_knife.c │ │ ├── rod.c │ │ ├── runic_sword.c │ │ ├── sharpsword.c │ │ ├── shotput.c │ │ ├── staff.c │ │ ├── sword.c │ │ └── verysharpsword.c ├── estates │ ├── c │ │ └── cratylus │ │ │ ├── adm │ │ │ └── .gitignore │ │ │ └── bak │ │ │ └── .gitignore │ ├── foo.txt │ ├── g │ │ └── guest │ │ │ ├── adm │ │ │ └── .gitignore │ │ │ ├── bak │ │ │ └── .gitignore │ │ │ ├── log │ │ │ └── .gitignore │ │ │ └── tmp │ │ │ └── .gitignore │ ├── s │ │ └── slymenstra │ │ │ ├── adm │ │ │ └── .gitignore │ │ │ └── bak │ │ │ └── .gitignore │ └── t │ │ └── testylus │ │ ├── adm │ │ └── .gitignore │ │ └── bak │ │ └── .gitignore ├── ftp │ └── foo.txt ├── include │ ├── armor_types.h │ ├── assessment.h │ ├── astar.h │ ├── body_types.h │ ├── boobytraps.h │ ├── build_types.h │ ├── climb.h │ ├── combat_messages.h │ ├── damage_types.h │ ├── gossip.h │ ├── graphics.h │ ├── jump.h │ ├── magic.h │ ├── magic_protection.h │ ├── marriage.h │ ├── materials.h │ ├── meal_types.h │ ├── medium.h │ ├── message_class.h │ ├── motion.h │ ├── mouth_types.h │ ├── position.h │ ├── race.h │ ├── respiration_types.h │ ├── rounds.h │ ├── size_types.h │ ├── soul.h │ ├── stargate.h │ ├── talk_type.h │ ├── terrain_types.h │ ├── vendor_types.h │ └── vision.h ├── lib │ ├── bank.c │ ├── base_trainer.c │ ├── battery.c │ ├── bboard.c │ ├── blank.c │ ├── blank_pile.c │ ├── body.c │ ├── bonus.c │ ├── bot.c │ ├── burn.c │ ├── cedit.c │ ├── cgi.c │ ├── chamber.c │ ├── chapel.c │ ├── chario.c │ ├── chat.c │ ├── cigar.c │ ├── clan.c │ ├── classes.c │ ├── clay.c │ ├── clerk.c │ ├── clip.c │ ├── combat.c │ ├── combatmsg.c │ ├── command.c │ ├── comp │ │ ├── container.c │ │ ├── holder.c │ │ ├── object.c │ │ ├── seal.c │ │ ├── surface.c │ │ └── weapon.c │ ├── creator.c │ ├── currency.c │ ├── cylinder.c │ ├── daemons │ │ ├── include │ │ │ └── verb.h │ │ ├── player_stub.c │ │ └── verb.c │ ├── detect.c │ ├── die.c │ ├── domesticate.c │ ├── donate.c │ ├── door.c │ ├── editor.c │ ├── elevator.c │ ├── elevator_button.c │ ├── enter.c │ ├── events │ │ ├── activate.c │ │ ├── aim.c │ │ ├── apply.c │ │ ├── bait.c │ │ ├── bait_with.c │ │ ├── bury.c │ │ ├── buy.c │ │ ├── climb.c │ │ ├── close.c │ │ ├── consult.c │ │ ├── crawl.c │ │ ├── describe.c │ │ ├── dig.c │ │ ├── dig_with.c │ │ ├── disarm.c │ │ ├── drink.c │ │ ├── drop.c │ │ ├── fall.c │ │ ├── fly.c │ │ ├── get.c │ │ ├── get_from.c │ │ ├── give.c │ │ ├── install.c │ │ ├── jump.c │ │ ├── knock.c │ │ ├── lie.c │ │ ├── listen.c │ │ ├── load.c │ │ ├── lock.c │ │ ├── lock_with.c │ │ ├── look.c │ │ ├── look_in.c │ │ ├── manipulate.c │ │ ├── poison.c │ │ ├── press.c │ │ ├── pull.c │ │ ├── put.c │ │ ├── read.c │ │ ├── rock.c │ │ ├── roll.c │ │ ├── scratch.c │ │ ├── search.c │ │ ├── sell.c │ │ ├── shake.c │ │ ├── shoot.c │ │ ├── show.c │ │ ├── sink.c │ │ ├── sit.c │ │ ├── smell.c │ │ ├── smoke.c │ │ ├── stop.c │ │ ├── swim.c │ │ ├── swivel.c │ │ ├── touch.c │ │ ├── turn.c │ │ ├── wear.c │ │ └── wield.c │ ├── exits.c │ ├── files.c │ ├── firearm.c │ ├── fish.c │ ├── fishing.c │ ├── flashlight.c │ ├── flask.c │ ├── flow.c │ ├── follow.c │ ├── fuel.c │ ├── genetics.c │ ├── guard.c │ ├── help.c │ ├── history.c │ ├── include │ │ ├── abilities.h │ │ ├── armor.h │ │ ├── autosave.h │ │ ├── bait.h │ │ ├── bank.h │ │ ├── barkeep.h │ │ ├── bboard.h │ │ ├── body.h │ │ ├── burn.h │ │ ├── carry.h │ │ ├── chapel.h │ │ ├── chat.h │ │ ├── clan.h │ │ ├── classes.h │ │ ├── client.h │ │ ├── clip.h │ │ ├── close.h │ │ ├── combatmsg.h │ │ ├── command.h │ │ ├── container.h │ │ ├── corpse.h │ │ ├── creator.h │ │ ├── currency.h │ │ ├── detect.h │ │ ├── digging.h │ │ ├── donate.h │ │ ├── door.h │ │ ├── drop.h │ │ ├── editor.h │ │ ├── exits.h │ │ ├── files.h │ │ ├── firearm.h │ │ ├── fish.h │ │ ├── fishing.h │ │ ├── follow.h │ │ ├── fuel.h │ │ ├── genetics.h │ │ ├── get.h │ │ ├── help.h │ │ ├── history.h │ │ ├── holder.h │ │ ├── interactive.h │ │ ├── interface.h │ │ ├── item.h │ │ ├── items.h │ │ ├── jump.h │ │ ├── key.h │ │ ├── lamp.h │ │ ├── lead.h │ │ ├── leader.h │ │ ├── light.h │ │ ├── limb.h │ │ ├── listen.h │ │ ├── living.h │ │ ├── lock.h │ │ ├── match.h │ │ ├── meal.h │ │ ├── messages.h │ │ ├── money.h │ │ ├── nmsh.h │ │ ├── npc.h │ │ ├── pager.h │ │ ├── persist.h │ │ ├── pile.h │ │ ├── pistol.h │ │ ├── player.h │ │ ├── poison.h │ │ ├── pole.h │ │ ├── post_office.h │ │ ├── press.h │ │ ├── put.h │ │ ├── race.h │ │ ├── read.h │ │ ├── room.h │ │ ├── round.h │ │ ├── scroll.h │ │ ├── search.h │ │ ├── shell.h │ │ ├── smell.h │ │ ├── stargate.h │ │ ├── steal.h │ │ ├── storage.h │ │ ├── talk.h │ │ ├── teacher.h │ │ ├── teller.h │ │ ├── torch.h │ │ ├── touch.h │ │ ├── trainer.h │ │ ├── trap.h │ │ ├── vendor.h │ │ ├── virtual.h │ │ └── weapon.h │ ├── interactive.c │ ├── interface.c │ ├── lamp.c │ ├── language.c │ ├── lead.c │ ├── leader.c │ ├── learn.c │ ├── light.c │ ├── living.c │ ├── lvs │ │ ├── abilities.c │ │ ├── level.c │ │ └── position.c │ ├── magic.c │ ├── manycoins.c │ ├── match.c │ ├── mayor.c │ ├── meal.c │ ├── messages.c │ ├── missile.c │ ├── money.c │ ├── mount.c │ ├── nmsh.c │ ├── npc.c │ ├── pager.c │ ├── persist.c │ ├── pile.c │ ├── pipe.c │ ├── pistol.c │ ├── player.c │ ├── poison.c │ ├── pole.c │ ├── post_office.c │ ├── potion.c │ ├── props │ │ ├── addstuff.c │ │ ├── ambiance.c │ │ ├── body_mass.c │ │ ├── carry.c │ │ ├── clean.c │ │ ├── cost.txt │ │ ├── damage.c │ │ ├── description.c │ │ ├── deterioration.c │ │ ├── equip.c │ │ ├── id.c │ │ ├── inventory.c │ │ ├── mass.c │ │ ├── move.c │ │ ├── properties.c │ │ ├── radiance.c │ │ ├── save.c │ │ ├── uniqueness.c │ │ └── value.c │ ├── quest.c │ ├── race.c │ ├── rifle.c │ ├── round.c │ ├── sentient.c │ ├── shadow.c │ ├── shadow_hook.c │ ├── shell.c │ ├── shop.c │ ├── spell.c │ ├── stargate.c │ ├── std │ │ ├── armor.c │ │ ├── bane.c │ │ ├── barkeep.c │ │ ├── base_armor.c │ │ ├── base_dummy.c │ │ ├── base_storage.c │ │ ├── bed.c │ │ ├── boobytrap_object.c │ │ ├── boobytrap_shadow.c │ │ ├── book.c │ │ ├── bot_corpse.c │ │ ├── bot_limb.c │ │ ├── chair.c │ │ ├── corpse.c │ │ ├── daemon.c │ │ ├── dummy.c │ │ ├── furnace.c │ │ ├── germ.c │ │ ├── item.c │ │ ├── limb.c │ │ ├── lockpick.c │ │ ├── room.c │ │ ├── storage.c │ │ ├── story.c │ │ ├── table.c │ │ ├── vendor.c │ │ ├── worn_storage.c │ │ └── wound.c │ ├── steal.c │ ├── talk.c │ ├── teach.c │ ├── teacher.c │ ├── teller.c │ ├── torch.c │ ├── trainer.c │ ├── trap.c │ ├── undead.c │ ├── used_meal.c │ ├── user │ │ └── autosave.c │ ├── vehicle.c │ └── virtual │ │ ├── virt_land.c │ │ ├── virt_map.c │ │ ├── virt_sky.c │ │ ├── virt_std.c │ │ ├── virt_subsurface.c │ │ └── virtual.c ├── log │ ├── adm │ │ └── foo.txt │ ├── archive │ │ └── foo.txt │ ├── author_stats │ ├── chan │ │ └── foo.txt │ ├── domain_stats │ ├── errors │ │ └── foo.txt │ ├── imc2_server │ │ └── .gitignore │ ├── law │ │ ├── adm │ │ │ └── foo.txt │ │ ├── email │ │ │ └── foo.txt │ │ ├── names │ │ │ └── foo.txt │ │ ├── sites-misc │ │ │ └── foo.txt │ │ ├── sites-register │ │ │ └── foo.txt │ │ ├── sites-tempban │ │ │ └── foo.txt │ │ └── sites-watch │ │ │ └── foo.txt │ ├── open │ │ └── foo.txt │ ├── reports │ │ └── foo.txt │ ├── router │ │ └── foo.txt │ ├── secure │ │ └── foo.txt │ └── watch │ │ └── foo.txt ├── news │ ├── admin │ ├── avatar │ ├── creator │ ├── deadsouls │ ├── fighter │ ├── ftpd │ ├── general │ ├── hints.txt │ ├── hm │ ├── locked │ ├── moved │ ├── newbie │ ├── priest │ ├── register │ ├── reminders.txt │ └── welcome ├── obj │ ├── README │ ├── area_room.c │ ├── armor.c │ ├── barkeep.c │ ├── bed.c │ ├── book.c │ ├── book_source │ │ ├── chapter1 │ │ └── chapter2 │ ├── burning_orb.c │ ├── chair.c │ ├── container.c │ ├── deed.c │ ├── door.c │ ├── drink.c │ ├── friend.c │ ├── include │ │ └── portal.h │ ├── light.c │ ├── magic_scroll.c │ ├── meal.c │ ├── npc.c │ ├── order.c │ ├── portal.c │ ├── quest_ob.c │ ├── room.c │ ├── shield.c │ ├── stargate.c │ ├── stargate.example │ ├── sword.c │ ├── table.c │ ├── thing.c │ ├── trainer.c │ ├── vendor.c │ ├── weapon.c │ ├── wed_ring.c │ ├── whip.c │ └── worn_storage.c ├── open │ └── .gitignore ├── powers │ ├── feats │ │ └── .gitignore │ ├── prayers │ │ └── healing.c │ ├── psionics │ │ └── .gitignore │ ├── spells │ │ ├── buffer.c │ │ ├── fireball.c │ │ ├── greater_buffer.c │ │ ├── greater_fireball.c │ │ ├── light.c │ │ ├── meditate.c │ │ ├── missile.c │ │ └── whip.c │ └── trades │ │ └── .gitignore ├── realms │ └── template │ │ ├── adm │ │ └── remote.c │ │ ├── area │ │ ├── armor │ │ │ ├── chainmail.c │ │ │ ├── leather_boot_l.c │ │ │ └── leather_boot_r.c │ │ ├── customdefs.h │ │ ├── customdefs.part1 │ │ ├── customdefs.part2 │ │ ├── doors │ │ │ └── .gitignore │ │ ├── etc │ │ │ └── .gitignore │ │ ├── meals │ │ │ └── .gitignore │ │ ├── npc │ │ │ └── fighter.c │ │ ├── obj │ │ │ ├── builder_chest.c │ │ │ ├── case.c │ │ │ ├── chest.c │ │ │ ├── cup.c │ │ │ ├── key.c │ │ │ ├── pitcher.c │ │ │ ├── table.c │ │ │ └── watch.c │ │ ├── room │ │ │ ├── sample_room.c │ │ │ └── sample_two.c │ │ └── weap │ │ │ └── sword.c │ │ ├── bak │ │ ├── bk.db │ │ └── workroom.orig │ │ ├── cmds │ │ └── custom.c │ │ ├── evaldefs.h │ │ ├── log │ │ └── .gitignore │ │ ├── plan │ │ ├── profile │ │ ├── tmp │ │ └── .gitignore │ │ ├── workroom.bak │ │ ├── workroom.c │ │ └── workroom_builder.c ├── save │ ├── banish.o │ ├── books.o │ ├── classes.o │ ├── economy.o │ ├── events.o │ ├── kills │ │ └── o │ │ │ └── one │ ├── map.o │ ├── notify.o │ ├── portal.o │ ├── races.o │ ├── rooms.o │ ├── services.o │ ├── soul.o │ └── stargate.o ├── secure │ ├── cfg │ │ ├── aliases.cfg │ │ ├── classes │ │ │ ├── cleric │ │ │ ├── explorer │ │ │ ├── fighter │ │ │ ├── mage │ │ │ └── thief │ │ ├── flashpolicy.cfg │ │ ├── global_template.cfg │ │ ├── groups.cfg │ │ ├── instance_template.cfg │ │ ├── ip_blacklist.cfg │ │ ├── ip_unrestrict.cfg │ │ ├── mudos.autobak │ │ ├── mudos.cfg │ │ ├── mudos.orig │ │ ├── mudos.win32 │ │ ├── preload.cfg │ │ ├── races │ │ │ ├── amphibian │ │ │ ├── android │ │ │ ├── ape │ │ │ ├── arachnid │ │ │ ├── artrell │ │ │ ├── avidryl │ │ │ ├── balrog │ │ │ ├── bat │ │ │ ├── bear │ │ │ ├── bird │ │ │ ├── blob │ │ │ ├── bot │ │ │ ├── bugbear │ │ │ ├── cat │ │ │ ├── centaur │ │ │ ├── chimera │ │ │ ├── cow │ │ │ ├── deer │ │ │ ├── demi-god │ │ │ ├── demon │ │ │ ├── dog │ │ │ ├── dragon │ │ │ ├── dryad │ │ │ ├── dummy │ │ │ ├── dwarf │ │ │ ├── elemental │ │ │ ├── elephant │ │ │ ├── elf │ │ │ ├── faerie │ │ │ ├── fish │ │ │ ├── gargoyle │ │ │ ├── giant │ │ │ ├── gnoll │ │ │ ├── gnome │ │ │ ├── goblin │ │ │ ├── god │ │ │ ├── golem │ │ │ ├── griffin │ │ │ ├── half-elf │ │ │ ├── half-orc │ │ │ ├── halfling │ │ │ ├── hobbit │ │ │ ├── horse │ │ │ ├── human │ │ │ ├── insect │ │ │ ├── kender │ │ │ ├── klingon │ │ │ ├── kobold │ │ │ ├── lizard │ │ │ ├── mech │ │ │ ├── nymph │ │ │ ├── ogre │ │ │ ├── orc │ │ │ ├── pegasus │ │ │ ├── pig │ │ │ ├── plant │ │ │ ├── poleepkwa │ │ │ ├── primate │ │ │ ├── replicant │ │ │ ├── rodent │ │ │ ├── satyr │ │ │ ├── sheep │ │ │ ├── slug │ │ │ ├── snake │ │ │ ├── strider │ │ │ ├── tortoise │ │ │ ├── tree │ │ │ ├── troll │ │ │ ├── unicorn │ │ │ ├── vehicle │ │ │ ├── viper │ │ │ ├── vulcan │ │ │ └── wraith │ │ ├── read.cfg │ │ ├── runmud_template.bat │ │ └── write.cfg │ ├── cmds │ │ ├── admins │ │ │ ├── addadverb.c │ │ │ ├── addclass.c │ │ │ ├── addclasses.c │ │ │ ├── addguest.c │ │ │ ├── addrace.c │ │ │ ├── addraces.c │ │ │ ├── admintool.c │ │ │ ├── allow.c │ │ │ ├── banish.c │ │ │ ├── cconv.c │ │ │ ├── chanban.c │ │ │ ├── chancreate.c │ │ │ ├── chanremove.c │ │ │ ├── chanunban.c │ │ │ ├── cwgconv.c │ │ │ ├── decre.c │ │ │ ├── doctool.c │ │ │ ├── domainadmin.c │ │ │ ├── domaincreate.c │ │ │ ├── encre.c │ │ │ ├── end.c │ │ │ ├── files.c │ │ │ ├── gridconfig.c │ │ │ ├── groupmod.c │ │ │ ├── instconfig.c │ │ │ ├── link.c │ │ │ ├── liveupgrade.c │ │ │ ├── mudconfig.c │ │ │ ├── notify.c │ │ │ ├── opcprof.c │ │ │ ├── pause.c │ │ │ ├── register.c │ │ │ ├── removeadverb.c │ │ │ ├── removeclass.c │ │ │ ├── removeclasses.c │ │ │ ├── removeguest.c │ │ │ ├── removerace.c │ │ │ ├── removeraces.c │ │ │ ├── resetall.c │ │ │ ├── resetpasswd.c │ │ │ ├── rid.c │ │ │ ├── rotatelogs.c │ │ │ ├── router.c │ │ │ ├── sconv.c │ │ │ ├── setreboot.c │ │ │ ├── shutdown.c │ │ │ ├── snoopreport.c │ │ │ ├── statconvert.c │ │ │ ├── switchrouter.c │ │ │ ├── tempban.c │ │ │ ├── ticktock.c │ │ │ ├── unallow.c │ │ │ ├── unbanish.c │ │ │ ├── unlink.c │ │ │ ├── unmonitor.c │ │ │ ├── unpause.c │ │ │ ├── unregister.c │ │ │ ├── unrid.c │ │ │ ├── unwatch.c │ │ │ ├── usage.c │ │ │ ├── userload.c │ │ │ ├── vaarsuvius.c │ │ │ ├── var.c │ │ │ ├── vars.c │ │ │ ├── warmboot.c │ │ │ ├── watch.c │ │ │ ├── whoallowed.c │ │ │ ├── whobanished.c │ │ │ ├── whoguests.c │ │ │ ├── whoregistered.c │ │ │ └── whowatched.c │ │ ├── builders │ │ │ ├── areaclone.c │ │ │ ├── areagoto.c │ │ │ ├── arealist.c │ │ │ ├── create.c │ │ │ ├── grant.c │ │ │ ├── home.c │ │ │ └── unvirt.c │ │ ├── common │ │ │ └── .gitignore │ │ ├── creators │ │ │ ├── about.c │ │ │ ├── addemote.c │ │ │ ├── bk.c │ │ │ ├── call.c │ │ │ ├── cat.c │ │ │ ├── cd.c │ │ │ ├── ced.c │ │ │ ├── changelog.c │ │ │ ├── cp.c │ │ │ ├── cwd.c │ │ │ ├── dbxframe.c │ │ │ ├── dbxwhere.c │ │ │ ├── destfile.c │ │ │ ├── diff.c │ │ │ ├── dsversion.c │ │ │ ├── economy.c │ │ │ ├── ed.c │ │ │ ├── eval.c │ │ │ ├── findfun.c │ │ │ ├── flushobs.c │ │ │ ├── gauge.c │ │ │ ├── goto.c │ │ │ ├── grep.c │ │ │ ├── head.c │ │ │ ├── heal.c │ │ │ ├── homedir.c │ │ │ ├── homeroom.c │ │ │ ├── imc2.c │ │ │ ├── include │ │ │ │ ├── create.h │ │ │ │ ├── gg.h │ │ │ │ └── more.h │ │ │ ├── indent.c │ │ │ ├── last.c │ │ │ ├── localcmds.c │ │ │ ├── log.c │ │ │ ├── longcat.c │ │ │ ├── ls.c │ │ │ ├── lsed.c │ │ │ ├── memcheck.c │ │ │ ├── mkdir.c │ │ │ ├── monitor.c │ │ │ ├── more.c │ │ │ ├── mudtime.c │ │ │ ├── mv.c │ │ │ ├── people.c │ │ │ ├── profile.c │ │ │ ├── pwd.c │ │ │ ├── qed.c │ │ │ ├── removeemote.c │ │ │ ├── restore.c │ │ │ ├── rm.c │ │ │ ├── rmdir.c │ │ │ ├── rss.c │ │ │ ├── showfuns.c │ │ │ ├── snoop.c │ │ │ ├── source.c │ │ │ ├── stupidemote.c │ │ │ ├── tail.c │ │ │ ├── trace.c │ │ │ ├── unsnoop.c │ │ │ ├── update.c │ │ │ ├── variables.c │ │ │ ├── wget.c │ │ │ └── which.c │ │ ├── hm │ │ │ └── .gitignore │ │ └── players │ │ │ ├── afk.c │ │ │ ├── bug.c │ │ │ ├── chfn.c │ │ │ ├── finger.c │ │ │ ├── hist.c │ │ │ ├── history.c │ │ │ ├── include │ │ │ └── passwd.h │ │ │ ├── map.c │ │ │ ├── passwd.c │ │ │ ├── peer.c │ │ │ ├── praise.c │ │ │ ├── reply.c │ │ │ ├── suicide.c │ │ │ ├── tell.c │ │ │ └── telnet.c │ ├── daemon │ │ ├── alchemist.c │ │ ├── autoexec.c │ │ ├── bboard.c │ │ ├── bboard.h │ │ ├── character.c │ │ ├── chat.c │ │ ├── economy.c │ │ ├── estates.c │ │ ├── events.c │ │ ├── events.h │ │ ├── file.c │ │ ├── filter.c │ │ ├── finger.c │ │ ├── finger.h │ │ ├── flash_policy.c │ │ ├── folders.c │ │ ├── folders.h │ │ ├── function.c │ │ ├── i3router │ │ │ ├── blacklist.cfg │ │ │ ├── broadcast_chanlist.h │ │ │ ├── broadcast_mudlist.h │ │ │ ├── clean_fd.h │ │ │ ├── core_stuff.h │ │ │ ├── debug.h │ │ │ ├── funcs.h │ │ │ ├── hosted_channels.h │ │ │ ├── irn.h │ │ │ ├── process_channel.h │ │ │ ├── process_startup_req.h │ │ │ ├── read_callback.h │ │ │ ├── readme.txt │ │ │ ├── remove_mud.h │ │ │ ├── rsocket.c │ │ │ ├── send_chanlist_reply.h │ │ │ ├── send_error.h │ │ │ ├── send_full_mudlist.h │ │ │ ├── send_mudlist_updates.h │ │ │ ├── send_startup_reply.h │ │ │ ├── server.c │ │ │ └── server_log.h │ │ ├── imc2.c │ │ ├── imc2server │ │ │ ├── server.c │ │ │ ├── server_log.h │ │ │ └── ssocket.c │ │ ├── include │ │ │ ├── character.h │ │ │ ├── chat.h │ │ │ ├── estates.h │ │ │ └── imc2_code.h │ │ ├── inet.c │ │ ├── instances.c │ │ ├── letters.c │ │ ├── letters.h │ │ ├── localpost.c │ │ ├── localpost.h │ │ ├── log.c │ │ ├── luget.c │ │ ├── master.c │ │ ├── master.h │ │ ├── mudinfo.c │ │ ├── oob.c │ │ ├── options.c │ │ ├── options.h │ │ ├── persistence.c │ │ ├── ping.c │ │ ├── players.c │ │ ├── politics.c │ │ ├── portal.c │ │ ├── preload_check.c │ │ ├── reaper.c │ │ ├── reload.c │ │ ├── remotepost.c │ │ ├── remotepost.h │ │ ├── resolv.c │ │ ├── rooms.c │ │ ├── secrets.c │ │ ├── snoop.c │ │ ├── tracker.c │ │ ├── translation.c │ │ ├── update.blank │ │ ├── update.c │ │ ├── update.patch │ │ ├── voting.c │ │ ├── web_sessions.c │ │ └── wget.c │ ├── include │ │ ├── bboard.h │ │ ├── cfg.h │ │ ├── cgi.h │ │ ├── clean_up.h │ │ ├── clock.h │ │ ├── commands.h │ │ ├── comp.h │ │ ├── compat.h │ │ ├── config.h │ │ ├── council.h │ │ ├── daemons.h │ │ ├── deputies.h │ │ ├── dirs.h │ │ ├── domains.h │ │ ├── events.h │ │ ├── files.h │ │ ├── flags.h │ │ ├── function.h │ │ ├── global.h │ │ ├── iips.h │ │ ├── lib.h │ │ ├── link.h │ │ ├── localtime.h │ │ ├── logs.h │ │ ├── lvs.h │ │ ├── modules.h │ │ ├── mssp.h │ │ ├── mudlib.h │ │ ├── network.h │ │ ├── news.h │ │ ├── object.h │ │ ├── objects.h │ │ ├── origin.h │ │ ├── parse_com.h │ │ ├── parser_error.h │ │ ├── post.h │ │ ├── pov.h │ │ ├── privs.h │ │ ├── props.h │ │ ├── rcp.h │ │ ├── rooms.h │ │ ├── runtime_config.h │ │ ├── save.h │ │ ├── secrets.h │ │ ├── socket.h │ │ ├── socket_err.h │ │ ├── sockets.h │ │ ├── std.h │ │ ├── type.h │ │ ├── user.h │ │ ├── virtual.h │ │ └── voting.h │ ├── lib │ │ ├── bboard.c │ │ ├── connect.c │ │ ├── connect.first.c │ │ ├── connect.real │ │ ├── file.c │ │ ├── include │ │ │ └── connect.h │ │ ├── net │ │ │ ├── client.c │ │ │ ├── echo_server.c │ │ │ ├── ftp.c │ │ │ ├── ftp_client.c │ │ │ ├── ftp_data_connection.c │ │ │ ├── generic.c │ │ │ ├── h_ftpd.c │ │ │ ├── http.c │ │ │ ├── include │ │ │ │ ├── ftp.h │ │ │ │ └── h_ftpd.h │ │ │ ├── oob.c │ │ │ ├── remote.c │ │ │ ├── server.c │ │ │ ├── socket.c │ │ │ ├── telnet_client.c │ │ │ ├── uptime_server.c │ │ │ └── web_client.c │ │ └── std │ │ │ └── access.c │ ├── log │ │ ├── adm │ │ │ └── foo.txt │ │ ├── bak │ │ │ └── foo.txt │ │ ├── intermud │ │ │ └── foo.txt │ │ └── network │ │ │ └── foo.txt │ ├── modules │ │ ├── armor.c │ │ ├── create.c │ │ ├── door.c │ │ ├── file.c │ │ ├── generic.c │ │ ├── mapping.c │ │ ├── money.c │ │ ├── read.c │ │ └── room.c │ ├── npc │ │ ├── arch_wraith.c │ │ ├── cambot.c │ │ └── drone.c │ ├── obj │ │ ├── arch_board.c │ │ ├── control.c │ │ ├── floodmapper.c │ │ ├── glasses.c │ │ ├── include │ │ │ ├── gossip_folder.h │ │ │ ├── post.h │ │ │ └── roommaker.h │ │ ├── key.c │ │ ├── machine.c │ │ ├── meditate_mojo.c │ │ ├── medtric.c │ │ ├── memo.c │ │ ├── mojo.c │ │ ├── pingy.c │ │ ├── portal_blue.c │ │ ├── portal_orange.c │ │ ├── post.c │ │ ├── replacer.c │ │ ├── robot.c │ │ ├── snooper.c │ │ ├── staff.c │ │ ├── tc.c │ │ └── weirder.c │ ├── room │ │ ├── arch.c │ │ ├── network.c │ │ └── router.c │ ├── save │ │ ├── backup │ │ │ ├── config.orig │ │ │ ├── imc2.orig │ │ │ └── secrets.orig │ │ ├── binaries │ │ │ └── .gitignore │ │ ├── boards │ │ │ ├── admin_board.o │ │ │ ├── adv_guild_board.o │ │ │ ├── builder_board.o │ │ │ └── immortal_board.o │ │ ├── creators │ │ │ └── .gitignore │ │ ├── decre │ │ │ └── .gitignore │ │ ├── files.o │ │ ├── functions.o │ │ ├── inet.o │ │ ├── letters │ │ │ └── .gitignore │ │ ├── players │ │ │ └── g │ │ │ │ └── guest.o │ │ ├── postal │ │ │ └── .gitignore │ │ ├── rid │ │ │ └── .gitignore │ │ ├── suicide │ │ │ └── .gitignore │ │ └── votes │ │ │ └── .gitignore │ ├── scripts │ │ ├── bedlam.src │ │ ├── crat.src │ │ ├── crat2.src │ │ ├── crat3.src │ │ ├── distclean.src │ │ ├── general_check.txt │ │ ├── grid.src │ │ ├── indent.src │ │ ├── killflow.src │ │ ├── ligana.src │ │ ├── mass_update.src │ │ ├── mayhem.src │ │ ├── missile.src │ │ ├── native_version.proto │ │ ├── nm3.lsed │ │ ├── oldcrat2.src │ │ ├── powerbots.src │ │ ├── qcs_check.txt │ │ ├── qgreset.src │ │ ├── resetgrid.src │ │ ├── ruckus.src │ │ ├── sky.lsed │ │ ├── testmud.src │ │ ├── update.src │ │ ├── upgrades.txt │ │ ├── walkabout.src │ │ └── wtf.src │ ├── sefun │ │ ├── absolute_path.c │ │ ├── absolute_value.c │ │ ├── arrays.c │ │ ├── ascii.c │ │ ├── astar.c │ │ ├── atomize.c │ │ ├── communications.c │ │ ├── compare_array.c │ │ ├── copy.c │ │ ├── custom_path.c │ │ ├── disable.c │ │ ├── domains.c │ │ ├── dummy.c │ │ ├── duplicates.c │ │ ├── economy.c │ │ ├── english.c │ │ ├── events.c │ │ ├── expand_keys.c │ │ ├── files.c │ │ ├── findobs.c │ │ ├── flat_map.c │ │ ├── format_page.c │ │ ├── fuzzymatch.c │ │ ├── generic.c │ │ ├── get_cmds.c │ │ ├── get_livings.c │ │ ├── get_object.c │ │ ├── get_stack.c │ │ ├── get_verbs.c │ │ ├── identify.c │ │ ├── interface.c │ │ ├── inventory.c │ │ ├── legacy.c │ │ ├── light.c │ │ ├── load_object.c │ │ ├── local_time.c │ │ ├── log_file.c │ │ ├── make_workroom.c │ │ ├── mappings.c │ │ ├── messaging.c │ │ ├── minimap.c │ │ ├── morality.c │ │ ├── mud_info.c │ │ ├── names.c │ │ ├── native_version.c │ │ ├── numbers.c │ │ ├── ordinal.c │ │ ├── parse_objects.c │ │ ├── path_file.c │ │ ├── percent.c │ │ ├── persist.c │ │ ├── pointers.c │ │ ├── query_invis.c │ │ ├── query_time_of_day.c │ │ ├── reaper.c │ │ ├── reload.c │ │ ├── rooms.c │ │ ├── security.c │ │ ├── sefun.c │ │ ├── sefun.h │ │ ├── sockets.c │ │ ├── strings.c │ │ ├── tail.c │ │ ├── this_agent.c │ │ ├── time.c │ │ ├── timestamp.c │ │ ├── to_object.c │ │ ├── translate.c │ │ ├── users.c │ │ ├── values.c │ │ ├── visible.c │ │ ├── wild_card.c │ │ └── wipe_inv.c │ ├── tmp │ │ ├── dirs.txt │ │ └── files.txt │ ├── upgrades │ │ ├── files │ │ │ └── 0^0tmp0^0sample.txt │ │ └── txt │ │ │ └── .gitignore │ └── verbs │ │ └── creators │ │ └── force.c ├── shadows │ ├── arbiter.c │ ├── bear.c │ ├── breather.c │ ├── diag.c │ ├── drone.c │ ├── explosive_trap.c │ ├── needle_trap.c │ ├── needle_trap2.c │ ├── pscout.c │ ├── ring.c │ ├── rocketpack.c │ ├── scout.c │ └── zombie.c ├── std │ ├── README │ ├── board │ │ └── bboard.c │ ├── death.c │ ├── estate.c │ ├── freezer.c │ ├── furnace.c │ ├── lib │ │ └── pile.c │ ├── monster.c │ ├── pod.c │ ├── prop_logic.c │ ├── quest_ob.c │ ├── room.c │ ├── server.txt │ ├── virtual_void.txt │ ├── void.c │ └── wiz_hall.c ├── tmp │ └── .gitignore ├── verbs │ ├── admins │ │ └── include │ │ │ └── adverb.h │ ├── builders │ │ ├── add.c │ │ ├── copy.c │ │ ├── createfix.c │ │ ├── delete.c │ │ ├── dest.c │ │ ├── initfix.c │ │ ├── modify.c │ │ ├── pulsecheck.c │ │ └── reload.c │ ├── common │ │ ├── ask.c │ │ ├── body.c │ │ ├── channels.c │ │ ├── include │ │ │ ├── ask.h │ │ │ ├── help.h │ │ │ ├── mail.h │ │ │ ├── say.h │ │ │ ├── shout.h │ │ │ ├── speak.h │ │ │ ├── whisper.h │ │ │ └── yell.h │ │ ├── mail.c │ │ ├── say.c │ │ ├── shout.c │ │ ├── speak.c │ │ ├── whisper.c │ │ └── yell.c │ ├── creators │ │ ├── codesay.c │ │ ├── echo.c │ │ ├── include │ │ │ ├── codesay.h │ │ │ └── echo.h │ │ ├── resurrect.c │ │ ├── wizlock.c │ │ ├── wizunlock.c │ │ └── zap.c │ ├── items │ │ ├── activate.c │ │ ├── apply.c │ │ ├── bait.c │ │ ├── balance.c │ │ ├── boobytrap.c │ │ ├── bury.c │ │ ├── buy.c │ │ ├── capture.c │ │ ├── close.c │ │ ├── consult.c │ │ ├── deactivate.c │ │ ├── dig.c │ │ ├── disarm.c │ │ ├── donate.c │ │ ├── drink.c │ │ ├── drop.c │ │ ├── eat.c │ │ ├── empty.c │ │ ├── equate.c │ │ ├── extinguish.c │ │ ├── fill.c │ │ ├── free.c │ │ ├── get.c │ │ ├── give.c │ │ ├── include │ │ │ ├── bait.h │ │ │ ├── balance.h │ │ │ ├── bury.h │ │ │ ├── close.h │ │ │ ├── dig.h │ │ │ ├── drink.h │ │ │ ├── drop.h │ │ │ ├── eat.h │ │ │ ├── extinguish.h │ │ │ ├── get.h │ │ │ ├── give.h │ │ │ ├── judge.h │ │ │ ├── light.h │ │ │ ├── lock.h │ │ │ ├── look.h │ │ │ ├── open.h │ │ │ ├── pick.h │ │ │ ├── poison.h │ │ │ ├── put.h │ │ │ ├── read.h │ │ │ ├── remove.h │ │ │ ├── search.h │ │ │ ├── show.h │ │ │ ├── smell.h │ │ │ ├── steal.h │ │ │ ├── strike.h │ │ │ ├── throw.h │ │ │ ├── unlock.h │ │ │ ├── unwield.h │ │ │ ├── use.h │ │ │ ├── wear.h │ │ │ ├── weigh.h │ │ │ └── wield.h │ │ ├── install.c │ │ ├── judge.c │ │ ├── judge1.c │ │ ├── knock.c │ │ ├── light.c │ │ ├── listen.c │ │ ├── load.c │ │ ├── lock.c │ │ ├── look.c │ │ ├── move.c │ │ ├── open.c │ │ ├── pick.c │ │ ├── poison.c │ │ ├── pour.c │ │ ├── press.c │ │ ├── pull.c │ │ ├── put.c │ │ ├── read.c │ │ ├── remove.c │ │ ├── ring.c │ │ ├── rock.c │ │ ├── roll.c │ │ ├── scratch.c │ │ ├── search.c │ │ ├── sell.c │ │ ├── shake.c │ │ ├── shoot.c │ │ ├── show.c │ │ ├── skin.c │ │ ├── smell.c │ │ ├── smoke.c │ │ ├── steal.c │ │ ├── strike.c │ │ ├── swivel.c │ │ ├── throw.c │ │ ├── touch.c │ │ ├── turn.c │ │ ├── uninstall.c │ │ ├── unload.c │ │ ├── unlock.c │ │ ├── unwield.c │ │ ├── use.c │ │ ├── wear.c │ │ ├── weigh.c │ │ └── wield.c │ ├── players │ │ ├── abandon.c │ │ ├── attack.c │ │ ├── backstab.c │ │ ├── befriend.c │ │ ├── bump.c │ │ ├── cast.c │ │ ├── crawl.c │ │ ├── describe.c │ │ ├── dismount.c │ │ ├── drive.c │ │ ├── evade.c │ │ ├── follow.c │ │ ├── ignore.c │ │ ├── include │ │ │ ├── ,nominate.h │ │ │ ├── ,vote.h │ │ │ ├── ,withdraw.h │ │ │ ├── attack.h │ │ │ ├── backstab.h │ │ │ ├── backstab2.h │ │ │ ├── bump.h │ │ │ ├── crawl.h │ │ │ ├── describe.h │ │ │ ├── evade.h │ │ │ ├── follow.h │ │ │ ├── lead.h │ │ │ ├── marry.h │ │ │ ├── news.h │ │ │ ├── nominate.h │ │ │ ├── party.h │ │ │ ├── request.h │ │ │ ├── stealth.h │ │ │ ├── target.h │ │ │ ├── vote.h │ │ │ └── withdraw.h │ │ ├── kneel.c │ │ ├── lead.c │ │ ├── learn.c │ │ ├── lie.c │ │ ├── marry.c │ │ ├── mount.c │ │ ├── news.c │ │ ├── nominate.c │ │ ├── party.c │ │ ├── pray.c │ │ ├── request.c │ │ ├── ride.c │ │ ├── sink.c │ │ ├── sit.c │ │ ├── sleep.c │ │ ├── stand.c │ │ ├── stealth.c │ │ ├── target.c │ │ ├── teach.c │ │ ├── vote.c │ │ ├── wake.c │ │ └── withdraw.c │ ├── rooms │ │ ├── climb.c │ │ ├── enter.c │ │ ├── fish.c │ │ ├── fly.c │ │ ├── go.c │ │ ├── include │ │ │ ├── buy.h │ │ │ ├── cast.h │ │ │ ├── climb.h │ │ │ ├── enter.h │ │ │ ├── fish.h │ │ │ ├── fly.h │ │ │ ├── go.h │ │ │ ├── jump.h │ │ │ ├── sell.h │ │ │ ├── stop.h │ │ │ └── swim.h │ │ ├── jump.c │ │ ├── stop.c │ │ └── swim.c │ ├── spells │ │ └── .gitignore │ └── undead │ │ └── .gitignore └── www │ ├── articles.html │ ├── articles │ ├── copyright.html │ ├── favicon.ico │ ├── newcomer.html │ ├── olc.html │ ├── old │ │ ├── forum_chat.html │ │ ├── lpmuds.html │ │ ├── lpu.html │ │ ├── mudmagic.html │ │ ├── patches.html │ │ ├── tacitus.html │ │ ├── tacitus2.html │ │ └── tms.html │ ├── renaissance.html │ ├── router_controversy.html │ └── why_ds.html │ ├── barrel.html │ ├── cgi │ ├── chanlogs.c │ ├── connect.c │ ├── creweb.c │ ├── edit.c │ ├── edit_script.js │ ├── finger.c │ ├── index.html │ ├── login.c │ ├── logout.c │ ├── new.c │ ├── save.c │ ├── showlog.c │ ├── upload.c │ └── who.c │ ├── client │ └── client.html │ ├── debugging.html │ ├── demo.html │ ├── doc │ └── .gitignore │ ├── downloads.html │ ├── ds-II-faq.html │ ├── ds-admin-faq.html │ ├── ds-charmode-faq.html │ ├── ds-creator-faq.html │ ├── ds-faq.html │ ├── ds-inst-faq.html │ ├── ds.html │ ├── editor.html │ ├── errors │ ├── badcmd.html │ ├── badgate.html │ ├── denied.html │ └── notfound.html │ ├── example.html │ ├── favicon.ico │ ├── function.jpg │ ├── images │ ├── Thumbs.db │ └── lpuni_afiliated.png │ ├── index.html │ ├── logs │ └── .gitignore │ ├── lpmuds │ ├── alternate_router.html │ ├── arren_router.html │ ├── dead_souls.png │ ├── discworld-faq.html │ ├── downloads.html │ ├── fader.js │ ├── favico.ico │ ├── favicon.ico │ ├── fonts-compat.css │ ├── forum-faq.html │ ├── forums.html │ ├── help.css │ ├── index.html │ ├── index.php │ ├── intermud.html │ ├── links.html │ ├── lp_versus_diku.html │ ├── lpmud_faq.html │ ├── lpmud_list.html │ ├── maintenance.html │ ├── merentha-faq.html │ ├── mudfarm.html │ ├── parch.jpg │ ├── print.css │ ├── router_debate.html │ ├── script.js │ ├── sha1.js │ ├── sitefaq.html │ ├── skylib-faq.html │ ├── smflogo.gif │ ├── spellcheck.js │ ├── style.css │ ├── tmi2-faq.html │ ├── wireless.css │ ├── xml_board.js │ └── xml_topic.js │ ├── mudlist.txt │ ├── news.html │ ├── print.css │ ├── reference.jpg │ ├── router.html │ ├── router_rules.html │ ├── smflogo.gif │ ├── style.css │ ├── value.jpg │ ├── verbs.html │ └── versions.html ├── runmud.bat └── win32 └── driver.exe /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/License.txt -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/README.txt -------------------------------------------------------------------------------- /UNIX_INSTRUCTIONS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/UNIX_INSTRUCTIONS.txt -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | ds3.08.02 2014-09-28 11:02:58 2 | -------------------------------------------------------------------------------- /WINDOWS_INSTRUCTIONS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/WINDOWS_INSTRUCTIONS.txt -------------------------------------------------------------------------------- /bin/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/bin/README -------------------------------------------------------------------------------- /bin/mudos.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/bin/mudos.cfg -------------------------------------------------------------------------------- /bin/mudos.cfg.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/bin/mudos.cfg.orig -------------------------------------------------------------------------------- /bin/startmud: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/bin/startmud -------------------------------------------------------------------------------- /extra/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/README.txt -------------------------------------------------------------------------------- /extra/crat/column_parse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/column_parse -------------------------------------------------------------------------------- /extra/crat/d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/d.c -------------------------------------------------------------------------------- /extra/crat/gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/gdbinit -------------------------------------------------------------------------------- /extra/crat/indentall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/indentall -------------------------------------------------------------------------------- /extra/crat/livepatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/livepatch -------------------------------------------------------------------------------- /extra/crat/newpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/newpatch -------------------------------------------------------------------------------- /extra/crat/newver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/newver -------------------------------------------------------------------------------- /extra/crat/rr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/crat/rr -------------------------------------------------------------------------------- /extra/creremote/remote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/creremote/remote.c -------------------------------------------------------------------------------- /extra/mingw/configure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/mingw/configure.h -------------------------------------------------------------------------------- /extra/restore_cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/restore_cfg -------------------------------------------------------------------------------- /extra/wolfpaw/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/extra/wolfpaw/macros.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/Bugs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/Bugs -------------------------------------------------------------------------------- /fluffos-2.23-ds03/Dependencies: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/Ideas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/Ideas -------------------------------------------------------------------------------- /fluffos-2.23-ds03/Makefile.in.pre: -------------------------------------------------------------------------------- 1 | %define NORMAL 2 | 3 | %include "Makefile.master" 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/NMakefile.in.pre: -------------------------------------------------------------------------------- 1 | %define NMAKE 2 | 3 | %include "Makefile.master" 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/README -------------------------------------------------------------------------------- /fluffos-2.23-ds03/Version: -------------------------------------------------------------------------------- 1 | MudOS v22.2 beta 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/Win32/mv.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | if "%1" == "-f" shift 3 | move %1 %2 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/arch.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/comm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/comm.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/comm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/comm.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/ed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/ed.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/ed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/ed.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/eval.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/eval.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/file.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/file.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/hash.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/hash.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/lag.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/lag.d -------------------------------------------------------------------------------- /fluffos-2.23-ds03/lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/lex.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/lex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/lex.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/lpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/lpc.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/main.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/main.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/md.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/md.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/md.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/md.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/packages/GNUmakefile.pre: -------------------------------------------------------------------------------- 1 | %define GNU 2 | 3 | %include "packages/Makefile.master" 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/packages/Makefile.pre: -------------------------------------------------------------------------------- 1 | %define NORMAL 2 | 3 | %include "packages/Makefile.master" 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/packages/debug.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/packages/debug_spec.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/packages/dslib.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/packages/dslib_spec.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/port.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/port.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/port.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/rc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/rc.c -------------------------------------------------------------------------------- /fluffos-2.23-ds03/rc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/rc.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/spec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/spec.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/std.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/fluffos-2.23-ds03/std.h -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/.edrc: -------------------------------------------------------------------------------- 1 | 148 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/clone/readme: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/include/command.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | inherit CLEAN_UP; 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/inh.c: -------------------------------------------------------------------------------- 1 | void ifun() { 2 | } 3 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/bad_init.c: -------------------------------------------------------------------------------- 1 | int x += 1; 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/eof_in_comment.c: -------------------------------------------------------------------------------- 1 | /* 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/missing_endif.c: -------------------------------------------------------------------------------- 1 | #if 1 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/missing_type.c: -------------------------------------------------------------------------------- 1 | foo; 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/predef.c: -------------------------------------------------------------------------------- 1 | #undef __VERSION__ 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/undef_class.c: -------------------------------------------------------------------------------- 1 | class foo x; 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/void_arg2.c: -------------------------------------------------------------------------------- 1 | void foo(void, int bar); 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/void_global.c: -------------------------------------------------------------------------------- 1 | void x; 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/add_light.c: -------------------------------------------------------------------------------- 1 | void do_tests() { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/has_errors.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/inh0.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/inh1.c: -------------------------------------------------------------------------------- 1 | inherit "/single/tests/efuns/inh0.c"; 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/inh2.c: -------------------------------------------------------------------------------- 1 | inherit "/single/tests/efuns/inh1.c"; 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/mkdir.c: -------------------------------------------------------------------------------- 1 | void do_tests() { 2 | // later 3 | } 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/readme: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/tests/efuns/unloaded.c: -------------------------------------------------------------------------------- 1 | void create() { 2 | } 3 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/single/void.c: -------------------------------------------------------------------------------- 1 | void dummy() 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/testsuite/test_control.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/tmp/insttest: -------------------------------------------------------------------------------- 1 | whatever 2 | -------------------------------------------------------------------------------- /fluffos-2.23-ds03/windows/step1.bat: -------------------------------------------------------------------------------- 1 | bison make_func.y 2 | -------------------------------------------------------------------------------- /lib/cfg/days.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cfg/days.cfg -------------------------------------------------------------------------------- /lib/cfg/months.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cfg/months.cfg -------------------------------------------------------------------------------- /lib/cfg/moons.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cfg/moons.cfg -------------------------------------------------------------------------------- /lib/cfg/time.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cfg/time.cfg -------------------------------------------------------------------------------- /lib/cfg/timezone.cfg: -------------------------------------------------------------------------------- 1 | EST 2 | -------------------------------------------------------------------------------- /lib/cfg/timezones.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cfg/timezones.cfg -------------------------------------------------------------------------------- /lib/cfg/where.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cfg/where.cfg -------------------------------------------------------------------------------- /lib/cmds/admins/arch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/admins/arch.c -------------------------------------------------------------------------------- /lib/cmds/admins/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/admins/cache.c -------------------------------------------------------------------------------- /lib/cmds/admins/fdinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/admins/fdinfo.c -------------------------------------------------------------------------------- /lib/cmds/builders/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/cmds/common/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/common/help.c -------------------------------------------------------------------------------- /lib/cmds/creators/bugs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/bugs.c -------------------------------------------------------------------------------- /lib/cmds/creators/elog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/elog.c -------------------------------------------------------------------------------- /lib/cmds/creators/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/file.c -------------------------------------------------------------------------------- /lib/cmds/creators/find.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/find.c -------------------------------------------------------------------------------- /lib/cmds/creators/html.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/html.c -------------------------------------------------------------------------------- /lib/cmds/creators/man.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/man.c -------------------------------------------------------------------------------- /lib/cmds/creators/ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/ping.c -------------------------------------------------------------------------------- /lib/cmds/creators/rot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/rot.c -------------------------------------------------------------------------------- /lib/cmds/creators/scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/scan.c -------------------------------------------------------------------------------- /lib/cmds/creators/vis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/vis.c -------------------------------------------------------------------------------- /lib/cmds/creators/wiz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/creators/wiz.c -------------------------------------------------------------------------------- /lib/cmds/hm/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/cmds/players/brief.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/brief.c -------------------------------------------------------------------------------- /lib/cmds/players/chan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/chan.c -------------------------------------------------------------------------------- /lib/cmds/players/date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/date.c -------------------------------------------------------------------------------- /lib/cmds/players/emote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/emote.c -------------------------------------------------------------------------------- /lib/cmds/players/env.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/env.c -------------------------------------------------------------------------------- /lib/cmds/players/faq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/faq.c -------------------------------------------------------------------------------- /lib/cmds/players/flee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/flee.c -------------------------------------------------------------------------------- /lib/cmds/players/gag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/gag.c -------------------------------------------------------------------------------- /lib/cmds/players/idle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/idle.c -------------------------------------------------------------------------------- /lib/cmds/players/kills.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/kills.c -------------------------------------------------------------------------------- /lib/cmds/players/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/mem.c -------------------------------------------------------------------------------- /lib/cmds/players/money.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/money.c -------------------------------------------------------------------------------- /lib/cmds/players/mute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/mute.c -------------------------------------------------------------------------------- /lib/cmds/players/new.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/new.c -------------------------------------------------------------------------------- /lib/cmds/players/pk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/pk.c -------------------------------------------------------------------------------- /lib/cmds/players/plugh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/plugh.c -------------------------------------------------------------------------------- /lib/cmds/players/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/queue.c -------------------------------------------------------------------------------- /lib/cmds/players/rwho.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/rwho.c -------------------------------------------------------------------------------- /lib/cmds/players/save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/save.c -------------------------------------------------------------------------------- /lib/cmds/players/score.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/score.c -------------------------------------------------------------------------------- /lib/cmds/players/stat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/stat.c -------------------------------------------------------------------------------- /lib/cmds/players/stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/stats.c -------------------------------------------------------------------------------- /lib/cmds/players/title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/title.c -------------------------------------------------------------------------------- /lib/cmds/players/users.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/users.c -------------------------------------------------------------------------------- /lib/cmds/players/who.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/who.c -------------------------------------------------------------------------------- /lib/cmds/players/wimpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/wimpy.c -------------------------------------------------------------------------------- /lib/cmds/players/xyzzy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/cmds/players/xyzzy.c -------------------------------------------------------------------------------- /lib/daemon/banish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/banish.c -------------------------------------------------------------------------------- /lib/daemon/books.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/books.c -------------------------------------------------------------------------------- /lib/daemon/bugs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/bugs.c -------------------------------------------------------------------------------- /lib/daemon/classes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/classes.c -------------------------------------------------------------------------------- /lib/daemon/command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/command.c -------------------------------------------------------------------------------- /lib/daemon/decay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/decay.c -------------------------------------------------------------------------------- /lib/daemon/defines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/defines.c -------------------------------------------------------------------------------- /lib/daemon/deviation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/deviation.c -------------------------------------------------------------------------------- /lib/daemon/disasters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/disasters.c -------------------------------------------------------------------------------- /lib/daemon/domains.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/domains.c -------------------------------------------------------------------------------- /lib/daemon/guard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/guard.c -------------------------------------------------------------------------------- /lib/daemon/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/help.c -------------------------------------------------------------------------------- /lib/daemon/intermud.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/intermud.c -------------------------------------------------------------------------------- /lib/daemon/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/map.c -------------------------------------------------------------------------------- /lib/daemon/meetings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/meetings.c -------------------------------------------------------------------------------- /lib/daemon/news.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/news.c -------------------------------------------------------------------------------- /lib/daemon/notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/notify.c -------------------------------------------------------------------------------- /lib/daemon/party.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/party.c -------------------------------------------------------------------------------- /lib/daemon/phys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/phys.c -------------------------------------------------------------------------------- /lib/daemon/races.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/races.c -------------------------------------------------------------------------------- /lib/daemon/seasons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/seasons.c -------------------------------------------------------------------------------- /lib/daemon/services.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/services.c -------------------------------------------------------------------------------- /lib/daemon/skills.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/skills.c -------------------------------------------------------------------------------- /lib/daemon/soul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/soul.c -------------------------------------------------------------------------------- /lib/daemon/spells.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/spells.c -------------------------------------------------------------------------------- /lib/daemon/stargate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/stargate.c -------------------------------------------------------------------------------- /lib/daemon/statistics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/statistics.c -------------------------------------------------------------------------------- /lib/daemon/stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/stats.c -------------------------------------------------------------------------------- /lib/daemon/terminal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/terminal.c -------------------------------------------------------------------------------- /lib/daemon/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/time.c -------------------------------------------------------------------------------- /lib/daemon/tmp/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/daemon/types.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/types.c -------------------------------------------------------------------------------- /lib/daemon/unique.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/unique.c -------------------------------------------------------------------------------- /lib/daemon/verbs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/verbs.c -------------------------------------------------------------------------------- /lib/daemon/weather.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/daemon/weather.c -------------------------------------------------------------------------------- /lib/doc/BASICS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/BASICS -------------------------------------------------------------------------------- /lib/doc/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/CREDITS -------------------------------------------------------------------------------- /lib/doc/RELEASE_NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/RELEASE_NOTES -------------------------------------------------------------------------------- /lib/doc/SUPPORT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/SUPPORT -------------------------------------------------------------------------------- /lib/doc/applies/__INIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/__INIT -------------------------------------------------------------------------------- /lib/doc/applies/clean_up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/clean_up -------------------------------------------------------------------------------- /lib/doc/applies/connect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/connect -------------------------------------------------------------------------------- /lib/doc/applies/crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/crash -------------------------------------------------------------------------------- /lib/doc/applies/create: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/create -------------------------------------------------------------------------------- /lib/doc/applies/epilog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/epilog -------------------------------------------------------------------------------- /lib/doc/applies/flag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/flag -------------------------------------------------------------------------------- /lib/doc/applies/id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/id -------------------------------------------------------------------------------- /lib/doc/applies/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/init -------------------------------------------------------------------------------- /lib/doc/applies/logon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/logon -------------------------------------------------------------------------------- /lib/doc/applies/net_dead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/net_dead -------------------------------------------------------------------------------- /lib/doc/applies/preload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/preload -------------------------------------------------------------------------------- /lib/doc/applies/reset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/applies/reset -------------------------------------------------------------------------------- /lib/doc/bguide/chapter01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter01 -------------------------------------------------------------------------------- /lib/doc/bguide/chapter02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter02 -------------------------------------------------------------------------------- /lib/doc/bguide/chapter03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter03 -------------------------------------------------------------------------------- /lib/doc/bguide/chapter04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter04 -------------------------------------------------------------------------------- /lib/doc/bguide/chapter05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter05 -------------------------------------------------------------------------------- /lib/doc/bguide/chapter06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter06 -------------------------------------------------------------------------------- /lib/doc/bguide/chapter07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter07 -------------------------------------------------------------------------------- /lib/doc/bguide/chapter08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/bguide/chapter08 -------------------------------------------------------------------------------- /lib/doc/build/Armours: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Armours -------------------------------------------------------------------------------- /lib/doc/build/Barkeeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Barkeeps -------------------------------------------------------------------------------- /lib/doc/build/Climates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Climates -------------------------------------------------------------------------------- /lib/doc/build/Doors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Doors -------------------------------------------------------------------------------- /lib/doc/build/Guidelines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Guidelines -------------------------------------------------------------------------------- /lib/doc/build/Items: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Items -------------------------------------------------------------------------------- /lib/doc/build/Meals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Meals -------------------------------------------------------------------------------- /lib/doc/build/NPC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/NPC -------------------------------------------------------------------------------- /lib/doc/build/Properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Properties -------------------------------------------------------------------------------- /lib/doc/build/Quests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Quests -------------------------------------------------------------------------------- /lib/doc/build/Rooms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Rooms -------------------------------------------------------------------------------- /lib/doc/build/Sentients: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Sentients -------------------------------------------------------------------------------- /lib/doc/build/Towns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Towns -------------------------------------------------------------------------------- /lib/doc/build/Vendors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Vendors -------------------------------------------------------------------------------- /lib/doc/build/Weapons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/build/Weapons -------------------------------------------------------------------------------- /lib/doc/build/ed.hup: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/efun/all/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/TODO -------------------------------------------------------------------------------- /lib/doc/efun/all/acos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/acos -------------------------------------------------------------------------------- /lib/doc/efun/all/arrayp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/arrayp -------------------------------------------------------------------------------- /lib/doc/efun/all/asin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/asin -------------------------------------------------------------------------------- /lib/doc/efun/all/atan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/atan -------------------------------------------------------------------------------- /lib/doc/efun/all/bind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/bind -------------------------------------------------------------------------------- /lib/doc/efun/all/bufferp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/bufferp -------------------------------------------------------------------------------- /lib/doc/efun/all/catch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/catch -------------------------------------------------------------------------------- /lib/doc/efun/all/ceil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/ceil -------------------------------------------------------------------------------- /lib/doc/efun/all/classp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/classp -------------------------------------------------------------------------------- /lib/doc/efun/all/clonep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/clonep -------------------------------------------------------------------------------- /lib/doc/efun/all/command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/command -------------------------------------------------------------------------------- /lib/doc/efun/all/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/copy -------------------------------------------------------------------------------- /lib/doc/efun/all/cos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/cos -------------------------------------------------------------------------------- /lib/doc/efun/all/cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/cp -------------------------------------------------------------------------------- /lib/doc/efun/all/crc32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/crc32 -------------------------------------------------------------------------------- /lib/doc/efun/all/crypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/crypt -------------------------------------------------------------------------------- /lib/doc/efun/all/ctime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/ctime -------------------------------------------------------------------------------- /lib/doc/efun/all/ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/ed -------------------------------------------------------------------------------- /lib/doc/efun/all/ed_cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/ed_cmd -------------------------------------------------------------------------------- /lib/doc/efun/all/error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/error -------------------------------------------------------------------------------- /lib/doc/efun/all/exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/exec -------------------------------------------------------------------------------- /lib/doc/efun/all/exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/exp -------------------------------------------------------------------------------- /lib/doc/efun/all/explode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/explode -------------------------------------------------------------------------------- /lib/doc/efun/all/filter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/filter -------------------------------------------------------------------------------- /lib/doc/efun/all/floatp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/floatp -------------------------------------------------------------------------------- /lib/doc/efun/all/floor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/floor -------------------------------------------------------------------------------- /lib/doc/efun/all/get_dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/get_dir -------------------------------------------------------------------------------- /lib/doc/efun/all/geteuid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/geteuid -------------------------------------------------------------------------------- /lib/doc/efun/all/getuid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/getuid -------------------------------------------------------------------------------- /lib/doc/efun/all/implode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/implode -------------------------------------------------------------------------------- /lib/doc/efun/all/in_edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/in_edit -------------------------------------------------------------------------------- /lib/doc/efun/all/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/index -------------------------------------------------------------------------------- /lib/doc/efun/all/intp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/intp -------------------------------------------------------------------------------- /lib/doc/efun/all/keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/keys -------------------------------------------------------------------------------- /lib/doc/efun/all/link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/link -------------------------------------------------------------------------------- /lib/doc/efun/all/living: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/living -------------------------------------------------------------------------------- /lib/doc/efun/all/livings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/livings -------------------------------------------------------------------------------- /lib/doc/efun/all/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/log -------------------------------------------------------------------------------- /lib/doc/efun/all/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/map -------------------------------------------------------------------------------- /lib/doc/efun/all/mapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/mapp -------------------------------------------------------------------------------- /lib/doc/efun/all/master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/master -------------------------------------------------------------------------------- /lib/doc/efun/all/message: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/message -------------------------------------------------------------------------------- /lib/doc/efun/all/mkdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/mkdir -------------------------------------------------------------------------------- /lib/doc/efun/all/network_stats: -------------------------------------------------------------------------------- 1 | :( 2 | -------------------------------------------------------------------------------- /lib/doc/efun/all/new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/new -------------------------------------------------------------------------------- /lib/doc/efun/all/nullp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/nullp -------------------------------------------------------------------------------- /lib/doc/efun/all/objectp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/objectp -------------------------------------------------------------------------------- /lib/doc/efun/all/objects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/objects -------------------------------------------------------------------------------- /lib/doc/efun/all/opcprof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/opcprof -------------------------------------------------------------------------------- /lib/doc/efun/all/origin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/origin -------------------------------------------------------------------------------- /lib/doc/efun/all/pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/pow -------------------------------------------------------------------------------- /lib/doc/efun/all/present: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/present -------------------------------------------------------------------------------- /lib/doc/efun/all/printf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/printf -------------------------------------------------------------------------------- /lib/doc/efun/all/query_num: -------------------------------------------------------------------------------- 1 | :( 2 | -------------------------------------------------------------------------------- /lib/doc/efun/all/random: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/random -------------------------------------------------------------------------------- /lib/doc/efun/all/receive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/receive -------------------------------------------------------------------------------- /lib/doc/efun/all/refs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/refs -------------------------------------------------------------------------------- /lib/doc/efun/all/regexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/regexp -------------------------------------------------------------------------------- /lib/doc/efun/all/rename: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/rename -------------------------------------------------------------------------------- /lib/doc/efun/all/resolve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/resolve -------------------------------------------------------------------------------- /lib/doc/efun/all/rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/rm -------------------------------------------------------------------------------- /lib/doc/efun/all/rmdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/rmdir -------------------------------------------------------------------------------- /lib/doc/efun/all/rusage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/rusage -------------------------------------------------------------------------------- /lib/doc/efun/all/say: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/say -------------------------------------------------------------------------------- /lib/doc/efun/all/set_bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/set_bit -------------------------------------------------------------------------------- /lib/doc/efun/all/seteuid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/seteuid -------------------------------------------------------------------------------- /lib/doc/efun/all/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/shadow -------------------------------------------------------------------------------- /lib/doc/efun/all/shout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/shout -------------------------------------------------------------------------------- /lib/doc/efun/all/sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/sin -------------------------------------------------------------------------------- /lib/doc/efun/all/sizeof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/sizeof -------------------------------------------------------------------------------- /lib/doc/efun/all/snoop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/snoop -------------------------------------------------------------------------------- /lib/doc/efun/all/socket_error.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/efun/all/sprintf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/sprintf -------------------------------------------------------------------------------- /lib/doc/efun/all/sqrt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/sqrt -------------------------------------------------------------------------------- /lib/doc/efun/all/sscanf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/sscanf -------------------------------------------------------------------------------- /lib/doc/efun/all/stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/stat -------------------------------------------------------------------------------- /lib/doc/efun/all/strcmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/strcmp -------------------------------------------------------------------------------- /lib/doc/efun/all/stringp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/stringp -------------------------------------------------------------------------------- /lib/doc/efun/all/strlen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/strlen -------------------------------------------------------------------------------- /lib/doc/efun/all/strsrch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/strsrch -------------------------------------------------------------------------------- /lib/doc/efun/all/swap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/swap -------------------------------------------------------------------------------- /lib/doc/efun/all/tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/tail -------------------------------------------------------------------------------- /lib/doc/efun/all/tan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/tan -------------------------------------------------------------------------------- /lib/doc/efun/all/throw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/throw -------------------------------------------------------------------------------- /lib/doc/efun/all/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/time -------------------------------------------------------------------------------- /lib/doc/efun/all/to_int: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/to_int -------------------------------------------------------------------------------- /lib/doc/efun/all/trace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/trace -------------------------------------------------------------------------------- /lib/doc/efun/all/typeof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/typeof -------------------------------------------------------------------------------- /lib/doc/efun/all/uptime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/uptime -------------------------------------------------------------------------------- /lib/doc/efun/all/userp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/userp -------------------------------------------------------------------------------- /lib/doc/efun/all/users: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/users -------------------------------------------------------------------------------- /lib/doc/efun/all/values: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/values -------------------------------------------------------------------------------- /lib/doc/efun/all/wizardp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/wizardp -------------------------------------------------------------------------------- /lib/doc/efun/all/write: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/all/write -------------------------------------------------------------------------------- /lib/doc/efun/calls/catch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/calls/catch -------------------------------------------------------------------------------- /lib/doc/efun/calls/index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/calls/index -------------------------------------------------------------------------------- /lib/doc/efun/calls/throw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/calls/throw -------------------------------------------------------------------------------- /lib/doc/efun/floats/acos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/acos -------------------------------------------------------------------------------- /lib/doc/efun/floats/asin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/asin -------------------------------------------------------------------------------- /lib/doc/efun/floats/atan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/atan -------------------------------------------------------------------------------- /lib/doc/efun/floats/ceil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/ceil -------------------------------------------------------------------------------- /lib/doc/efun/floats/cos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/cos -------------------------------------------------------------------------------- /lib/doc/efun/floats/exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/exp -------------------------------------------------------------------------------- /lib/doc/efun/floats/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/log -------------------------------------------------------------------------------- /lib/doc/efun/floats/pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/pow -------------------------------------------------------------------------------- /lib/doc/efun/floats/sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/sin -------------------------------------------------------------------------------- /lib/doc/efun/floats/sqrt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/sqrt -------------------------------------------------------------------------------- /lib/doc/efun/floats/tan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/floats/tan -------------------------------------------------------------------------------- /lib/doc/efun/general/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/general/map -------------------------------------------------------------------------------- /lib/doc/efun/mixed/intp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/mixed/intp -------------------------------------------------------------------------------- /lib/doc/efun/mixed/mapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/mixed/mapp -------------------------------------------------------------------------------- /lib/doc/efun/mixed/nullp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/mixed/nullp -------------------------------------------------------------------------------- /lib/doc/efun/numbers/query_num: -------------------------------------------------------------------------------- 1 | :( 2 | -------------------------------------------------------------------------------- /lib/doc/efun/objects/new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/objects/new -------------------------------------------------------------------------------- /lib/doc/efun/sockets/network_stats: -------------------------------------------------------------------------------- 1 | :( 2 | -------------------------------------------------------------------------------- /lib/doc/efun/sockets/socket_error.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/efun/system/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/efun/system/time -------------------------------------------------------------------------------- /lib/doc/faq/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/guide/chapter01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter01 -------------------------------------------------------------------------------- /lib/doc/guide/chapter02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter02 -------------------------------------------------------------------------------- /lib/doc/guide/chapter03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter03 -------------------------------------------------------------------------------- /lib/doc/guide/chapter04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter04 -------------------------------------------------------------------------------- /lib/doc/guide/chapter05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter05 -------------------------------------------------------------------------------- /lib/doc/guide/chapter06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter06 -------------------------------------------------------------------------------- /lib/doc/guide/chapter07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter07 -------------------------------------------------------------------------------- /lib/doc/guide/chapter08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter08 -------------------------------------------------------------------------------- /lib/doc/guide/chapter09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/guide/chapter09 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter01 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter02 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter03 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter04 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter05 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter06 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter07 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter08 -------------------------------------------------------------------------------- /lib/doc/hbook/chapter09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/hbook/chapter09 -------------------------------------------------------------------------------- /lib/doc/help/avatars/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/help/creators/ds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/help/creators/ds -------------------------------------------------------------------------------- /lib/doc/help/hm/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/help/law/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/help/players/channel: -------------------------------------------------------------------------------- 1 | See: help channels 2 | -------------------------------------------------------------------------------- /lib/doc/help/players/chat: -------------------------------------------------------------------------------- 1 | See: help channels 2 | -------------------------------------------------------------------------------- /lib/doc/help/players/map: -------------------------------------------------------------------------------- 1 | See: help automap 2 | -------------------------------------------------------------------------------- /lib/doc/help/players/mapping: -------------------------------------------------------------------------------- 1 | See: help automap 2 | -------------------------------------------------------------------------------- /lib/doc/help/players/unalias: -------------------------------------------------------------------------------- 1 | See: help alias 2 | -------------------------------------------------------------------------------- /lib/doc/help/players/wrapping: -------------------------------------------------------------------------------- 1 | See: wordwrap 2 | -------------------------------------------------------------------------------- /lib/doc/help/races/orc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/help/races/orc -------------------------------------------------------------------------------- /lib/doc/help/religion/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/lfun/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/README -------------------------------------------------------------------------------- /lib/doc/lfun/all/AddFood: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/AddFood -------------------------------------------------------------------------------- /lib/doc/lfun/all/AddHP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/AddHP -------------------------------------------------------------------------------- /lib/doc/lfun/all/AddLead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/AddLead -------------------------------------------------------------------------------- /lib/doc/lfun/all/AddLimb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/AddLimb -------------------------------------------------------------------------------- /lib/doc/lfun/all/AddMoJo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/AddMoJo -------------------------------------------------------------------------------- /lib/doc/lfun/all/CanBurn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/CanBurn -------------------------------------------------------------------------------- /lib/doc/lfun/all/CanFly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/CanFly -------------------------------------------------------------------------------- /lib/doc/lfun/all/CanJoin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/CanJoin -------------------------------------------------------------------------------- /lib/doc/lfun/all/CanWear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/CanWear -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetClan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetClan -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetFood: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetFood -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetHeat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetHeat -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetLead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetLead -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetLong: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetLong -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetMoJo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetMoJo -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetName: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetName -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetRace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetRace -------------------------------------------------------------------------------- /lib/doc/lfun/all/GetWorn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/GetWorn -------------------------------------------------------------------------------- /lib/doc/lfun/all/NewBody: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/NewBody -------------------------------------------------------------------------------- /lib/doc/lfun/all/SetClan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/SetClan -------------------------------------------------------------------------------- /lib/doc/lfun/all/SetHeat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/SetHeat -------------------------------------------------------------------------------- /lib/doc/lfun/all/Spent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lfun/all/Spent -------------------------------------------------------------------------------- /lib/doc/lpc/advanced/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/doc/lpc/concepts/lpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lpc/concepts/lpc -------------------------------------------------------------------------------- /lib/doc/lpc/concepts/oop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lpc/concepts/oop -------------------------------------------------------------------------------- /lib/doc/lpc/types/buffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lpc/types/buffer -------------------------------------------------------------------------------- /lib/doc/lpc/types/float: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/lpc/types/float -------------------------------------------------------------------------------- /lib/doc/manual/chapter01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter01 -------------------------------------------------------------------------------- /lib/doc/manual/chapter02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter02 -------------------------------------------------------------------------------- /lib/doc/manual/chapter03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter03 -------------------------------------------------------------------------------- /lib/doc/manual/chapter04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter04 -------------------------------------------------------------------------------- /lib/doc/manual/chapter05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter05 -------------------------------------------------------------------------------- /lib/doc/manual/chapter06: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter06 -------------------------------------------------------------------------------- /lib/doc/manual/chapter07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter07 -------------------------------------------------------------------------------- /lib/doc/manual/chapter08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter08 -------------------------------------------------------------------------------- /lib/doc/manual/chapter09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter09 -------------------------------------------------------------------------------- /lib/doc/manual/chapter10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter10 -------------------------------------------------------------------------------- /lib/doc/manual/chapter11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter11 -------------------------------------------------------------------------------- /lib/doc/manual/chapter12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter12 -------------------------------------------------------------------------------- /lib/doc/manual/chapter13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter13 -------------------------------------------------------------------------------- /lib/doc/manual/chapter14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter14 -------------------------------------------------------------------------------- /lib/doc/manual/chapter15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter15 -------------------------------------------------------------------------------- /lib/doc/manual/chapter16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter16 -------------------------------------------------------------------------------- /lib/doc/manual/chapter17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter17 -------------------------------------------------------------------------------- /lib/doc/manual/chapter18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter18 -------------------------------------------------------------------------------- /lib/doc/manual/chapter19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter19 -------------------------------------------------------------------------------- /lib/doc/manual/chapter20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter20 -------------------------------------------------------------------------------- /lib/doc/manual/chapter21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter21 -------------------------------------------------------------------------------- /lib/doc/manual/chapter22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter22 -------------------------------------------------------------------------------- /lib/doc/manual/chapter23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter23 -------------------------------------------------------------------------------- /lib/doc/manual/chapter24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter24 -------------------------------------------------------------------------------- /lib/doc/manual/chapter25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter25 -------------------------------------------------------------------------------- /lib/doc/manual/chapter26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter26 -------------------------------------------------------------------------------- /lib/doc/manual/chapter27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter27 -------------------------------------------------------------------------------- /lib/doc/manual/chapter28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter28 -------------------------------------------------------------------------------- /lib/doc/manual/chapter29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter29 -------------------------------------------------------------------------------- /lib/doc/manual/chapter30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter30 -------------------------------------------------------------------------------- /lib/doc/manual/chapter31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter31 -------------------------------------------------------------------------------- /lib/doc/manual/chapter32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter32 -------------------------------------------------------------------------------- /lib/doc/manual/chapter33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter33 -------------------------------------------------------------------------------- /lib/doc/manual/chapter34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter34 -------------------------------------------------------------------------------- /lib/doc/manual/chapter35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter35 -------------------------------------------------------------------------------- /lib/doc/manual/chapter36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter36 -------------------------------------------------------------------------------- /lib/doc/manual/chapter37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter37 -------------------------------------------------------------------------------- /lib/doc/manual/chapter38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter38 -------------------------------------------------------------------------------- /lib/doc/manual/chapter39: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter39 -------------------------------------------------------------------------------- /lib/doc/manual/chapter40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/manual/chapter40 -------------------------------------------------------------------------------- /lib/doc/misc/ed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/misc/ed.txt -------------------------------------------------------------------------------- /lib/doc/old/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/old/CHANGES -------------------------------------------------------------------------------- /lib/doc/old/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/old/README -------------------------------------------------------------------------------- /lib/doc/phints/chapter01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/phints/chapter01 -------------------------------------------------------------------------------- /lib/doc/phints/chapter02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/phints/chapter02 -------------------------------------------------------------------------------- /lib/doc/phints/chapter03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/phints/chapter03 -------------------------------------------------------------------------------- /lib/doc/phints/chapter04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/phints/chapter04 -------------------------------------------------------------------------------- /lib/doc/phints/chapter05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/phints/chapter05 -------------------------------------------------------------------------------- /lib/doc/sefun/answers_to: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/answers_to -------------------------------------------------------------------------------- /lib/doc/sefun/archp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/archp -------------------------------------------------------------------------------- /lib/doc/sefun/base_name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/base_name -------------------------------------------------------------------------------- /lib/doc/sefun/cardinal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/cardinal -------------------------------------------------------------------------------- /lib/doc/sefun/center: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/center -------------------------------------------------------------------------------- /lib/doc/sefun/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/copy -------------------------------------------------------------------------------- /lib/doc/sefun/date: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/date -------------------------------------------------------------------------------- /lib/doc/sefun/day: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/day -------------------------------------------------------------------------------- /lib/doc/sefun/debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/debug -------------------------------------------------------------------------------- /lib/doc/sefun/destruct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/destruct -------------------------------------------------------------------------------- /lib/doc/sefun/domain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/domain -------------------------------------------------------------------------------- /lib/doc/sefun/event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/event -------------------------------------------------------------------------------- /lib/doc/sefun/exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/exec -------------------------------------------------------------------------------- /lib/doc/sefun/false: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/false -------------------------------------------------------------------------------- /lib/doc/sefun/file_privs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/file_privs -------------------------------------------------------------------------------- /lib/doc/sefun/first: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/first -------------------------------------------------------------------------------- /lib/doc/sefun/flat_map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/flat_map -------------------------------------------------------------------------------- /lib/doc/sefun/get_cmds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/get_cmds -------------------------------------------------------------------------------- /lib/doc/sefun/get_object: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/get_object -------------------------------------------------------------------------------- /lib/doc/sefun/get_verbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/get_verbs -------------------------------------------------------------------------------- /lib/doc/sefun/grepp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/grepp -------------------------------------------------------------------------------- /lib/doc/sefun/hiddenp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/hiddenp -------------------------------------------------------------------------------- /lib/doc/sefun/hour: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/hour -------------------------------------------------------------------------------- /lib/doc/sefun/identify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/identify -------------------------------------------------------------------------------- /lib/doc/sefun/last: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/last -------------------------------------------------------------------------------- /lib/doc/sefun/leaderp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/leaderp -------------------------------------------------------------------------------- /lib/doc/sefun/livings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/livings -------------------------------------------------------------------------------- /lib/doc/sefun/local_time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/local_time -------------------------------------------------------------------------------- /lib/doc/sefun/log_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/log_file -------------------------------------------------------------------------------- /lib/doc/sefun/memberp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/memberp -------------------------------------------------------------------------------- /lib/doc/sefun/minutes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/minutes -------------------------------------------------------------------------------- /lib/doc/sefun/month: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/month -------------------------------------------------------------------------------- /lib/doc/sefun/moon_light: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/moon_light -------------------------------------------------------------------------------- /lib/doc/sefun/mud_name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/mud_name -------------------------------------------------------------------------------- /lib/doc/sefun/mudlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/mudlib -------------------------------------------------------------------------------- /lib/doc/sefun/nominative: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/nominative -------------------------------------------------------------------------------- /lib/doc/sefun/objective: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/objective -------------------------------------------------------------------------------- /lib/doc/sefun/ordinal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/ordinal -------------------------------------------------------------------------------- /lib/doc/sefun/path_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/path_file -------------------------------------------------------------------------------- /lib/doc/sefun/percent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/percent -------------------------------------------------------------------------------- /lib/doc/sefun/pluralize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/pluralize -------------------------------------------------------------------------------- /lib/doc/sefun/possessive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/possessive -------------------------------------------------------------------------------- /lib/doc/sefun/reflexive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/reflexive -------------------------------------------------------------------------------- /lib/doc/sefun/say: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/say -------------------------------------------------------------------------------- /lib/doc/sefun/season: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/season -------------------------------------------------------------------------------- /lib/doc/sefun/set_privs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/set_privs -------------------------------------------------------------------------------- /lib/doc/sefun/shout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/shout -------------------------------------------------------------------------------- /lib/doc/sefun/shutdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/shutdown -------------------------------------------------------------------------------- /lib/doc/sefun/snoop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/snoop -------------------------------------------------------------------------------- /lib/doc/sefun/tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/tail -------------------------------------------------------------------------------- /lib/doc/sefun/translate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/translate -------------------------------------------------------------------------------- /lib/doc/sefun/true: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/true -------------------------------------------------------------------------------- /lib/doc/sefun/unguarded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/unguarded -------------------------------------------------------------------------------- /lib/doc/sefun/user_path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/user_path -------------------------------------------------------------------------------- /lib/doc/sefun/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/version -------------------------------------------------------------------------------- /lib/doc/sefun/wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/wrap -------------------------------------------------------------------------------- /lib/doc/sefun/write: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/write -------------------------------------------------------------------------------- /lib/doc/sefun/year: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/doc/sefun/year -------------------------------------------------------------------------------- /lib/doc/tmp/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/Praxis/adm/access.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | inherit ACCESS; 4 | -------------------------------------------------------------------------------- /lib/domains/Praxis/pit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/domains/Praxis/pit.c -------------------------------------------------------------------------------- /lib/domains/Praxis/pub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/domains/Praxis/pub.c -------------------------------------------------------------------------------- /lib/domains/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/domains/README -------------------------------------------------------------------------------- /lib/domains/Ylsrim/save/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/Ylsrim/virtual/desert/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/campus/save/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/blue_wins: -------------------------------------------------------------------------------- 1 | 151 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/fblue: -------------------------------------------------------------------------------- 1 | 60 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/fgreen: -------------------------------------------------------------------------------- 1 | 65 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/fred: -------------------------------------------------------------------------------- 1 | 64 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/green_wins: -------------------------------------------------------------------------------- 1 | 147 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/percent: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/red_wins: -------------------------------------------------------------------------------- 1 | 441 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/runs: -------------------------------------------------------------------------------- 1 | 740 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/stays: -------------------------------------------------------------------------------- 1 | 269 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/switches: -------------------------------------------------------------------------------- 1 | 264 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/bak1/wins: -------------------------------------------------------------------------------- 1 | 368 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/blue_wins: -------------------------------------------------------------------------------- 1 | 89 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/fblue: -------------------------------------------------------------------------------- 1 | 90 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/fgreen: -------------------------------------------------------------------------------- 1 | 107 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/fred: -------------------------------------------------------------------------------- 1 | 90 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/green_wins: -------------------------------------------------------------------------------- 1 | 107 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/percent: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/red_wins: -------------------------------------------------------------------------------- 1 | 92 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/runs: -------------------------------------------------------------------------------- 1 | 288 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/stays: -------------------------------------------------------------------------------- 1 | 13 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/switches: -------------------------------------------------------------------------------- 1 | 8 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/bak2/wins: -------------------------------------------------------------------------------- 1 | 142 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/blue_wins: -------------------------------------------------------------------------------- 1 | 29836 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/fblue: -------------------------------------------------------------------------------- 1 | 7339 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/fgreen: -------------------------------------------------------------------------------- 1 | 7392 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/fred: -------------------------------------------------------------------------------- 1 | 7336 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/green_wins: -------------------------------------------------------------------------------- 1 | 29837 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/percent: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/red_wins: -------------------------------------------------------------------------------- 1 | 29836 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/runs: -------------------------------------------------------------------------------- 1 | 89509 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/stays: -------------------------------------------------------------------------------- 1 | 7 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/switches: -------------------------------------------------------------------------------- 1 | 89502 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charles/wins: -------------------------------------------------------------------------------- 1 | 59696 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/blue_wins: -------------------------------------------------------------------------------- 1 | 21099 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/fblue: -------------------------------------------------------------------------------- 1 | 21418 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/fgreen: -------------------------------------------------------------------------------- 1 | 21227 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/fred: -------------------------------------------------------------------------------- 1 | 21436 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/green_wins: -------------------------------------------------------------------------------- 1 | 21611 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/percent: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/red_wins: -------------------------------------------------------------------------------- 1 | 21369 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/runs: -------------------------------------------------------------------------------- 1 | 64081 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/stays: -------------------------------------------------------------------------------- 1 | 31999 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/switches: -------------------------------------------------------------------------------- 1 | 32082 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/bak/wins: -------------------------------------------------------------------------------- 1 | 31951 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/blue_wins: -------------------------------------------------------------------------------- 1 | 41046 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/fblue: -------------------------------------------------------------------------------- 1 | 41644 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/fgreen: -------------------------------------------------------------------------------- 1 | 41264 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/fred: -------------------------------------------------------------------------------- 1 | 41579 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/green_wins: -------------------------------------------------------------------------------- 1 | 41804 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/percent: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/red_wins: -------------------------------------------------------------------------------- 1 | 41637 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/runs: -------------------------------------------------------------------------------- 1 | 124487 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/stays: -------------------------------------------------------------------------------- 1 | 62301 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/switches: -------------------------------------------------------------------------------- 1 | 62186 -------------------------------------------------------------------------------- /lib/domains/campus/txt/ai/charly/wins: -------------------------------------------------------------------------------- 1 | 62153 -------------------------------------------------------------------------------- /lib/domains/cave/save/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/cave/txt/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/cave/virtual/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/default/save/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/default/virtual/arena/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/default/virtual/sky/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/default/virtual/void/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/armor/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/chamber/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/doors/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/etc/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/meals/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/npc/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/obj/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/txt/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/vehicle/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/virtual/void/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/learning/weap/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/town/virtual/forest/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/town/virtual/sky/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/town/virtual/sub/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/town/virtual/surface/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/domains/town/virtual/void/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/c/cratylus/adm/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/c/cratylus/bak/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/estates/g/guest/adm/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/g/guest/bak/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/g/guest/log/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/g/guest/tmp/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/s/slymenstra/adm/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/s/slymenstra/bak/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/t/testylus/adm/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/estates/t/testylus/bak/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/ftp/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/include/assessment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/assessment.h -------------------------------------------------------------------------------- /lib/include/astar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/astar.h -------------------------------------------------------------------------------- /lib/include/body_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/body_types.h -------------------------------------------------------------------------------- /lib/include/boobytraps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/boobytraps.h -------------------------------------------------------------------------------- /lib/include/climb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/climb.h -------------------------------------------------------------------------------- /lib/include/gossip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/gossip.h -------------------------------------------------------------------------------- /lib/include/graphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/graphics.h -------------------------------------------------------------------------------- /lib/include/jump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/jump.h -------------------------------------------------------------------------------- /lib/include/magic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/magic.h -------------------------------------------------------------------------------- /lib/include/marriage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/marriage.h -------------------------------------------------------------------------------- /lib/include/materials.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/materials.h -------------------------------------------------------------------------------- /lib/include/meal_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/meal_types.h -------------------------------------------------------------------------------- /lib/include/medium.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/medium.h -------------------------------------------------------------------------------- /lib/include/motion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/motion.h -------------------------------------------------------------------------------- /lib/include/position.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/position.h -------------------------------------------------------------------------------- /lib/include/race.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/race.h -------------------------------------------------------------------------------- /lib/include/rounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/rounds.h -------------------------------------------------------------------------------- /lib/include/size_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/size_types.h -------------------------------------------------------------------------------- /lib/include/soul.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/soul.h -------------------------------------------------------------------------------- /lib/include/stargate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/stargate.h -------------------------------------------------------------------------------- /lib/include/talk_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/talk_type.h -------------------------------------------------------------------------------- /lib/include/vision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/include/vision.h -------------------------------------------------------------------------------- /lib/lib/bank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/bank.c -------------------------------------------------------------------------------- /lib/lib/battery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/battery.c -------------------------------------------------------------------------------- /lib/lib/bboard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/bboard.c -------------------------------------------------------------------------------- /lib/lib/blank.c: -------------------------------------------------------------------------------- 1 | //This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/lib/blank_pile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/blank_pile.c -------------------------------------------------------------------------------- /lib/lib/body.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/body.c -------------------------------------------------------------------------------- /lib/lib/bonus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/bonus.c -------------------------------------------------------------------------------- /lib/lib/bot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/bot.c -------------------------------------------------------------------------------- /lib/lib/burn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/burn.c -------------------------------------------------------------------------------- /lib/lib/cedit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/cedit.c -------------------------------------------------------------------------------- /lib/lib/cgi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/cgi.c -------------------------------------------------------------------------------- /lib/lib/chamber.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/chamber.c -------------------------------------------------------------------------------- /lib/lib/chapel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/chapel.c -------------------------------------------------------------------------------- /lib/lib/chario.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/chario.c -------------------------------------------------------------------------------- /lib/lib/chat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/chat.c -------------------------------------------------------------------------------- /lib/lib/cigar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/cigar.c -------------------------------------------------------------------------------- /lib/lib/clan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/clan.c -------------------------------------------------------------------------------- /lib/lib/classes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/classes.c -------------------------------------------------------------------------------- /lib/lib/clay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/clay.c -------------------------------------------------------------------------------- /lib/lib/clerk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/clerk.c -------------------------------------------------------------------------------- /lib/lib/clip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/clip.c -------------------------------------------------------------------------------- /lib/lib/combat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/combat.c -------------------------------------------------------------------------------- /lib/lib/combatmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/combatmsg.c -------------------------------------------------------------------------------- /lib/lib/command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/command.c -------------------------------------------------------------------------------- /lib/lib/comp/holder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/comp/holder.c -------------------------------------------------------------------------------- /lib/lib/comp/object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/comp/object.c -------------------------------------------------------------------------------- /lib/lib/comp/seal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/comp/seal.c -------------------------------------------------------------------------------- /lib/lib/comp/weapon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/comp/weapon.c -------------------------------------------------------------------------------- /lib/lib/creator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/creator.c -------------------------------------------------------------------------------- /lib/lib/currency.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/currency.c -------------------------------------------------------------------------------- /lib/lib/cylinder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/cylinder.c -------------------------------------------------------------------------------- /lib/lib/detect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/detect.c -------------------------------------------------------------------------------- /lib/lib/die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/die.c -------------------------------------------------------------------------------- /lib/lib/domesticate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/domesticate.c -------------------------------------------------------------------------------- /lib/lib/donate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/donate.c -------------------------------------------------------------------------------- /lib/lib/door.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/door.c -------------------------------------------------------------------------------- /lib/lib/editor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/editor.c -------------------------------------------------------------------------------- /lib/lib/elevator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/elevator.c -------------------------------------------------------------------------------- /lib/lib/enter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/enter.c -------------------------------------------------------------------------------- /lib/lib/events/aim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/aim.c -------------------------------------------------------------------------------- /lib/lib/events/bait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/bait.c -------------------------------------------------------------------------------- /lib/lib/events/bury.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/bury.c -------------------------------------------------------------------------------- /lib/lib/events/buy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/buy.c -------------------------------------------------------------------------------- /lib/lib/events/dig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/dig.c -------------------------------------------------------------------------------- /lib/lib/events/drop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/drop.c -------------------------------------------------------------------------------- /lib/lib/events/fall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/fall.c -------------------------------------------------------------------------------- /lib/lib/events/fly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/fly.c -------------------------------------------------------------------------------- /lib/lib/events/get.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/get.c -------------------------------------------------------------------------------- /lib/lib/events/give.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/give.c -------------------------------------------------------------------------------- /lib/lib/events/jump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/jump.c -------------------------------------------------------------------------------- /lib/lib/events/lie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/lie.c -------------------------------------------------------------------------------- /lib/lib/events/load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/load.c -------------------------------------------------------------------------------- /lib/lib/events/lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/lock.c -------------------------------------------------------------------------------- /lib/lib/events/look.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/look.c -------------------------------------------------------------------------------- /lib/lib/events/pull.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/pull.c -------------------------------------------------------------------------------- /lib/lib/events/put.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/put.c -------------------------------------------------------------------------------- /lib/lib/events/read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/read.c -------------------------------------------------------------------------------- /lib/lib/events/rock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/rock.c -------------------------------------------------------------------------------- /lib/lib/events/roll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/roll.c -------------------------------------------------------------------------------- /lib/lib/events/sell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/sell.c -------------------------------------------------------------------------------- /lib/lib/events/show.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/show.c -------------------------------------------------------------------------------- /lib/lib/events/sink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/sink.c -------------------------------------------------------------------------------- /lib/lib/events/sit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/sit.c -------------------------------------------------------------------------------- /lib/lib/events/stop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/stop.c -------------------------------------------------------------------------------- /lib/lib/events/swim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/swim.c -------------------------------------------------------------------------------- /lib/lib/events/turn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/turn.c -------------------------------------------------------------------------------- /lib/lib/events/wear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/events/wear.c -------------------------------------------------------------------------------- /lib/lib/exits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/exits.c -------------------------------------------------------------------------------- /lib/lib/files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/files.c -------------------------------------------------------------------------------- /lib/lib/firearm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/firearm.c -------------------------------------------------------------------------------- /lib/lib/fish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/fish.c -------------------------------------------------------------------------------- /lib/lib/fishing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/fishing.c -------------------------------------------------------------------------------- /lib/lib/flashlight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/flashlight.c -------------------------------------------------------------------------------- /lib/lib/flask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/flask.c -------------------------------------------------------------------------------- /lib/lib/flow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/flow.c -------------------------------------------------------------------------------- /lib/lib/follow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/follow.c -------------------------------------------------------------------------------- /lib/lib/fuel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/fuel.c -------------------------------------------------------------------------------- /lib/lib/genetics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/genetics.c -------------------------------------------------------------------------------- /lib/lib/guard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/guard.c -------------------------------------------------------------------------------- /lib/lib/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/help.c -------------------------------------------------------------------------------- /lib/lib/history.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/history.c -------------------------------------------------------------------------------- /lib/lib/include/get.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/include/get.h -------------------------------------------------------------------------------- /lib/lib/include/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/include/key.h -------------------------------------------------------------------------------- /lib/lib/include/npc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/include/npc.h -------------------------------------------------------------------------------- /lib/lib/include/put.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/include/put.h -------------------------------------------------------------------------------- /lib/lib/interactive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/interactive.c -------------------------------------------------------------------------------- /lib/lib/interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/interface.c -------------------------------------------------------------------------------- /lib/lib/lamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/lamp.c -------------------------------------------------------------------------------- /lib/lib/language.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/language.c -------------------------------------------------------------------------------- /lib/lib/lead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/lead.c -------------------------------------------------------------------------------- /lib/lib/leader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/leader.c -------------------------------------------------------------------------------- /lib/lib/learn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/learn.c -------------------------------------------------------------------------------- /lib/lib/light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/light.c -------------------------------------------------------------------------------- /lib/lib/living.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/living.c -------------------------------------------------------------------------------- /lib/lib/lvs/level.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/lvs/level.c -------------------------------------------------------------------------------- /lib/lib/magic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/magic.c -------------------------------------------------------------------------------- /lib/lib/manycoins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/manycoins.c -------------------------------------------------------------------------------- /lib/lib/match.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/match.c -------------------------------------------------------------------------------- /lib/lib/mayor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/mayor.c -------------------------------------------------------------------------------- /lib/lib/meal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/meal.c -------------------------------------------------------------------------------- /lib/lib/messages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/messages.c -------------------------------------------------------------------------------- /lib/lib/missile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/missile.c -------------------------------------------------------------------------------- /lib/lib/money.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/money.c -------------------------------------------------------------------------------- /lib/lib/mount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/mount.c -------------------------------------------------------------------------------- /lib/lib/nmsh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/nmsh.c -------------------------------------------------------------------------------- /lib/lib/npc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/npc.c -------------------------------------------------------------------------------- /lib/lib/pager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/pager.c -------------------------------------------------------------------------------- /lib/lib/persist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/persist.c -------------------------------------------------------------------------------- /lib/lib/pile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/pile.c -------------------------------------------------------------------------------- /lib/lib/pipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/pipe.c -------------------------------------------------------------------------------- /lib/lib/pistol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/pistol.c -------------------------------------------------------------------------------- /lib/lib/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/player.c -------------------------------------------------------------------------------- /lib/lib/poison.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/poison.c -------------------------------------------------------------------------------- /lib/lib/pole.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/pole.c -------------------------------------------------------------------------------- /lib/lib/post_office.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/post_office.c -------------------------------------------------------------------------------- /lib/lib/potion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/potion.c -------------------------------------------------------------------------------- /lib/lib/props/carry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/carry.c -------------------------------------------------------------------------------- /lib/lib/props/clean.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/clean.c -------------------------------------------------------------------------------- /lib/lib/props/equip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/equip.c -------------------------------------------------------------------------------- /lib/lib/props/id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/id.c -------------------------------------------------------------------------------- /lib/lib/props/mass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/mass.c -------------------------------------------------------------------------------- /lib/lib/props/move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/move.c -------------------------------------------------------------------------------- /lib/lib/props/save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/save.c -------------------------------------------------------------------------------- /lib/lib/props/value.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/props/value.c -------------------------------------------------------------------------------- /lib/lib/quest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/quest.c -------------------------------------------------------------------------------- /lib/lib/race.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/race.c -------------------------------------------------------------------------------- /lib/lib/rifle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/rifle.c -------------------------------------------------------------------------------- /lib/lib/round.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/round.c -------------------------------------------------------------------------------- /lib/lib/sentient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/sentient.c -------------------------------------------------------------------------------- /lib/lib/shadow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/shadow.c -------------------------------------------------------------------------------- /lib/lib/shadow_hook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/shadow_hook.c -------------------------------------------------------------------------------- /lib/lib/shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/shell.c -------------------------------------------------------------------------------- /lib/lib/shop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/shop.c -------------------------------------------------------------------------------- /lib/lib/spell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/spell.c -------------------------------------------------------------------------------- /lib/lib/stargate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/stargate.c -------------------------------------------------------------------------------- /lib/lib/std/armor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/armor.c -------------------------------------------------------------------------------- /lib/lib/std/bane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/bane.c -------------------------------------------------------------------------------- /lib/lib/std/barkeep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/barkeep.c -------------------------------------------------------------------------------- /lib/lib/std/bed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/bed.c -------------------------------------------------------------------------------- /lib/lib/std/book.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/book.c -------------------------------------------------------------------------------- /lib/lib/std/chair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/chair.c -------------------------------------------------------------------------------- /lib/lib/std/corpse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/corpse.c -------------------------------------------------------------------------------- /lib/lib/std/daemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/daemon.c -------------------------------------------------------------------------------- /lib/lib/std/dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/dummy.c -------------------------------------------------------------------------------- /lib/lib/std/furnace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/furnace.c -------------------------------------------------------------------------------- /lib/lib/std/germ.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/germ.c -------------------------------------------------------------------------------- /lib/lib/std/item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/item.c -------------------------------------------------------------------------------- /lib/lib/std/limb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/limb.c -------------------------------------------------------------------------------- /lib/lib/std/room.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/room.c -------------------------------------------------------------------------------- /lib/lib/std/storage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/storage.c -------------------------------------------------------------------------------- /lib/lib/std/story.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/story.c -------------------------------------------------------------------------------- /lib/lib/std/table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/table.c -------------------------------------------------------------------------------- /lib/lib/std/vendor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/vendor.c -------------------------------------------------------------------------------- /lib/lib/std/wound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/std/wound.c -------------------------------------------------------------------------------- /lib/lib/steal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/steal.c -------------------------------------------------------------------------------- /lib/lib/talk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/talk.c -------------------------------------------------------------------------------- /lib/lib/teach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/teach.c -------------------------------------------------------------------------------- /lib/lib/teacher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/teacher.c -------------------------------------------------------------------------------- /lib/lib/teller.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/teller.c -------------------------------------------------------------------------------- /lib/lib/torch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/torch.c -------------------------------------------------------------------------------- /lib/lib/trainer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/trainer.c -------------------------------------------------------------------------------- /lib/lib/trap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/trap.c -------------------------------------------------------------------------------- /lib/lib/undead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/undead.c -------------------------------------------------------------------------------- /lib/lib/used_meal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/used_meal.c -------------------------------------------------------------------------------- /lib/lib/vehicle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/lib/vehicle.c -------------------------------------------------------------------------------- /lib/log/adm/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/archive/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/author_stats: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/log/chan/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/domain_stats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/log/domain_stats -------------------------------------------------------------------------------- /lib/log/errors/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/imc2_server/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/log/law/adm/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/law/email/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/law/names/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/law/sites-misc/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/law/sites-register/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/law/sites-tempban/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/law/sites-watch/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/open/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/reports/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/router/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/secure/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/log/watch/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/news/admin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/admin -------------------------------------------------------------------------------- /lib/news/avatar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/avatar -------------------------------------------------------------------------------- /lib/news/creator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/creator -------------------------------------------------------------------------------- /lib/news/deadsouls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/deadsouls -------------------------------------------------------------------------------- /lib/news/fighter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/fighter -------------------------------------------------------------------------------- /lib/news/ftpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/ftpd -------------------------------------------------------------------------------- /lib/news/general: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/general -------------------------------------------------------------------------------- /lib/news/hints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/hints.txt -------------------------------------------------------------------------------- /lib/news/hm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/hm -------------------------------------------------------------------------------- /lib/news/locked: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/locked -------------------------------------------------------------------------------- /lib/news/moved: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/moved -------------------------------------------------------------------------------- /lib/news/newbie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/newbie -------------------------------------------------------------------------------- /lib/news/priest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/priest -------------------------------------------------------------------------------- /lib/news/register: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/register -------------------------------------------------------------------------------- /lib/news/welcome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/news/welcome -------------------------------------------------------------------------------- /lib/obj/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/README -------------------------------------------------------------------------------- /lib/obj/area_room.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/area_room.c -------------------------------------------------------------------------------- /lib/obj/armor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/armor.c -------------------------------------------------------------------------------- /lib/obj/barkeep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/barkeep.c -------------------------------------------------------------------------------- /lib/obj/bed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/bed.c -------------------------------------------------------------------------------- /lib/obj/book.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/book.c -------------------------------------------------------------------------------- /lib/obj/burning_orb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/burning_orb.c -------------------------------------------------------------------------------- /lib/obj/chair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/chair.c -------------------------------------------------------------------------------- /lib/obj/container.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/container.c -------------------------------------------------------------------------------- /lib/obj/deed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/deed.c -------------------------------------------------------------------------------- /lib/obj/door.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/door.c -------------------------------------------------------------------------------- /lib/obj/drink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/drink.c -------------------------------------------------------------------------------- /lib/obj/friend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/friend.c -------------------------------------------------------------------------------- /lib/obj/light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/light.c -------------------------------------------------------------------------------- /lib/obj/meal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/meal.c -------------------------------------------------------------------------------- /lib/obj/npc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/npc.c -------------------------------------------------------------------------------- /lib/obj/order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/order.c -------------------------------------------------------------------------------- /lib/obj/portal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/portal.c -------------------------------------------------------------------------------- /lib/obj/quest_ob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/quest_ob.c -------------------------------------------------------------------------------- /lib/obj/room.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/room.c -------------------------------------------------------------------------------- /lib/obj/shield.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/shield.c -------------------------------------------------------------------------------- /lib/obj/stargate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/stargate.c -------------------------------------------------------------------------------- /lib/obj/sword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/sword.c -------------------------------------------------------------------------------- /lib/obj/table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/table.c -------------------------------------------------------------------------------- /lib/obj/thing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/thing.c -------------------------------------------------------------------------------- /lib/obj/trainer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/trainer.c -------------------------------------------------------------------------------- /lib/obj/vendor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/vendor.c -------------------------------------------------------------------------------- /lib/obj/weapon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/weapon.c -------------------------------------------------------------------------------- /lib/obj/wed_ring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/wed_ring.c -------------------------------------------------------------------------------- /lib/obj/whip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/obj/whip.c -------------------------------------------------------------------------------- /lib/open/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/powers/feats/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/powers/psionics/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/powers/trades/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/realms/template/area/doors/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/realms/template/area/etc/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/realms/template/area/meals/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/realms/template/log/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/realms/template/profile: -------------------------------------------------------------------------------- 1 | people 2 | uptime 3 | boards 4 | -------------------------------------------------------------------------------- /lib/realms/template/tmp/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/save/banish.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/banish.o -------------------------------------------------------------------------------- /lib/save/books.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/books.o -------------------------------------------------------------------------------- /lib/save/classes.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/classes.o -------------------------------------------------------------------------------- /lib/save/economy.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/economy.o -------------------------------------------------------------------------------- /lib/save/events.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/events.o -------------------------------------------------------------------------------- /lib/save/kills/o/one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/kills/o/one -------------------------------------------------------------------------------- /lib/save/map.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/map.o -------------------------------------------------------------------------------- /lib/save/notify.o: -------------------------------------------------------------------------------- 1 | #/daemon/notify.c 2 | Notes ({}) 3 | -------------------------------------------------------------------------------- /lib/save/portal.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/portal.o -------------------------------------------------------------------------------- /lib/save/races.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/races.o -------------------------------------------------------------------------------- /lib/save/rooms.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/rooms.o -------------------------------------------------------------------------------- /lib/save/services.o: -------------------------------------------------------------------------------- 1 | #/daemon/services.c 2 | -------------------------------------------------------------------------------- /lib/save/soul.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/soul.o -------------------------------------------------------------------------------- /lib/save/stargate.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/save/stargate.o -------------------------------------------------------------------------------- /lib/secure/cfg/ip_blacklist.cfg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /lib/secure/cfg/ip_unrestrict.cfg: -------------------------------------------------------------------------------- 1 | 127.0.0.1 2 | -------------------------------------------------------------------------------- /lib/secure/cmds/common/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/cmds/hm/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/include/files.h: -------------------------------------------------------------------------------- 1 | #define FILE_FAQ "/news/faq" 2 | -------------------------------------------------------------------------------- /lib/secure/include/mudlib.h: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /lib/secure/lib/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/secure/lib/file.c -------------------------------------------------------------------------------- /lib/secure/log/adm/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/secure/log/bak/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/secure/log/intermud/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/secure/log/network/foo.txt: -------------------------------------------------------------------------------- 1 | This file intentionally left blank. 2 | -------------------------------------------------------------------------------- /lib/secure/obj/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/secure/obj/key.c -------------------------------------------------------------------------------- /lib/secure/obj/memo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/secure/obj/memo.c -------------------------------------------------------------------------------- /lib/secure/obj/mojo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/secure/obj/mojo.c -------------------------------------------------------------------------------- /lib/secure/obj/post.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/secure/obj/post.c -------------------------------------------------------------------------------- /lib/secure/obj/tc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/secure/obj/tc.c -------------------------------------------------------------------------------- /lib/secure/save/binaries/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/save/creators/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/save/decre/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/save/letters/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/save/postal/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/save/rid/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/save/suicide/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/save/votes/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/secure/scripts/native_version.proto: -------------------------------------------------------------------------------- 1 | string native_version() { return "UNKNOWN"; } 2 | -------------------------------------------------------------------------------- /lib/secure/sefun/native_version.c: -------------------------------------------------------------------------------- 1 | string native_version() { return "3.8.2"; } 2 | -------------------------------------------------------------------------------- /lib/secure/upgrades/txt/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/shadows/arbiter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/arbiter.c -------------------------------------------------------------------------------- /lib/shadows/bear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/bear.c -------------------------------------------------------------------------------- /lib/shadows/diag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/diag.c -------------------------------------------------------------------------------- /lib/shadows/drone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/drone.c -------------------------------------------------------------------------------- /lib/shadows/pscout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/pscout.c -------------------------------------------------------------------------------- /lib/shadows/ring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/ring.c -------------------------------------------------------------------------------- /lib/shadows/scout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/scout.c -------------------------------------------------------------------------------- /lib/shadows/zombie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/shadows/zombie.c -------------------------------------------------------------------------------- /lib/std/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/README -------------------------------------------------------------------------------- /lib/std/death.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/death.c -------------------------------------------------------------------------------- /lib/std/estate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/estate.c -------------------------------------------------------------------------------- /lib/std/freezer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/freezer.c -------------------------------------------------------------------------------- /lib/std/furnace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/furnace.c -------------------------------------------------------------------------------- /lib/std/lib/pile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/lib/pile.c -------------------------------------------------------------------------------- /lib/std/monster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/monster.c -------------------------------------------------------------------------------- /lib/std/pod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/pod.c -------------------------------------------------------------------------------- /lib/std/prop_logic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/prop_logic.c -------------------------------------------------------------------------------- /lib/std/quest_ob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/quest_ob.c -------------------------------------------------------------------------------- /lib/std/room.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/room.c -------------------------------------------------------------------------------- /lib/std/server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/server.txt -------------------------------------------------------------------------------- /lib/std/void.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/void.c -------------------------------------------------------------------------------- /lib/std/wiz_hall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/std/wiz_hall.c -------------------------------------------------------------------------------- /lib/tmp/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/verbs/items/buy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/items/buy.c -------------------------------------------------------------------------------- /lib/verbs/items/dig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/items/dig.c -------------------------------------------------------------------------------- /lib/verbs/items/eat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/items/eat.c -------------------------------------------------------------------------------- /lib/verbs/items/get.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/items/get.c -------------------------------------------------------------------------------- /lib/verbs/items/put.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/items/put.c -------------------------------------------------------------------------------- /lib/verbs/items/use.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/items/use.c -------------------------------------------------------------------------------- /lib/verbs/rooms/fly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/rooms/fly.c -------------------------------------------------------------------------------- /lib/verbs/rooms/go.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/verbs/rooms/go.c -------------------------------------------------------------------------------- /lib/verbs/spells/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/verbs/undead/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/www/articles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/articles.html -------------------------------------------------------------------------------- /lib/www/barrel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/barrel.html -------------------------------------------------------------------------------- /lib/www/cgi/connect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/connect.c -------------------------------------------------------------------------------- /lib/www/cgi/creweb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/creweb.c -------------------------------------------------------------------------------- /lib/www/cgi/edit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/edit.c -------------------------------------------------------------------------------- /lib/www/cgi/finger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/finger.c -------------------------------------------------------------------------------- /lib/www/cgi/login.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/login.c -------------------------------------------------------------------------------- /lib/www/cgi/logout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/logout.c -------------------------------------------------------------------------------- /lib/www/cgi/new.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/new.c -------------------------------------------------------------------------------- /lib/www/cgi/save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/save.c -------------------------------------------------------------------------------- /lib/www/cgi/showlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/showlog.c -------------------------------------------------------------------------------- /lib/www/cgi/upload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/upload.c -------------------------------------------------------------------------------- /lib/www/cgi/who.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/cgi/who.c -------------------------------------------------------------------------------- /lib/www/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/demo.html -------------------------------------------------------------------------------- /lib/www/doc/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/www/ds-faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/ds-faq.html -------------------------------------------------------------------------------- /lib/www/ds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/ds.html -------------------------------------------------------------------------------- /lib/www/editor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/editor.html -------------------------------------------------------------------------------- /lib/www/errors/badcmd.html: -------------------------------------------------------------------------------- 1 | Bad command. 2 | -------------------------------------------------------------------------------- /lib/www/errors/badgate.html: -------------------------------------------------------------------------------- 1 | Bad gateway. 2 | -------------------------------------------------------------------------------- /lib/www/errors/denied.html: -------------------------------------------------------------------------------- 1 | ErrorAccessDenied 2 | -------------------------------------------------------------------------------- /lib/www/errors/notfound.html: -------------------------------------------------------------------------------- 1 | 404 2 | -------------------------------------------------------------------------------- /lib/www/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/example.html -------------------------------------------------------------------------------- /lib/www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/favicon.ico -------------------------------------------------------------------------------- /lib/www/function.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/function.jpg -------------------------------------------------------------------------------- /lib/www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/index.html -------------------------------------------------------------------------------- /lib/www/logs/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/www/mudlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/mudlist.txt -------------------------------------------------------------------------------- /lib/www/news.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/news.html -------------------------------------------------------------------------------- /lib/www/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/print.css -------------------------------------------------------------------------------- /lib/www/reference.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/reference.jpg -------------------------------------------------------------------------------- /lib/www/router.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/router.html -------------------------------------------------------------------------------- /lib/www/smflogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/smflogo.gif -------------------------------------------------------------------------------- /lib/www/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/style.css -------------------------------------------------------------------------------- /lib/www/value.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/value.jpg -------------------------------------------------------------------------------- /lib/www/verbs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/verbs.html -------------------------------------------------------------------------------- /lib/www/versions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/lib/www/versions.html -------------------------------------------------------------------------------- /runmud.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/runmud.bat -------------------------------------------------------------------------------- /win32/driver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixadhal/deadsouls/HEAD/win32/driver.exe --------------------------------------------------------------------------------