Search found 7 matches

by AHSauge
08 May 2018, 23:07
Forum: Editor Development
Topic: Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278
Replies: 9
Views: 12064

Re: Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278

Yes, but I see what you mean. No point in doing this now at least.
by AHSauge
07 May 2018, 22:52
Forum: Editor Development
Topic: Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278
Replies: 9
Views: 12064

Re: Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278

So I changed the code a bit. Loading NPDTstruct12 now is just done into a temporary variable and then converted to NPDTstruct52. There reverse is done when saving (creating a temporary NPDTstruct12 to save based on the NPDTstruct52 object). This fixed all the uninitialized variables. However, when u...
by AHSauge
07 May 2018, 12:21
Forum: Editor Development
Topic: Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278
Replies: 9
Views: 12064

Re: Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278

Thank you both. This is very valuable input. I will see about restructuring it a bit.
by AHSauge
06 May 2018, 20:59
Forum: Editor Development
Topic: Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278
Replies: 9
Views: 12064

Trying to understand the NPC, NPDTstruct52 and NPDTstruct12 / Bug #3278

Hi I'm having a look at Bug #3278 , and I'm trying the understand the structure behind NPC. The NPC structure contains NPDTstruct12 and NPDTstruct52, which both contain values for for instance Level and Gold. Some questions Is there a reason these values are duplicated? If yes: Should the Gold value...
by AHSauge
06 May 2018, 16:08
Forum: Join the team
Topic: Application: AHSauge
Replies: 6
Views: 6096

Re: Application: AHSauge

Thanks for all the replies. Unfortunately work kind of kidnapped me since mid-August last year (the downside of being the only go-to-guy left on a product...). I do have some time now, and managed to solve this one: https://bugs.openmw.org/issues/3343 Now I'm just wonder how I can assign bugs to mys...
by AHSauge
06 May 2018, 15:41
Forum: General Development
Topic: Fixing bug #3343
Replies: 3
Views: 2811

Fixing bug #3343

Hi guys!

Fixing bug #3343 isn't particularly difficult. It seems like CSVTools::ReportTable is just missing mProxyModel->setSortCaseSensitivity(Qt::CaseInsensitive);
My only question so far is how do I assign this bug (or any other bug for that matter) to me?
by AHSauge
03 Aug 2017, 21:46
Forum: Join the team
Topic: Application: AHSauge
Replies: 6
Views: 6096

Application: AHSauge

Hi guys! I was quite pleasantly surprised to hear about this project on Phoronix.com the other day. I am a long time Linux user and I strongly prefer to run native games, rather than through wine. I have enjoyed many, many hours of Morrowind in the past, and I'd definitely like to try to contribute....