Age | Commit message (Collapse) | Author |
|
|
|
This is mainly removal of extraneous blank lines, reformatting indents
to tab characters and other minor non-functional changes to improve
compliance with Code Formatting Conventions.
|
|
Thanks to Giovanni Bajo for noticing and correcting this.
|
|
|
|
|
|
|
|
|
|
|
|
Also translate some more Italian comments
|
|
This avoids incorrect hotspot offsets.
|
|
|
|
|
|
|
|
Also, all the related freeze functions/members.
|
|
|
|
|
|
|
|
We have to copy _nState before it gets reset in closeState.
|
|
|
|
This uses an array of lines rather than trying to stick nulls into
the string, and so fixes wrapping on hyphens (which overwrote the
character before the hyphen). Thanks to eriktorbjorn for both
finding the bug and working out what was going wrong.
|
|
This restores the forgotten doFrame code for RMPointer, which fixes
the bird mouse cursor. Thanks to eriktorbjorn for noticing it.
|
|
|
|
Apparently, in this case the cursor is updated before _precalcTable
has been created. Added safeguard against that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|