ModPlug Central

OpenMPT Development (Archive) => Feature Requests => Topic started by: ant1 on November 20, 2009, 02:16:53

Title: More colour options.
Post by: ant1 on November 20, 2009, 02:16:53
Sample drawing, MilkyTracker-style, would be a huge improvement, in my opinion.

Also, in View->Setup->Colors, colours can be changed for the pattern editor, and a few other things, but there's still a lot which is a fixed colour (mostly grey). It'd be great to be able to change that, too.

I know you guys work really hard on this anyway, so if you can't find the time for this, or it isn't possible, then no worries.

On that note, I'll offer my help, if you want it - I know C++. :D

Keep up the good work!
Title: More colour options.
Post by: Saga Musix on November 20, 2009, 06:20:20
:shock: Sample drawing is already possible. look here (http://forum.openmpt.org/index.php?topic=3432.0)...

I also don't really know what you want to paint in different colours, the upper part of each tab consists of Windows standard controls which can't really be painted. (well it IS possible, but it's a pain in the ass).

On the other hand, new developers are always welcome, so if you have Visual Studio, you're more than welcome. :)

BTW: Don't I know you from ModArchive already? :D
Title: More colour options.
Post by: ant1 on November 20, 2009, 15:26:25
Yeah, I'm from ModArchive too. Hey!

Thanks for that link for the sample drawing, I didn't know about that. Great!

I'm using MinGW at the moment, but if the free version of Visual C++ is fine, I can install that too. Thanks again for the best tracker ever! :)
Title: More colour options.
Post by: Saga Musix on November 20, 2009, 17:45:27
I'm afraid that it's currently not possible to compile OpenMPT with VStudio Express, due to the MFC library being used. A long term goal would be to replace that by something more modern and platform independent, like for example Qt (the only dev who currently has an opinion about which framework should be used is Xaimus, I think, and he voted for that). So if you have experience with that, that would be awesome! :D
Title: More colour options.
Post by: ant1 on November 20, 2009, 18:54:48
Well, I have the latest Windows SDK, so I should have whichever libraries are required anyway, right?

Moving across to Qt, GTK or something similar seems like a cool idea, but probably a huge amount of work. I don't have any experience with it either, sorry! :(
Title: More colour options.
Post by: Saga Musix on November 20, 2009, 19:12:19
The Windows SDK does not include the MFC library, I think. :\
Title: More colour options.
Post by: ant1 on November 20, 2009, 19:56:35
Oh, right!  Looks like I won't be getting involved any time soon, then. Ah well!

It'd be great if you could move it across to a framework like Qt. Even cooler if you could make it cross-platform! I always feel a bit sorry for those Mac users, haha. :)
Title: More colour options.
Post by: Relabsoluness on November 20, 2009, 20:41:39
There's also a VS pro trial version available.