aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-12SWORD25: Path fixes for includesEugene Sandulenko
svn-id: r53180
2010-10-12SWORD25: Make couple file compilableEugene Sandulenko
svn-id: r53179
2010-10-12SWORD25: Moving Lua one level upEugene Sandulenko
svn-id: r53178
2010-10-12SWORD25: Remove main_win.cppEugene Sandulenko
svn-id: r53177
2010-10-12SWORD25: Remove memorydumper which is Windows-specificEugene Sandulenko
svn-id: r53176
2010-10-12SWORD25: Fix some includesEugene Sandulenko
svn-id: r53175
2010-10-12SWORD25: removed ASM usageEugene Sandulenko
svn-id: r53174
2010-10-12SWORD25: Removed cpuinfo.cpp fileEugene Sandulenko
svn-id: r53173
2010-10-12SWORD25: Added module.mkEugene Sandulenko
svn-id: r53172
2010-10-12SWORD25: Importing original sourcesEugene Sandulenko
svn-id: r53171
2010-10-12HUGO: Add lineHandler for v3 Dos, fix/add commentsArnaud Boutonné
svn-id: r53170
2010-10-12SWORD25: Added detection of libtheora, png an dplugged in the engineEugene Sandulenko
svn-id: r53169
2010-10-12SWORD25: Initial dummy engineEugene Sandulenko
svn-id: r53168
2010-10-12HUGO: enable left diagonalsArnaud Boutonné
svn-id: r53167
2010-10-12AGI: Fix bug #3017908 with MIDI musicEugene Sandulenko
Bug #3017908: "AGI: No music with the new MIDI patch" Thanks to Raziel^ for pinpointing the bug. svn-id: r53166
2010-10-12CREDITS: Added qvist to credits per his requestEugene Sandulenko
svn-id: r53164
2010-10-12TOOLS: Modified engine patch for use with skycpt and updated skycpt READMEDavid Turner
The Demo _does_ contain the Save/Load Panel resources, but not the required font #2. Have updated the patch to allow use of font #0, so the process for the CD demo is now the same as for the other versions of BASS. svn-id: r53163
2010-10-12OPENPANDORA: Add latest backend code from branch-1-2-0.John Willis
* Ooops, forgot to sync this with HEAD. Sorry about that. svn-id: r53162
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
svn-id: r53161
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-10-12I18N: Forward-port r53063 (minor lowres fixes)Jordi Vilalta Prat
svn-id: r53159
2010-10-11CONFIGURE: Update backends and special host lists.Jordi Vilalta Prat
- Update the documentation of available backends and special hosts based on the available ones. - Sort backend/host/case lists alphabetically. svn-id: r53158
2010-10-11TOON: Fixed Flux disappearing in barn when talking to the cowSylvain Dupont
Several animations are not present for every Flux facing. There is an hardcoded table to handle this. svn-id: r53157
2010-10-11TOON: Fixed uninitialized varSylvain Dupont
svn-id: r53156
2010-10-11TOON: Reverted script throttle for now and fixed anim timing issueSylvain Dupont
svn-id: r53155
2010-10-11DISTS/REDHAT: Add missing files to rpmWillem Jan Palenstijn
svn-id: r53154
2010-10-11HUGO: Split classes with multiple version in separate filesArnaud Boutonné
svn-id: r53152
2010-10-11TOON: Reduced CPU usage by about 40%Filippos Karapetis
svn-id: r53151
2010-10-11CONFIGURE: Fix for bug #3085292 (--docdir not accepted)Jordi Vilalta Prat
- Handle the --docdir option which was documented but not accepted. - Reorder the directory variables and their handling to have the same order everywhere. This will hopefully make bugs like this harder to happen. svn-id: r53149
2010-10-11AGI: Fix one more strncpy/strncat issueWillem Jan Palenstijn
svn-id: r53148
2010-10-11AGI: Fix possible buffer overflow.Johannes Schickel
This is based on patch #3085298 "overflows in agi and parallaction". svn-id: r53147
2010-10-11PARALLACTION: Fix out of bounds access.Johannes Schickel
This is a partial commit of patch #3085298 "overflows in agi and parallaction". svn-id: r53146
2010-10-10HUGO: Use _targetName for naming save filesMatthew Hoops
svn-id: r53145
2010-10-10TOON: Fixed offsets in hard coded conversation musicsSylvain Dupont
svn-id: r53144
2010-10-10COMMON: work around different vsnprintf behaviour on IRIXJoost Peters
The return value of vsnprintf when the provided buffer is not large enough to hold the formatted string is implementation-dependent: C99: The size the formatted string would take up. MSVC: -1, with no indication of how large the buffer should be. IRIX: The number of characters actually written, which is at most the size of the buffer minus one, as the string is truncated to fit. This means the only way to be sure the entire string is written is if the return value is less than the capacity - 1. This change means that whenever we try to format a string where the size is 1 below the built-in capacity, that the capacity will be needlessly increased. If this turns out to be problematic we could make this behaviour __sgi conditional. svn-id: r53143
2010-10-10IPHONE: Add teenagent sources, plus some more minor changesMax Horn
* Added teenagent engine souces * Added some forgotten files for gob and scumm * Some tweaks to help the simulator targets link svn-id: r53142
2010-10-10GRAPHICS: Turn static AviDecoder methods into local funcsMax Horn
svn-id: r53141
2010-10-10SCI: Fix warning about uninitialized variableMax Horn
svn-id: r53140
2010-10-10IPHONE: Tweak project file some moreMax Horn
* try to support MacPorts *and* Fink for the (currently not working? Mac OS X target * disable C++ exceptions for the release builds, too * disable SCI32 specific source files for compilation svn-id: r53139
2010-10-10IPHONE: Enable cruise & teenagent; disable sci32Max Horn
Actually, currently all engines are added to the project, but not all are activated. Enabling and disabling engines is currently not easily possible from within the project itself. So for now I manually enabled exactly those engines which configure enables by default. A proper solution would be to refactor the project, with (sub)targets resp. (sub)projects for every engine. We might also want to switch the iPhone port to use dynamic plugins. svn-id: r53138
2010-10-10IPHONE: Remove what looks like redundant defines; cleanupMax Horn
svn-id: r53137
2010-10-10IPHONE: Sort DEFINESMax Horn
svn-id: r53136
2010-10-10HUGO: Add specific takeObject and dropObject for H1 DOSArnaud Boutonné
svn-id: r53135
2010-10-10TOON: Made all ToonEngine functions non-virtualSylvain Dupont
svn-id: r53134
2010-10-10TOON: Adapt include guard for consistency.Johannes Schickel
svn-id: r53133
2010-10-10TOON: Coding guideline corrections.Johannes Schickel
svn-id: r53132
2010-10-10TOON: Fix potential undefined operation warningSylvain Dupont
svn-id: r53131
2010-10-10TOON: Music attenuation when someone talksSylvain Dupont
svn-id: r53130
2010-10-10TOON: Fix fast animation "Ready" on Sweetfighter gameSylvain Dupont
svn-id: r53129
2010-10-10HUGO: Add debug channels to new parser functionsArnaud Boutonné
svn-id: r53128