NOOOOO, so Clean Code
NOOOOO, so Clean Code
Probably just implying that well written code (good method and variable names) should describe itself pretty well. If we can go back to using github pulls then commit comments should also help.
Beautifool code:
PHP Code:
int value = 5; // value is 5
This works great, but I play with labels off without key held, and the outlines show up wherever the label last was when they fade out. I checked the properties with key held and not and the Visible and VisibleLocal properties seem to always be false so I can't use that to find out whether to have them show in that render function. Is there something else in the element that just isn't being exposed that we could use?
I just get no "menu" token on left upper part when using hud which compiled from Jaerin's source code. Maybe i forget to change something when building it ?
I've had this happen before. If you did not make any edits to the solution. and are working with just the base SRC. Then check to see if you are compiling for release(x86) and not debug. If its modified it could have something to do with that, but still check to see if you compiled for release and not debug.
Last edited by Treasure_Box; 01-02-2015 at 01:55 PM. Reason: typos
Thank u mate, problem was that, i just building in debug mode.
for some reason my hud is off like an inch or so, map and everything. can someone tell me how to fix this? like to get it lined up properly??
I'm just wondering if anybody else has any problems with the minimap not showing up?
I'm not sure if it's something I've done in my settings or if it's something GGG has done in a patch.
There are two ways:
1)
add new property in ItemsOnGroundLabelElementCode:var itemsOnGroundLabels = GameController.Game.IngameState.IngameUi.ItemsOnGroundLabels.Where(z=>z.IsVisible);
2)Code:public new bool IsVisible { get { return Label.IsVisible; } }
just use
result sameCode:var itemsOnGroundLabels = GameController.Game.IngameState.IngameUi.ItemsOnGroundLabels.Where(z=>z.Label.IsVisible);
---
Forgot to say the licence of snippets is https://tldrlegal.com/license/creati...-1.0-universal (Creative Commons CC0 1.0 Universal (CC-0))
Last edited by doragon; 01-03-2015 at 01:35 AM.
Hello!
Looks like the POEHUD website is down. There is any way to download the program?
cheers