Changes between Initial Version and Version 1 of Ticket #14258


Ignore:
Timestamp:
02/21/23 18:25:01 (14 months ago)
Author:
antoniou79
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14258 – Description

    initial v1  
    1717
    1818What seems to have solved issue 1 (and possibly issue 2, if they are connected).
    19 - I copied the extra conditions for "x < -1" and "y < -1" to our code in putpixel() from: https://github.com/adventuregamestudio/ags/blob/bcf90697ac93080d0edac3e99727041a4e2b461a/Common/gfx/allegrobitmap.cpp#L349
     19- I copied the extra conditions for "x < 0" and "y < 0" to our code in putpixel() (allegro.gfx.cpp) from: https://github.com/adventuregamestudio/ags/blob/bcf90697ac93080d0edac3e99727041a4e2b461a/Common/gfx/allegrobitmap.cpp#L349
    2020
    2121Since this "fix", I did not get issues 1 nor 2. I could create a PR for this, but maybe someone more familiar with the engine could do it -- even without a PR. It's quite a simple fix, and it seems that the code for it in the AGS source tree is from a really old commit (11 years ago).