Documentation of how to switch from one version to the next
Posted: Fri Jun 21, 2013 7:06 am
On every new release important information is floating around the forum of what we have to take care of when switching from one version of PB to the newest. This can easily be missed and thus make upgrading much harder.
My proposal: There should be a documentation of how to properly upgrade our source code to the newest version. It can (or even should) be really short like:
edit: fixed typos etc.
My proposal: There should be a documentation of how to properly upgrade our source code to the newest version. It can (or even should) be really short like:
from 5.10 to 5.11
---------------------
- SortStructuredArray(): Change sort type from e.g. #PB_Sort_Long to #PB_Long
- etc.
from 5.11 to 5.20
---------------------
- CreateImage(): Move #PB_Image_Transparent flag to the new 'BackColor' parameter
- DisplaySolidSprite(): Replaced with 'Color' parameter for DisplayTransparentSprite()
- DisplayRGBFilter(): Can be replaced with a zoomed sprite with color
- etc.
edit: fixed typos etc.