Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | SCUMM: Cleanup ScummEngine_v80he::createSound() | Matthew Hoops | |
Added some comments to make it more readable. Switched usage of a temporary buffer and a double memcpy with a memmove. Also fixed a potential out-of-bounds write, thanks to LordHoto. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops | |
2012-07-25 | VIDEO: Convert Bink to the new AdvancedVideoDecoder API | Matthew Hoops | |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops | |
2012-06-24 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-17 | Merge pull request #244 from clone2727/football2002-wday | Johannes Schickel | |
COMMON: Add tm_wday to our TimeDate struct | |||
2012-06-16 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-15 | SCUMM: Fix rect bounds in getPolygonOverlap() | Matthew Hoops | |
2012-06-15 | SCUMM: Adjust some wiz image ops and flood fill rects | Matthew Hoops | |
Fixes black lines appearing on the field in football/football2002 and some soccer2004 menus. | |||
2012-06-11 | SCUMM: Fix basketball ini name | Matthew Hoops | |
2012-06-09 | SCUMM: Implement football2002's getDayOfWeek() u32 function | Matthew Hoops | |
2012-06-09 | SCUMM: Add HE101 version, for debugInput opcode difference in some HE100 games. | Travis Howell | |
2012-06-08 | SCUMM: Implement listing playbook files in football2002 | Matthew Hoops | |
2012-06-08 | SCUMM: Stub off other football2002 u32 opcodes | Matthew Hoops | |
2012-06-08 | SCUMM: Give football u32 opcodes proper names | Matthew Hoops | |
2012-06-06 | SCUMM: Implement football2002 u32 opcode 1028 | Matthew Hoops | |
Scoreboard transitions now play | |||
2012-06-01 | SCUMM: Add debugInput opcode difference in Backyard Basketball. | Travis Howell | |
2012-05-28 | SCUMM: Fix error in spyfox iOS credits | Matthew Hoops | |
2012-05-25 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-14 | GRAPHICS: Hide the WinCursor implementation | Matthew Hoops | |
2012-03-20 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman | |
2011-12-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: video/qt_decoder.cpp | |||
2011-12-03 | SCUMM: Add support for the mustard mac map file | Matthew Hoops | |
2011-11-27 | SCUMM: Add support for Putt-Putt Saves the Zoo iOS | Matthew Hoops | |
2011-10-27 | GRAPHICS: Make drawThickLine take a thickness in both x and y directions | Matthew Hoops | |
2011-11-06 | SCUMM: Stream sfx/voice sounds from mouster.sou. | Johannes Schickel | |
This fixes sound corruption when using the new VOC streaming code. It also reduces the runtime memory needed for compressed sound files slightly, since it does not preload them into memory anymore. This comes at the expense of one file descriptor needed per sfx being played though. Thanks to Kirben for his review and feedback. | |||
2011-10-25 | SCUMM: Initialize Sprite fields in constructor. | Alyssa Milburn | |
This fixes a crash when HE games return from init() early due to the required color mode not being available. | |||
2011-09-08 | SCUMM: Made some static data const. | Johannes Schickel | |
2011-08-28 | SCUMM: Add basic support for setOffHeap resource flag in HE90+ games. | Travis Howell | |
2011-08-18 | SCUMM: Hopefully fix DS compilation | Sven Hesse | |
2011-08-17 | Merge remote-tracking branch 'origin/master' into soccer | Alyssa Milburn | |
Conflicts: engines/scumm/he/logic_he.cpp engines/scumm/he/logic_he.h | |||
2011-08-17 | SCUMM: Split HE logic classes to their own files | Matthew Hoops | |
2011-08-17 | SCUMM: Mass-comment/rename/simplify the soccer u32 code. | Alyssa Milburn | |
2011-08-16 | SCUMM: Fix cross product call in soccer u32 code. | Alyssa Milburn | |
Thanks to wjp and clone2727 for staring at this with me. | |||
2011-08-16 | SCUMM: Make the default cursor for all v80+ games be the Windows cursor | Matthew Hoops | |
2011-08-16 | SCUMM: Set the default moonbase cursor to be the default Windows cursor | Matthew Hoops | |
2011-08-12 | SCUMM: Implement basic basketball court data parsing | Matthew Hoops | |
2011-08-12 | SCUMM: Implement basketball u32 op 1012 | Matthew Hoops | |
The game no longer divides by zero when starting a match and the court is now visible. | |||
2011-08-10 | SCUMM: Remove unused soccer u32 code | Matthew Hoops | |
2011-08-09 | Merge remote branch 'upstream/master' into soccer | Matthew Hoops | |
2011-08-09 | SCUMM: Fix bug in soccer u32 op_1014_sub3 | Matthew Hoops | |
2011-08-09 | SCUMM: Backyard Soccer 2004 uses a different INI setting to disable printing. | Travis Howell | |
2011-08-08 | Merge remote branch 'upstream/master' into soccer | Matthew Hoops | |
2011-08-08 | SCUMM: Fix another original soccer u32 difference | Matthew Hoops | |
Soccer is slightly more playable, but clicking does nothing most of the time. | |||
2011-08-08 | SCUMM: Set default Benchmark speed in Moonbase Commander, based on the ↵ | Travis Howell | |
original Moonbase.ini. | |||
2011-08-08 | SCUMM: Update stub in arrayOps for Moonbase Commander. | Travis Howell | |