Changes

Jump to: navigation, search

User:Asalga

9,355 bytes added, 16:26, 14 September 2012
m
no edit summary
<h1>Release 0.6[[http://asalga.wordpress.com/2010/02/22/release-0-6/ Blog post]]</h1>
<table border="1" width="50%">
<tr align="center">
<td>0.6 Demo</td>
<td>N/A</td>
<td>[http://matrix.senecac.on.ca/~asalga/DPS911webide/release0.5/demo/IDE3Dide/ Updated Web IDE]</td>
</tr>
<td>screenX(), screenY(), screenZ()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/114-screenx screenX()], [http://processing-js.lighthouseapp.com/projects/41284/tickets/115-screeny screenY()], [http://processing-js.lighthouseapp.com/projects/41284/tickets/318-screenz screenZ()]</td>
<td>[http://github.com/asalga/processing-js/tree/screen Github branch] - incomplete</td>
</tr>
<td>modelX(), modelY(), modelZ()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/111-modelx modelX()], [http://processing-js.lighthouseapp.com/projects/41284/tickets/112-modely modelY()], [http://processing-js.lighthouseapp.com/projects/41284/tickets/113-modelz modelZ()]</td>
<td>[http://github.com/asalga/processing-js/tree/model Github branch]</td>
</tr>
<tr>
<td>PMatrix::invAppyly()PMatrix3D 7 methods</td> <td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/290-pmatrix3d-remaining-functions PMatrix3D remaining functions]</td> <td>[http://github.com/asalga/processing-js/tree/remainder_pmatrix3d Github branch]</td>
</tr>
<td>fill(), noFill()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/289-fill-3d fill()], [http://processing-js.lighthouseapp.com/projects/41284/tickets/288-nofill-3d noFill()]</td>
<td>[http://github.com/asalga/processing-js/tree/fill Github branch]</td>
</tr>
<td>stroke(), noStroke()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/320-stroke-3d stroke()], [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/319-nostroke-3d noStroke()]</td>
<td>[http://github.com/asalga/processing-js/tree/stroke Github branch]</td>
</tr>
 
<tr>
<td>scale()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/70-scale scale()]</td>
<td>[http://github.com/asalga/processing-js/tree/scale Github branch]</td>
</tr>
 
<tr>
<td>P3D support</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/335-add-p3d-support P3D]</td>
<td>[http://github.com/asalga/processing-js/tree/p3d Github branch]</td>
</tr>
 
<tr>
<td>canvas size 3D difference bug</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/277-canvas-size-difference-issue canvas size 3D difference bug]</td>
<td></td>
</tr>
 
</table>
 
<!--------------------->
<!--------------------->
<!--------------------->
<!--------------------->
<!--------------------->
 
 
<h1>Release 0.7 [[http://asalga.wordpress.com/2010/03/15/release-0-7/ Blog post]]</h1>
<table border="1" width="50%">
<tr align="center">
<td><b>Item</b></td>
<td><b>Ticket</b></td>
<td><b>Branch</b></td>
<td><b>Demos/Tests</b></td>
</tr>
 
<tr>
<td>noLights()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/67-nolights noLights()]</td>
<td rowspan="4">[http://github.com/asalga/processing-js/tree/amb_dir_point amb_dir_point Branch]</td>
<td rowspan="4">
<ul>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/demos/bouncing_box/bouncing_box.html Bouncing Box]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/demos/disco/disco.html Disco]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/demos/mouse_dir/mouse_dir.html Mouse Dir]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/demos/sol/sol.html Sol]</li>
</ul>
 
<br />
 
<ul>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test1/light_test.html Test1]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test2/light_test.html Test2]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test3/light_test.html Test3]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test4/light_test.html Test4]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test5/light_test.html Test5]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test6/light_test.html Test6]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test7/light_test.html Test7]</li>
<li>[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/examples/seneca/amb_dir_point/test/test8/light_test.html Test8]</li>
</ul>
</td>
</tr>
 
<tr>
<td>ambientLight()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/65-ambientlight ambientLight()]</td>
</tr>
 
<tr>
<td>directionalLight()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/66-directionallight directionalLight()]</td>
</tr>
 
<tr>
<td>pointLight()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/64-pointlight pointLight()]</td>
</tr>
 
<tr>
<td>background()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/415-background-3d-fails-if-call-is-not-in-draw background() - 3D fails]</td>
<td>[http://github.com/asalga/processing-js/tree/bk_fix bk_fix branch]</td>
<td><ul><li>[http://github.com/asalga/processing-js/tree/bk_fix/examples/seneca/background/ tests]</li></ul></td>
</tr>
 
</table>
[http://matrix.senecac.on.ca/~asalga/DPS911/release0.7/0.7diff.txt Diff]<br />
 
<!--------------------->
<!--------------------->
<!--------------------->
<!--------------------->
<!--------------------->
 
<h1>Release 0.8</h1>
<table border="1" width="50%">
<tr align="center">
<td><b>Item</b></td>
<td><b>Ticket</b></td>
<td><b>Branch</b></td>
<td><b>Demos/Tests</b></td>
</tr>
<tr>
<td>Bug277</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/277-canvas-size-difference-issue ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/bug277 branch]</td>
<td>[http://matrix.senecac.on.ca/~asalga/pjswebide/ PJS Web IDE]</td>
</tr>
 
<tr>
<td>emissive()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/117-emissive ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
<tr>
<td>ambient()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/116-ambient ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
 
<tr>
<td>specular()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/119-specular ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
<tr>
<td>lightSpecular()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/107-code-lightspecular ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
<tr>
<td>shininess()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/118-shininess ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
<tr>
<td>spotLight()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/124-spotlight ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
<tr>
<td>lights()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/63-lights ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
<tr>
<td>lightFalloff()</td>
<td>[http://processing-js.lighthouseapp.com/projects/41284/tickets/106-code-lightfalloff ticket]</td>
<td>[http://github.com/asalga/processing-js/tree/material material]</td>
<td>[http://github.com/asalga/processing-js/tree/material/test/ref/ ref tests], [http://github.com/asalga/processing-js/tree/material/examples/seneca/material/ tests & demos]</td>
</tr>
 
</table>
[http://matrix.senecac.on.ca/~asalga/DPS911/release0.8/0.8diff.txt Diff]<br />
 
<!--------------------->
<!--------------------->
<!--------------------->
<!--------------------->
<!--------------------->
 
<h1>Release 0.9</h1>
- filed bug in Firefox: [http://bugzilla.mozilla.org/show_bug.cgi?id=559987 bug 559987]<br />
- filed bug in Processing.js [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/574-multi-line-comments-with-size-call-break-library bug 574]<br />
- filed bug in Processing.js [http://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/575-code-in-a-single-line-comment-breaks-parser bug 575]<br />
- tested [http://github.com/mlam19/processing-js/tree/matrix2d matrix2d]<br />
- fixed screenX, screenY, screenZ tests [http://processing-js.lighthouseapp.com/projects/41284/tickets/114-screenx screenX]
[http://processing-js.lighthouseapp.com/projects/41284/tickets/115-screeny screenY]
[http://processing-js.lighthouseapp.com/projects/41284/tickets/318-screenz screenZ]<br />
- reviewed [https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/422-3d-text-implementation#ticket-422-9 text3D]<br />
 
<!--------------------->
3
edits

Navigation menu