![]() |
Re: OpenDUNE - Dune II remake
Quote:
|
Re: OpenDUNE - Dune II remake
edited my last post runs fine now :-)
any chance to fix the full screen issue? |
Re: OpenDUNE - Dune II remake
Quote:
http://i44.tinypic.com/34qn5th.png Actually there was black border from beginning. If you look Smoku's screenshots at first post, they also contain 640x400 image. Problem is that original Dune2 runs at 320x200 resolution, so if you just double pixels, then it will be 640x400 not 640x480 (or 800x480). So it's neccesary to stretch 200 to 240 first and then double (like it's done in ScummVM). |
Re: OpenDUNE - Dune II remake
Quote:
I'm satisfied enough with tar I have on my N900, and why the hell installing Dune should require tar-gnu (possibly breaking other things, that expect regular tar and it commands, not tar-gnu)? /Estel |
Re: OpenDUNE - Dune II remake
Quote:
Solution is to make something like: tar --version > /dev/null 2> /dev/null if [ $? -ne 0 ]; then TAR='tar x' else TAR='tar x --no-same-owner --no-same-permissions' fi |
Re: OpenDUNE - Dune II remake
busybox-power tar is also lacking required arguments? all after all, busybox-power seems to be more sane thing to depend on, than tar-gnu.
Also, I don't see reason, why gnu-tar users should be "favorites" here. installing gnu-tar is "bleeding-edge" enough, to expect from people doing so, that they will be able to fix compatibility problems on their own. Please, target Dune release on "normal" users, not noobs that messed something with their environment, and don't know how to provide 2 independent PATH'es... /Estel |
Re: OpenDUNE - Dune II remake
Yes, I agree that depending on gnu-tar is not ideal.
|
Re: OpenDUNE - Dune II remake
Point taken.
Dependency now removed and version checking added. |
Re: OpenDUNE - Dune II remake
Great to see that you are continuing OpenDUNE!
But the latest update can't be installed on my N900 ... I get an error message about missing internet connection, which can't be since I was able to update OpenMediaPlayer ... |
Re: OpenDUNE - Dune II remake
Quote:
|
All times are GMT. The time now is 16:28. |
vBulletin® Version 3.8.8