Search found 7 matches

by Riverwolf
18 Oct 2013, 16:16
Forum: Editor Development
Topic: #652: GMST Verifier
Replies: 31
Views: 19490

Re: #652: GMST Verifier

Okay, after poking around the tools folder, I'm still confused. I see that the verifier inherits from the operator class, and so I can assume I'm going to need some of those functions. However, I don't know what the stage class is, and I can't figure out what it is since it hasn't been finished yet ...
by Riverwolf
15 Oct 2013, 03:33
Forum: Editor Development
Topic: #652: GMST Verifier
Replies: 31
Views: 19490

Re: #652: GMST Verifier

Yeah, I'm not sure I understood, either. I'm trying to work out exactly what I'm doing by poking around the operator.hpp and stage.hpp files. After a quick google search, I can also assume that this feature is designed to help guard against this? http://www.mwmythicmods.com/argent/tech/gmst.html#Con...
by Riverwolf
14 Oct 2013, 12:35
Forum: Editor Development
Topic: #652: GMST Verifier
Replies: 31
Views: 19490

#652: GMST Verifier

Okay, I know it's been almost a month since I took up this job without any real progress, but I've been swamped by real life issues that prevented me from really sitting down and doing this. I think I can finally do this, now, though. Now, before I really get started, there's a few things I need to ...
by Riverwolf
15 Sep 2013, 23:09
Forum: Join the team
Topic: Application - Riverwolf
Replies: 6
Views: 4011

Re: Application - Riverwolf

Sweet. How do I get that project onto my issue tracker page?
by Riverwolf
15 Sep 2013, 21:52
Forum: Join the team
Topic: Application - Riverwolf
Replies: 6
Views: 4011

Re: Application - Riverwolf

Sounds great! I'll do what I can.

Is there anything I need to be aware of beyond the things in the Developer's Checklist?
by Riverwolf
15 Sep 2013, 20:25
Forum: Join the team
Topic: Application - Riverwolf
Replies: 6
Views: 4011

Application - Riverwolf

Hi! As a huge fan of Morrowind and budding game developer, I wish to offer my abilities to this project! I must point out that I'm still a bit of a beginner when it comes to programming, but I hope to use this project as a learning experience for C++ game development, and I'm willing to learn and am...
by Riverwolf
15 Sep 2013, 20:07
Forum: Support
Topic: Missing dependency?
Replies: 5
Views: 4676

Re: Missing dependency?

I came across this problem, as well, and what I did was install libsdl2-dev from apt-get:

sudo apt-get install libsdl2-dev

That seemed to help me.