Revision: 20851
          http://sourceforge.net/p/jmol/code/20851
Author:   hansonr
Date:     2015-10-30 12:07:20 +0000 (Fri, 30 Oct 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.5.0_2015.10.30"

FEATURE CHANGE: (Application only for now) PDB default for =xxxx 
  -- changed to 
    "pdb", 
"http://ftp.wwpdb.org/pub/pdb/data/structures/divided/pdb/%c2%c3/pdb%file.ent.gz";
  -- will be complemented with file.ent for non-binary transfer, but that is 
not implemented yet at RCSB
  -- mmCIF counterpart not implemented yet.
  -- not HTML5 because for that we need the option to remove .gz

new feature: set testflag3 TRUE  gives random triangle effect to polyhedra

new feature: POLYHEDRON ID "xxx" OFFSET {3 3 3}
 -- allows cartesian offset of named polyhedra
 
bug fix: empty format crashes Jmol --  print "testing".format("")
bug fix: polyhedron volume will be incorrect if there is a 
         face triangle that has no edges visible (requires a six or more sided 
face)  

bug fix: nested if...{...if... } else {...} gives compiler syntax error:

  if (i=1) {
    print "i=1"
    if (j=1)
      print "j != 1" 
  } else {                // } closes if (j=1) instead of if (i=1) {
    print "i != 1"
  }

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-10-30 11:52:33 UTC 
(rev 20850)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-10-30 12:07:20 UTC 
(rev 20851)
@@ -76,6 +76,7 @@
 new feature: POLYHEDRON ID "xxx" OFFSET {3 3 3}
  -- allows cartesian offset of named polyhedra
  
+bug fix: empty format crashes Jmol --  print "testing".format("")
 bug fix: polyhedron volume will be incorrect if there is a 
          face triangle that has no edges visible (requires a six or more sided 
face)  
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to