Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-08 | Cleanup. | Johannes Schickel | |
svn-id: r31066 | |||
2008-03-08 | Fix for bug #1910180 "KYRA1: Screen "flash"". | Johannes Schickel | |
svn-id: r31065 | |||
2008-03-08 | Possible fix for bug #1910180 "KYRA: Screen "flash"". | Johannes Schickel | |
svn-id: r31064 | |||
2008-03-07 | Indentation. (And another test to see if commit works as intended.) | Torbjörn Andersson | |
svn-id: r31053 | |||
2008-03-07 | Cleanup, and test to see if I can commit. | Torbjörn Andersson | |
svn-id: r31049 | |||
2008-03-05 | Implement inventory scrolling for HoF. | Johannes Schickel | |
svn-id: r31043 | |||
2008-03-03 | Fixed some uninitialized variables. | Johannes Schickel | |
svn-id: r31041 | |||
2008-03-03 | Fix compile. | Travis Howell | |
svn-id: r31040 | |||
2008-03-03 | Fixed crash when clicking on empty inventory slot. | Johannes Schickel | |
svn-id: r31039 | |||
2008-03-03 | Started to implement GUI code for HoF. | Johannes Schickel | |
Currently working: - _basic_ inventory, this doesn't include scrolling through the inventory svn-id: r31038 | |||
2008-02-27 | Fix long standing wrong function names in debug prints. | Johannes Schickel | |
svn-id: r30984 | |||
2008-02-24 | Oops fix stupid copy&paste error... | Johannes Schickel | |
svn-id: r30950 | |||
2008-02-24 | Also add extrapath to default search location for Kyrandia resources. | Johannes Schickel | |
svn-id: r30949 | |||
2008-02-22 | palette bug fix (inventory turned blue when leaving the scene after eating ↵ | Florian Kagerer | |
the mushroom) svn-id: r30915 | |||
2008-02-22 | two more opcodes (Zanthia's random chats and mushroom drug effects) and some ↵ | Florian Kagerer | |
cleanup svn-id: r30914 | |||
2008-02-18 | the script countdown needs to be divided by _ticklength | Florian Kagerer | |
svn-id: r30904 | |||
2008-02-18 | some more opcodes (the fly tree is now operational) and some bug fixes | Florian Kagerer | |
svn-id: r30903 | |||
2008-02-17 | fix memory leak | Florian Kagerer | |
svn-id: r30902 | |||
2008-02-17 | remove ugly const casts in staticres | Florian Kagerer | |
svn-id: r30901 | |||
2008-02-17 | scripting bug fix (npc scene startup scripts were executed twice) | Florian Kagerer | |
svn-id: r30899 | |||
2008-02-17 | Print instruction offset of script commands for debug output. | Johannes Schickel | |
svn-id: r30895 | |||
2008-02-17 | Added newline at end of file again (fixes compiling with -Werror for me). | Johannes Schickel | |
svn-id: r30888 | |||
2008-02-17 | committing patch 1891492 : dialogue (dlg/tim) support for HoF | Florian Kagerer | |
- talking to NPCs is now possible. - Zanthia's talks when entering a new scene for the first time now work - using items on Zanthia is now possible. svn-id: r30886 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-14 | patch [ 1891542 ] KYRA: text/speech options support for HoF sequence player | Florian Kagerer | |
svn-id: r30865 | |||
2008-02-10 | Committed patch #1885629 "KYRA: HoF missing talkie credits and demo support". | Johannes Schickel | |
svn-id: r30845 | |||
2008-02-09 | Fixed comments a bit (typos etc.). | Johannes Schickel | |
svn-id: r30839 | |||
2008-02-09 | Revised way of how archive files are mounted: | Johannes Schickel | |
- file entries from protected archives do not get overwritten anymore - preload indicator of archives will be unflagged, if embedded file entries are overwritten by other archives svn-id: r30838 | |||
2008-02-09 | Revised checking if files can be load. | Johannes Schickel | |
svn-id: r30837 | |||
2008-02-09 | Changed some asserts to errors. | Johannes Schickel | |
svn-id: r30836 | |||
2008-02-09 | Added filename check before header check when trying to detect archives ↵ | Johannes Schickel | |
types, this should lower the file i/o need a lot when starting up kyra2. svn-id: r30835 | |||
2008-02-09 | Implemented proper PAK archive detector. | Johannes Schickel | |
svn-id: r30834 | |||
2008-02-09 | Added another check if PAK file is corrupted. | Johannes Schickel | |
svn-id: r30833 | |||
2008-02-09 | Cleanup. | Johannes Schickel | |
svn-id: r30832 | |||
2008-02-08 | - cleanup. | Johannes Schickel | |
- kyra.dat shouldn't be load by default. svn-id: r30831 | |||
2008-02-08 | Should fix regression which prevented kyra.dat to be detected corretly when ↵ | Johannes Schickel | |
in game path. svn-id: r30830 | |||
2008-02-08 | Should make load message appear in CD version while loading talk files. | Johannes Schickel | |
svn-id: r30829 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-07 | Fixed memory leak. | Johannes Schickel | |
svn-id: r30824 | |||
2008-02-07 | Fixed kyra3 related regression (should show the menu now again). | Johannes Schickel | |
svn-id: r30823 | |||
2008-02-07 | Fixed kyra3 code. | Johannes Schickel | |
svn-id: r30822 | |||
2008-02-07 | Fixed regression introduced while reworking resource loading code. | Johannes Schickel | |
svn-id: r30821 | |||
2008-02-07 | Reworked Kyrandia resource loading code. | Johannes Schickel | |
svn-id: r30820 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat | |
svn-id: r30728 | |||
2008-01-28 | Commit slightly modified patch #1880670 "KYRA: Hof: Zanthia chat fix for ↵ | Johannes Schickel | |
towns and floppy versions". svn-id: r30694 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 |