it's fixed! i'll send the fixed mlt by email it was caused by my work on adding a feature to make lines. it's never going to be super-safe to run milton from master, but in the future I will try and keep savefile-breaking changes outside of master :)
Jean-David Moisan
@Apostolique
Pretty sick
Also I had a problem compiling master without changing anything
I'll give you the error (warning?)
Sergio Gonzalez
@serge-rgb
nah. I had the same one probably. was it related to brushenum?
Jean-David Moisan
@Apostolique
ya
Sergio Gonzalez
@serge-rgb
yeah, that's fixed. can't guarantee that I won't break the windows build in the future just because these days I tend to use macos
Jean-David Moisan
@Apostolique
Built perfectly now
There's a new bug it seems
I try to draw, but nothing is shown
or wait
yeah, so I can draw lines
The the Brush doesn't draw
nvm
I'm dumb
Brush size was too small
I got too used to old versions :)
Those lines are awesome
In the future I'll just backup my file before compiling a new Milton version
Sergio Gonzalez
@serge-rgb
:thumbsup:
Jean-David Moisan
@Apostolique
btw, was that a big file?
I put all my notes in there
Sergio Gonzalez
@serge-rgb
about 18000 brush strokes if I remember correctly!
Jean-David Moisan
@Apostolique
No wonder it takes a couple milliseconds to zoom out
@serge-rgb What's your trick to handle infinite undo redo? Do you get that easily because every change is an addition so it's just a matter of indexing every addition?
Sergio Gonzalez
@serge-rgb
@Apostolique pretty much, yeah :) it's just an int, you add or subtract it to redo or undo