Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-30 | Add He70 version of function instead. | Travis Howell | |
svn-id: r18600 | |||
2005-07-30 | Fix regression (Bug #1235863), limit code change to HE70+ games. | Travis Howell | |
svn-id: r18599 | |||
2005-07-29 | Preliminary support for original MAC CD ITE | Eugene Sandulenko | |
svn-id: r18598 | |||
2005-07-29 | Restrict scene substitutes only to demos which actually use them | Eugene Sandulenko | |
svn-id: r18597 | |||
2005-07-29 | Fix status text color in scene substitute | Eugene Sandulenko | |
svn-id: r18596 | |||
2005-07-29 | Whitespaces | Eugene Sandulenko | |
svn-id: r18595 | |||
2005-07-29 | Fix compilation | Eugene Sandulenko | |
svn-id: r18594 | |||
2005-07-29 | fix setStatusText | Andrew Kurushin | |
svn-id: r18593 | |||
2005-07-29 | Fixe screen position of scene substitute text | Eugene Sandulenko | |
svn-id: r18592 | |||
2005-07-29 | Render substitute scene title and description. | Eugene Sandulenko | |
svn-id: r18591 | |||
2005-07-29 | fix chunk size | Andrew Kurushin | |
svn-id: r18590 | |||
2005-07-29 | Show scene substitute image for demo versions of ITE. | Eugene Sandulenko | |
svn-id: r18589 | |||
2005-07-29 | Simple ILBM images reader. | Eugene Sandulenko | |
svn-id: r18588 | |||
2005-07-28 | Some spelling and grammar improvements (I hope - I'm no linguist!) | Joost Peters | |
svn-id: r18587 | |||
2005-07-28 | o Update documentation on ITE and Gob1. | Eugene Sandulenko | |
o Fix line endings in 07_06.tex svn-id: r18586 | |||
2005-07-26 | fixed sound in many variation | Andrew Kurushin | |
some version should be tested svn-id: r18585 | |||
2005-07-25 | resolve scene resources without shift hack | Andrew Kurushin | |
svn-id: r18584 | |||
2005-07-25 | implemented unified animation decoder for ITE & IHNM | Andrew Kurushin | |
svn-id: r18583 | |||
2005-07-25 | More IHNM differences | Eugene Sandulenko | |
svn-id: r18582 | |||
2005-07-24 | Removed "const" to silence GCC warning. I don't know if GCC was right or | Torbjörn Andersson | |
wrong to warn, but it annoyed me. svn-id: r18581 | |||
2005-07-24 | Fixed regression that broke IHNM intro animation. | Torbjörn Andersson | |
svn-id: r18580 | |||
2005-07-24 | assign sf94 name | Andrew Kurushin | |
svn-id: r18579 | |||
2005-07-23 | In lost/smaller, spriteGroups bounds set by Sprite::setGroupBounds() aren't ↵ | Gregory Montoir | |
always valid rects, add a check for this. svn-id: r18578 | |||
2005-07-23 | typo | Gregory Montoir | |
svn-id: r18577 | |||
2005-07-23 | add missing break | Gregory Montoir | |
svn-id: r18576 | |||
2005-07-23 | Allow multiple resource contexts of the same type. IHNM has serveral | Torbjörn Andersson | |
different voice files, presumably one for each section of the game plus one for shared voices. The getContext() function takes an optional second parameter to indicate which of the resource files is requested. svn-id: r18575 | |||
2005-07-21 | More IHNM differences | Eugene Sandulenko | |
svn-id: r18574 | |||
2005-07-21 | Partially implemented differences in IHNM script functions. | Eugene Sandulenko | |
svn-id: r18573 | |||
2005-07-21 | Fix case of CoreMIDI framework | Max Horn | |
svn-id: r18572 | |||
2005-07-20 | Add demosi discovered by yesitsme. I have them, so ask me if interested. | Eugene Sandulenko | |
svn-id: r18571 | |||
2005-07-20 | ite mac demo patch files correction | Andrew Kurushin | |
svn-id: r18570 | |||
2005-07-20 | Nope, I was mistaken. The Linux patch files are almost - but not quite - | Torbjörn Andersson | |
like the Windows ones. svn-id: r18569 | |||
2005-07-19 | Fixed crash when quitting. | Torbjörn Andersson | |
svn-id: r18568 | |||
2005-07-19 | Play the correct digital music. (And removed some unnecessary blank lines.) | Torbjörn Andersson | |
svn-id: r18567 | |||
2005-07-19 | The Linux release had patch files too, but I don't have that CD here so I | Torbjörn Andersson | |
can't verify whether or not I got them right. I think they were the same as the Mac version. svn-id: r18566 | |||
2005-07-19 | If we're not going to detect music "engine" at run-time, then we do need | Torbjörn Andersson | |
separate entries for the original Windows CD and the first Wyrmkeep version. The latter has the "patch" files, which include the standalone MIDI files. However, since the data files are otherwise indistinguishable, we also need to be able to detect multiple versions and let the user to the disambiguation. I've added that functionality in the simplest way I could think of, in case we want to revert it later. svn-id: r18565 | |||
2005-07-19 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r18564 | |||
2005-07-19 | Cleanup. | Torbjörn Andersson | |
svn-id: r18563 | |||
2005-07-19 | fix Music crash on exit | Andrew Kurushin | |
svn-id: r18562 | |||
2005-07-19 | remove rscfile_mod.h | Andrew Kurushin | |
svn-id: r18561 | |||
2005-07-19 | finally Resource manager rewritten: | Andrew Kurushin | |
-adds patch file support -global _vm removed cleanups svn-id: r18560 | |||
2005-07-19 | Applied patch #1238516, with very minor modifications. It gets rid of an | Torbjörn Andersson | |
old DOTT hack/workaround. svn-id: r18559 | |||
2005-07-19 | I believe this fixes a GCC 4 compile error, but I can't run the MT-32 | Torbjörn Andersson | |
emulator (my computer is too slow, and anyway I don't have the necessary data files) so I haven't tested it other than by compiling it. See bug #1224138 for details. svn-id: r18558 | |||
2005-07-19 | No need to test if a pointer is NULL before freeing it. And since I | Torbjörn Andersson | |
couldn't see _frameBuffer being freed anywhere, I added that as well, though I'm not sure when it's allocated. svn-id: r18557 | |||
2005-07-19 | Some stubs for gob2. | Eugene Sandulenko | |
Improved debug output. svn-id: r18556 | |||
2005-07-18 | Deleted, "changelog" is used for now | Tore Anderson | |
svn-id: r18555 | |||
2005-07-18 | Synchronized dists/debian with what's in the official Debian archives. | Tore Anderson | |
svn-id: r18554 | |||
2005-07-18 | When redrawing the inventory, clear every inventory slot - even the empty | Torbjörn Andersson | |
ones - before drawing the object. This fixes a glitch when getting the ring from the mud. svn-id: r18553 | |||
2005-07-18 | Cleanup. | Torbjörn Andersson | |
svn-id: r18552 | |||
2005-07-17 | Fixed ITE inventory redraw glitch when exchanging the medallion for money. | Torbjörn Andersson | |
svn-id: r18551 |