Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hitnrun

Pages: [1]
1
Hello,

I don't know if this is the section to post source code changes, if not please move it to the correct place.

I implemented in the "new manufacture" OXCE+ screen a column showing the amount owned of each item, so you don't have to remember what item you need to build, specially ammo.

It is a sum of all bases, including in-craft.

Attached is a screenshot of it.

Here is the source code:
https://github.com/RangelReale/OpenXcom/commits/oxce3.5-plus-proto-manufcount

See if you like it, I can make a PR if so.


2
Programming / Re: Graphs screen hotkeys
« on: February 16, 2018, 03:28:37 pm »
Since I was a kid I always hated to keep clicking these buttons all the time on this game!

I made a change now to filter based on a percentage of the total, instead of a fixed value, seems to be better.
Also added F3 to clear all buttons.

I have to try your OXCE+ version also.

3
Programming / Re: Graphs screen hotkeys
« on: February 16, 2018, 02:09:36 pm »
I did a larger play yesterday, and really 7 is a too loose value, dodn't really work out later.

Does someone have any suggestion on this? Show the top 3, or some calculation I can make with the values?

I think I used the graphs screen much more using these hotkeys, clicking one by one was always a chore.

4
Programming / Re: Graphs screen hotkeys
« on: February 15, 2018, 05:47:08 pm »
why 7?

It was the value I observed that was small enough for less important areas, by playing some games.
It was really some small amount of trial and error.

5
Programming / Graphs screen hotkeys
« on: February 15, 2018, 02:14:13 pm »
Hello,

I always got tired of clicking all buttons on the Graphs screen to see which region/country have more alien activity, so I created 2 hotkeys on this screen:

F1: enable all that have activity >= 1
F2: enable all that have activity >= 7

As it is my first PR, see if this is acceptable.
https://github.com/SupSuper/OpenXcom/pull/1173

Pages: [1]