tophat2d / tophat

:tophat: a 2d game library for Umka
https://tophat2d.dev
BSD 3-Clause "New" or "Revised" License
73 stars 5 forks source link

Update mmdoc #168

Closed skejeton closed 8 months ago

skejeton commented 8 months ago

https://github.com/marekmaskarinec/tophat/actions/runs/8281813607/job/22661171777#step:4:136

vtereshkov commented 8 months ago

More generally, we need to switch tophat to the updated Umka standard library:

skejeton commented 8 months ago

I fixed buildhelper and the CI should pass, but mmdoc has to be done from Marek's side.

vtereshkov commented 8 months ago

There was also a custom (and ugly) readall() in misc.um.

skejeton commented 8 months ago

Noted. I think I just found a bug in freadall, I'm going to post it in the Umka repository.

marekmaskarinec commented 8 months ago

There was also a custom (and ugly) readall() in misc.um.

I remember this ancient implementation from the times when there was no ftell.