aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.cpp
AgeCommit message (Expand)Author
2005-07-03Implementation of sfShowMap. This was latest unimplemented script function :)Eugene Sandulenko
2005-06-21When a key is pressed, go back to repeat phase 0 again. This is so that weTorbjörn Andersson
2005-06-19Support for mouse wheel in Options dialog and in Converse panelEugene Sandulenko
2005-06-19implemented sfGetNumberAndrew Kurushin
2005-06-10WhitespaceTorbjörn Andersson
2005-06-08Allow part of the IHNM intro to run again. I haven't verified that theseTorbjörn Andersson
2005-06-04fixed lense creation bug ( fade in/out now has separate flag)Andrew Kurushin
2005-06-02Implement game load with '-x' comman-line parameter.Eugene Sandulenko
2005-06-01Removed unused variables.Torbjörn Andersson
2005-05-31Allow entry of space and some letters such as 'r' and 'p' as parts ofEugene Sandulenko
2005-05-31multiple files save-load implementationAndrew Kurushin
2005-05-31Almost complete implementation of Puzzle. Now it is possible to solve itEugene Sandulenko
2005-05-29Implement key auto-repeat used in savegame dialog.Eugene Sandulenko
2005-05-29implemented DOS version 1 pixel clippingAndrew Kurushin
2005-05-28game options WIP2Andrew Kurushin
2005-05-23saveload WIPAndrew Kurushin
2005-05-23Plug in Puzzle. Now it consists mainly of stubs but neverthless lets skipEugene Sandulenko
2005-05-22Implement Interface::drawButtonBox()Eugene Sandulenko
2005-05-22stub drawButtonBoxAndrew Kurushin
2005-05-22fixes some todo (hardcoded resource ids -> customized per game)Andrew Kurushin
2005-05-15fixed give verbAndrew Kurushin
2005-05-12fixed interpreter bug (negative address offset - may crush system)Andrew Kurushin
2005-05-10Forgot to remove debugging messages.Torbjörn Andersson
2005-05-09Fixed failed assertion when entering the Elk King's court. It looks like aTorbjörn Andersson
2005-04-24fixed object frawingAndrew Kurushin
2005-04-23fixed sfDropObject implementationAndrew Kurushin
2005-04-22fixed non assigned buttons in IHNMAndrew Kurushin
2005-04-22Changed "BYTE" to "int".Torbjörn Andersson
2005-04-22implemented inventoryAndrew Kurushin
2005-04-22o Fix save/load. Now it restores game properly but still at exit #0.Eugene Sandulenko
2005-04-21Add not yet correctly working save/load. Use key F7 for savingEugene Sandulenko
2005-04-20Implement inventoryItemPosition()Eugene Sandulenko
2005-04-19fixed speech lockAndrew Kurushin
2005-04-19Fixed warnings.Torbjörn Andersson
2005-04-18converse support improved (still has some bugs)Andrew Kurushin
2005-04-18o Unstubbed sfPreDialog -- we have enough code for thatEugene Sandulenko
2005-02-26implemented iso pathfindingAndrew Kurushin
2005-01-28Combine actordata.cpp and objectdata.cpp into itedata.cpp. These areEugene Sandulenko
2005-01-21problems solved:Andrew Kurushin
2005-01-19o Made ITEColors enum public in interface.h. Please use them. These colorsEugene Sandulenko
2005-01-18partly implemented game objectsAndrew Kurushin
2005-01-18another step in verb implementation:Andrew Kurushin
2005-01-18- merged ActionMap and ObjectMapAndrew Kurushin
2005-01-18Initialize converse properly.Eugene Sandulenko
2005-01-17Now it is possible to lead a conversation with use of keys (1-4).Eugene Sandulenko
2005-01-17First batch of converse implementation in scripts. To see it typeEugene Sandulenko
2005-01-15- added partial scene change by actor's walking (todo:entrance should be supp...Andrew Kurushin
2005-01-15some work in progress on verb stuff:Andrew Kurushin
2005-01-13- introduced SagaEngine::getTextString (for i18n it should route to correspon...Andrew Kurushin
2005-01-11- remove game.h & image.hAndrew Kurushin