Download Alpha / Beta / Pre-Release Versions
This is the krpano Alpha / Beta versions download section.
When new features during the development become ready for testing or usage, then they will be released here.
The releases here are not complete packages, only the new and relevant parts will be included in downloads.
These files here should be only used by experienced krpano users!
There is currently no Alpha / Beta / Pre-Release Version.
Get the latest version here -
Download.
2011-05-20 - krpano 1.0.8.14 Viewer - Release Candidate 3
Changes/Fixes (compared to the last pre-release from 2011-05-11)
- krpano.swf & krpanoiphone.js
- new actions for looping / repeating actions:
for(startaction, condition, nextaction, loopaction)
asyncfor(startaction, condition, nextaction, loopaction)
loop(condition, loopaction)
asyncloop(condition, loopaction)
- new Math object for mathematical constants and actions:
- Math.PI
- Math.abs(var) or Math.abs(result,v)
- Math.acos(var) or Math.acos(result,v)
- Math.asin(var) or Math.asin(result,v)
- Math.atan(var) or Math.atan(result,v)
- Math.atan2(result,a,b)
- Math.ceil(var) or Math.ceil(result,v)
- Math.cos(var) or Math.cos(result,v)
- Math.exp(var) or Math.exp(result,v)
- Math.floor(var) or Math.floor(result,v)
- Math.log(var) or Math.log(result,v)
- Math.max(var,var2) or Math.max(result,...vars)
- Math.min(var,var2) or Math.min(result,...vars)
- Math.pow(var,var2) or Math.pow(result,v1,v2)
- Math.round(var) or Math.round(result,v)
- Math.sin(var) or Math.sin(result,v)
- Math.sqrt(var) or Math.sqrt(result,v)
- Math.tan(var) or Math.tan(result,v)
- Removing of all InOut and OutIn tweentypes - they were typically not needed and the removing saves a lot of swf and js filesize.
- krpanoiphone.js
- iPhone hotspot scaling fix - WARNING: existing tours may look different now!
- added showerrors setting
- use automatically downscaled tablet images when there are no mobil images available on iPhone3, iPod2/3
- 'open-log-area' click through fix
- Plugins
- new rebuild 'non-native' iPad-style Combobox for iPhone and iPad
- soundinterface.js - looping fix
- googlemaps.swf - made Flashplayer 9 compatible
- plugin interface fixes and enhancements
Download (krpano Flash and JS viewer, plugins)
2011-05-11 - krpano 1.0.8.14 Viewer - Release Candidate 2
Changes/Fixes (compared to the last pre-release from 2011-04-04)
- krpano.swf & krpanoiphone.js
-
many new plugin interfaces, very similar for Flash and Javascript,
more details about that on the final release
-
new plugin/hotspot imagewidth / imageheight variables (read-only),
these variables contain the original unscaled pixel size of the loaded image,
the informations are first available after the onloaded event
-
new tween update callback function:
tween(var,dst,time,done,updatefu)
the updatefu code will be called after every variable change
- krpanoiphone.js
- increased iPod4 stability by limiting and automatically downsampling the max. cubesize
to 640x640 (the iPod 4 has too few memory for a stable use of 1024x1024 cube faces)
- fix: interrupting works now also when clicking plugin or hotspots elements
- fix: detect mouse releases outside an iframe
- plugins
Download (krpano Flash and JS viewer, plugins)
2011-04-04 - krpano 1.0.8.14 Viewer - Release Candidate
Changes/Fixes (compared to the last pre-release from 2011-02-23)
- krpano.swf & krpanoiphone.js
- krpano.swf
- architectural projection - a smoother transition to normal view at nadir/zenith
- fix - the HIGHSHARP quality modes are now always working
- new display.sharpen setting for adjusting the sharpen effect
(0-14, default=12)
- the loading progress animations are now aligned inside the pano area
- the tween actions are now using the actionintervalbase setting (that means they are more time accurate by default)
- parent="STAGE" fixed (bug in last pre-release)
- krpanoiphone.js / swfkrpano.js
- plugins
- the Gyro plugin from Aldo Hoeben is now a real krpanoJS plugin and included in the download package
- complete new googlemaps plugin - custom spot images and spotstyles and many things more... (more details on the final release)
- videoplayer plugin - additional fixes
- radar plugin for krpanoJS
- options plugin much improved, try using it with partial panos
- improved krpanoJS textfield plugin
Download (krpano Flash and JS viewer, plugins)
2011-02-23 - krpano 1.0.8.14 viewer pre-release
Changes/Fixes (compared to the last pre-release from 2011-02-09)
- krpano.swf & krpanoiphone.js
-
new plugin/hotspot pixelwidth / pixelheight variables (read-only),
these variables contain the final pixel size of the element, but note - they don't get
updated immediately when changing the normal width/height/scale variables,
the update happens after a screen refresh or when calling the updatepos() function of the element,
- new plugin/hotspot updatepos() function for updating / recalculating the
position and size of the plugin/hotspot element immediately (the pixelwidth/pixelheight
variables will be updated after this call)
- new control.touchtype variable for touch devices (iPhone/iPad/Android),
possible values = "drag2d" or "moveto", default="drag2d"
-
fixed/changed loadpano events/actions order:
- old order: loadpano⇒calls-following-loadpano⇒onstart⇒onxmlcomplete
- new order: loadpano⇒onstart⇒onxmlcomplete⇒calls-following-loadpano
- get the old order by explicitly setting version="1.0.8.12" in the xml
- looktohotspot() without parameters = do lookto to current hotspot
- krpano.swf
-
new plugin/hotspot pixelhittest variable (true or false, default=false) for enabling a
pixel accurate hit testing which respects the transparency of the
image instead of using the bounding box, but note - use this setting with care!
this pixel hit-test is a much heavier operation than the normal/default bounding box check!
- new control.camrollreset variable (true or false, default=true) to disable the
resetting of the camroll in moveto/drag2d mode
- fixed problem with the scene onstart event when there were '&' or '=' characters in the onstart action
- krpanoiphone.js
- fixed action parameters (%N) resolving (bug from 2011-02-09)
- textfield html/css="data:dataname"
- fixed problem with xml url query paths that contain slashes or # characters
- plugins
- some updated plugins
- videoplayer plugin - additional pausedonstart fix
- details about the plugin news on the final release
Download (krpano Flash and JS viewer, plugins)
2011-02-09 - krpano 1.0.8.14 viewer pre-release
Changes/Fixes (compared to the last pre-release from 2011-02-01)
- krpano.swf & krpanoiphone.js
- new subtxt(dstvar,srcvar,start,len) action for extracting a part of
text / variable (like the Javascript/Flash substr() function)
- krpano.swf
- Android / Desktop devices detection fix
- fixed plugin/child 'flickering' on fast loading
- new getter/setter interface for plugins (more details on the final release)
- krpanoiphone.js
- added support for the "preload" setting
- plugins
- some updated plugins
- details about the plugin news on the final release
Download (krpano Flash and JS viewer, plugins)
2011-02-01 - krpano 1.0.8.14 viewer pre-release
Changes/Fixes:
- krpano.swf & krpanoiphone.js
- "devices" attribute for all xml tags
- txtadd() fix when adding text to non-existent variable
- changeorigin() fix for "prop" sizes
- remove old scenes when loading a new xml (via the loadpano() call)
- krpano.swf
- branding free license - disable logkey now also on startup license error
- qtvr.preview setting fix
- fixed autorotate problem with partial panos and view limiting
- wrong size with width="" or height="" at startup fix
- partial panos lookto / looktohotspot / moveto wrap-around bugfix
- krpanoiphone.js
- improved child/parent system (rotating, scaling, visibility, zorder, events, ...)
- iPhone scaling / positioning bug fixes
- tiled images - visible seam fix
- support for KEEPVIEW flag added
- mouse.x / mouse.y variables
Download (krpano Flash and JS viewer)
2010-11-25 - krpano 1.0.8.12 - bugfix pre-release
News:
- krpano viewer / videoplayer plugin - playvideo() size / volume update fixes
- videoplayer plugin - time attribute update as <plugin> element
- videoplayer plugin - videourl attribute update after playvideo() call
- krpanoJS - fixed textfield without html attribute bug
Download (viewer + videoplayer plugin)
older Alpha / Beta / Pre-Release Versions...