https://github.com/scummvm/scummvm

sort by:
Revision Author Date Message Commit Date
c0e71c1 SVN deleted main.cpp last update. svn-id: r34018 19 August 2008, 03:04:55 UTC
aaee1b7 Bugfix for the key-up and vibrato. svn-id: r34017 19 August 2008, 02:45:12 UTC
18fde30 Some bugfixes and cleanup. Another bugfix with the key-up coming. svn-id: r34007 18 August 2008, 20:15:40 UTC
a5a3b3d Fixed bug with key-up release. svn-id: r33929 16 August 2008, 06:58:28 UTC
c174a2a Fixed bug with keyUp/looping. Fixed bug with vibrato. Fixed STUPID bug with periods! svn-id: r33927 16 August 2008, 05:56:02 UTC
db57492 Added keyUp/looping functionality. Still needs some tweaking. svn-id: r33925 16 August 2008, 04:41:26 UTC
ce367b6 Added doEffects command with support for envelope and vibrato effects and macros. Added function to test patterns for individual playback. Adding key-up macro for looping of certain notes. Don't mind all the printfs! svn-id: r33912 15 August 2008, 19:15:48 UTC
626d699 correct macro execution, initial work for correct playback svn-id: r33867 14 August 2008, 18:18:45 UTC
536db40 initial work on macros svn-id: r33866 14 August 2008, 15:32:50 UTC
5ab38a7 pattern stepping is mostly accurate, macros are broken svn-id: r33865 14 August 2008, 14:57:44 UTC
39fa4c0 Fixed some broken macros. Added console feedback for macro debugging. svn-id: r33856 14 August 2008, 06:15:18 UTC
f5532cd Added statement to distinguish between note types. svn-id: r33835 13 August 2008, 18:14:51 UTC
4655939 Added support for more macros. Some more changes to timing/update system. svn-id: r33834 13 August 2008, 17:49:31 UTC
17e0994 Fixed small problem with constructor and destructor. Tfmx object will properly delete itself now. svn-id: r33666 06 August 2008, 19:53:31 UTC
3d595db Overhauled track update cycle so that it works properly with timing system. Redesigned structures/variables. Added separate loadPattern & loadMacro functions. Added testMacro function to playback individual macros/notes for testing. svn-id: r33653 06 August 2008, 04:16:45 UTC
0cb7fa7 Adding more macro commands. Trying to fix sample playback. svn-id: r33320 26 July 2008, 23:19:31 UTC
3634d5e Merged revisions 32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033,33052-33053,33056-33058 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk Also attempted to fix svnmerge issues ........ r32983 | peres001 | 2008-07-10 04:00:54 +0200 (Thu, 10 Jul 2008) | 1 line Fixed destruction of sprites in BRA. ........ r32986 | lordhoto | 2008-07-10 13:25:43 +0200 (Thu, 10 Jul 2008) | 2 lines Workaround for gcc 2.95 compiler bug. ........ r32987 | lordhoto | 2008-07-10 13:28:51 +0200 (Thu, 10 Jul 2008) | 2 lines Fixed mem leak in MIDI related code. ........ r32988 | lordhoto | 2008-07-10 14:05:38 +0200 (Thu, 10 Jul 2008) | 2 lines Added filename to unknown opcode/command warnings of EMC scripts. ........ r32989 | lordhoto | 2008-07-10 14:12:42 +0200 (Thu, 10 Jul 2008) | 2 lines Added filename to unkown command/opcode warnings for TIM scripts. ........ r32990 | lordhoto | 2008-07-10 14:14:00 +0200 (Thu, 10 Jul 2008) | 2 lines Typo. ........ r32992 | eriktorbjorn | 2008-07-10 18:19:17 +0200 (Thu, 10 Jul 2008) | 2 lines Fixed Kyra 3 detection regression. ........ r32994 | tramboi | 2008-07-10 20:01:54 +0200 (Thu, 10 Jul 2008) | 1 line Fixed a few warnings ........ r33002 | peres001 | 2008-07-11 14:55:08 +0200 (Fri, 11 Jul 2008) | 2 lines Fixed leak in sound code by explicitly deleting the midi driver. ........ r33003 | peres001 | 2008-07-11 15:06:28 +0200 (Fri, 11 Jul 2008) | 3 lines Moved program and command execution code out of the engine, into their own brand new classes. ........ r33004 | buddha_ | 2008-07-11 15:13:28 +0200 (Fri, 11 Jul 2008) | 1 line Update MSVC project files. ........ r33006 | peres001 | 2008-07-11 15:36:22 +0200 (Fri, 11 Jul 2008) | 1 line Cleanup. ........ r33007 | peres001 | 2008-07-11 17:07:13 +0200 (Fri, 11 Jul 2008) | 1 line Added a script (courtesy of salty-horse) to create/set properties for source files under version control by Subversion. Specifically, the mime-type, eol-style and keywords properties are handled. ........ r33009 | fingolfin | 2008-07-11 22:28:14 +0200 (Fri, 11 Jul 2008) | 1 line Don't use kPlainSoundType if you don't have to ........ r33010 | fingolfin | 2008-07-11 22:28:50 +0200 (Fri, 11 Jul 2008) | 1 line cleanup ........ r33014 | drmccoy | 2008-07-12 17:21:38 +0200 (Sat, 12 Jul 2008) | 3 lines Changed tricky variable access from pointers to a new class that minds endianess. This should fix a few regressions with BE games on LE systems and vice versa that I introduced when I changed how variables are stored (which was necessary to get Woodruff work on BE systems). ........ r33017 | tramboi | 2008-07-12 22:35:44 +0200 (Sat, 12 Jul 2008) | 2 lines Minor constness fix to help with aliasing ........ r33021 | peres001 | 2008-07-13 05:30:14 +0200 (Sun, 13 Jul 2008) | 1 line Properly implemented the OFF command. The new rendering order for graphics let this mistake finally surface. ........ r33022 | peres001 | 2008-07-13 05:39:42 +0200 (Sun, 13 Jul 2008) | 1 line Cleanup and improved debugging output for CommandExec::run() ........ r33023 | peres001 | 2008-07-13 08:27:31 +0200 (Sun, 13 Jul 2008) | 1 line Cleanup of walk code. ........ r33030 | athrxx | 2008-07-13 14:20:24 +0200 (Sun, 13 Jul 2008) | 1 line - fix for bug #2016965: KYRA: does not compile in MSVC71 ........ r33033 | peres001 | 2008-07-13 15:04:36 +0200 (Sun, 13 Jul 2008) | 1 line More refactoring of walk code. ........ r33052 | peres001 | 2008-07-14 02:13:31 +0200 (Mon, 14 Jul 2008) | 1 line Made sure characters are not removed from the rendering list during switches. ........ r33053 | peres001 | 2008-07-14 02:21:05 +0200 (Mon, 14 Jul 2008) | 1 line Fixed regression in walk code. Now standing frames are correctly selected when the character encounters an unexpected blocking object in his/her path. ........ r33056 | fingolfin | 2008-07-14 09:54:18 +0200 (Mon, 14 Jul 2008) | 1 line Fixed code formatting ........ r33057 | dreammaster | 2008-07-14 12:33:57 +0200 (Mon, 14 Jul 2008) | 1 line Fix for missing data in the savegame format that could result in not being able to talk to Goewin in the apothecary after restoring a savegame ........ r33058 | peres001 | 2008-07-14 15:35:43 +0200 (Mon, 14 Jul 2008) | 1 line Removed all labels from the rendering list to avoid random crashes after introduction is over. ........ svn-id: r33060 14 July 2008, 18:54:15 UTC
c48f3ca Removed all labels from the rendering list to avoid random crashes after introduction is over. svn-id: r33058 14 July 2008, 13:35:43 UTC
eaeb158 Fix for missing data in the savegame format that could result in not being able to talk to Goewin in the apothecary after restoring a savegame svn-id: r33057 14 July 2008, 10:33:57 UTC
0860df5 Fixed code formatting svn-id: r33056 14 July 2008, 07:54:18 UTC
77dde20 Hooking up tfmx.cpp in our default build system svn-id: r33055 14 July 2008, 07:51:42 UTC
d0ae688 Fixed regression in walk code. Now standing frames are correctly selected when the character encounters an unexpected blocking object in his/her path. svn-id: r33053 14 July 2008, 00:21:05 UTC
7b26452 Made sure characters are not removed from the rendering list during switches. svn-id: r33052 14 July 2008, 00:13:31 UTC
ef95c6f More refactoring of walk code. svn-id: r33033 13 July 2008, 13:04:36 UTC
ba5f146 - fix for bug #2016965: KYRA: does not compile in MSVC71 svn-id: r33030 13 July 2008, 12:20:24 UTC
0599368 Cleanup of walk code. svn-id: r33023 13 July 2008, 06:27:31 UTC
2a80bd0 Cleanup and improved debugging output for CommandExec::run() svn-id: r33022 13 July 2008, 03:39:42 UTC
9c2d965 Properly implemented the OFF command. The new rendering order for graphics let this mistake finally surface. svn-id: r33021 13 July 2008, 03:30:14 UTC
b7657e3 Little bit of clean up plus some notes for later. svn-id: r33020 13 July 2008, 02:37:47 UTC
d198ec9 Added loader to macro processing function. svn-id: r33019 13 July 2008, 02:13:48 UTC
acad4e5 Added sample loading and interrupt frequency setup. Note: Some files from trunk are still not versioned/missing so the branch won't compile. svn-id: r33018 13 July 2008, 00:58:56 UTC
5de5799 Minor constness fix to help with aliasing svn-id: r33017 12 July 2008, 20:35:44 UTC
c1ec21d Changed tricky variable access from pointers to a new class that minds endianess. This should fix a few regressions with BE games on LE systems and vice versa that I introduced when I changed how variables are stored (which was necessary to get Woodruff work on BE systems). svn-id: r33014 12 July 2008, 15:21:38 UTC
7ddd961 cleanup svn-id: r33010 11 July 2008, 20:28:50 UTC
815d75e Don't use kPlainSoundType if you don't have to svn-id: r33009 11 July 2008, 20:28:14 UTC
c829fd3 Added a script (courtesy of salty-horse) to create/set properties for source files under version control by Subversion. Specifically, the mime-type, eol-style and keywords properties are handled. svn-id: r33007 11 July 2008, 15:07:13 UTC
8ba56e9 Cleanup. svn-id: r33006 11 July 2008, 13:36:22 UTC
2731293 Update MSVC project files. svn-id: r33004 11 July 2008, 13:13:28 UTC
8ed0231 Moved program and command execution code out of the engine, into their own brand new classes. svn-id: r33003 11 July 2008, 13:06:28 UTC
fe65583 Fixed leak in sound code by explicitly deleting the midi driver. svn-id: r33002 11 July 2008, 12:55:08 UTC
f41ab55 Fixed a few warnings svn-id: r32994 10 July 2008, 18:01:54 UTC
c8488c0 Fixed Kyra 3 detection regression. svn-id: r32992 10 July 2008, 16:19:17 UTC
985a032 Typo. svn-id: r32990 10 July 2008, 12:14:00 UTC
a117024 Added filename to unkown command/opcode warnings for TIM scripts. svn-id: r32989 10 July 2008, 12:12:42 UTC
e1e95f0 Added filename to unknown opcode/command warnings of EMC scripts. svn-id: r32988 10 July 2008, 12:05:38 UTC
9a34ef7 Fixed mem leak in MIDI related code. svn-id: r32987 10 July 2008, 11:28:51 UTC
092d9f3 Workaround for gcc 2.95 compiler bug. svn-id: r32986 10 July 2008, 11:25:43 UTC
03cd937 Fixed destruction of sprites in BRA. svn-id: r32983 10 July 2008, 02:00:54 UTC
02962fe Merged from trunk via svnmerge. svn-id: r32982 09 July 2008, 23:59:05 UTC
2b24bd0 Restructured track and pattern handling to update() system which will be called on interrupt. Adding support for more pattern commands. Reads note data in but does not yet process them. svn-id: r32981 09 July 2008, 23:53:28 UTC
3b935f4 Merged from trunk via svnmerge. svn-id: r32980 09 July 2008, 23:47:29 UTC
9f96471 DS: Backend changes for new mixer code svn-id: r32978 09 July 2008, 16:50:23 UTC
12cefc4 Fixed leaks in NS and BRA. svn-id: r32976 09 July 2008, 13:27:09 UTC
18b48c7 Fixed regression introduced with GfxObj: the character sprite was sometimes removed from the rendering list. svn-id: r32974 09 July 2008, 10:52:46 UTC
d24e770 cleanup / code formatting svn-id: r32973 09 July 2008, 10:42:47 UTC
a294d22 Added a couple of NULLity checks. svn-id: r32972 09 July 2008, 02:49:20 UTC
d9f0753 New configure flag --enable-profiling to compile and link with -pg (for gprof) svn-id: r32970 09 July 2008, 02:19:57 UTC
a833c9d set DEPDIR svn-id: r32969 08 July 2008, 17:46:26 UTC
65ddc23 Enable static engines -- time to start thinking about prx/plugin support! svn-id: r32968 08 July 2008, 17:41:09 UTC
926df06 changes for new Mixer API svn-id: r32967 08 July 2008, 17:20:26 UTC
c2c4963 On reading some more about XMIDI, I believe the NEXT and BREAK variants of the controller are mutually exclusive cases, i.e. a BREAK simply means forget about the innermost loop, and continue as if nothing had happened. svn-id: r32966 08 July 2008, 16:25:39 UTC
8093dba One more MSVC warning svn-id: r32964 08 July 2008, 11:48:16 UTC
da0495c Added a Gob1 version supplied by raina in the forums. It does look like the Mac version with a DOS executable and stripped music to me, so let's hope the Mac level image workaround works there as well. svn-id: r32963 08 July 2008, 11:36:52 UTC
4a1cc78 Modified the EGA story image delay to work for the Mac versions as well svn-id: r32962 08 July 2008, 11:35:09 UTC
03b36a3 Shut couple of MSVC warnings svn-id: r32961 08 July 2008, 11:18:44 UTC
dadb771 Remove reference to kPlainSoundType svn-id: r32960 08 July 2008, 10:29:35 UTC
e74d01a Fix for bathroom door opening crash in Operation Stealth's start. svn-id: r32951 07 July 2008, 22:02:01 UTC
aee23f3 Fix for bug #2012293 "KYRA: Bad Spanish String in menu". svn-id: r32949 07 July 2008, 20:40:35 UTC
741214b Some fixes for warnings under GCC 2.95 svn-id: r32948 07 July 2008, 19:40:43 UTC
0f8f3d5 Fixed regression after label code refactoring. svn-id: r32940 07 July 2008, 14:51:27 UTC
1f4ebd2 Don't let listSavefiles() search subdirectories. Files with the same name (in different directories) would cause duplicate entries for the same file. svn-id: r32938 07 July 2008, 13:01:54 UTC
ae02648 Fixed silly error. The NEXT_BREAK event should, of course, jump to the event *after* the FOR_LOOP event. Apart from simplifying things, this should allow limited number of repeats to work. svn-id: r32931 06 July 2008, 19:25:32 UTC
1cc9af6 Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (the loop hack is no longer needed, and has been removed), and will be used by Discworld. svn-id: r32930 06 July 2008, 18:37:52 UTC
95ca132 adjustments to the recent mixer api changes svn-id: r32924 06 July 2008, 12:04:19 UTC
32f653f Enable all engines. svn-id: r32923 05 July 2008, 22:53:17 UTC
056288f Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 "KYRA: add support for Italian version of Kyrandia 2&3") svn-id: r32912 05 July 2008, 08:20:10 UTC
357f0c4 Added spanish menu strings for spanish fan translation of Kyrandia 3. svn-id: r32911 05 July 2008, 07:47:27 UTC
f8ca176 Mention merge of Chris Page's memory leak plugging code. svn-id: r32910 05 July 2008, 04:28:17 UTC
6fa152c Updated MSVC project files (Added Parallaction's balloons.cpp). svn-id: r32904 04 July 2008, 09:38:03 UTC
60db8cb Correct typo. svn-id: r32903 04 July 2008, 00:35:39 UTC
d387d1a - Moved dialogue balloon management code from Gfx to its own class - Added a class to draw balloons in BRA (still without text and with wrong placement) svn-id: r32902 04 July 2008, 00:29:21 UTC
d92085b minor fix for Towns/PC98 music svn-id: r32899 03 July 2008, 21:09:07 UTC
56c6840 Fixing a crash when loading a save made within the cult/bargon building (bug #2005965) svn-id: r32895 03 July 2008, 16:25:59 UTC
59e672e Changed balloons to use GfxObj as well. Next step is to integrate balloons for BRA. svn-id: r32883 03 July 2008, 10:31:25 UTC
de09845 Fix for bug #2008054: Parallaction engine doesn't compile under MSVC9 svn-id: r32879 03 July 2008, 08:44:29 UTC
1855970 Fully implemented processSeqListElement - Added parts that were missing and fixed a couple of errors -- One test was backwards and a global variable was written to when it shouldn't have been Added global variable inputVar0 that's used in processSeqListElement NOTE: inputVar0 isn't updated anywhere yet, so that's a TODO svn-id: r32874 02 July 2008, 04:31:50 UTC
77a6067 - Changed labels to be GfxObj's, thus removing the Label object altogether. - Changed Item's to be almost GfxObj's, since ownership and destruction of underlying resource is an issue here (got to think some more about it). svn-id: r32873 02 July 2008, 01:41:08 UTC
1fbcdd1 Few changes to readTrackstep() to check for certain flags. Some work on readPattern(). svn-id: r32871 01 July 2008, 23:56:02 UTC
c782d0e Changes to readTrackstep(). Setup tracks[] array with preliminary track structure. svn-id: r32870 01 July 2008, 18:59:11 UTC
6dc312b Reverted accidental commit of Tinsel changes in engines.mk svn-id: r32868 01 July 2008, 14:51:44 UTC
27e5aba New lure.dat with corrections to the Italian strings svn-id: r32867 01 July 2008, 11:48:06 UTC
871c84c Made corrections to the Italian strings svn-id: r32866 01 July 2008, 11:46:29 UTC
bd296a4 Fixed unitialized variables svn-id: r32865 01 July 2008, 10:33:25 UTC
84fa250 Basic setup of readPattern() in place. Added some comments/ideas. Some small changes. svn-id: r32862 01 July 2008, 01:55:40 UTC
3d85c26 TFMX class. Members + functions still need to be revised as things progress. Load() implemented. Basic readTrackstep() implemented with work in progress. svn-id: r32861 01 July 2008, 00:28:38 UTC
ec5cd5d Merged from trunk via svnmerge. svn-id: r32860 30 June 2008, 23:48:24 UTC
34a49d4 Fix game flags for detection entries of installed kyra3 versions. svn-id: r32859 30 June 2008, 23:44:33 UTC
cef7d68 Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: Add support for Spanish fan translation"). svn-id: r32858 30 June 2008, 23:39:56 UTC
e06e552 Modified main.cpp for indefinite delay at console for testing. Modified scummvm.vcproj to ignore warnings. svn-id: r32856 30 June 2008, 22:52:48 UTC
b07ff57 - this fixes Hof PC98 music initialization - music sounds exactly like FM-Towns for now svn-id: r32854 30 June 2008, 21:55:08 UTC
back to top