User:Nrp/Weekly updates/20080809: Difference between revisions
< User:Nrp | Weekly updates
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
== Tuesday == |
== Tuesday == |
||
* Jet lag finally caught me, slept most of the day. |
* Jet lag finally caught me, slept most of the day. |
||
* Committed everything but the camera stuff to Pygame SVN. The autobuilders for OS X and Windows exposed a few bugs, which I then fixed. |
|||
== Wednesday == |
== Wednesday == |
||
* Changed 4 more of the color conversion functions to do any bit depth. |
* Changed 4 more of the color conversion functions to do any bit depth. |
||
* Debugged a YUV to RGB color conversion issue that had escaped me before. |
* Debugged a YUV to RGB color conversion issue that had escaped me before. |
||
== Thursday == |
|||
* Changed the rest of the color conversion functions to handle any bit depth. |
|||
* Updated the documentation to reflect support for non 24bit surfaces. |
Revision as of 05:36, 8 August 2008
Saturday
- Ever wish you had more than 24 hours in a day to code? Well, due to changing time zones, this day was 35 hours long, and I got a whole lot of coding done. I've found a solution to the 24bit/16bit surface/display problem that doesn't sacrifice performance. I'm still another day or so from complete with converting all the colorspace conversions to support surfaces of any depth.
Monday
- Continued with converting the conversion functions to worth with any Surface.
- Continental found my luggage, and I got my XO charger back and pulled the code I was working on on the plane off of it.
Tuesday
- Jet lag finally caught me, slept most of the day.
- Committed everything but the camera stuff to Pygame SVN. The autobuilders for OS X and Windows exposed a few bugs, which I then fixed.
Wednesday
- Changed 4 more of the color conversion functions to do any bit depth.
- Debugged a YUV to RGB color conversion issue that had escaped me before.
Thursday
- Changed the rest of the color conversion functions to handle any bit depth.
- Updated the documentation to reflect support for non 24bit surfaces.