Age | Commit message (Expand) | Author |
2013-07-19 | MORTEVIELLE: Reorder includes | Strangerke |
2013-07-19 | MORTEVIELLE: Use width and height provided by Graphics::Surface | Strangerke |
2013-07-19 | MORTEVIELLE: Constify an array in graphics, reduce the scope of some variables | 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 |
2012-10-14 | MORTEVIELLE: More renaming | Strangerke |
2012-04-06 | MORTEVIELLE: Modify copyright string to include 1987. | Strangerke |
2012-04-06 | MORTEVIELLE: Remove var_mor | Strangerke |
2012-04-06 | MORTEVIELLE: Remove trailing spaces | Strangerke |
2012-04-06 | MORTEVIELLE: Move functions out of mor.cpp | Strangerke |
2012-04-06 | MORTEVIELLE: More renaming, add a piece of code to improve CGA/EGA switching | Strangerke |
2012-04-06 | MORTEVIELLE: More renaming | Strangerke |
2012-04-06 | MORTEVIELLE: Some more renaming, introduce MouseHandler | Strangerke |
2012-04-06 | MORTEVIELLE: some more renaming, match menu item size in setText() | Strangerke |
2012-04-06 | MORTEVIELLE: Some more renaming and refactoring | Strangerke |
2012-04-06 | MORTEVIELLE: Properly implement transparency when drawing images | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Rename more globals | Strangerke |
2012-04-06 | MORTEVIELLE: Start renaming globals | Strangerke |
2012-04-06 | MORTEVIELLE: Start removing deline() and delig | Strangerke |
2012-04-06 | MORTEVIELLE: clean up while statements using separate 'not' | Strangerke |
2012-04-06 | MORTEVIELLE: Some more code formatting, rename sonoff | Strangerke |
2012-04-06 | MORTEVIELLE: Rename some more variables and functions | Strangerke |
2012-04-06 | MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in del... | Strangerke |
2012-04-06 | MORTEVIELLE: Rename mouse functions, various formatting fixes | 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: Bugfix for image block decoding method #0 | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Merge the _mouseButtons and clic variables | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix compiler warnings and added assert | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Changed deprecated warnings to use debugC instead | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Correct ScreenSurface::fillBox to use the passed colour | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Add ScreenSurface::clearScreen method | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Reduce the decoding lookup buffer sizes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix another graphic glitch in the image decoder | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implement ScreenSurface::fillBox method | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added needed palette remapping to drawPicture() | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Give generic variables in image decoder proper names | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix decoding glitch in the first image | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Properly handle image offsets when drawing images | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented a basic event handler. | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Create a basic palette manager class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Correct horizontal display of images | 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 |