William Bettridge-Radford

Results 46 comments of William Bettridge-Radford

Tooltip sounds are triggered via scripts: https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/shared/sharhelp.cht#L572-L583 https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/kauai/src/screxeg.cpp#L835-L853

ADOPT_WAVE is used to link sounds to mouse click events for toolbar buttons Clicking the Scene cover https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/studio.cht#L481 Clicking secondary tools https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/sectools.cht#L385

Sure. As an example, Better Speed is saved in the registry. https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/utest.cpp#L1997-L2016

It also saves a small blob of binary data as `UserData` This includes a flag `kflgMcZeeAudio` for disabling McZee tooltips. https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/inc/stdiodef.h#L885-L911 https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/shared/sharhelp.cht#L572-L583

looks like it's defined here: https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/esl.cpp#L24

I've tried adding a delay to AdjustCursor, but that hasn't sovled the problem for me. https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/engine/movie.cpp#L6256-L6290

I've had more luck making it wrap more frequently, by increasing the inset size to `200`. https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/engine/movie.cpp#L45-L48

I'm not. Just native Windows 11. ``` Edition Windows 11 Home Version 22H2 Installed on ‎2023-‎01-‎28 OS build 22621.2134 Experience Windows Feature Experience Pack 1000.22659.1000.0 ```

Linux support would be great fun. Once we have a build using SDL it should be possible to get it running on Android and Mac too. But, none of that...

@davidrenne do the other accelerators stop working too? Like undo `Ctrl+Z` or redo `Ctrl+Y`? I wonder if they all get disabled. https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/utest.cpp#L4348-L4366