Search found 207 matches

by wheybags
07 Jun 2018, 13:02
Forum: General Development
Topic: Windows Pre-build Script Documentation Updated
Replies: 41
Views: 18985

Re: Microsoft Buys Github for $7.5 Billion

Also, maybe moving all these windows dev posts to a new thread makes sense?
by wheybags
07 Jun 2018, 13:00
Forum: General Development
Topic: Windows Pre-build Script Documentation Updated
Replies: 41
Views: 18985

Re: Microsoft Buys Github for $7.5 Billion

I use https://github.com/ruslo/hunter for dependencies of freeablo on Linux, windows and osx, and it works great, just run cmake then open vs/xcode/run make. If there was interest, I could try get openmws dependencies packaged and add hunter to the openmw cmake files. I did it for freeablo already, ...
by wheybags
06 Jun 2018, 08:21
Forum: Off Topic
Topic: Microsoft Buys Github for $7.5 Billion
Replies: 131
Views: 62641

Re: Microsoft Buys Github for $7.5 Billion

Also, after looking into it, a possible issue could be that travis-ci only supports github, but there's an issue open for that already.
Gitlab does have its own CI, but it doesn't support osx like travis does.
by wheybags
06 Jun 2018, 08:18
Forum: Off Topic
Topic: Microsoft Buys Github for $7.5 Billion
Replies: 131
Views: 62641

Re: Microsoft Buys Github for $7.5 Billion

For what it's worth, I think I'm going to move my projects (incuding freeablo) to gitlab.
Also hello, haven't been around here for a long while :p
by wheybags
18 Feb 2018, 19:06
Forum: General
Topic: RSS feed broken
Replies: 0
Views: 3498

RSS feed broken

I use https://blogtrottr.com to watch the openmw blog rss feed.
Blogtrottr supports "push" rss feeds, where it doesn't need to poll, and it detects the openmw blog as supporting that, however it doesn't seem to actually work anymore, so the last update I actually got was ages ago
by wheybags
21 Aug 2016, 08:43
Forum: Off Topic
Topic: Lysol's normal mapped texture packs
Replies: 277
Views: 173905

Re: Lysol's normal mapped texture packs

So I work for a company that makes a texturing tool/service (https://artomatix.com), and could probably get you a free account if you wanted (and if you're still working on this). We recently released a picture-to-maps generator (normal, displacement, roughness, etc).
by wheybags
21 Aug 2016, 08:38
Forum: Organisation and Planning
Topic: Stackoverflow free ads for FOSS projects
Replies: 7
Views: 7728

Stackoverflow free ads for FOSS projects

http://meta.stackoverflow.com/questions ... ng-2h-2016

Could be a good idea? Who does our graphic design these days?
by wheybags
22 Oct 2015, 01:25
Forum: General
Topic: warning for C-like variable comparison in the CS verifier
Replies: 4
Views: 3506

Re: Wrong(?) script syntax not found by CS verifyer

I'm not sure about in mwscript, but in pretty much every other language that's a valid statement, it's just a boolean expression, whose value is discarded.
by wheybags
22 Sep 2015, 21:00
Forum: General
Topic: [answered] What is the execution order of scripts?
Replies: 6
Views: 4324

Re: [answered] What is the execution order of scripts?

I hope there's not piles of mods that depend on some arbitrary sorting vanilla did ;_;
by wheybags
16 Jun 2015, 20:03
Forum: General Development
Topic: Multiplayer Development
Replies: 41
Views: 21794

Re: Multiplayer Development

Tinker: Image

Really though, a lot of people want mp in openmw, if you did do it, that would be a killer feature.
It's just difficult and awkward, because neither morrowind nor openmw were architected for mp.