Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-19 | constness | Gregory Montoir | |
svn-id: r18706 | |||
2005-08-19 | correction in setTextColor() | Gregory Montoir | |
svn-id: r18705 | |||
2005-08-19 | some WIP code to start introduction (with glitches) in Kyrandia 1 : | Gregory Montoir | |
- the decoders have been rewritten due to crashes I encountered with the previous ones in Compression:: - the wsa code loader for v1 have been rewritten too, to handle the same flags as the original - some cleanup - this has only been tested with the floppy version svn-id: r18704 | |||
2005-08-19 | Detect when plugins directory is missing | Max Horn | |
svn-id: r18703 | |||
2005-08-18 | I forgot there were path buttons in this file. They, too, need to be wider | Torbjörn Andersson | |
to avoid truncating the text in the smaller version of the GUI. svn-id: r18702 | |||
2005-08-17 | Made the path buttons extra wide so that the text is not truncated in the | Torbjörn Andersson | |
smaller version of the GUI. svn-id: r18701 | |||
2005-08-17 | fix copy/paste-o | Joost Peters | |
svn-id: r18700 | |||
2005-08-16 | Fix bug #1256381 "ITE: Options menu contains wrong item" and gave symbolic | Eugene Sandulenko | |
names to text Ids. svn-id: r18699 | |||
2005-08-16 | fix 1258781 & 1253993 bugs | Andrew Kurushin | |
(difficulties of leaving scenes) svn-id: r18698 | |||
2005-08-16 | fix typo | Joost Peters | |
svn-id: r18697 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-08-16 | o Fix crashes on puzzle with floppy (speechless) versions | Eugene Sandulenko | |
o Now hints get correct voices. svn-id: r18695 | |||
2005-08-15 | Fix prince room sound inconsistencies mentioned in bugreport #1258501 | Eugene Sandulenko | |
svn-id: r18694 | |||
2005-08-15 | Fixed warning. | Torbjörn Andersson | |
svn-id: r18693 | |||
2005-08-15 | Added note about fixing the off-by-one bug in BS2 sound, because people may | Torbjörn Andersson | |
want to re-compress their sound files. svn-id: r18692 | |||
2005-08-15 | Fixed long-standing bug with sound decompression that would cause a slight | Torbjörn Andersson | |
pop at the end of some sounds because it was trying to decode one sample too many. svn-id: r18691 | |||
2005-08-15 | Switch to debug, since an actor name isn't always set. | Travis Howell | |
ie actor 14 in The Dig svn-id: r18690 | |||
2005-08-15 | Apply bug/patch #1258912 "GUI: SDL mouse dirty rects too big" | Eugene Sandulenko | |
svn-id: r18689 | |||
2005-08-15 | Fix bug #1258479 "ITE: Graphical glitches in wildcat tribe" | Eugene Sandulenko | |
svn-id: r18688 | |||
2005-08-14 | If I understand cyx correctly, this is the proper fix for bug #1253171, | Torbjörn Andersson | |
even though I thought it looked a bit hackish when I proposed it. svn-id: r18687 | |||
2005-08-14 | Remove an obsolete TODO; use stronger wording to tell people they should ↵ | Max Horn | |
*ask* us before implementing something (native speakers, feel free to correct my english :-) svn-id: r18686 | |||
2005-08-14 | Run the detectors on one directory at a time, rather than one file at a time. | Marcus Comstedt | |
svn-id: r18685 | |||
2005-08-14 | Force a single PHDR. | Marcus Comstedt | |
svn-id: r18684 | |||
2005-08-14 | Fixed new plugin search code to work with Dreamcast: | Marcus Comstedt | |
* Code does case-sensitive comparison with PLUGIN_SUFFIX, so put it in uppercase (as filenames in ISO9660 are required to be uppercase). * There is an assert somewhere which prevents the use of "" as a directory. Use "/" instead... svn-id: r18683 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-08-14 | Remove leftover. | Travis Howell | |
svn-id: r18680 | |||
2005-08-14 | Add a few more HE games. | Travis Howell | |
svn-id: r18679 | |||
2005-08-14 | Fix regression in fbpack | Travis Howell | |
svn-id: r18678 | |||
2005-08-13 | Fix bug #1258537 "ITE: Introduction text is black" | Eugene Sandulenko | |
svn-id: r18677 | |||
2005-08-13 | Make IHNM demo go little further (still crashes at initialization). Add | Eugene Sandulenko | |
spanish version of IHNM. svn-id: r18676 | |||
2005-08-13 | fix bug #1254000 ITE: Actors duplicated at chasm scene | Andrew Kurushin | |
svn-id: r18675 | |||
2005-08-13 | Fix bug #1257542 "ITE: Sounds do not stop after quitting scene". Though | Eugene Sandulenko | |
There is a big problem in sound code. It is written with only one SFX and only one Voice playing at the same time in mind which is not the case. This should be rewritten so there are more than 2 sound handles. svn-id: r18674 | |||
2005-08-13 | Fixe bug #1257869 "ITE: Crash when viewing the map" | Eugene Sandulenko | |
svn-id: r18673 | |||
2005-08-12 | Fix bug #1257530 "ITE: Mouse pointer visible during cutscenes" | Eugene Sandulenko | |
svn-id: r18672 | |||
2005-08-12 | Fix bug #1257459 "ITE: Game crashes at airport" | Eugene Sandulenko | |
svn-id: r18671 | |||
2005-08-12 | updated PalmOS source files for the 'u circonflex' thing I committed yesterday | Gregory Montoir | |
svn-id: r18670 | |||
2005-08-12 | Fix bug #1257309 "ITE: Invalid read during startup" | Eugene Sandulenko | |
svn-id: r18669 | |||
2005-08-11 | Fix bug #1257033 "ITE: Map music briefly plays when loading game at sanctuary" | Eugene Sandulenko | |
svn-id: r18668 | |||
2005-08-11 | Fix bug #1257016 "ITE: crashes in dogs castle labyrinth" | Eugene Sandulenko | |
svn-id: r18667 | |||
2005-08-11 | Clarify message about unknown MD5 and don't make false alarms. | Eugene Sandulenko | |
svn-id: r18666 | |||
2005-08-11 | Fix bug #1256368 "ITE: Black pixels drawn as white at sanctuary gate" | Eugene Sandulenko | |
svn-id: r18665 | |||
2005-08-11 | rename some actor struct fields | Gregory Montoir | |
svn-id: r18664 | |||
2005-08-11 | get rid of game_thread_proc | Gregory Montoir | |
svn-id: r18663 | |||
2005-08-11 | minor cleanup | Gregory Montoir | |
svn-id: r18662 | |||
2005-08-11 | get rid of an old hack for the 'u circonflex' letter in the french version | Gregory Montoir | |
svn-id: r18661 | |||
2005-08-11 | Fix bugs #1256398 "ITE: Clicking doesn't skip dialogue" | Eugene Sandulenko | |
svn-id: r18660 | |||
2005-08-11 | Translate excuse messages and make them work on floppy versions. Earlier | Eugene Sandulenko | |
it just crashed there. svn-id: r18659 | |||
2005-08-11 | Fix bug #1256701 "ITE: Crashes during conversations" | Eugene Sandulenko | |
svn-id: r18658 | |||
2005-08-11 | Fix bug #1256704 "ITE: Wrong text display in German version" | Eugene Sandulenko | |
svn-id: r18657 |