Sure, no problem. I'll check as well... Before you remove the mods though, make sure there are no active calls for the ms_write_log. I found that if I'm dumping to the ms, things tend to have hickups... ( not a real surprise )
In utils.c, there are simple error checkings only except for that for (i=1; i<5; i++) { line.
In graphics.c again, mostly error checkings except for the printTextScreen which I think is pretty obvious.
So, I don't see any major setbacks if you replace these, except the degree sign will not be shown...
I have been looking at the image memory allocation routines (those memaligns and associated linklists), I started tracking their allocs and frees and have some interesting results... More investigation is needed though, I haven't arrived to any conclusion yet, I want to understand the full process more... It seems that there is plenty of data not being free'd even if there is need for more. Except for that garbage_collection thread of course, which is not running quite frequently... I found problems mostly when you are changing zoom levels...
Bookmarks