Filename: jsplugin.c
|
| Revision 1.21 | johns
| 2008/09/02 21:34:54 | +8 -9
|
Use major version number to control structure read/write feature
|
| Show difference between Revision 1.20 and 1.21
|
| Revision 1.20 | johns
| 2008/09/02 20:34:36 | +58 -17
|
Fixed up more of the structure reading/writing code. The new code
now seems to correctly reads what it writes.
|
| Show difference between Revision 1.19 and 1.20
|
| Revision 1.19 | johns
| 2008/09/02 19:03:43 | +42 -5
|
Fixed a few bugs in the new structure writing routines, and added
debugging output for the time being.
|
| Show difference between Revision 1.18 and 1.19
|
| Revision 1.18 | johns
| 2008/09/02 16:20:03 | +7 -4
|
crank version when structure info is enabled
|
| Show difference between Revision 1.17 and 1.18
|
| Revision 1.17 | johns
| 2008/09/02 16:18:33 | +111 -12
|
Added bond and bond order storage
|
| Show difference between Revision 1.16 and 1.17
|
| Revision 1.16 | johns
| 2008/09/02 15:48:25 | +45 -44
|
finished the structure writing block
|
| Show difference between Revision 1.15 and 1.16
|
| Revision 1.15 | johns
| 2008/08/19 20:48:57 | +311 -4
|
Added code to compress the atomic data structure on-the-fly using hash
tables to make unique name string lists, which are then indexed into by
the data that's actually stored for each atom field. This closely
mirrors what VMD does internally already. Ideally we'd go a few steps
further storing a unique atom ID key for a unique combination of multiple
fields, further reducing file size. We'll eventually want to provide
the means to special-case things like bulk solvent atoms which will
reduce storage even further.
|
| Show difference between Revision 1.14 and 1.15
|
| Revision 1.14 | johns
| 2008/08/19 19:30:10 | +259 -15
|
Added structure reader to jsplugin
|
| Show difference between Revision 1.13 and 1.14
|
| Revision 1.13 | johns
| 2008/08/19 16:06:19 | +11 -4
|
fix typo, began adding structure data to the handle
|
| Show difference between Revision 1.12 and 1.13
|
| Revision 1.12 | johns
| 2008/08/19 16:02:23 | +26 -24
|
modernized jsplugin initialization code.
|
| Show difference between Revision 1.11 and 1.12
|
| Revision 1.11 | johns
| 2008/08/19 15:54:48 | +19 -17
|
normalized the console I/O in jsplugin
|
| Show difference between Revision 1.10 and 1.11
|