Commit Graph
18 Commits
Author SHA1 Message Date
Eugene Sandulenko e8d9dfe62b DIRECTOR: Proper implementation of 'directToStage' 2020-08-23 20:31:48 +02:00
Eugene Sandulenko b438f6fb07 DIRECTOR: Fix warnings 2020-08-23 01:23:28 +02:00
Eugene Sandulenko e27d5ac7fc DIRECTOR: JANITORIAL: Code formatting and unified the namespace end comments 2020-08-21 00:36:19 +02:00
Eugene Sandulenko 03055cb49d DIRECTOR: Keep alpha when inverting a channel in 32bpp mode 2020-08-16 23:08:33 +02:00
Eugene Sandulenko 3f160561d6 DIRECTOR: Fixed for 32bpp mode, things work 2020-08-16 23:08:33 +02:00
Roland van Laar 062bf46ee5 DIRECTOR: Integer comparison fixes 2020-08-16 21:51:36 +02:00
Eugene Sandulenko 7d7e482ce8 DIRECTOR: More 32bpp work, images start to appear 2020-08-16 00:59:05 +02:00
Eugene Sandulenko 7370a946e3 DIRECTOR: Make ink drawing 32bpp-compatible 2020-08-16 00:59:05 +02:00
Nathanael Gentry 07166de33f GRAPHICS: MACGUI: Add dirty rect handling to MacWindow
The Director engine, which relied on this functionality in its Window class, is
also updated.
2020-08-12 02:34:24 -04:00
djsrv efc3f48360 DIRECTOR: Make window active when opened 2020-08-10 23:54:53 -04:00
Nathanael Gentry 3bd3dee13d DIRECTOR: Make missing surface warning more helpful 2020-08-10 14:46:23 -04:00
djsrv 315f43f460 DIRECTOR: Initialize window type to -1 2020-08-07 19:01:11 -04:00
djsrv 8bc5e73d0a DIRECTOR: LINGO: Properly implement titleVisible 2020-08-07 13:40:52 -04:00
djsrv 4ec37c07cf DIRECTOR: LINGO: Implement kTheWindowType 2020-08-06 14:50:59 -04:00
djsrv efaf69a617 DIRECTOR: Add _isStage to Window 2020-08-06 13:50:09 -04:00
Nathanael Gentry 33fff7efe2 DIRECTOR: Properly set window dimensions 2020-08-06 12:50:25 -04:00
Nathanael Gentry 05a18f74be DIRECTOR: Reset current window on movie change 2020-08-06 12:50:24 -04:00
djsrv 9c537a8744 DIRECTOR: Rename Stage to more general Window
The stage and windows are the same type of thing, but the stage only
refers to one particular window.
2020-08-04 23:54:09 -04:00