Talk:OpenCS Icons: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(Created page with "The dialogue top level records do not properly match what we currently got. From the source: <syntaxhighlight lang="Cpp"> Type_Topics, Type_Topic, Type_Journals, Type_Journa...")
 
No edit summary
Line 19: Line 19:


--[[User:Zini|Zini]] ([[User talk:Zini|talk]]) 14:36, 7 July 2014 (CEST)
--[[User:Zini|Zini]] ([[User talk:Zini|talk]]) 14:36, 7 July 2014 (CEST)
As for the problematic icons you mentioned:
* Add: That is in use in the dialogue subviews, I think (create new record?)
* Filter: Filter records. Currently only in project files, but they will also become regular records in 1.1.
* Imfo: Not in use currently, as far as I am aware.
* Magic Rabit: Not in use currently, as far as I am aware.
* Map: Doesn't seem to be in use currently. Region map maybe?
* Random: Not in use currently, as far as I am aware.
--[[User:Zini|Zini]] ([[User talk:Zini|talk]]) 14:45, 7 July 2014 (CEST)

Revision as of 12:45, 7 July 2014

The dialogue top level records do not properly match what we currently got.

From the source:

Type_Topics,
Type_Topic,
Type_Journals,
Type_Journal,
Type_TopicInfos,
Type_TopicInfo,
Type_JournalInfos,
Type_JournalInfo,

Note that OpenCS flattens most record structures, which makes info records top level records too.

The singular/plural sets represent a single record and the entire table of records of this type respectively. I don't think we currently use this distinction in the icons, but we could at some point (low priority).

--Zini (talk) 14:36, 7 July 2014 (CEST)

As for the problematic icons you mentioned:

  • Add: That is in use in the dialogue subviews, I think (create new record?)
  • Filter: Filter records. Currently only in project files, but they will also become regular records in 1.1.
  • Imfo: Not in use currently, as far as I am aware.
  • Magic Rabit: Not in use currently, as far as I am aware.
  • Map: Doesn't seem to be in use currently. Region map maybe?
  • Random: Not in use currently, as far as I am aware.

--Zini (talk) 14:45, 7 July 2014 (CEST)