Project

General

Profile

« Previous | Next » 

Revision 68a9e9dc

Added by danij almost 12 years ago

Refactor|de::Game: Replaced game resource iteration

Previously public access to the resources of a de::Game used a
less than ideal iteration mechanic based around a null terminated
array of pointers.

Internally de::Game now uses a QMultiMap to contain the resources
and the public resources() method now returns a const reference
to said container.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences