Commit Graph
47 Commits
Author SHA1 Message Date
Eugene Sandulenko fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
Borja Lorente 5bb5bb64f0 WAGE: Fix style issues 2016-07-31 14:05:14 +02:00
Borja Lorente 9ce6fbd0d7 GRAPHICS: Move MacMenu constants 2016-07-31 14:05:14 +02:00
Borja Lorente 1080f19995 GRAPHICS: Create wrapper namespace for MacWindowManager constants 2016-07-31 14:05:14 +02:00
Borja Lorente 3d4087b9d0 WAGE: Extract MacWindowManager 2016-07-30 09:41:54 +02:00
Eugene Sandulenko 531b190d59 GRAPHICS: Added FloodFill class to Surface.
Moved from WAGE engine and is using stack-based classic floodfill
implementation.
2016-06-03 00:45:56 +02:00
Eugene Sandulenko 5fbac749e2 WAGE: Moved patterns to WindowManager 2016-04-28 12:37:03 +02:00
Eugene Sandulenko 00399d27db WAGE: Switch to ManagedSurface 2016-04-15 17:24:14 +02:00
Eugene Sandulenko 2408766f2d WAGE: Precalculate design bounds based on real data 2016-03-09 15:47:22 +01:00
Eugene Sandulenko acdddf8ade WAGE: Simplify bitmap reading code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko 7dd3874a43 WAGE: Indentation fixes 2016-02-14 17:13:04 +01:00
Eugene Sandulenko 5e002c4fe2 GRAPHICS: Move generic primitives from WAGE engine 2016-02-14 17:13:03 +01:00
Eugene Sandulenko 8760362302 WAGE: Draw dialog 2016-02-14 17:12:48 +01:00
Eugene Sandulenko a6cf968533 WAGE: Draw drop-down menu shadow 2016-01-13 19:21:42 +01:00
Eugene Sandulenko 5a9acaa162 WAGE: Render submenu rectangle 2016-01-12 19:31:27 +01:00
Eugene Sandulenko 46076a0e6c WAGE: Plugged great deal of leaks 2016-01-07 01:24:42 +01:00
Eugene Sandulenko ca7470b697 WAGE: Fix bitmap drawing by implementing flood fill algorithm 2016-01-05 19:02:33 +01:00
Eugene Sandulenko 0aaab27025 WAGE: Remove redundant code 2016-01-04 23:12:55 +01:00
Eugene Sandulenko 2db59e9c45 WAGE: Switched round rectangles to think brush drawing 2016-01-04 19:47:16 +01:00
Eugene Sandulenko 1ef7beb8e8 WAGE: Stub for object clicking 2016-01-01 18:48:16 +01:00
Eugene Sandulenko 03e3f80bff WAGE: Mac has roundrect on desktop. Render it 2016-01-01 02:16:00 +01:00
Eugene Sandulenko 0dde7a94a9 WAGE: Implement design caching 2015-12-29 10:46:51 +01:00
Eugene Sandulenko 0c682799a1 WAGE: Draw checkered background to simulate desktop 2015-12-29 01:46:39 +01:00
Eugene Sandulenko 91d5b8b17e WAGE: Started border drawing implementation 2015-12-27 15:41:03 +01:00
Eugene Sandulenko ab34bafc31 WAGE: Implement scene drawing 2015-12-27 15:41:02 +01:00
Eugene Sandulenko 6c214c2c4a WAGE: Special case for 1-pixel wide ellipses, support for transparent pattern 2015-12-27 15:40:57 +01:00
Eugene Sandulenko 0d6b726fd8 WAGE: First stub for rounded rectangles 2015-12-27 15:40:55 +01:00
Eugene Sandulenko 7e23caa342 WAGE: Cleanup 2015-12-27 15:40:55 +01:00
Eugene Sandulenko cce763ea2e WAGE: Completed drawFilledEllipse 2015-12-27 15:40:53 +01:00
Eugene Sandulenko 9ae6992c7c WAGE: Switched rectangle drawing to general code 2015-12-27 15:40:53 +01:00
Eugene Sandulenko f483bc0d83 WAGE: Made ellipse drawing generic 2015-12-27 15:40:53 +01:00
Eugene Sandulenko b054e82dbe WAGE: Switched polygon drawing to generic 2015-12-27 15:40:53 +01:00
Eugene Sandulenko 8950bd5248 WAGE: Implemented drawing of think lines 2015-12-27 15:40:53 +01:00
Eugene Sandulenko c00bd70f02 WAGE: Implement drawBitmap 2015-12-27 15:40:53 +01:00
Eugene Sandulenko 1ffabd4325 WAGE: Implement ellipses. Refactoring 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 0ddb529636 WAGE: Start of implementation for patterned polygons 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 539c2ea8e4 WAGE: Implement drawing patterned rectangles 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 4cfc0d0480 WAGE: Get rid of hacky drawing 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 327a9ec74a WAGE: Implemented stub for drawRect 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 080d3827f9 WAGE: Implemented debug drawing 2015-12-27 15:39:52 +01:00
Eugene Sandulenko d3917bf931 WAGE: Added stub for polygon drawing 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 8e82969ead WAGE: Stub for Design::paint() 2015-12-27 15:39:52 +01:00
Eugene Sandulenko 5d7c72c6b6 WAGE: Remove SVN keywords from the headers
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
D G Turner 6d90f6c089 WAGE: Fixed Remaining Issues Preventing Compilation.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko bee9d5e2d9 WAGE: Added MIT license to mll relevant files.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko 406a05aec1 WAGE: Implement reading of all entities. This completes the world loading.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00
Eugene Sandulenko ce6aa4dd28 WAGE: Added stubs for most classes. Implemented Obj and Scene classes.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
2015-12-27 15:39:52 +01:00