fosnola

Results 15 comments of fosnola

This happens when you import a Windows scenario (or a Windows party) on an Intel computer. Basically, the problem is that they use the same endian mode, so the port_XXX...

Yes, that is the goal. More precisely, the low level functions _rect_draw_some_item_ of gfx/render_image.cpp are modified to take into account that an image can be larger. **Note:** - if you...

There were almost ~270 commits in my master branch, so it was too much of a hassle to not get the changes in order. But I try - to avoid...

Normally, I have added the last two commits. Tomorrow I'll look at the remaining differences between this branch and my master branch to make sure I haven't forgotten anything important...

I've already lowered the number of commits from ~270 to 156. Most of the first half of the commits are bug fixes: - game crash, (*) - wrong data saved/recovered,...

I just checked the differences between this version and my master branch, there are one or two left (*); they don't seem to be essential so I leave the redo...

Hello, https://github.com/fosnola/cboe/commit/2536e65dacf9ca5caf1494a3f3bcb080534d42bd probably corrects the problems which concern the outdoor map (but not the _in town_ map).

A quick answer concerning these commits: > However, there are some commits that I _do_ reject, which I've listed below. > > [8dcc387](https://github.com/calref/cboe/commit/8dcc387d15541df24efb76eb16b07e5c5970161a) is wrong – that function is supposed...

> > Actually, restore_sp can be called with amt > I'd have to double-check, but possibly that call could be replaced with `drain_sp`. > The problem is more complex, ie...

> that I've done this, I'd like to request that you rebase this onto my latest master so as to remove all the commits that were already merged. That'll make...