Age | Commit message (Expand) | Author |
2012-04-06 | MORTEVIELLE: Rename F3F8 functions, rename everything related to Graphical De... | Strangerke |
2012-04-06 | MORTEVIELLE: Rename Alert functions | 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 verbs and associated opcodes, use enum for opcodes | Strangerke |
2012-04-06 | MORTEVIELLE: Apply coding conventions to actions.cpp | Strangerke |
2012-04-06 | MORTEVIELLE: Some more code formatting in mouse | Strangerke |
2012-04-06 | MORTEVIELLE: Rename mouse functions, various formatting fixes | Strangerke |
2012-04-06 | MORTEVIELLE: Start cleaning taffich.cpp | Strangerke |
2012-04-06 | TOOLS: Mortevielle - Remove extra spaces in one of the words | Strangerke |
2012-04-06 | TOOLS: Add ingame text. | Strangerke |
2012-04-06 | TOOL: Use a define for output name | Strangerke |
2012-04-06 | TOOLS: Add header files to create_mortdat, remove second parameter | Strangerke |
2012-04-06 | MORTEVIELLE: Fix the 'You Are Alone' to be properly justified with English text | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Convert f3/f8 dialog, alert dialog, and ques dialogs into classes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Converted menu functions into it's own class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Convert menu code to a class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Moved DROITE() into the ScreenSurface class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replaced stub calls to mortevielle_exit with Engine::quitGame | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed all the remaining text mode function stubs | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Remove all the overlay comments | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Remove more code that had been commented out in the original source | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed all the code that was commented out in the original source | 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: Add comments to the deprecated s_char method | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added CHECK_QUIT to afdes() event loop | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replace old calls to afff to use new decode/drawPicture methods | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fixed the F3/F8 box width to adjust to the text size | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fixed English strings for F3 and F8 | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed boite() stab and remap calls to ScreenSurface::drawBox | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed redundant gfx functions, and moved others into ScreenSur... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed text screen output, and fixed copyright to display on ti... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added support for using the static string list added to mort.dat | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added list of static executable strings to create_mortdat tool | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variables | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented ScummVM savegame functionality with metadata | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Moved the game detection entries to detection_tables.h | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Merged mort.cpp into mortevielle.cpp, and split up intro from ma... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replace timer chip frequency values with a constant | Paul Gilbert |
2012-04-06 | MORTEVIELLE: In progress implementation of PC Speaker music player | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Minor bugfixes to string extraction tool | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Creation of a tool to extract game strings | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix for erasing alert dialogs when done | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Converted the demus assembly code to C++ | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added extra quit checks to event loops | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix sizes of several arrays | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Add extra parenthesis to defines for operation safety | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Visual fix for the inventory menu | Paul Gilbert |