Ticket #902 (closed task: invalid)

Opened 10 months ago

Last modified 9 months ago

rename coreloop thread functions to _core*

Reported by: ArcRiley Owned by: ArcRiley
Priority: High Milestone: beta3
Component: unknown Version: Trunk
Keywords: Cc:

Description

The internal API is a bit confusing to new developers, specifically which functions belong to which thread.

To clear this up, lets rename all the functions belonging to the coreloop thread to _core*, such as:

_coreRender _coreCreate _coreSetProperties _coreEventKeyDown

This should be done as part of other tasks as code is written or moved.

Change History

Changed 10 months ago by ArcRiley

  • owner ArcRiley deleted

Changed 10 months ago by ArcRiley

  • owner set to ArcRiley
  • status changed from new to assigned

[830] changed all _render to _coreRender

Changed 10 months ago by ArcRiley

most of the Body functions have been renamed, as well as the various texture/material _bind and _unbind

Changed 9 months ago by ArcRiley

  • status changed from assigned to closed
  • resolution set to invalid

The API changes being made right now obsolete this ticket.

Note: See TracTickets for help on using tickets.