Search Results
Searched for posts by murlock in all forums

Showing results 1 - 6 out of 6 total
Modify your search
Posted by murlock, Mar 5, 2016 at 3:41 pm
As I want to fix fullscreen issue on Windows,

I've tried to build Ivan with Visual Studio 2015 but it refuse to use them
I've also tried to use cygwin but met lot of issues with autoconf / automake

Can you give me tips to build Ivan for Windows ?
It should great to fill wiki (on github or here) with these instructions

Regards
Michael
Posted by murlock, Feb 26, 2016 at 7:36 am
I'll give a look and I have now a PC with Windows.

It reminds me issue with SDL1.2 because context is lost.

Regards
Posted by murlock, Jun 23, 2015 at 6:38 am
Supporting DJGPP and C++11 at same time seems very difficult
Posted by murlock, Jun 22, 2015 at 6:25 am
Happy to know that Windows version works, and thanks for Zenith for help

I've small patches for
- on unix, allow to launch ivan without install it
- update error message with link of forum

I want also to clean up some weird test in code (missing brackets) that make code difficult to read (as mix of indentation with space or tabs) and remove DJGPP stuff.

For C++ 11, I'm agree that code need a revamp to clarify it but I'm not an C++ expert, still, I can help
Posted by murlock, Jun 17, 2015 at 3:32 pm
Hi guys,

I've just made a pull request ( https://github.com/Attnam/ivan/pull/36 ) to master branch.
As mentioned, I didn't check if it is ok on BIG_ENDIAN. I'll try to do it as soon as I've more free time.

Enjoy

PS: I'm maybe an old Ivan's player but, unlike wine that gets better with age, I'm still playing like a newbie
Posted by murlock, Jun 12, 2015 at 5:40 pm
Hi,

I've made a preliminary port of Ivan with SDL2 ( https://github.com/murlock/ivan )

If you are interested to integrate it, I'll finish support as few tasks remains (partial keyboard support, cleanup code (removing djgpp ?), and autoconf integration)

Murlock, an old player of Ivan 15 years ago