Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-17 | more palette stuff | Gregory Montoir | |
svn-id: r10859 | |||
2003-10-17 | factored out the game detection code into the Plugin class; this is the ↵ | Max Horn | |
first step towards allowing more powerful, plugin specific detection code; also, moved the Plugin GameSettings APIs to a slightly higher level svn-id: r10858 | |||
2003-10-17 | needed some more work to get Iterators to work in FSList | Max Horn | |
svn-id: r10857 | |||
2003-10-17 | Fix warning. | Torbjörn Andersson | |
svn-id: r10856 | |||
2003-10-17 | - Implement *WT | David Eriksson | |
- Disable some debug output svn-id: r10855 | |||
2003-10-17 | Disable some debug output | David Eriksson | |
svn-id: r10854 | |||
2003-10-17 | fix (workaround) for bug #825331 | Max Horn | |
svn-id: r10853 | |||
2003-10-17 | COMI crashes because for some reasons we get a 0 timer interval. not sure ↵ | Max Horn | |
how that is possible, but adding some asserts for now svn-id: r10852 | |||
2003-10-17 | fixed crash (atleast it crashes for me on OSX) - can someone please verify ↵ | Joost Peters | |
if this is a proper fix (and doesn't break anything else?) svn-id: r10851 | |||
2003-10-17 | added push_back method with List arg (append one list to another one ↵ | Max Horn | |
efficiently) svn-id: r10850 | |||
2003-10-17 | make FSList inherit 'public' from List (so that we can use List::Iterator) | Max Horn | |
svn-id: r10849 | |||
2003-10-17 | wait_for_actor -> waitForActor | Max Horn | |
svn-id: r10848 | |||
2003-10-17 | partially fixed palette problem when switching room in cutaway intro | Gregory Montoir | |
svn-id: r10847 | |||
2003-10-17 | fix french characters display (and maybe german and italian too) | Gregory Montoir | |
svn-id: r10846 | |||
2003-10-17 | Hack for allowing ScummVM to respond to events during while the intro is | Torbjörn Andersson | |
playing. I apologize for adding a global variable, but for now that seemed like the least intrusive change. svn-id: r10845 | |||
2003-10-17 | Player_V2A now compile with PalmOS port | Chris Apers | |
svn-id: r10844 | |||
2003-10-17 | Make PalmOS port happy | Chris Apers | |
svn-id: r10843 | |||
2003-10-17 | Wrote a little TODO | David Eriksson | |
svn-id: r10842 | |||
2003-10-17 | Do what I actually intended to do. | David Eriksson | |
svn-id: r10841 | |||
2003-10-17 | Disable maniacnes for now. | Travis Howell | |
svn-id: r10840 | |||
2003-10-16 | cleanup | Max Horn | |
svn-id: r10839 | |||
2003-10-16 | Enable queen | Travis Howell | |
svn-id: r10838 | |||
2003-10-16 | fix warning | Max Horn | |
svn-id: r10837 | |||
2003-10-16 | update | Paweł Kołodziejski | |
svn-id: r10836 | |||
2003-10-16 | commented this line... for proper compilation | Paweł Kołodziejski | |
svn-id: r10835 | |||
2003-10-16 | Load room before cutaway. | David Eriksson | |
svn-id: r10834 | |||
2003-10-16 | Play all intro cutaways (some better than others... :-) | David Eriksson | |
svn-id: r10833 | |||
2003-10-16 | modified/fixed palette code | Gregory Montoir | |
svn-id: r10832 | |||
2003-10-16 | Now we're talking! | David Eriksson | |
svn-id: r10831 | |||
2003-10-16 | Initialize Joe's scaling. | David Eriksson | |
svn-id: r10830 | |||
2003-10-16 | Talk stuff | David Eriksson | |
svn-id: r10829 | |||
2003-10-16 | Make frames array available. | David Eriksson | |
svn-id: r10828 | |||
2003-10-16 | new Display class, cleanup Graphics | Gregory Montoir | |
svn-id: r10827 | |||
2003-10-16 | add some mac related bits | Jonathan Gray | |
svn-id: r10826 | |||
2003-10-16 | add method to set the xor byte in the file class. Needed as the combined mac ↵ | Jonathan Gray | |
data files are only xor'd in the resource files, not the parts of the combined file svn-id: r10825 | |||
2003-10-16 | Fix a few defaults vars. | Travis Howell | |
svn-id: r10824 | |||
2003-10-16 | Minor cleanup | Travis Howell | |
svn-id: r10823 | |||
2003-10-16 | fix body/head problem | Gregory Montoir | |
svn-id: r10822 | |||
2003-10-16 | Update error message | Travis Howell | |
Remove outdated fixme svn-id: r10821 | |||
2003-10-16 | Add hack from Jamieson, to prevent palette darkening when it shouldn't in ↵ | Travis Howell | |
Amiga versions of Mi2/FOA. svn-id: r10820 | |||
2003-10-16 | Don't talk too much. | David Eriksson | |
svn-id: r10819 | |||
2003-10-16 | Fix spacing | Travis Howell | |
svn-id: r10818 | |||
2003-10-15 | really removed kDefault*Volume this time :-) | Max Horn | |
svn-id: r10817 | |||
2003-10-15 | removed the kDefault*Volume constants | Max Horn | |
svn-id: r10816 | |||
2003-10-15 | Moving heads when talking, but where is the text? :-) | David Eriksson | |
svn-id: r10815 | |||
2003-10-15 | preliminary GRAPHIC_ANIM support | Gregory Montoir | |
svn-id: r10814 | |||
2003-10-15 | Improved talking. | David Eriksson | |
svn-id: r10813 | |||
2003-10-15 | - Use Logic::roomRefreshObject() in Cutaway | David Eriksson | |
- Fix tiny bugs in Logic::roomRefreshObject() svn-id: r10812 | |||
2003-10-15 | Disable code which seems to be real cause of lock up in title screen of MI1 ↵ | Travis Howell | |
demos svn-id: r10811 | |||
2003-10-15 | - Make Cutaway use Walk object from Logic | David Eriksson | |
- Added talkSpeed to Logic - Some more Talk code svn-id: r10810 |