Age | Commit message (Expand) | Author |
2009-03-09 | Add more code differences in PN. | Travis Howell |
2009-03-09 | Cleanup. | Travis Howell |
2009-03-09 | Minor cleanup. | Travis Howell |
2009-03-09 | Changed _inputting & _inputReady from uint8 to bool. | Travis Howell |
2009-03-09 | Added some comments to Audio::Timestamp | Max Horn |
2009-03-09 | AGOS: Changed _leftButtonDown & _rightButtonDown from byte to int | Max Horn |
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s... | Max Horn |
2009-03-09 | cleanup ;-) | Max Horn |
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is c... | Travis Howell |
2009-03-09 | Add comment to getlong(). | Travis Howell |
2009-03-09 | LOL: added scene animations (like that fountain right at the start) | Florian Kagerer |
2009-03-09 | LOL: minor fix for text displayer (text pages now advance automatically when ... | Florian Kagerer |
2009-03-08 | LOL: some more work on the text displayer so that it handles longer texts (ne... | Florian Kagerer |
2009-03-08 | Replace samewrd() function, with scumm_strnicmp. | Travis Howell |
2009-03-08 | Add loading of hard coded icon data in the AtariST version of PN. | Travis Howell |
2009-03-08 | Added more missing NULLing | Sven Hesse |
2009-03-08 | Formatting. | Johannes Schickel |
2009-03-08 | Fix warning. | Johannes Schickel |
2009-03-08 | Fix missing return. | Willem Jan Palenstijn |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-08 | some cleanup | Max Horn |
2009-03-08 | Resurrection of SCI tools. Step 1. | Eugene Sandulenko |
2009-03-08 | Added proper icon for the mac os x target | Oystein Eftevaag |
2009-03-08 | The xcode project can now compile a native Mac OS X build | Oystein Eftevaag |
2009-03-08 | Added game object data files for dino and FTA2 | Filippos Karapetis |
2009-03-08 | Patch #2658710: "Add comments to specify which engines use which decoders" | Eugene Sandulenko |
2009-03-08 | Updated the MSVC project files of the SAGA engine | Filippos Karapetis |
2009-03-08 | - Reworked the different file types a bit | Filippos Karapetis |
2009-03-08 | Correct more errors in hitBox8(). | Travis Howell |
2009-03-08 | Updated the MSVC project files of the SCI engine (added gfx/font.h) | Filippos Karapetis |
2009-03-08 | Updated the AGOS engine with the additional files for PN. Also, warnings are ... | Filippos Karapetis |
2009-03-08 | Oops, fix size argument to memset call. | Johannes Schickel |
2009-03-08 | Variable _oneClick is a byte, so we can't compare it to boolean true/false | Filippos Karapetis |
2009-03-08 | Restore potentially useful info deleted in r39188 | Willem Jan Palenstijn |
2009-03-08 | Cleanup. | Travis Howell |
2009-03-08 | Fix boxes not blocking control/priority map. | Willem Jan Palenstijn |
2009-03-08 | - Cleanup | Johannes Schickel |
2009-03-08 | Cleanup. | Johannes Schickel |
2009-03-08 | Correct error in hitBox8(). | Travis Howell |
2009-03-08 | Cleanup. | Travis Howell |
2009-03-08 | Cleanup. | Johannes Schickel |
2009-03-08 | Move Greg Frieger from Tinsel to SCI in credits as intended by r39179 | Willem Jan Palenstijn |
2009-03-08 | Clarify several errors messages. | Travis Howell |
2009-03-08 | Don't attempt to load save game slot in PN, if no match found. | Travis Howell |
2009-03-08 | Re-use save game slot, if the name matches, when saving in PN. | Travis Howell |
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell |
2009-03-08 | SCI: Fixed regression in new_fast_forward_iterator | Max Horn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |
2009-03-08 | SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file | Max Horn |
2009-03-08 | SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16 | Max Horn |