22 Commits

Author SHA1 Message Date
Willem Jan Palenstijn
90ac7a2bcb LAB: Clean up Image._imageData memory handling 2015-12-26 21:59:10 +01:00
Strangerke
286cd81643 LAB: Rewrite while statements in blitBitmap 2015-12-26 16:14:25 +01:00
Strangerke
f41267311d LAB: Some renaming in blitBitmap and readScreenImage 2015-12-26 15:24:32 +01:00
Strangerke
10baf6b9a2 LAB: Finish moving function comments to header 2015-12-23 21:35:33 +01:00
Strangerke
c6e5232fa3 LAB: Fix bug identified by eriktorbjorn 2015-12-23 21:35:31 +01:00
Filippos Karapetis
f1bb844e90 LAB: Fix a memory leak in the Image class 2015-12-23 21:34:10 +01:00
Strangerke
5ed11d721c LAB: Verify the appropriate use of parenthesis in if statements 2015-12-23 21:34:06 +01:00
Strangerke
83126e84ee LAB: Make the use of nullptr consistent through the engine 2015-12-23 21:34:06 +01:00
Strangerke
52d0243eff LAB: Fix the coding style of a some if/else statements 2015-12-23 21:34:05 +01:00
Strangerke
ad54a75b85 LAB: Add _vm to Image class 2015-12-23 21:34:03 +01:00
Eugene Sandulenko
66f2935a22 LAB: Reduced header dependency: dispman.h, eventman.h 2015-12-23 21:33:57 +01:00
Eugene Sandulenko
9a9b752c0e LAB: More header dependency redux 2015-12-23 21:33:57 +01:00
Eugene Sandulenko
8e9798a0bc LAB: Reduce header intra-dependency. Reduced image.h dependency 2015-12-23 21:33:57 +01:00
Eugene Sandulenko
eccb852749 LAB: Removed unnecessary includes 2015-12-23 21:33:56 +01:00
Strangerke
ae056a767b LAB: Use doxygen format for function comments 2015-12-23 21:33:55 +01:00
Strangerke
ef99d82d13 LAB: Move more functions to DisplayMan 2015-12-23 21:33:51 +01:00
Filippos Karapetis
ea6d4579e2 LAB: Merge all of the different image drawing functions 2015-12-23 21:33:51 +01:00
Filippos Karapetis
d50e9f3541 LAB: Remove dead code
In all cases, dx and dy are always positive
2015-12-23 21:33:49 +01:00
Filippos Karapetis
8f4d9c9c05 LAB: Image accepts a Common::File now 2015-12-23 21:33:49 +01:00
Eugene Sandulenko
17d6e5e860 LAB: Moved bltBitMap to Image class 2015-12-23 21:33:47 +01:00
Eugene Sandulenko
88ede5d2d5 LAB: Rename Image class members 2015-12-23 21:33:47 +01:00
Eugene Sandulenko
148d64eceb LAB: Put Image into a separate class. Leaks memory for now 2015-12-23 21:33:46 +01:00