Skip to content

Development Process

Dylan Plecki edited this page Mar 20, 2014 · 25 revisions

This wiki page is for discussion on the development process, including but not limited to:

  • Development schedule/cycle
  • Framework ideas and features
  • Blame for framework components
  • General notes
  • Development bugs and issues

Idea Scratchpad

  • Single-player-only simplified debug console (focus on GUI).
  • Add generic and durable FIFO system.
  • Core-based event system. ["eventName", {code}(, stackableBool)] call core_fnc_newEvent;

Modules

Module development status has moved to the Google Docs spreadsheet.

Notes

  1. Function documentation syntax (any or all components may be omitted):
/*
	Function: my_fnc_name
	Author(s): Name
	Description:
		Type description here.
	Parameters:
		0 - Parameter list [type] (optional?)
	Returns:
		Something [array]
	Syntax:
		[paramListArr] call core_fnc_param;
	Examples:
		[_this] call core_fnc_param;
	Notes:
		1. Type misc. notes here.
*/
Clone this wiki locally