|
From: Nicolas P. <nic...@us...> - 2005-04-10 20:46:06
|
Update of /cvsroot/hipgmap/gmap/locale/en_US In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2670/locale/en_US Modified Files: GMap.rsrc Log Message: Adam inspired me to look at how we could be faster with maps. We're now pretty wicked fast. Did some more optimization of ordering of tile fetching, we now fetch the tiles that have the most area on the screen first (in that order). Also tweaked the ImageCache quite a bit trying to find the best balance of requests and not blowing the connection with lots of queued messages. Anyways, it's much faster just grabbing stuff now. The downside is we're taxing the little cpu a lot more now, so scrolling isn't anywhere near as neato. Then again, you're not scrolling across white space most of the time now either. I know if we spend the time we can fix that and special case panning around to be much smarter and more efficient, but in the meantime this is a nice improvement. Index: GMap.rsrc =================================================================== RCS file: /cvsroot/hipgmap/gmap/locale/en_US/GMap.rsrc,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** GMap.rsrc 10 Apr 2005 10:23:49 -0000 1.16 --- GMap.rsrc 10 Apr 2005 20:45:33 -0000 1.17 *************** *** 73,77 **** --- 73,79 ---- menuItem title="Search Near Here" id=kID_SearchMap event=SEARCH_MAP shortcut='n' menuItem title="Current Hit..." id=kID_hitsSubMenuMap subMenu=HITS_SUBMENU + divider menuItem title="Debug" id=kID_beug event=DEBUG shortcut='q' + menuItem title="Fullscreen" id=kID_fullscreen event=FULLSCREEN shortcut='z' endMenu |