aboutsummaryrefslogtreecommitdiff
path: root/engines/toon
AgeCommit message (Collapse)Author
2010-10-14TOON: Fixed the Spanish special characters.Jordi Vilalta Prat
- Wrap the text to font mapping in a function to give more flexibility. - Add mapping of the opening exclamation and question marks to the common mapping array. - Added a special case for a character already mapped incorrectly in the original interpreter, which seems to conflict with what's required by the other languages. svn-id: r53461
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-14TOON: Fixed Bug #3084725 with cursor disappearing at screen bordersSylvain Dupont
Bug #3084725: "TOON: Glitch in cursor anim" svn-id: r53453
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: Fixed Flux disappearing in barn when talking to the cowSylvain Dupont
Several animations are not present for every Flux facing. There is an hardcoded table to handle this. svn-id: r53157
2010-10-11TOON: Fixed uninitialized varSylvain Dupont
svn-id: r53156
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: Made all ToonEngine functions non-virtualSylvain Dupont
svn-id: r53134
2010-10-10TOON: Adapt include guard for consistency.Johannes Schickel
svn-id: r53133
2010-10-10TOON: Coding guideline corrections.Johannes Schickel
svn-id: r53132
2010-10-10TOON: Fix potential undefined operation warningSylvain Dupont
svn-id: r53131
2010-10-10TOON: Music attenuation when someone talksSylvain Dupont
svn-id: r53130
2010-10-10TOON: Fix fast animation "Ready" on Sweetfighter gameSylvain Dupont
svn-id: r53129
2010-10-10TOON: Fixed bad Flux state when restoring a gameSylvain Dupont
svn-id: r53127
2010-10-10TOON: Fix distortion in some looped musicTorbjörn Andersson
This was very noticeable in the footman conversation music. svn-id: r53125
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-10TOON: Fix end of idle animationsSylvain Dupont
svn-id: r53118
2010-10-09TOON: Fix black spots in title picture.Torbjörn Andersson
A "full palette" is, presumably, 256 colours, not 255. svn-id: r53101
2010-10-09TOON: Removed unnecessary "break"s (right after "return"s)Torbjörn Andersson
svn-id: r53100
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: Semicolon cleanupOri Avtalion
svn-id: r53096
2010-10-09TOON: Merge toondemo game id into toonMatthew Hoops
ADGF_DEMO already marks it as a demo, so labeling the id as "Demo" would be redundant. svn-id: r53094
2010-10-09TOON: String fixes for motoezx buildSylvain Dupont
svn-id: r53093
2010-10-09TOON: Make some static data tables const.Johannes Schickel
svn-id: r53092
2010-10-09VIDEO: Remove useless references in handleAudioTrack functionSylvain Dupont
svn-id: r53091
2010-10-08TOON: Normalized include pathsEugene Sandulenko
svn-id: r53089
2010-10-08TOON: Fixed guard definesEugene Sandulenko
svn-id: r53088
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
svn-id: r53087