Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port, reimplementation of ACE hints #1036

Merged
merged 5 commits into from
Feb 9, 2019
Merged

port, reimplementation of ACE hints #1036

merged 5 commits into from
Feb 9, 2019

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Dec 1, 2018

When merged this pull request will:

  • title

Started as a port, but I ended up rewriting pretty much all of it.

@commy2
Copy link
Contributor Author

commy2 commented Dec 1, 2018

"Banana" call CBA_fnc_notify;

"Looooooooooooooooooooooooooooooooooooooooooooooooooooong Banana" call CBA_fnc_notify;

[
    ["D"],
    ["e"],
    ["e"],
    ["p"],
    ["Banana"]
] call CBA_fnc_notify;

["Colored Banana", nil, [.8,.8,0]] call CBA_fnc_notify;

["Huge Banana", 4] call CBA_fnc_notify;

[
    ["Armed Banana"],
    [getText (configFile >> "CfgWeapons" >> currentWeapon player >> "picture"), 3]
] call CBA_fnc_notify;
pics

https://i.imgur.com/kVlwwP5.png
https://i.imgur.com/EJthbdZ.png
https://i.imgur.com/XgzLGIi.png
https://i.imgur.com/tVSCiq4.png
https://i.imgur.com/uo4oNiF.png
https://i.imgur.com/dj7yaqB.png

@commy2
Copy link
Contributor Author

commy2 commented Dec 2, 2018

reset position to default:

{
    profileNamespace setVariable [_x, nil];
} forEach ["igui_cba_ui_notify_x","igui_cba_ui_notify_y","igui_cba_ui_notify_w","igui_cba_ui_notify_h"];

@commy2 commy2 removed the Translation label Dec 2, 2018
@commy2
Copy link
Contributor Author

commy2 commented Dec 2, 2018

  • background transparency from 0.5 to 0.25 (like in ACE)
  • stringtable and German translation
  • decreased minimum width
  • if text is lower than min height of the box, the text is centered
  • updated the pics above

@commy2 commy2 added this to the 3.10 milestone Feb 8, 2019
@commy2 commy2 merged commit 70fbbb5 into master Feb 9, 2019
@commy2 commy2 deleted the port-ace-notifications branch February 9, 2019 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants