aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.cpp
AgeCommit message (Collapse)Author
2010-10-16TOON: Fix inventory autoclose when the click is too longSylvain Dupont
svn-id: r53542
2010-10-16TOON: Removed useless debug printfSylvain Dupont
svn-id: r53541
2010-10-16TOON: Fixed bug #3085999 with bad mouse button behaviorSylvain Dupont
Bug #3085999: TOON: "Exiting inventory screen loop" Now the events are fired on mouse down instead of on mouse up. svn-id: r53540
2010-10-16TOON: Fixed Bug #3086564 with freezing conversationSylvain Dupont
Bug #3086564: "TOON: Conversation freeze" There was an error in hardcoded conversation flag function Fixed also all endianess problems in conversations svn-id: r53539
2010-10-16TOON: Fixed bug #3086000 there was no magnifier effectSylvain Dupont
Bug #3086000: "TOON: Magnifying glass cursor drawn incorrectly" Zoom magnifier postprocess fx has been implemented svn-id: r53529
2010-10-15TOON: Fixed Bug #3085978 with "Exit Not Defined" appearingSylvain Dupont
Bug #3085978: "TOON: "Exit not defined" when leaving cellar" svn-id: r53521
2010-10-15TOON: Fixed bug #3084738 with loading bottomless bag stateSylvain Dupont
Bug #3084738: "TOON: Vanishing bottomless bag" svn-id: r53520
2010-10-15TOON: Fixed code analysis warning - bug #3087867Filippos Karapetis
svn-id: r53502
2010-10-14TOON: Fix some labels of the Spanish version.Jordi Vilalta Prat
The solution was suggested by Strangerke after realising it looked like a copy-paste typo from the Russian version. svn-id: r53458
2010-10-13TOON: Updated code to build properly for WINSCW and GCCE(symbian)Lars Persson
Added templates to MAX & MIN functions. Correct usage of OpcodeV2(instead of Opcode) Match implementation with function definition. (int32 is not == int on all platforms) svn-id: r53401
2010-10-12TOON: Fixed bug #3085971 with missing "fail" sound sfxSylvain Dupont
Bug #3085971: "TOON: Missing sfx for invalid Flux request" svn-id: r53260
2010-10-12TOON: Fixed bug #3086025 with bad inventory behaviorSylvain Dupont
Bug #3086025 "TOON: Inventory not working correctly with butter" svn-id: r53199
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
svn-id: r53161
2010-10-11TOON: Reverted script throttle for now and fixed anim timing issueSylvain Dupont
svn-id: r53155
2010-10-11TOON: Reduced CPU usage by about 40%Filippos Karapetis
svn-id: r53151
2010-10-10TOON: Fixed offsets in hard coded conversation musicsSylvain Dupont
svn-id: r53144
2010-10-10TOON: Coding guideline corrections.Johannes Schickel
svn-id: r53132
2010-10-10TOON: Fixed bad Flux state when restoring a gameSylvain Dupont
svn-id: r53127
2010-10-10TOON: Added special conversation musicsSylvain Dupont
svn-id: r53124
2010-10-10TOON: Disable too many levels of recursion with click eventsSylvain Dupont
svn-id: r53119
2010-10-09TOON: Constify some more tables.Johannes Schickel
svn-id: r53099
2010-10-09TOON: Ran astyle over the toon engine (+ some manual corrections).Johannes Schickel
svn-id: r53098
2010-10-09TOON: More semi-colon cleanup.Torbjörn Andersson
svn-id: r53097
2010-10-09TOON: String fixes for motoezx buildSylvain Dupont
svn-id: r53093
2010-10-08TOON: Normalized include pathsEugene Sandulenko
svn-id: r53089
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
svn-id: r53087