Search found 5 matches

by lanternglow
August 10th, 2017, 11:29 pm
Forum: Coder’s Corner
Topic: Litmus test questions
Replies: 2
Views: 4006

Re: Litmus test questions

It is different by being one point higher on percentage decreases. I have the test case that I was using for checking the calculations. Testing Percentage function -------------------------------------- xp * rate current proposed 27 * 0% = 0 0 27 * 10% = 2 3 27 * 20% = 5 6 27 * 30% = 8 9 27 * 40% = ...
by lanternglow
August 10th, 2017, 4:48 am
Forum: Coder’s Corner
Topic: Litmus test questions
Replies: 2
Views: 4006

Litmus test questions

I am working on handling unit experience changes especially regarding percentage discounts applied because of map settings or intelligent trait. What I have found: percentage changes for max experience are calculated (paraphrasing a bit) via: rate * original_value / 100; which will always truncate d...
by lanternglow
August 8th, 2017, 6:08 am
Forum: Coder’s Corner
Topic: Help popups in not helpful place
Replies: 1
Views: 3628

Help popups in not helpful place

OK. So I just fired up the latest and greatest in order to test some things out. It looks really pretty. I like it. I was creating a simple local multiplayer map. I went to adjust the experience modifier slider and found that the help popup was less than helpful. Not because the text on it was incor...
by lanternglow
August 5th, 2017, 6:09 pm
Forum: Coder’s Corner
Topic: Greetings and salutations
Replies: 5
Views: 5134

Re: Greetings and salutations

OK. Fork it is.

I have dealt with multiple upstream depots with my code at work, so it shouldn't be too terrible to figure out. Pull from the official depot; push to my own.

Now to start digging through code...
by lanternglow
August 5th, 2017, 6:15 am
Forum: Coder’s Corner
Topic: Greetings and salutations
Replies: 5
Views: 5134

Greetings and salutations

Hoping that this is the correct forum section for this... I am wanting to join the community as a developer. I have a 4-year degree in computer science. I currently work as a software developer for a telecom company. Currently using PHP and SQL primarily. My favorite language is Java, so I tend to w...