Age | Commit message (Expand) | Author |
2014-02-18 | MORTEVIELLE: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-10 | MORTEVIELLE: Get rid of setParent() | Strangerke |
2013-07-19 | MORTEVIELLE: Use width and height provided by Graphics::Surface | Strangerke |
2013-07-19 | MORTEVIELLE: Fix formatting glitch | Strangerke |
2013-07-19 | MORTEVIELLE: Replace some British words by US ones | Strangerke |
2013-07-01 | MORTEVIELLE: Some more renaming in GfxSurface | Strangerke |
2013-07-01 | MORTEVIELLE: Some renaming GfxSurface | Strangerke |
2013-06-25 | MORTEVIELLE: Replace g_vm in ScreenSurface | Strangerke |
2013-02-21 | MORTEVIELLE: Some renaming, remove useless variables, add debugger | Strangerke |
2012-04-06 | MORTEVIELLE: Modify copyright string to include 1987. | Strangerke |
2012-04-06 | MORTEVIELLE: Move functions out of mor.cpp | Strangerke |
2012-04-06 | MORTEVIELLE: some more renaming, match menu item size in setText() | Strangerke |
2012-04-06 | MORTEVIELLE: Properly implement transparency when drawing images | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Rename some more variables and functions | Strangerke |
2012-04-06 | MORTEVIELLE: Moved DROITE() into the ScreenSurface class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed unused clear_box() and fill_box(), and renamed fillBox t... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replaced all box() calls with ScreenSurface::fillBox | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fixed the F3/F8 box width to adjust to the text size | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed redundant gfx functions, and moved others into ScreenSur... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix for erasing alert dialogs when done | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Add ScreenSurface::clearScreen method | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implement ScreenSurface::fillBox method | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Give generic variables in image decoder proper names | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Properly handle image offsets when drawing images | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Create a basic palette manager class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added an optimised drawBox routine | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix remaining issues when decoding first image | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented a screen surface class to hold all the graphics func... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Completed the diag() method used in image decoding. | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented the remaining image decoding mode 11 | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented more of the image decompression code | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Beginnings of code for picture decoding | Paul Gilbert |