Age | Commit message (Expand) | Author |
2012-04-06 | MORTEVIELLE: Rename arrays used by menu | Strangerke |
2012-04-06 | MORTEVIELLE: Start removing deline() and delig | Strangerke |
2012-04-06 | MORTEVIELLE: First "English" version. | Strangerke |
2012-04-06 | MORTEVIELLE: Rename remaining Menu enums, rename _staticStrings into _engineS... | Strangerke |
2012-04-06 | MORTEVIELLE: clean up while statements using separate 'not' | Strangerke |
2012-04-06 | MORTEVIELLE: Some more cleanup, add alternate file names used by german and a... | Strangerke |
2012-04-06 | MORTEVIELLE: Fix protection skip and avoid instant exit | Strangerke |
2012-04-06 | MORTEVIELLE: remove a couple of GOTOs | Strangerke |
2012-04-06 | MORTEVIELLE: Convert some more char types to byte | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Changed some char fields in sav_chaine to byte | Paul Gilbert |
2012-04-06 | MORTEVIELLE: rename variables in Ques::show(), fix remaining glitches | Strangerke |
2012-04-06 | MORTEVIELLE: Fix questions display when entering hidden passage | Strangerke |
2012-04-06 | MORTEVIELLE: cleanup decodeAlertDetails, rename parameters and variables | Strangerke |
2012-04-06 | MORTEVIELLE: Fix a bug in decodeAlertDetails | Strangerke |
2012-04-06 | MORTEVIELLE: Add detection for another French version | Strangerke |
2012-04-06 | MORTEVIELLE: various cleanup and renaming | Strangerke |
2012-04-06 | MORTEVIELLE: remove pred and succ | Strangerke |
2012-04-06 | MORTEVIELLE: Rename graphical mode constants | Strangerke |
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 |