home *** CD-ROM | disk | FTP | other *** search
- Revision V2.56
- --------------
- changed on Donnerstag, 24.11.94 01:10:43 by F.Mariak, M.Berndt. LogMessage :
- - fixed screen dragging bug
- - all memory allocations should be MEMF_PUBLIC now
-
- Revision V2.55
- --------------
- changed on Dienstag, 25.10.94 09:16:21 by Martin Berndt. LogMessage :
- - fixed bug in LoadRGB32
-
- Revision V2.54
- --------------
- changed on Montag, 29.08.94 19:39:43 by Frank Mariak. LogMessage :
- - added GetRGB32 patch
- created on Donnerstag, 25.08.94 01:39:51 by Frank Mariak. LogMessage :
- - fixed bug in RemIBob (occured in all native AMIGA modes)
-
- Revision V2.53
- --------------
- changed on Mittwoch, 27.07.94 22:27:50 by Frank Mariak. LogMessage :
- - changed LoadView slightly to allow monitor switching for
- some non system-friendly games
- changed on Mittwoch, 27.07.94 15:42:01 by Frank Mariak. LogMessage :
- - removed SetRGB4 fix again
- changed on Dienstag, 26.07.94 03:03:38 by Frank Mariak. LogMessage :
- - added new custom bool screen tag called SA_ForcePlanar.
- changed on Dienstag, 26.07.94 03:01:42 by Frank Mariak. LogMessage :
- - created a workaround for ADPro's 256 colour custom render screens.
- This screens didn't work with chunky emulation turned on.
- changed on Dienstag, 26.07.94 03:00:40 by Frank Mariak. LogMessage :
- - fixed an OS 3.x bug in SetRGB4
- changed on Dienstag, 26.07.94 02:59:06 by Frank Mariak. LogMessage :
- - added CHUNKYDEPTH tooltype. Chunky emulation now starts with >= 32
- colours by default (256 colours only before). You may specify any
- value from 5 to 8 for CHUNKYDEPTH
- changed on Montag, 25.07.94 10:53:38 by Frank Mariak. LogMessage :
- - improved chunky line drawing speed
-
- Revision V2.52
- --------------
- changed on Donnerstag, 14.07.94 17:12:05 by Frank Mariak. LogMessage :
- - this driver is now compatible to old and new village library.
- There are no different versions for both libraries anymore.
- changed on Thursday, 07.07.94 13:23:52 by Frank Mariak. LogMessage :
- - fixed an enforcer hit in SetWindowTitles patch
- changed on Freitag, 24.06.94 00:29:52 by Frank Mariak. LogMessage :
- - fixed a (cosmetic) bug in the nextscreen drawing routines
- created on Mittwoch, 22.06.94 14:41:38 by Frank Mariak. LogMessage :
- - fixed a (minor) bug in SetRGB32
-
- Revision V2.51
- --------------
- changed on Friday, 10.06.94 00:01:41 by Frank Mariak. LogMessage :
- - fixed a bug in BltBitmap that caused crashes if there was only
- one chunky picasso screen opened in the background and an AMIGA
- screen was in front of it.
- changed on Saturday, 21.05.94 16:07:53 by Frank Mariak. LogMessage :
- - fixed a bug in WritePixelLine8
- changed on Wednesday, 04.05.94 18:58:26 by Frank Mariak. LogMessage :
- - internal changes for village.library v3+ compatibility
-
- Revision V2.50
- --------------
- changed on Tuesday, 26.04.94 13:40:44 by Frank Mariak. LogMessage :
- - code slightly optimized
- - fixed a minor WritePixelArray8 bug
- changed on Friday, 22.04.94 19:54:32 by Frank Mariak. LogMessage :
- - if there was no mousepointer saved with the pointer prefs
- tool, the mousepointer was trashed at bootup time until
- it was replaced by the busy pointer. This is now fixed.
- changed on Thursday, 21.04.94 23:03:53 by Frank Mariak. LogMessage :
- - fixed a bug in the chipcopy module
- created on Thursday, 21.04.94 15:52:58 by Frank Mariak. LogMessage :
- - a screen, which height is less than the display height could
- not be moved beyond its yheight .... (e.g. Palette prefs
- screen ...). This is now fixed
-
- Revision V2.49
- --------------
- changed on Wednesday, 20.04.94 17:17:56 by Frank Mariak. LogMessage :
- - From now on you are able to change the monitor settings even
- if the monitor is already installed. You only have to
- change the tooltypes in the picasso monitor icon and start
- the monitor file a second time. A requester will inform
- you about the actual settings.
- The following limitations apply:
- · It is impossible to toggle the BLITTER flag
- · If you change the state of the HIRESSPRITES flag the mousepointer
- hotspot is not updated correctly
- created on Wednesday, 20.04.94 17:17:08 by Frank Mariak. LogMessage :
- - fixed some dragging problems that occured since 2.47 in
- all plane modes
-
- Revision V2.48
- --------------
- created on Tuesday, 19.04.94 20:27:30 by Frank Mariak. LogMessage :
- - fixed a SetRGB bug (This bug caused some problems with datatypes
- and multiview)
- created on Tuesday, 19.04.94 20:00:42 by Frank Mariak. LogMessage :
- - _LVOBestModeIDA returns no VilIntuiSup screenids anymore.
- MultiView and Palette Prefs used this ScreenIDs sometimes
- This caused some problems and is now fixed.
-
- created on Friday, 15.04.94 19:57:00 by Thomas Sontowski. LogMessage :
- - slight modifications in _LVOBltBitmap (movem)
- - optimised chunky to planar conversion
-
- created on Friday, 15.04.94 13:51:25 by Frank Mariak. LogMessage :
- - drag ybase correction is only available in case of picasso
- screens now. This fixes some problems when the amiga is booted
- in an AMIGA displaymode.
- changed on Thursday, 14.04.94 18:10:25 by Frank Mariak. LogMessage :
- - fixed a problem that MinTerm 0 did not work anymore on some
- visible nextscreens when using bltbitmap.
- created on Thursday, 14.04.94 16:36:57 by Frank Mariak. LogMessage :
- - fixed a 0-reference bug to avoid enforcer hits in non
- picasso modes (occured very rarely)
-
- Revision V2.45
- --------------
- changed on Saturday, 09.04.94 23:49:38 by Frank Mariak. LogMessage :
- - The screen y position will be corrected now if a screen is dragged
- beyond its maximum y position.
- changed on Saturday, 09.04.94 23:48:49 by Frank Mariak. LogMessage :
- - changed the task priority of the VB Task to avoid problems
- with the input.device
- changed on Saturday, 09.04.94 20:21:30 by Frank Mariak. LogMessage :
- - again made some changes in the coloradjust handling code
- changed on Saturday, 09.04.94 17:23:53 by Frank Mariak. LogMessage :
- - no strange effects occur anymore if vilintuisup screens are
- dragged down manually. They are not draggable anymore
- changed on Saturday, 09.04.94 17:16:14 by Frank Mariak. LogMessage :
- - removed problem of blanked regions in conjunction with vilintuisup
- displays
- created on Saturday, 09.04.94 17:08:53 by Frank Mariak. LogMessage :
- - DIPF_IS_SPRITES is set in dis_PropertyFlags if sprites are
- available
-
- Revision V2.44
- --------------
- changed on Sunday, 03.04.94 19:01:53 by Frank Mariak. LogMessage :
- - fixed some problems in conjunction with "pseudo" vilintuisup
- screens, that means screens with a vilintuisup displayID but
- a standard graphics bitmap structure. (e.g. palette prefs
- screens in 1280*1024)
- changed on Saturday, 02.04.94 14:52:10 by Frank Mariak. LogMessage :
- - fixed an enforcer hit in VBTask
-
- changed on Saturday, 02.04.94 12:57:02 by Thomas Sontowski. LogMessage :
- - DrawImage replacement completely removed
- changed on Tuesday, 29.03.94 12:23:00 by Thomas Sontowski. LogMessage :
- - fixed another chunky bug
- (e.g. FinalWriters ScreenMode-Requester, Installer, MagicMenu...)
-
- changed on Friday, 01.04.94 19:45:49 by Frank Mariak. LogMessage :
- - fixed a bug in the nextscreen handling module
- changed on Friday, 01.04.94 19:44:03 by Frank Mariak. LogMessage :
- - chunky wb screens will be correctly refreshed now if an
- recoverable alert or something similar occurs
-
- changed on Thursday, 31.03.94 13:49:35 by Frank Mariak. LogMessage :
- - DrawImage replacement rewritten to fix some problems with
- magicmenu and configopus
-
- changed on Wednesday, 30.03.94 23:23:11 by Frank Mariak. LogMessage :
- - again fixed a bug in the colorfunction module to avoid
- problems with the wb colorwheel
-
- changed on Tuesday, 29.03.94 12:37:16 by Frank Mariak. LogMessage :
- - diverse changes in the colorfunction module
- created on Tuesday, 29.03.94 12:35:12 by Frank Mariak. LogMessage :
- - fixed problem that programs like MainActor crashed when they
- were left and the COLORADJUST tooltype was set
-
- changed on Sunday, 27.03.94 17:40:24 by Frank Mariak. LogMessage :
- - fixed some problems in conjunction with the "COLORADJUST"
- flag
- changed on Saturday, 26.03.94 17:08:01 by Frank Mariak. LogMessage :
- - added some additional security checks in GetDispInfoData
- created on Saturday, 26.03.94 15:36:37 by Frank Mariak. LogMessage :
- - a register was not correctly saved when screens were toggled.
- This bug had caused some weird deadlocks when toggling screens
-
- changed on Tuesday, 22.03.94 20:05:38 by Thomas Sontowski. LogMessage :
- - fixed nasty bug: a special blit in chunky-modes using the CPU with
- mask produced interesting results (e.g. CED, DevPac)
- changed on Tuesday, 22.03.94 19:27:00 by Thomas Sontowski. LogMessage :
- - fixed bug with several programs (e.g. DirOpus Sliders)
- changed on Tuesday, 22.03.94 18:39:18 by Frank Mariak. LogMessage :
- - The colors of nextscreens are used now if an behind screen gets active
- "COLORADJUST" tooltype added
- - fixed some bugs with dragable screens
- changed on Thursday, 17.03.94 14:21:00 by Thomas Sontowski. LogMessage :
- - fixed a chunky bug that occured when FASTSCROLL was disabled
- created on Thursday, 17.03.94 13:54:00 by Thomas Sontowski. LogMessage :
- - fixed Iconian-bug in chunky displaymodes
-
- Revision V2.36
- --------------
- changed on Tuesday, 15.03.94 04:37:18 by Frank Mariak. LogMessage :
- - improved screen dragging speed ... Should be much faster now
- changed on Sunday, 13.03.94 18:18:20 by Frank Mariak. LogMessage :
- - added SwapBitsRastPortClipRect patch to speed up menus
- (well, at least the magic menu ones)
- created on Sunday, 13.03.94 02:52:42 by Frank Mariak. LogMessage :
- - GetBitmapAttr returns cleared BM_STANDARD flag when
- picasso bitmap flags were checked. Did not work correctly in previous
- versions
-
- Revision V2.35
- --------------
- changed on Tuesday, 08.03.94 23:47:20 by Frank Mariak. LogMessage :
- - added multiple draggable nextscreen feature (still beta and
- slow, so don't complain. but it should not crash! )
- created on Tuesday, 08.03.94 17:45:00 by Thomas Sontowski. LogMessage :
- - fixed chunky bug in fastmem BM (ADpro, MFR)
- - fixed offset bug in new blitter routine (since V2.30)
- - slight modifications & optimisations in blit code
-
- Revision V2.34
- --------------
- changed on Monday, 07.03.94 21:48:19 by Frank Mariak. LogMessage :
- - fixed a bug in conjunction with CygnusED. Opening CED two
- times with the same picasso resolution works now.
- changed on Monday, 07.03.94 21:47:21 by Frank Mariak. LogMessage :
- - added a workaround for MagicMenu to fix chunkymode checkmark
- problems ...
- changed on Saturday, 05.03.94 01:33:26 by Frank Mariak. LogMessage :
- - improved speed of unlayered chunky DrawCircle again
- created on Saturday, 05.03.94 00:00:14 by Frank Mariak. LogMessage :
- - BLITTER flag works again (failed since 2.29)
- created on Wednesday, 02.03.94 15:43:00 by Thomas Sontowski. LogMessage :
- - fixed a chunky-bug in BltTemplate
- created on Sunday, 27.02.94 19:10:00 by Thomas Sontowski. LogMessage :
- - improved speed of WritePixel()
-
- Revision V2.33
- --------------
- changed on Friday, 04.03.94 00:18:31 by Frank Mariak. LogMessage :
- - added DrawEllipse replacement (to improve circle draw performance
- in IntuiSpeed)
- created on Thursday, 03.03.94 00:06:41 by Frank Mariak. LogMessage :
- - the horizontal mousepointer position is corrected now if
- displayed on a < displaywidth screen. (This screens may
- be horizontally dragged, but this is not supported by
- PicassoII [e.g. the Term Buffer screen])
-
- Revision V2.32
- --------------
- created on Monday, 28.02.94 22:22:07 by Frank Mariak. LogMessage :
- - fixed bugs in segmented draw versions (I've tested it also)
- - implemented missing drawmodes in PlaneChunkyDraw
- changed on Monday, 28.02.94 05:25:53 by Frank Mariak. LogMessage :
- - fixed LoadView bug (Sometimes there were some weird deadlocks
- if the wb resolution was changed)
- changed on Sunday, 27.02.94 23:13:45 by Frank Mariak. LogMessage :
- - fixed another enforcer hit in BltBitmapVideo
- created on Sunday, 27.02.94 22:55:22 by Frank Mariak. LogMessage :
- - additional zero check in CheckBM added
- changed on Sunday, 27.02.94 18:18:37 by Frank Mariak. LogMessage :
- - fixed some enforcer hits
- changed on Sunday, 27.02.94 17:52:17 by Frank Mariak. LogMessage :
- - fixed bug that the system crashed sometimes when a new
- screen was opened
- changed on Sunday, 27.02.94 15:41:45 by Frank Mariak. LogMessage :
- - fixed drawing of horizontal lines (one pixel was not drawn)
- created on Sunday, 27.02.94 06:03:00 by Frank Mariak. LogMessage :
- - fixed problem that different multiple used views crashed the
- system (e.g. MainActor crashed after an AMIGA Display anim was
- played because the active view was not updated correctly
-
- Revision V2.29
- --------------
- changed on Thursday, 24.02.94 17:21:31 by Frank Mariak. LogMessage :
- - improved WritePixel() speed
- changed on Wednesday, 23.02.94 13:10:00 by Thomas Sontowski. LogMessage :
- - fixed "fix of the rgb color problem". RGB was set to 8 bits per gun.
- (Picasso _HAS_ only 6 bits per gun in all CLUT-modes)
- - fixed PhotoworX-Bug (-> Filltest)
- - improved speed of chunky _LVODraw again
- created on Tuesday, 22.02.94 19:05:55 by Thomas Sontowski. LogMessage :
- - _LVOBltPattern replacement completely rewritten
- - Text routine slightly changed
- created on Tuesday, 22.02.94 18:55:42 by Frank Mariak. LogMessage :
- - major rewrite of drawing functions
- changed on Friday, 18.02.94 23:24:21 by Frank Mariak. LogMessage :
- - increased drawing speed of horizontal non-patterned
- chunky lines
- changed on Wednesday, 16.02.94 23:20:42 by Frank Mariak. LogMessage :
- - chunky emulation is only active in 256 colors from now on
- created on Wednesday, 16.02.94 20:05:38 by Frank Mariak. LogMessage :
- - fixed JAM2 mode in <=32 colors
-
- Revision V2.25
- --------------
- created on Tuesday, 15.02.94 19:05:40 by Frank Mariak. LogMessage :
- - fixed line pattern drawing of horizontal and vertical lines.
- There were some drawing direction bugs. (e.g. with PowerSnap's
- "crawling ants" and wb's lasso)
- changed on Tuesday, 15.02.94 18:36:30 by Frank Mariak. LogMessage :
- - fixed some problems with RectFills and overlapping windows
- changed on Tuesday, 15.02.94 00:12:44 by Frank Mariak. LogMessage :
- - first 64 pixels of a chunky display are not cleared anymore
- on systemstartup
- changed on Monday, 14.02.94 18:24:14 by Thomas Sontowski. LogMessage :
- - made some changes in MakePicView
- changed on Monday, 14.02.94 05:16:01 by Frank Mariak. LogMessage :
- - all memory allocations in BltBitmap and BltPattern are
- MEMF_CLEAR|MEMF_PUBLIC now instead of MEMF_FAST.
- I have fixed some pixel trash problems with this method
- because under packed pixel mode some bitplanes weren't cleared
- correctly before
- changed on Monday, 14.02.94 05:14:30 by Frank Mariak. LogMessage :
- - Behind screens are refreshed correctly now if a VilIntuiSup
- screen is the frontmost screen.
- changed on Monday, 14.02.94 05:13:44 by Frank Mariak. LogMessage :
- - made some changes to the BltPattern replacement call
- changed on Sunday, 13.02.94 16:46:00 by T. Sontowski. LogMessage :
- - fixed COMPLEMENT-mode bug in chunky-modes (BltTemplate)
- changed on Sunday, 13.02.94 00:53:41 by Frank Mariak. LogMessage :
- - chunky line drawing in complement drawing mode should be
- fixed now
- changed on Saturday, 12.02.94 21:53:56 by Frank Mariak. LogMessage :
- - chipcopy screens are not moved to fast ram anymore, e.g. CygnusED's
- fast scrolling routines work again in chipcopy mode.
- changed on Saturday, 12.02.94 21:36:36 by Frank Mariak. LogMessage :
- - horizontal lines are refreshed correctly now on a chunky
- screen if a plane screen is in front of it.
- - JAM2 chunky line drawing is handled correctly now
- - speed of chunky line drawing is improved now in JAM2, COMPLEMENT or
- LinePattern mode (IntuiSpeed pattern draw is now twice as fast on
- an A3000/30/25Mhz)
- changed on Saturday, 12.02.94 18:12:23 by Frank Mariak. LogMessage :
- - fixed WritePixel complement drawmode
- changed on Wednesday, 09.02.94 15:41:00 by Frank Mariak. LogMessage :
- - Chunky conversion of SA_Behind screens works now, too.
- Only the titlebar was displayed before. (e.g. in PhotoworX)
- changed on Tuesday, 08.02.94 02:13:18 by Frank Mariak. LogMessage :
- - Now ConfigOPUS windows may be opened on a 256 color screen !
- This was a bug of ConfigOPUS that i've written a workaround
- for .....
- changed on Tuesday, 08.02.94 01:46:38 by Frank Mariak. LogMessage :
- - All sprite calls are not interruptable anymore. I think
- that there is a bug in village.library that lets e.g. the diropus
- clockbar often show up in the middle of the screen instead
- of the bottom. After hours of debugging I would say it's a bug in
- village.library that i now have written a workaround for.
- changed on Monday, 07.02.94 19:19:00 by Frank Mariak. LogMessage :
- - picasso vport check added to avoid dereferenced pointer
- problems with ActualViewPort
- This often happened if the system was booted in an OCS/ECS/AGA mode
- and an Picasso screen was opened and closed again then.
- changed on Monday, 07.02.94 18:35:06 by Frank Mariak. LogMessage :
- - fixed some enforcerhits that occured because of some de-referenced
- pointers
- changed on Monday, 07.02.94 16:19:32 by Frank Mariak. LogMessage :
- - fixed some enforcer hits that occured when BLITTER Tooltype
- was set
- changed on Monday, 07.02.94 13:07:48 by Frank Mariak. LogMessage :
- - fixed drawing problem with MigraphOCR and DPaint info ...
- (occured since 2.18 because of rewrite)
- changed on Monday, 07.02.94 02:14:26 by Frank Mariak. LogMessage :
- - BltClear function completely rewritten
- changed on Monday, 07.02.94 02:06:32 by Frank Mariak. LogMessage :
- - the Picasso driver works with os 2.x again ! (this bug occured since
- 2.16 because of rewrite). Thanks to Holger Kruse for reporting it
- changed on Sunday, 06.02.94 22:39:38 by Thomas Sontowski. LogMessage :
- - fixed problem that programs like Edward displayed no textlines in
- its menus ... (occured since 2.16 because of rewrite)
- changed on Wednesday, 02.02.94 22:35:49 by Frank Mariak. LogMessage :
- - chunky nextscreens are displayed now, if a planar screen is
- in front of it ... (only one plane is displayed of the
- chunky bitmap right now because of speed considerations)
- changed on Wednesday, 02.02.94 19:57:51 by Frank Mariak. LogMessage :
- - changed semaphore handling again (Forbid/Permit is used again :( )
- changed on Tuesday, 01.02.94 01:42:48 by Frank Mariak. LogMessage :
- - bug that vilintuisup screens crashed if they were opened
- on chunky displays is (hopefully) finally fixed. Took me
- some hours to track down this bug !!!!!
- changed on Monday, 31.01.94 19:47:12 by Thomas Sontowski. LogMessage :
- - finally italic text works now .....
- created on Monday, 31.01.94 13:34:14 by Frank Mariak. LogMessage :
- - added semaphoring again to lock my data area in the
- multitasking environment (hopefully no deadlocks anymore)
-
- Revision V2.18
- --------------
- changed on Sunday, 30.01.94 15:48:28 by Frank Mariak. LogMessage :
- - did a slight modification in the chunky conversion code
- - changed coerce mode detection again
- changed on Sunday, 30.01.94 03:17:14 by Frank Mariak. LogMessage :
- - fixed a chunky mode bob bug. Chunky Bobs only worked correctly in
- 256 cols
- changed on Sunday, 30.01.94 01:35:05 by Frank Mariak. LogMessage :
- - fixed nextscreen bug in _LVODraw function
- if you had a chunky wb with a tinyclock on it in the background and
- for example a plane cygnused in front AND tinyclock was updated the
- wb bitmap was trashed
- changed on Saturday, 29.01.94 22:12:03 by Frank Mariak. LogMessage :
- - changed MakePicView module again
- - implemented ReadPixel() for chunky bitmaps
- - added WritePixelLine8() function
- - made some changes to init code
- changed on Saturday, 29.01.94 16:41:09 by Frank Mariak. LogMessage :
- - fixed sprite display bug with autoscroll screens. If sprite
- was completely clipped vertically a negative height was
- used (occured since 2.17)
- changed on Saturday, 29.01.94 14:54:29 by Frank Mariak. LogMessage :
- - made some changes in NextScreen handling (partly disabled until
- its completely tested)
- changed on Friday, 28.01.94 23:59:12 by Frank Mariak. LogMessage :
- - fixed bug in GetBitmapAttr. BMB_STANDARD is cleared correctly now
- if bitmap is a chunky bitmap
- changed on Friday, 28.01.94 17:54:00 by T. Sontowski. LogMessage :
- - fixed some minor bugs in BltTemplate(Dopus-Config & PPaint-bugs)
- changed on Friday, 28.01.94 17:40:20 by Frank Mariak. LogMessage :
- - fixed vilintuisup handling bug that occured since 2.16
- changed on Thursday, 27.01.94 09:35:54 by Frank Mariak. LogMessage :
- - fixed Picasso LoresPointer HotSpot problems
- - fixed 0,0 pos pointer clipping bug
- (only tested with ECS machine (A3000) so far
- created on Thursday, 27.01.94 03:42:22 by Frank Mariak. LogMessage :
- - Chunky emulation is automatically disabled now if monitor is
- started in segmented or in 68000 mode
- changed on Thursday, 27.01.94 03:14:04 by Frank Mariak. LogMessage :
- - fixed screen dragging problem, no "virtual" dragging anymore
- (dragging with PPaint works correctly now !)
- - added some semaphore magic to fix some multitasking related data
- access problems
- changed on Thursday, 27.01.94 03:08:21 by Frank Mariak. LogMessage :
- - finally fixed chunky emulation screen away problem (This one
- was quiet hard to track down, but now I know everything
- about the private screen fields :) Don't rely on sc_SIZEOF!)
- changed on Wednesday, 26.01.94 18:43:00 by Thomas Sontowski. LogMessage :
- - BltTemplate completely rewritten, optimized and tested
- (lower case j problem fixed [words starting with j were completely hidden])
- Italics,bold,underlined text style etc. is displayed correctly now
- changed on Tuesday, 25.01.94 16:08:00 by Frank Mariak. LogMessage :
- - made some changes to the BobFunctions
- changed on Tuesday, 25.01.94 15:43:13 by Frank Mariak. LogMessage :
- - picasso hardwarecursor is not updated anymore if the picasso
- display is not visible. No RAMtest failures anymore .....
- changed on Saturday, 22.01.94 19:55:31 by Frank Mariak. LogMessage :
- - changed chunky screen storing ... modulo screens (like
- that of Palette prefs are handled correct now)
- - chunky nextscreens in planar videomode are displayed now
- changed on Monday, 17.01.94 17:54:15 by Frank Mariak. LogMessage :
- - added BeamFunctions to avoid problems with VBeamHandling
- (PPaint and TypeSmithII does not hang anymore)
- created on Tuesday, 11.01.94 21:21:07 by Thomas Sontowski. LogMessage :
- - WritePixelArray8 function completely rewritten
- changed on Tuesday, 11.01.94 14:52:53 by Frank Mariak. LogMessage :
- - fixed low fast memory bug. No MEMF_FAST ONLY allocs
- anymore .... Thanks to Mark Rose
- changed on Monday, 10.01.94 06:00:10 by Frank Mariak. LogMessage :
- - added dpaint5 workout again. DPaint IV may be opened with
- picasso screenmode ids again. ChipMemory is used for this
- kind of screens then.
- changed on Monday, 10.01.94 05:55:22 by Frank Mariak. LogMessage :
- - fixed ScreenMode >256col bug. No ScreenModes >256 colors are
- selectable anymore via standard ScreenModeRequesters.
- This bug occured since monitor file v2.11
- changed on Monday, 10.01.94 03:23:44 by Frank Mariak. LogMessage :
- - View/ViewPort display functions completely rewritten and
- tested
- changed on Thursday, 06.01.94 09:11:29 by Frank Mariak. LogMessage :
- - way of switching to Amiga Video after VilIntuiSupScreen is
- closed, changed again
- created on Monday, 03.01.94 13:34:00 by Thomas Sontowski. LogMessage :
- - Pixel function completely rewritten and tested (including segmented mode)
- created on Monday, 03.01.94 09:12:19 by Frank Mariak. LogMessage :
- changed on Monday, 03.01.94 09:12:19 by Frank Mariak. LogMessage :
- - Thanks to Stefan Stuntz for sending me his latest MUI ...
- Some serious display bugs fixed
- changed on Monday, 03.01.94 09:11:01 by Frank Mariak. LogMessage :
- - clipping part of BltTemplate function completely rewritten
- changed on Monday, 03.01.94 06:27:16 by Frank Mariak. LogMessage :
- - no switching to Amiga Video anymore if VilIntuiSupScreens are
- closed (no "clicking" anymore)
- changed on Monday, 03.01.94 06:21:17 by Frank Mariak. LogMessage :
- - fixed v40 mode coercion problem
- changed on Sunday, 02.01.94 00:31:16 by Frank Mariak. LogMessage :
- - clipping part of RectFill function completly rewritten
- changed on Thursday, 30.12.93 09:28:58 by Frank Mariak. LogMessage :
- - added PROGDIR: path in picasso.info search routine
- changed on Thursday, 30.12.93 09:29:52 by Thomas Sontowski. LogMessage :
- - made some internal changes in BltBitmap function
- created on Monday, 27.12.93 23:31:16 by Frank Mariak. LogMessage :
- - The driver can not be started twice anymore .... Starting
- the driver a second time caused some very bad system halts
- before especially if you were running Kick 2.0
- created on Thursday, 23.12.93 19:39:56 by Frank Mariak. LogMessage :
- - DisplayID codes changeable to $4002xxxx for future compatibility
- - fixed "frozen" mousepointer bug with v40 os
-
- Revision V2.10
- --------------
- created on Monday, 20.12.93 23:27:46 by Frank Mariak. LogMessage :
- - added BitMapCheck in MakeVPort ... Sometimes the previous used
- BitMap was freed and i tried to use it again to store my
- videoram in fastram .... this caused some very bad deadlocks
- created on Sunday, 19.12.93 20:23:00 by Frank Mariak. LogMessage :
- - fixed bug in Driver-Initroutine. AASprites never worked with
- this bug
- - changed main datastructure
- - Lores/Hiressprites work now. Hotspot in LoresSprites is
- still wrong
- created on Saturday, 18.12.93 22:57:06 by Frank Mariak. LogMessage :
- - fixed enforcerhit in MakeVPort when BitmapPtr was zero (when first
- changing from amiga display to picasso display)
- - made some cosmetical changes in conjunction with dragging
- and chunky videomodes
- created on Friday, 17.12.93 17:05:40 by Frank Mariak. LogMessage :
- - fixed bug that GetDispInfoData always returned 0xffff for
- result buffer size if DTAG_MNTR was specified
- - fixed refresh display problem that occured since v2.5 because i
- removed some code
- created on Wednesday, 15.12.93 14:45:35 by Martin Berndt. LogMessage :
- - sped up of vidmem -> fastmem chunkyplane copy
- created on Wednesday, 15.12.93 20:45:35 by Frank Mariak. LogMessage :
- - fixed problem that a chunky display was trashed if the has been
- toggled
- created on Sunday, 12.12.93 20:27:51 by Frank Mariak. LogMessage :
- - added clipping to bob functions
- - some internal source changes only
- created on Saturday, 11.12.93 16:39:03 by Frank Mariak. LogMessage :
- - fixed a6 reference bug in makevport !
- created on Saturday, 11.12.93 16:13:15 by Frank Mariak. LogMessage :
- - some speed improvements
-
- Revision V2.0
- --------------
- created on Tuesday, 07.12.93 00:47:42 by Frank Mariak. LogMessage :
- - version history set to 2.0 to avoid confusion
- - displaybeep bug fixed. the system crashed if displaybeep was done
- - sprite clipping added. if the sprite coords are going to get negative
- the sprite image is clipped relative to the zero position
- - sprites are hidden now if a vilintuisup screen is displayed
- created on Wednesday, 01.12.93 23:21:23 by Frank Mariak. LogMessage :
- - changed version history back to old format (now 1.53)
- - chunky and non chunky mode, if > 16 colors are used, is now
- selectable via tooltype
- - sprite routines completely rewritten
- - again saved some code space (-9K executable)
- created on Sunday, 28.11.93 19:47:07 by Frank Mariak. LogMessage :
- - moved vb int mouse code to a mouse task ...
- - dpaint workout removed (using dpaint does not work anymore)
- created on Sunday, 28.11.93 17:48:56 by Frank Mariak. LogMessage :
- - Init and display id code completely rewritten. DisplayIDs
- are dynamically allocated, no limit to 32 displayids anymore
- dpaint works now, code size reduced (-8K)
- - removed bug in ChangeSprite routine
- - changed Forbid/Permit protocoll in LoadView routine
-
-