home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 677 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Date: 10 Jan 1996 02:18:51 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4cv7mb$dn6@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38231819@kone.fipnet.fi> <4cgsn7$ke3@maureen.teleport.com> <38231852@kone.fipnet.fi> <pAWUx*Wha@aargh.incubus.sub.org> <4cpn2c$ong@sunsystem5.informatik.tu-muenchen.de> <4cq3om$j5a@serpens.rhein.de> <4csu3p$oa6@sunsystem5.informatik.tu-muenchen.de> <4cu1jn$1n7@serpens.rhein.de>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  14.  
  15. : the previous viewport. However, with the current OS you still get
  16. : at least 1 blank line that you have to hide somehow.
  17.  
  18. well, each 2nd line blank, this would be a mega-ghostlook 1x2 mode ;)
  19.  
  20. : >anyway for blitterscreen I need the odd planes beeing shifted one pixel
  21. : >more than the even ones, hardly any OS-routine will get the registers
  22. : >into that state :\ solutions ?
  23.  
  24. : requires OS3.x. open a dual-playfield viewport or screen. then use
  25. : the VideoControl() function or SA_VideoControl taglist to disable
  26. : the dual-playfield mode. This leaves you with two independently
  27. : scrollable bitmaps without the normal dual-playfield priority logic.
  28.  
  29. wow, funny. So if I use a ptr to SA_DisplayID item callinf videocontroll(), 
  30. the dualpf will be displayed as normal mode but be still dualpf seen from
  31. screen functions ?
  32.  
  33. mhm how to scroll 2 playfields independently ? no 2nd x or y value in
  34. rasinfo. 
  35. the problem is this will give stripe look, even worse than gost look
  36. which needs to rewrite horiz shift each line :\
  37.  
  38. another problem: the sprites. I need them all for masking, but OS won't 
  39. give me I suppose. 
  40. And finally, doing it on hires for a 1x1 screen, I will run out of 
  41. sprites and have to use copper to get such a big sprite area...
  42.  
  43. : Regards,
  44. : -- 
  45. :                                 Michael van Elst
  46.  
  47. : Internet: mlelstv@serpens.rhein.de
  48. :                                 "A potential Snark may lurk in every tree."
  49.