Search Results
Searched for posts by fejoa in all forums

Showing results 71 - 80 out of 1011 total
Modify your search
Posted by fejoa, Dec 27, 2019 at 6:05 am
Great work red-kangaroo. Before I can make a windows build, can you

1. Go through all the .sh files and change their permissions back to 755.
For example, in the diff on GitHub we have:
.devsPrefs/prepareUser.sh 100755 → 100644    
Means the file permissions for this shell file have changed from 755 to 644.
Follow this link to see exactly how to do it: http://linuxcommand.org/lc3_lts0090.php

After that just commit to your branch and push. I can't remember if there are any special git steps for changing file permissions.

2. Compile the code with wizard mode deactivated. Do this by omitting the
-DWIZARD
flag in
CXXFLAGS
. Then fix the compile errors you see there.

After these two steps you will see Travis light up green for all the build configs. In the first case, the release configs rely on being able to execute certain shell scripts for packaging purposes. When the file permissions change to read only, then the containers cannot execute the commands written in the scripts because that user (Travis?) no longer has permission to do anything other than read the file.
In the second case this is just a regular compile error

I ran into these problems once before, ages ago when I first started messing with this CI business. I found the chmod thing to be quite handy Linux knowledge.

Also, you should be able to build your own windows build on your personal fork by creating, for example, a release branch, and building "manually" on Travis (i.e. log on and press the button)
or even changing the yaml file to tickle up your own containers on Travis. That's how I drafted the build system without working on the live repository
Any build artifacts will just appear in the red-kangaroo/ivan releases page.
Posted by fejoa, Dec 24, 2019 at 5:34 pm
red_kangaroo wrote
I wanted to finish Aslona for the Christmas holidays, but I'm a few dialogues short. :/

There's always next release. Exciting news about your forthcoming work though
Posted by fejoa, Dec 24, 2019 at 4:41 am
Here's this year's one. Merry Atavus day everyone!
Posted by fejoa, Nov 25, 2019 at 7:21 pm
Awesome, I have the saves. Thanks Cap!
Posted by fejoa, Nov 21, 2019 at 8:19 pm
Sorry to raise a forum bug here, but clicking on the attachments in, for example, this thread leads me to a "Go Back" page (see attached).

EDIT: does s3.attnam.com require a separate certificate?
Posted by fejoa, Nov 7, 2019 at 5:02 am
Thanks Wizard for gracing our community with your adventures. I found your playthroughs fun to read about and have input to.

It's a very cool idea, going on a grand tour of the roguelikes. I think you're the first to do it? Maybe I should go do this some time, definitely something more people could do.

I vote Sil, an exceptional roguelike experience.

Will you be compiling your experience in a blog somewhere?
Posted by fejoa, Nov 6, 2019 at 2:55 am
Thanks Cap, I started with the castles and by the time I got to the pyramid I was so out of my comfort zone I had to draw windows on that too. I'll have them removed soon

EDIT: updated here https://github.com/Attnam/ivan/pull/569/commits/9b557d549305...
Posted by fejoa, Nov 5, 2019 at 7:58 pm
DEATH, is the essence of all good IVAN victories.
Posted by fejoa, Nov 5, 2019 at 12:40 pm
RIP Tongha Ghae.
Posted by fejoa, Nov 5, 2019 at 12:36 pm
Batman? wrote
is jenny eating things new functionality or has it been there all along?

I didn't think plants used nutrition, maybe that's changed... 0.o

I guess they are carnivorous after all.