aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-10some refactoringNicola Mettifogo
2007-03-10commented nasty hack in the original codeNicola Mettifogo
2007-03-10fixed old reimplementation bugNicola Mettifogo
2007-03-10fixed regression: head and talks are now loaded only for real characters, i.e...Nicola Mettifogo
2007-03-10more robust font managementNicola Mettifogo
2007-03-10typoMax Horn
2007-03-10Updated the conditions for the "override" checkboxes. Most of it is probablyTorbjörn Andersson
2007-03-10Let the mixer worry about converting mono to stereo.Torbjörn Andersson
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
2007-03-10Silence MSVC8 warnings.Eugene Sandulenko
2007-03-10Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and itEugene Sandulenko
2007-03-10Update MSVC8 projectEugene Sandulenko
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead o...Nicola Mettifogo
2007-03-10Move mass add dialog settings to theme config. Bump theme ini version.Eugene Sandulenko
2007-03-10SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2Max Horn
2007-03-10Implement FR #1559561: "GUI: output sample rate widgets"Eugene Sandulenko
2007-03-10added Code::Blocks projects and workspaceNicola Mettifogo
2007-03-10SCUMM: some more AKOS cleanup & added commentsMax Horn
2007-03-10Update MSVC8 projectEugene Sandulenko
2007-03-10SCUMM: Must reset useBompPalette in the AKOS rendererMax Horn
2007-03-10got rid of calls to close() since streams and archives clean after themselvesNicola Mettifogo
2007-03-10Fixed error handling: we count the command itself in argc, and returning falseTorbjörn Andersson
2007-03-10Correct name as request.Travis Howell
2007-03-10Add details for Backyard Basketball.Travis Howell
2007-03-10SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as...Max Horn
2007-03-09Removing some unnecessary #includesMax Horn
2007-03-09Some more fraction data & an optimized formula (I still have no clue what tha...Max Horn
2007-03-09Updated fraction valuesMax Horn
2007-03-09added comments suggesting possible formulas for hardcoded float valuesNicola Mettifogo
2007-03-09Avoid double frees in HashMap::eraseMax Horn
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some cleanup, and added some of my observation (man this code is really strange)Max Horn
2007-03-09Revised LogicHErace::op_1140 (the two multiplications by constants still baff...Max Horn
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08Since the amiga version handle music very differently than the PC version, th...Gregory Montoir
2007-03-08removed kADFlagFilebasedFallback, this flag is never used (and filename based...Gregory Montoir
2007-03-08cleaned up stdafx.h, removing various unnecessary #includes (there are still ...Max Horn
2007-03-08Removed the localized titles in Touche game descriptions, that didn't work re...Gregory Montoir
2007-03-08added a flag to enable/disable printing a warning when filename based detecti...Gregory Montoir
2007-03-08Clarified some commentsMax Horn
2007-03-08Fixed const issue (casting const to non-const)Max Horn
2007-03-08Explicitly #include fcntl.h and unistd.h for the open/write/close syscallsMax Horn
2007-03-08deleted useless codeNicola Mettifogo
2007-03-08Moved the printf #define for the NDS into scummsys.h (not sure if that suits ...Max Horn
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by anyt...Max Horn
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2007-03-08Get rid of getcwd abuse here, and unify the way savepath, extrapath and theme...Max Horn
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...Max Horn
2007-03-08Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines mean...Max Horn