Search found 523 matches

by pvdk
06 Sep 2011, 14:25
Forum: General Development
Topic: OpenMW Launcher
Replies: 77
Views: 35825

Re: OpenMW Launcher

In the mean time, I would like your opinion on this: Tooltip with extra information: http://oi53.tinypic.com/wik47t.jpg Granted, the tooltip looks quite big, bit it's not intrusive in my opinion. It blocks most of the files now because I wanted it to fit inside the window for the screenshot. Missing...
by pvdk
06 Sep 2011, 13:35
Forum: Off Topic
Topic: Wht I'm up to.
Replies: 6
Views: 4473

Re: Wht I'm up to.

Nice, but consider learning Qt. Then we can actually use your code for OpenMW's editor.
by pvdk
06 Sep 2011, 13:03
Forum: General Development
Topic: OpenMW Launcher
Replies: 77
Views: 35825

Re: OpenMW Launcher

Indeed. It seems that QFile does not create the file if it is opened with QIODevice::ReadOnly, which makes sense. I should open the config once, directly in ReadWrite mode. Actually makes the code shorter then. It does continue to run when writing fails. I chose that solution so you can fix the perm...
by pvdk
06 Sep 2011, 02:54
Forum: General Development
Topic: OpenMW Launcher
Replies: 77
Views: 35825

Re: OpenMW Launcher

Done! I hope the code makes sense, I'm going to bed now :)
by pvdk
06 Sep 2011, 00:22
Forum: General Development
Topic: OpenMW Launcher
Replies: 77
Views: 35825

Re: OpenMW Launcher

Ok, it's all clear now. Will start coding tomorrow. In the meantime: can someone on Windows confirm the Ogre changes in my branch work?

About Igro's fixes: for 0.11 these won't be included then. Too bad :(
by pvdk
05 Sep 2011, 18:03
Forum: General Development
Topic: OpenMW Launcher
Replies: 77
Views: 35825

Re: OpenMW Launcher

Does this merge with the changes I made recently? Specifically this commit?

It looks like it does but please send me a pull request or tell me how to pull your changes.
by pvdk
05 Sep 2011, 17:24
Forum: General Development
Topic: OpenMW Launcher
Replies: 77
Views: 35825

Re: OpenMW Launcher

Right, I get it.

Two questions:
1.What about Ogre.cfg? It seems it only gets read from the user directory. Maybe also global but on Linux the file is not writeable and on Windows user and global were the same?

2. What about the local openmw.cfg? Only read/merge, never write?
by pvdk
05 Sep 2011, 15:58
Forum: General Development
Topic: OpenMW Launcher
Replies: 77
Views: 35825

OpenMW Launcher

Hey,

As I posted in this thread: I fixed the Ogre.cfg bug.
Now I want to move on to the openmw.cfg but I have a hard time remembering what needs to be fixed, sorry :)

Zini, can you please recap the current issue with the launcher?

Regards,
pvdk.
by pvdk
02 Sep 2011, 23:11
Forum: General Development
Topic: NPC Animation
Replies: 30
Views: 16958

Re: NPC Animation

Nice! Make sure to make lots of movies of your progress, I love those vids!
by pvdk
01 Sep 2011, 04:57
Forum: General Development
Topic: git master branch fails
Replies: 8
Views: 5499

Re: git master branch fails

Ok, I modified how the launcher writes the settings, but before we can close this bug I need someone to test it on Windows to make sure Direct3D works too. It works on Linux, at least over here :)

EDIT: You can find the changes in my branch over at GitHub.