Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-27 | Update error messages and always report an error if data file load fails | Travis Howell | |
svn-id: r23772 | |||
2006-08-27 | Remove the use of AutoComputeDirtyRects feature of backends, due to it ↵ | Travis Howell | |
causing minor glitches svn-id: r23770 | |||
2006-08-26 | Fix bug #1544799 - SIMON: Engine creates launcher entry when failing to launch. | Travis Howell | |
svn-id: r23749 | |||
2006-08-25 | Correct platform for alternative Italian version of Simon the Sorcerer 1 ↵ | Travis Howell | |
(DOS CD) svn-id: r23745 | |||
2006-08-13 | Made FF use the same max length for every line when word-wrapping subtitles, | Torbjörn Andersson | |
rather than using the length of the previous line. This fixes bug #1536401. svn-id: r23706 | |||
2006-08-06 | Fix bug #1535261 FF:Dock Crash - decompressData error | Travis Howell | |
svn-id: r23684 | |||
2006-08-04 | Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systems | Max Horn | |
svn-id: r23670 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-07-30 | Added explicit string equals/hash functors to a new header ↵ | Max Horn | |
common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case svn-id: r23634 | |||
2006-07-25 | Check uppercase and lowercase, when confirming quit in Simon the Sorcerer 1/2 | Travis Howell | |
svn-id: r23591 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-22 | Fixing compiler warnings under amd64. | Johannes Schickel | |
svn-id: r23564 | |||
2006-07-22 | Removing '/' at pathsnames of calls to "File::addDefaultDirectory" since it ↵ | Johannes Schickel | |
can't be assumed that the FS code uses '/' as path separators (and it shouldn't break anything) svn-id: r23563 | |||
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel | |
- changes some engine detectors to use it svn-id: r23559 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all ↵ | Johannes Schickel | |
game detectors. svn-id: r23558 | |||
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-14 | Ooops | Travis Howell | |
svn-id: r23498 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-07-14 | Add another Italian version of Simon the Sorcerer 1 (DOS CD) | Travis Howell | |
svn-id: r23495 | |||
2006-07-14 | More whitespace changes to see if things work normally again. | Torbjörn Andersson | |
svn-id: r23494 | |||
2006-07-11 | This should fix bug #1520629 ("No Music in Simon1"). | Torbjörn Andersson | |
svn-id: r23488 | |||
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵ | Max Horn | |
checking for GCC / not GCC svn-id: r23458 | |||
2006-07-09 | Verify malloc worked. Apparently, simon (or FF?) sometimes tries to allocate ↵ | Max Horn | |
extremly big (well, for the Nintendo DS at least :) chunks of memory, which lead to malloc failures. svn-id: r23450 | |||
2006-07-08 | Add fix for bug #1519327 - FF: Stack corruption | Travis Howell | |
svn-id: r23442 | |||
2006-06-30 | Add French version of the Feeble Files (Windows 4CD) | Travis Howell | |
svn-id: r23362 | |||
2006-06-28 | Add eriktorbjorn's patch for DXA unification, with more changes | Travis Howell | |
svn-id: r23332 | |||
2006-06-24 | Add Italian version of the Feebles Files (4CD) | Travis Howell | |
svn-id: r23281 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 | |||
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 | |||
2006-06-23 | Typo | Travis Howell | |
svn-id: r23262 | |||
2006-06-23 | Add Spanish version of the Feebles Files (4CD) | Travis Howell | |
svn-id: r23261 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-06-14 | Fixed FF cursor hotspots, after Kirben pointed out to me two special cases that | Torbjörn Andersson | |
we didn't handle. This makes he tile puzzle easier to solve. (But it's still a terrible puzzle.) svn-id: r23114 | |||
2006-06-14 | fixes compile with msvc8 | Johannes Schickel | |
svn-id: r23102 | |||
2006-06-12 | Fix bug #1500552 - FF: Glitches in Swamp Soup game of arcade | Travis Howell | |
svn-id: r23055 | |||
2006-06-12 | Fix errors in centreScroll() of FF | Travis Howell | |
svn-id: r23053 | |||
2006-06-12 | Correct function called when exiting oracle or close up scene in FF. Fixes ↵ | Travis Howell | |
bug #1504393 - FF: Recursion error when using Chemistry Set svn-id: r23050 | |||
2006-06-11 | I don't have the German FF version with the wrong cutscene file names, but I | Torbjörn Andersson | |
believe we need to adjust baseName as well, so that we can use an equally wrong (i.e. right) name for opening the audio track. svn-id: r23028 | |||
2006-06-11 | Add back lost change, to allow FF to skip any speech | Travis Howell | |
svn-id: r23020 | |||
2006-06-07 | Add Russian translations for error messages | Travis Howell | |
svn-id: r22978 | |||
2006-06-05 | Remove debug left over | Travis Howell | |
svn-id: r22931 | |||
2006-06-05 | Cleanup | Travis Howell | |
svn-id: r22927 | |||
2006-06-04 | Looping and tempo details in GMF header are used by MIDI sound effects too | Travis Howell | |
svn-id: r22907 | |||
2006-06-03 | This is an attempt to set the correct tempo for the Simon 1 DOS music. | Torbjörn Andersson | |
svn-id: r22898 | |||
2006-06-03 | Add comment | Travis Howell | |
svn-id: r22870 | |||
2006-06-03 | Add work around for bug in a German Windows 2CD version of FF. Trigger error ↵ | Travis Howell | |
if video file not found, since they are required by several part of FF svn-id: r22869 | |||
2006-06-02 | Add support for separate compressed sound files for cutscenes in FF | Travis Howell | |
svn-id: r22831 | |||
2006-06-02 | Cleanup | Travis Howell | |
svn-id: r22829 | |||
2006-06-02 | Improve Hebrew support | Travis Howell | |
svn-id: r22826 |