User:Arond

From Muds and Dragons
Jump to: navigation, search

Coder...

Just need to get the page created

Personal TODO/Wishlist

  • Figure out what any of this shit even means anymore...
  • fix account_find and shit(break down into account_find_by_X)
  • add event list structure for an event table
  • check recycle_sockets, might need to disable compression
  • Fix cmd_create - doesn't free mysql results
  • fix socials, they don't always display to the room.
  • rewrite cmd_worldset
  • Figure out what iDir is in objects.c
  • add back in the idle event for disconnecting connections sitting at login screen
  • add booleans for if events are set on specific entities
  • make keepalive configurable
  • fix mysql_escape_string calls to use mysql_escape_real_string
  • Fix mysql in utils.c
  • Fix MCCP
  • Fix cmd_showlog
  • Fix mysql calls in account.c(free stuff)
  • Fix strings in structures
  • Check if in building before calling get_terrain_under_char, possibly add check in the function to return null as w$
  • Check exits and rooms to see if they get detached from lists.
  • Look at communicate, it's ugly
  • Check exit keywords in command interpreter
  • Look at screen width formatting
  • Convert files from dos to UNIX format
  • Fix being able to exit from a building from any room.
  • Remove LINK_TO_LIST AND UNLINK_TO_LIST and use our own linked list code