Ticket #65 (assigned task)

Opened 2 years ago

Last modified 1 year ago

Split up source files more, make names meaningful

Reported by: takkaria Assigned to: takkaria (accepted)
Milestone: 3.2.0 Version:
Keywords: 1st Cc:

Description (Last modified by takkaria)

For starters:

  • macro+keymap stuff -> cmd0.c -> cmds.c
  • mon-info (monster recall; i.e. monster1.c)
  • obj-info (object recall; obj-info at present)
  • scores (highscore handling)

Generally:

  • split things out of defines.h/externs.h where appropriate

Attachments

Change History

03/29/07 14:06:41 changed by takkaria

  • milestone changed from Future to 3.1.0.

04/23/07 19:57:25 changed by takkaria

  • type changed from feature to task.
  • description changed.
  • summary changed from Make the filenames in src/ more meaningful to Split up source files more, make names meaningful.

04/28/07 17:26:27 changed by takkaria

  • owner changed.
  • component changed from Build to Maintenance.
  • description changed.
  • milestone changed from 3.1.0 to 3.0.9.

05/10/07 09:21:51 changed by andrewdoull

Consider adopting the NPPAngband / Sangband renaming of the cmdn.c files into more meaningful cmdword.c style names. e.g. cmd1.c becomes cmdattk.c.

06/01/07 15:34:11 changed by takkaria

  • description changed.

06/03/07 13:04:54 changed by takkaria

  • keywords set to 1st.

08/07/07 19:18:53 changed by takkaria

  • description changed.

Done in [463] and [464]:

  • options defines from defines.h into options.h
  • options tables from tables.c into options.c

Done in [455]:

  • z-quark (quark package)

08/07/07 19:24:06 changed by takkaria

  • description changed.

08/07/07 19:45:04 changed by takkaria

  • description changed.

[465]:

  • running code (from cmd1.c) into pathfind.c

08/07/07 19:57:31 changed by takkaria

  • description changed.

08/07/07 20:04:06 changed by takkaria

  • description changed.

[466]:

  • trap triggering, selection, placement -> trap.c

08/07/07 20:13:08 changed by takkaria

  • owner set to takkaria.
  • status changed from new to assigned.

08/09/07 13:43:28 changed by takkaria

  • description changed.

[479]:

  • z-msg (message stuff)

Add/Change #65 (Split up source files more, make names meaningful)