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