Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MiniMap DVV
#12
BUMP
to version 1.7
More glitch fixin'!

I discovered a bug within the map drawing system where not all required data was passed into the method that draws the necessary tile into the minimap itself.  I had to fix that and thus borne version 1.5

However, I noticed something with fairly large maps... and was a visible issue that related to my fix with version 1.4

Until version 1.4, the minimap system read the entire map before allowing the map itself to be rendered.  Granted, that did cause some lag with large maps.  But the versions before version 1.4 couldn't handle maps too large in size, so I used a technique that only read an area on the map around the player itself and attempted to update the map as you went.  Unfortunately, it didn't update the tiles.  And when you went too far outside the initial area the player started, the drawn tiles in the minimap vanished.

I attempted a fix with version 1.6 which refreshed the map every few steps, so the tiles were always visible in the minimap itself, but it was a bit choppy.  I guess you could call it a prototype technique... it worked, but the technique erased the whole map, all values, and then redrew everything when it wasn't needed to be 100% rerendered.   Slow and clumsy, it caused a tiny bit of visible chop.

However, version 1.7 fixed that with a new call which merely refreshed the system that redrew the tiles themselves.  And with that, the issue with the map vanishing when the player walked too far from his/her origin spot.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
MiniMap DVV - by DerVVulfman - 01-13-2010, 05:18 AM
RE: MiniMap DVV - by DerVVulfman - 04-25-2011, 04:30 AM
RE: MiniMap DVV - by DerVVulfman - 10-18-2013, 03:56 AM
RE: MiniMap DVV - by DerVVulfman - 12-05-2013, 05:25 AM
RE: MiniMap DVV - by DerVVulfman - 02-22-2015, 05:39 AM
RE: MiniMap DVV - by DerVVulfman - 07-10-2016, 03:19 AM
RE: MiniMap DVV - by MechanicalPen - 10-18-2013, 10:11 PM
RE: MiniMap DVV - by Peregrine - 02-17-2015, 09:38 PM
RE: MiniMap DVV - by JayRay - 02-17-2015, 11:23 PM
RE: MiniMap DVV - by Peregrine - 07-01-2015, 11:55 PM
MiniMap DVV - by Arrogames - 02-07-2010, 07:26 AM
MiniMap DVV - by DerVVulfman - 02-07-2010, 06:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Isometric Maps: MiniMap DVV Patch DerVVulfman 0 4,841 06-26-2014, 03:27 AM
Last Post: DerVVulfman



Users browsing this thread: