Notices


Reply
Thread Tools
Posts: 64 | Thanked: 4 times | Joined on Oct 2005
#11
It's not possible to have dungeon master in full screen ? (in center and with black border).
If it can be expanded to full screen, it could be better but i think its more difficult to do...
Or you can just put the version for x68000 with borders like that :
__________________
Forum Français dédié aux tablettes Nokia et leur OS Maemo :
http://maemofr.org

Last edited by daf; 2006-09-02 at 01:14.
 
Posts: 19 | Thanked: 2 times | Joined on Aug 2006
#12
Thanks for making this port!!!! One of my fav. games of all times!
Great Job fixing the bug!! Can't wait to see your next project!!!

CobraKC
 
Posts: 26 | Thanked: 0 times | Joined on Nov 2005 @ London
#13
This is the best app on the 770 now! Fantastic job well done.

Can I second the request for some kind of full screen mode, either stretched or with the borders posted above.

Thanks!
 
Posts: 105 | Thanked: 1 time | Joined on Feb 2006
#14
hmm full screen mode... it can be done. I kept it non so my wife could check email easily when game frozen.

Black border easier to do than graphical.

I wonder if I can get SDL to do fullscreen and give me a centred 640x400 viewport....
 
Posts: 105 | Thanked: 1 time | Joined on Feb 2006
#15
by the way, I just ported it.

the real credit goes to paul stevens who rewrote it for windows, and erik and rebecka svanberg who did the port to linux.

all three helped me with this port too.

--bows down--
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#16
Fullscreen should be just matter of calling SDL_WM_ToggleFullScreen when you receive SDLK_F6 key.

Something like
Code:
case SDL_KEYDOWN:
    if (ev.key.keysym.sym == SDLK_F6)
        SDL_WM_ToggleFullScreen(surface);
And yes, smaller screens are centered automatically.
 
Posts: 84 | Thanked: 4 times | Joined on Apr 2006 @ California
#17
How do you create a shortcut or symlink in the "Extras" menu to start this game?
 
Posts: 105 | Thanked: 1 time | Joined on Feb 2006
#18
@tabletfan - if you install one of the latest dm or csb data files then they contain the menu shortcut for the game!
 
Posts: 84 | Thanked: 4 times | Joined on Apr 2006 @ California
#19
Thanks for the reply - I figured it out last night that I need to install the data files and the shortcuts appeared. I also would like to see the full screen option. Great job on porting one of my favorite games of all time!
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:33.