Difference between revisions of "Fall 2011 0.4 Release"

From CDOT Wiki
Jump to: navigation, search
(Release Info)
(Release Info)
 
Line 94: Line 94:
 
|Separated perlin and simplex seeding, so they don't affect each other anymore. Tested perlin and simplex 3D. Created demos for perlin and simplex 3D. Responded to the review for the RAF code.
 
|Separated perlin and simplex seeding, so they don't affect each other anymore. Tested perlin and simplex 3D. Created demos for perlin and simplex 3D. Responded to the review for the RAF code.
 
|http://withs.tumblr.com/post/14345159226/split-the-seeding-of-perlin-and-simplex, http://withs.tumblr.com/post/14440598719/requestanimationframe-review
 
|http://withs.tumblr.com/post/14345159226/split-the-seeding-of-perlin-and-simplex, http://withs.tumblr.com/post/14440598719/requestanimationframe-review
 +
|-
 +
|Keyan Ren
 +
|KeyR
 +
|http://rkyosd.blogspot.com/2011/12/04-release.html
 +
|https://github.com/keyanr/popcorn-js/commit/1eed62d0b2a80a568cf4f7ba2ccd35ede34dd8d8
 +
|Please check the blog
 +
|[https://webmademovies.lighthouseapp.com/projects/63272/tickets/873-stop-subtitle-from-polluting-popcorn-instances #873][https://webmademovies.lighthouseapp.com/projects/63272/tickets/879-remove-popcorntimelinecss #879]
 
|-
 
|-

Latest revision as of 01:25, 27 December 2011

Release Info

Name IRC Nick Blog Github Commit Release Notes Bug
Chris Gosselin crgosselin http://crgosselin.blogspot.com/ https://github.com/crgosselin/popcorn-js/tree/T417/plugins/visualtimeline Implemented sound controls, fixed up code to be pulled/for next person who wants to use it, reduced redundant calculations https://webmademovies.lighthouseapp.com/projects/63272-popcornjs/tickets/417-create-a-good-way-to-visualize-popcorn-in-the-timeline#ticket-417-21
Kaitlyn McDonald kaitlynm http://kaitlynmcdonald.wordpress.com/ https://github.com/kmcdonald11/Send2SP Blog! Issue 854
Greg Krilov gkrilov http://gkrilov.com/ https://github.com/gkrilov/processing-js/tree/t1540 Rewrote the XMLElement constructor and some XMLElement functions to use explicit arguments https://processing-js.lighthouseapp.com/projects/41284/tickets/1540-rewrite-xmlelement-constructor
Archana Sahota Asahota1 http://archanasahota.com https://github.com/archanasahota/processing-js/tree/t1771, https://github.com/archanasahota/processing-js/tree/t1773 1. popStyle() sets curRectMode to undefined. 2. Implemented shearX and shearY in 3D mode. https://processing-js.lighthouseapp.com/projects/41284/tickets/1771-popstyle-sets-currectmode-to-undefined, https://processing-js.lighthouseapp.com/projects/41284/tickets/1773-shearx-and-sheary-are-not-implemented-in-3d-mode
Noah Gitalis ngitalis https://noahgitalis.wordpress.com/ https://github.com/ngitalis/popcorn-js/commits/T417 Chris Gosselin's Plugin now acts as a custom media controller. https://webmademovies.lighthouseapp.com/projects/63272-popcornjs/tickets/417-create-a-good-way-to-visualize-popcorn-in-the-timeline#ticket-417-21
Sergiu Ecob secob http://saecob.blogspot.com/ https://github.com/saecob/gladius.math/tree/alpha Added new Clone() function, brought transform and quaternion functions in line with the API https://www.pivotaltracker.com/projects/373719
Joseph Hughes CloudScorpion http://CloudScorpion.blogspot.com/ https://github.com/CloudScorpion/CubicVR.js/tree/issue26-dev New Octree migration in progress. Check blog posts for more detail. https://github.com/cjcliffe/CubicVR.js/issues/26
Denise Rigato drigato http://drigato.wordpress.com https://github.com/drigato/popcorn-js/tree/rdioPlugin/plugins/rdio Rdio plugin 1.0 and steps away from version 2.0 https://webmademovies.lighthouseapp.com/projects/63272/tickets/396-create-an-rdio-plugin
Hasan Kamal-Al-Deen northWind http://orbitalstation.wordpress.com https://github.com/SecurityCompass/XSSMe/pull/4 , https://github.com/alankligman/gladius/pull/52#issuecomment-3134925 Some XSS Me work, gladius/configurator ever closer to landing https://github.com/SecurityCompass/XSSMe/issues/3 , https://github.com/SecurityCompass/XSSMe/issues , https://github.com/alankligman/gladius/issues/21
Ausley Johnson Johnno http://ausleyj.blogspot.com/ https://github.com/aljohnson1/popcorn-js/commit/0a02e2f3ea3eabb85e2e , https://github.com/aljohnson1/popcorn-js/commit/dce17792100cb9 1. Ticket: 840. Fixed Lint Errors for Core-Tests 2. Creation unit test for plugin(see commit). https://webmademovies.lighthouseapp.com/projects/63272-popcornjs/tickets/840 , https://webmademovies.lighthouseapp.com/projects/63272-popcornjs/tickets/308
Moussa Tabcharani moussa1 http://moussa1.wordpress.com/ https://github.com/moussa1/popcorn-js/commit/e7451a13da6d40fcdea6eb9a82f70d85cc1c9634 , https://github.com/moussa1/popcorn-js/commit/832d7bcbe2de67d2213b50f1c7aedb74b34d4576 1. Ticket: 64. Fixed issues mentioned by cadecairos during super-review 2. Developed a new popcorn plugin (Github) https://webmademovies.lighthouseapp.com/projects/63272/tickets/64-display-caption, https://webmademovies.lighthouseapp.com/projects/63272/tickets/785-create-a-github-plugin
Jacky Siu jsiu3 http://withs.tumblr.com/tagged/OSD https://github.com/jsiu3/gladius/commit/87c66cf0404594c4fac8dc201b58b1d5da200d90, https://github.com/jsiu3/processing-js/commit/87a31c686ffffb08a17c49161c1fdc162ea1b7d3 Separated perlin and simplex seeding, so they don't affect each other anymore. Tested perlin and simplex 3D. Created demos for perlin and simplex 3D. Responded to the review for the RAF code. http://withs.tumblr.com/post/14345159226/split-the-seeding-of-perlin-and-simplex, http://withs.tumblr.com/post/14440598719/requestanimationframe-review
Keyan Ren KeyR http://rkyosd.blogspot.com/2011/12/04-release.html https://github.com/keyanr/popcorn-js/commit/1eed62d0b2a80a568cf4f7ba2ccd35ede34dd8d8 Please check the blog #873#879