Search found 180 matches

by maqifrnswa
24 Sep 2015, 13:58
Forum: Off Topic
Topic: Bjarne Stroustrup announces C++ Core Guidelines
Replies: 7
Views: 5534

Re: Bjarne Stroustrup announces C++ Core Guidelines

Thanks, as a non-c++ guy stuff like this is helpful when trying to hack on code. I can rtfm, know the theory, but end up with bad habits from just doing something so it just works. I know what I can do, just not what I should!
by maqifrnswa
15 Sep 2015, 19:29
Forum: Organisation and Planning
Topic: OpenMW 0.37.0 (?)
Replies: 370
Views: 186247

Re: OpenMW 0.37.0 (?)

@psi29a: the Debian transitions for openmw should be done, you can build again!
by maqifrnswa
15 Sep 2015, 19:18
Forum: Feature Requests and Suggestions
Topic: Script error log
Replies: 5
Views: 4011

Re: Script error log

Zini wrote:
Anyway, you could just redirect output to a file.
I was going to suggest this
by maqifrnswa
02 Sep 2015, 04:21
Forum: Support
Topic: Installing OpenMW on a Raspberry Pi 2
Replies: 83
Views: 58062

Re: Installing OpenMW on a Raspberry Pi 2

Go to this page: https://packages.debian.org/sid/openmw One minor point, instead of sid use stretch: https://packages.debian.org/stretch/openmw there is a huge (3000+) package transition going on in sid, so it is very unstable. In fact, openmw has been rebuilt twice already and there are several mo...
by maqifrnswa
18 Aug 2015, 17:49
Forum: Support
Topic: Installing OpenMW on a Raspberry Pi 2
Replies: 83
Views: 58062

Re: Installing OpenMW on a Raspberry Pi 2

Ohhhhhh.... yes please. ;) Isn't the Debian armhf good enough, or do you mean more like nightlies? :) Debian armhf is good enough for the raspberry pi 2, but that is different than raspbian Debian armhf: http://sjoerd.luon.net/posts/2015/02/debian-jessie-on-rpi2/ you can't mix debian armhf and rasp...
by maqifrnswa
18 Aug 2015, 16:20
Forum: Support
Topic: Installing OpenMW on a Raspberry Pi 2
Replies: 83
Views: 58062

Re: Installing OpenMW on a Raspberry Pi 2

psi29a wrote:No need for a PPA, this OpenMW-Template will be the default release so it should work on ALL platforms...
I meant an openmw PPA for Raspbian ;-)
by maqifrnswa
17 Aug 2015, 15:51
Forum: Support
Topic: Installing OpenMW on a Raspberry Pi 2
Replies: 83
Views: 58062

Re: Installing OpenMW on a Raspberry Pi 2

I've converted the OpenMW-Template to uncompressed dds files, which thankfully hasn't made too much of an impact on overall file size. Uncompressed we're at 30MiB, but this is the bare minimal to get OpenMW up and running with something others can build on. Wow! Nice work! I actually know how to se...
by maqifrnswa
17 Jul 2015, 15:22
Forum: General Development
Topic: Speeding up travis
Replies: 2
Views: 2125

Speeding up travis

I'm going to very busy for the next week, but I just wanted to put some notes done on using the new travis container based build and caching object files between builds: http://docs.travis-ci.com/user/migrating-from-legacy/ http://docs.travis-ci.com/user/caching/ (can use on open source project if ...
by maqifrnswa
14 Jul 2015, 16:30
Forum: Organisation and Planning
Topic: OpenMW 0.37.0 (?)
Replies: 370
Views: 186247

Re: OpenMW 0.37.0 (?)

Just compiled master with clang, and yes... that is a long compile time. :) Clang's static analysis found just 2 bugs, fantastic! If these tools are to be believed, our code quality is top notch. ;) /home/bcurtis/workspace/OpenMW/openmw/apps/essimporter/importer.cpp:54:39: warning: Dereference of n...
by maqifrnswa
09 Jul 2015, 18:53
Forum: General Development
Topic: C++11
Replies: 114
Views: 75146

Re: C++11

regarding the clang failure: [ 0%] Building CXX object extern/oics/CMakeFiles/oics.dir/ICSChannel.cpp.o In file included from /home/travis/build/OpenMW/openmw/extern/osg-ffmpeg-videoplayer/videoplayer.cpp:8: In file included from /home/travis/build/OpenMW/openmw/extern/osg-ffmpeg-videoplayer/videost...