Age | Commit message (Expand) | Author |
2012-04-06 | MORTEVIELLE: Some more code formatting, rename sonoff | Strangerke |
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: Remove all the overlay comments | 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: 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: In progress implementation of PC Speaker music player | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Converted the demus assembly code to C++ | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Merge the _mouseButtons and clic variables | Paul Gilbert |
2012-04-06 | MORTEVIELLE: More game menu formatting fixes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix loading of data in charge_bruit5() | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented a basic event handler. | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Change mem array to be 640Kb, and correct segment offsets using ... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented loading of the font data, and rewrote drawing routin... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Initialise graphics, and hardcode game mode to EGA graphics with... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Correct loading of the text data index, and fixed decoding of te... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Bugfix for loading data in init_lieu method | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Reimplemented the loading of cfiec.mor more cleanly | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Add some comments with translated strings | Strangerke |
2012-04-06 | MORTEVIELLE: Bugfix for loading data in charge_cfiph() | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Bugfix for loading data in charpal() | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Bugfix for loading data in chartex() | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix data loading in chartex method | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added stubs for remaining functions needed by the project | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Lots of compilation fixes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: More compilation fixes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Converted some of the file accesses to use Common::File | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replaced all set::of forms with proper C if statements | Paul Gilbert |
2012-04-06 | MORTEVIELLE: cardinal -> uint | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Converted remaining varying_string instances to Common::String | Paul Gilbert |
2012-04-06 | MORTEVIELLE: COnvert more arrays and data types | Eugene Sandulenko |
2012-04-06 | MORTEVIELLE: Fix some more errors by adding includes | Strangerke |
2012-04-06 | MORTEVIELLE: use bool instead of boolean | Strangerke |
2012-04-06 | MORTEVIELLE: Start including header files | Strangerke |
2012-04-06 | MORTEVIELLE: rename namespace | Strangerke |
2012-04-06 | MORTEVIELLE: Add namespace and standard header | Strangerke |
2012-04-06 | MORTEVIELLE: real -> float | Eugene Sandulenko |
2012-04-06 | MORTEVIELLE: integer -> int | Eugene Sandulenko |
2012-04-06 | MORTEVIELLE: Rename *.h -> *.cpp where they really belong | Eugene Sandulenko |