[Blocks&ItemsCounter] Add MP4 & Turbo support #2

Open
opened 2021-09-05 00:07:52 +02:00 by beu · 2 comments
Owner
No description provided.
Author
Owner

done for MP4 in 2724f54ce8

done for MP4 in 2724f54ce8
Author
Owner

Turbo logs:

(64, 1) : INFO : Compiling void RefreshBlocks()
(72, 29) :  ERR : Identifier 'CGameEditorPluginMapMapType' is not a data type
(115, 1) : INFO : Compiling void RefreshItems()
(116, 21) :  ERR : 'RootMap' is not a member of 'CGameCtnApp'
(118, 6) :  ERR : No matching symbol 'map'
(120, 16) :  ERR : No matching symbol 'map'
(121, 22) :  ERR : No matching symbol 'items'
(123, 22) :  ERR : No matching symbol 'items'
(128, 42) :  ERR : No matching symbol 'items'
(130, 20) :  ERR : No matching symbol 'items'
(131, 46) :  ERR : No matching symbol 'items'
(182, 1) : INFO : Compiling bool FocusCam(string)
(185, 21) :  ERR : 'RootMap' is not a member of 'CGameCtnApp'
(193, 24) : WARN : Signed/Unsigned mismatch
(197, 9) :  ERR : 'm_TargetedPosition' is not a member of 'CGameControlCameraEditorOrbital'
(206, 1) : INFO : Compiling void GenerateRow(Objects@)
(212, 60) :  ERR : Identifier 'CGameEditorPluginMapMapType' is not a data type
(251, 1) : INFO : Compiling void Render()
(329, 22) : WARN : Signed/Unsigned mismatch
(333, 22) : WARN : Signed/Unsigned mismatch
Turbo logs: ``` (64, 1) : INFO : Compiling void RefreshBlocks() (72, 29) : ERR : Identifier 'CGameEditorPluginMapMapType' is not a data type (115, 1) : INFO : Compiling void RefreshItems() (116, 21) : ERR : 'RootMap' is not a member of 'CGameCtnApp' (118, 6) : ERR : No matching symbol 'map' (120, 16) : ERR : No matching symbol 'map' (121, 22) : ERR : No matching symbol 'items' (123, 22) : ERR : No matching symbol 'items' (128, 42) : ERR : No matching symbol 'items' (130, 20) : ERR : No matching symbol 'items' (131, 46) : ERR : No matching symbol 'items' (182, 1) : INFO : Compiling bool FocusCam(string) (185, 21) : ERR : 'RootMap' is not a member of 'CGameCtnApp' (193, 24) : WARN : Signed/Unsigned mismatch (197, 9) : ERR : 'm_TargetedPosition' is not a member of 'CGameControlCameraEditorOrbital' (206, 1) : INFO : Compiling void GenerateRow(Objects@) (212, 60) : ERR : Identifier 'CGameEditorPluginMapMapType' is not a data type (251, 1) : INFO : Compiling void Render() (329, 22) : WARN : Signed/Unsigned mismatch (333, 22) : WARN : Signed/Unsigned mismatch ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: beu/Openplanet-Plugins#2
No description provided.