Search found 180 matches

by maqifrnswa
10 Oct 2018, 19:41
Forum: General Development
Topic: SWIG Scripting Extensions project
Replies: 34
Views: 26763

Re: SWIG Scripting Extensions project

Hello all! psi29a found me and pinged me to come back and say hi! My IRL job took off in a good way, but it also meant I don't get much time to hack or code at work or for fun anymore. I do keep watching release videos, this is still my favorite "fun" open source project, what you all have...
by maqifrnswa
22 Mar 2017, 17:41
Forum: Organisation and Planning
Topic: OpenMW 0.42.0
Replies: 306
Views: 170847

Re: OpenMW 0.42.0

Greendogo wrote:Got bored, made a chart.
that is incredible, open source project don't usually don't release that frequently nor consistently!
by maqifrnswa
05 Oct 2016, 14:41
Forum: General Development
Topic: Security vulnerability in Unshield
Replies: 9
Views: 6598

Security vulnerability in Unshield

Hello all, openmw uses unshield to extract the original data files, recently a security vulnerability has been found in unshield (CVE-2015-1386). There isn't any sanitation of '../' from filenames, so it is susceptible to path traversal attacks. You can imagine someone creating fake (or pirated) gam...
by maqifrnswa
04 Oct 2016, 16:42
Forum: General
Topic: making game with openmw question
Replies: 11
Views: 10062

Re: making game with openmw question

Not literally for you, but for anyone that wants something ready to use and modify. I was not serious with this one :D And finally I think I fully understand what the Example Suite is meant for and that it really is quite awesome to have! Keep up the great work guys! Another good thing about the ex...
by maqifrnswa
30 Sep 2016, 18:57
Forum: General Development
Topic: EGL or GLESv2 support.
Replies: 12
Views: 10167

Re: EGL or GLESv2 support.

You have to list all archs except armhf like: https://anonscm.debian.org/cgit/collab-maint/polymake.git/tree/debian/control you can see the list of possible ones with "dpkg-architecture -L" or just list the ones you see that work at: https://buildd.debian.org/status/package.php?p=openmw&am...
by maqifrnswa
30 Sep 2016, 15:18
Forum: General Development
Topic: EGL or GLESv2 support.
Replies: 12
Views: 10167

Re: EGL or GLESv2 support.

I've done some more hacking, I got everything to compile and link except for openmw-cs... so a partial win. our openmw/extern/osgQt is still a problem. I'm going to "weaponize" my patchset, and post it here for others to test. Technically armhf is a poor choice to run openmw-cs on anyway....
by maqifrnswa
18 Sep 2016, 15:19
Forum: Organisation and Planning
Topic: The new release process
Replies: 50
Views: 31574

Re: The new release process

I wasn't aware of this discussion, but I just did a pull request that allows travis to sync the github repo with a git repo on launchpad. You can then use launchpad to build the packages via recipes.

https://github.com/OpenMW/openmw/pull/1064
by maqifrnswa
18 Sep 2016, 15:16
Forum: Example-Suite
Topic: What´s the point of the Example Suite?
Replies: 8
Views: 7412

Re: What´s the point of the Example Suite?

The reason why I've been active on the template and example suite is because I want it for upgrading OpenMW's status in Debian and Ubuntu from 'contrib' to 'main'. This means being a first-class citizen, FOSS game-engine, in the eyes of millions of Debian/Ubuntu users. Why is the example suit neces...
by maqifrnswa
16 Sep 2016, 15:21
Forum: Organisation and Planning
Topic: PPA build script source attached
Replies: 4
Views: 5287

Re: PPA build script source attached

Here we go! https://docs.travis-ci.com/user/deployment/launchpad/ "Travis CI can get Launchpad to automatically import your code from GitHub after a successful build, which is useful if you are building and hosting Debian packages." no more need for my server! if anyone wants to tackle thi...
by maqifrnswa
16 Sep 2016, 14:48
Forum: Organisation and Planning
Topic: PPA build script source attached
Replies: 4
Views: 5287

Re: PPA build script source attached

BTW, we don't use git submodules anymore. So can this be automated on launchpad itself? We'd have to do some surgery on the repo: https://git.wiki.kernel.org/index.php/GitSubmoduleTutorial#Removal i'll give it a shot on my own fork, see if it can work it's even worse than I thought... you have to r...