aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-04added doxygeb commentsNorbert Lange
added checks to public functions if resources already got loaded svn-id: r43046
2009-08-04moved code for initialising patterns into own functionNorbert Lange
added initialisation of return-addresses for patterns and macros svn-id: r43045
2009-08-04Some formatting changes and added commentsNorbert Lange
fixed parameters for "Play macro" command fixed copypaste-mistake for pattern-fade svn-id: r43032
2009-08-02synced the branch with the palette patch (#2819787)Norbert Lange
svn-id: r42987
2009-08-02made some unused methods privateNorbert Lange
svn-id: r42986
2009-08-02fix some more harmless warnings to make gcc shutupNorbert Lange
svn-id: r42985
2009-08-02fixed some constness warningsNorbert Lange
svn-id: r42984
2009-08-02made MdatResource struct private and changed the signatures of functions ↵Norbert Lange
which load the resources. svn-id: r42982
2009-08-01stole formatting for constructors from existing codeNorbert Lange
svn-id: r42981
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
tfmx, player_v4a: refactored Tfmx to allow sharing of resources between 2 instances. Needed changes in player_v4a aswell svn-id: r42980
2009-08-01Removing the tfmx test module to make the branch compile againSven Hesse
svn-id: r42978
2009-08-01refactored and commented player_va4 a bitNorbert Lange
fix waitcommand in Tfmx try making tfmxplayer compile again svn-id: r42976
2009-07-31Added the last 2 patterncommands just so I dont have to warn about ↵Norbert Lange
unimplemented ones svn-id: r42963
2009-07-31process all DMA Events before Macros, for the unlikely chance of making a ↵Norbert Lange
difference svn-id: r42962
2009-07-31using accessmodifiers in Tfmx now and removed/disabled functions that now ↵Norbert Lange
dont work anymore (the commandline utility cant be compiled anymore as result of this) added arraysize of external signals and check it before accesses moved 2 debug-functions into Tfmx.cpp, removed depencies to files in the tfmx folder moved common code for fade-effects in a seperate method svn-id: r42961
2009-07-21Use 50Hz ticks in Kyra1 Amiga instead of 60Hz ticks.Johannes Schickel
svn-id: r42644
2009-07-20missed some files when mergingNorbert Lange
svn-id: r42630
2009-07-19now using tick for fadeout through the nowmal delay functionNorbert Lange
svn-id: r42622
2009-07-19reverted fadeout to using plain delay as delayWithTicks crashes >(Norbert Lange
svn-id: r42621
2009-07-19use own soundhandle as the ones in Kyra::Sound seem to be used for voices ↵Norbert Lange
(and might get killed) svn-id: r42620
2009-07-19use ticks for timing fadeoutNorbert Lange
svn-id: r42618
2009-07-19fixed retiring of external NotesNorbert Lange
fixed/improved counting DMAs in Paula added flag for looping songs rearranged maxtrax.h a bit svn-id: r42613
2009-07-19fixed: intro-music started twice because it was hardcoded in the engineNorbert Lange
removed verbose debug-output from maxtrax svn-id: r42604
2009-07-19add support for fadeoutNorbert Lange
svn-id: r42601
2009-07-19some more tables included, for tempo and volume valuesNorbert Lange
svn-id: r42600
2009-07-18fixed some initialisation issuesNorbert Lange
svn-id: r42595
2009-07-18found and use another table, soundeffects in intro are now workingNorbert Lange
svn-id: r42594
2009-07-18first attempt at enabling soundeffects using an table from the executeable. ↵Norbert Lange
Doesnt quite work as it should svn-id: r42575
2009-07-17merge with trunkNorbert Lange
svn-id: r42574
2009-07-17added missing fileNorbert Lange
svn-id: r42568
2009-07-17added primitive support for Kyrandia`s Intro Music.Norbert Lange
svn-id: r42567
2009-07-17Cleanup.Johannes Schickel
svn-id: r42565
2009-07-17- Moved SoundAdlibPC definition to new header file sound_adlib.hJohannes Schickel
- Made the future versions of sound.h GPL only - sound_adlib.h is dual licensed under GPL and LGPL (so AdPlug can still benefit from future changes) svn-id: r42564
2009-07-17Replace LGPL header by GPL header.Johannes Schickel
svn-id: r42563
2009-07-17Correct error in saveBackGround.Travis Howell
svn-id: r42561
2009-07-17Fix bug #2822956 - ELVIRA2: Crash at the beginning (regression).Travis Howell
svn-id: r42560
2009-07-17Fix input glitch regression, after pausing in PN.Travis Howell
svn-id: r42559
2009-07-17Added an explicit break out of the event processing loop for mouse buttons ↵Paul Gilbert
and/or key-presses - this should allow stylus-based systems to properly process 'mouse down' events before the 'mouse up' is processed svn-id: r42558
2009-07-17precalculating some more from CalcNoteNorbert Lange
svn-id: r42556
2009-07-17avoid some calculations from being done every time in CalcNoteNorbert Lange
svn-id: r42553
2009-07-17Making TOTResourceItem::size unsigned, fixing a graphics bug that crept inSven Hesse
svn-id: r42552
2009-07-17Added some more debug warnings when resources can't be loadedSven Hesse
svn-id: r42551
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
svn-id: r42548
2009-07-17Fix using subtitles only setting in The Dig.Travis Howell
svn-id: r42545
2009-07-17simplified NoteOn calculationsNorbert Lange
added playNote command for soundeffects svn-id: r42544
2009-07-16Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, ↵Johannes Schickel
when picking up the spellbook page in the town. svn-id: r42543
2009-07-16Fixed bug: In-game console doesn't stay centered when switching resolutions ↵Vicent Marti
on the fly. svn-id: r42540
2009-07-16This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces ↵Johannes Schickel
instead of tabs for indentation -.-) svn-id: r42539
2009-07-16Formatting fixes.Johannes Schickel
svn-id: r42538
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
svn-id: r42537