Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Developer's Build 1.2
#3
1. Shame about the left/right cursor issue, that'd be useful Sad

2. An example of the empty parameter issue; the following bytes:
Code:
1B 6E 04 00 00 00 00 00 00 2C 02 1D FF FF FF FF 4A 4A 1D FF FF FF FF 1D FF FF FF FF 4A 4A 4A 2C 25 16

Get decompiled as:
Code:
BuildItem(2, -1, -1, -1, 37);
As you can see, the empty parameters (4A) are ignored.

I would expect something similar to:
Code:
BuildItem(2, -1, null, null, -1, -1, null, null, null, 37);

This is the function being called:
Code:
noexport function BuildItem(int iItem, optional int iCashCost, optional int iEleriumCost, optional int iAlloyCost, optional int iTime, optional int iMaxEngineers, optional XComGame.XGGameData.ETechType eTechReq, optional XComGame.XGGameData.EItemType eItemReq, optional XComGame.XGGameData.EFoundryTech eFTech, optional int EImage)

3. The issue with the selected byte changing when scrolling, only seems to happen when clicking the scrollbar arrows (scroll one line) or using the mouse wheel. It doesn't happen when dragging the scroll bar or clicking to scroll up/down a page.

I love the new tooltip feature Smile
Reply


Messages In This Thread
Developer's Build 1.2 - by bokauk - 12-07-2012, 12:14 AM
RE: Developer's Build 1.2 - by eliot - 12-07-2012, 05:24 AM
RE: Developer's Build 1.2 - by bokauk - 12-07-2012, 07:29 AM
RE: Developer's Build 1.2 - by eliot - 12-09-2012, 07:09 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)