Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-06-08 | SCUMM: Stub off other football2002 u32 opcodes | Matthew Hoops | |
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-10 | SCUMM: Remove unused soccer u32 code | Matthew Hoops | |
2011-08-09 | SCUMM: Fix bug in soccer u32 op_1014_sub3 | 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-06 | SCUMM: Fix some soccer u32 code in op_1011 | Matthew Hoops | |
Spotted by fuzzie | |||
2011-08-06 | SCUMM: Add a few more notes to soccer u32 code | Matthew Hoops | |
2011-08-06 | SCUMM: Remove soccer editor-related u32 code | Matthew Hoops | |
The built-in editor, while could potentially be a cool feature, seems incomplete and unusable. Room 4 (the editor room) in all three games is not accessible without jumping to it. | |||
2011-08-05 | SCUMM: Fix a few more bugs in soccer u32 op_1014_sub1 | Matthew Hoops | |
Thanks to fuzzie | |||
2011-08-05 | SCUMM: Fix another typo in soccer u32 op_1014_sub1 | Matthew Hoops | |
2011-08-05 | SCUMM: Fix minor logic bug in soccer u32 op_1014 | Matthew Hoops | |
Spotted by fuzzie | |||
2011-08-05 | SCUMM: Add note to soccer u32 op_1011 about cursor scaling | Matthew Hoops | |
2011-08-04 | SCUMM: Add notes on the unused soccer u32 opcodes | Matthew Hoops | |
Might be nice to implement the soccer editor one day in the future, but it's definitely a secondary goal. In fact, I'm not even sure how to access it yet other than jumping to the room (4). | |||
2011-08-03 | SCUMM: Fix shadows in soccer | Matthew Hoops | |
Spotted by fuzzie | |||
2011-08-03 | SCUMM: Fix remaining soccer u32 op_1007 bugs | Matthew Hoops | |
Thanks to fuzzie for snooping that one out. The field boundaries now work correctly. SoccerMLS/Soccer2004 only are missing proper shadow support now. The original soccer is still having problems with clicking on the field. | |||
2011-08-02 | SCUMM: Implement soccer u32 op_1017 | Matthew Hoops | |
Used sporadically during gameplay | |||
2011-08-02 | SCUMM: Fix soccer u32 op_1007 atan2 calls | Matthew Hoops | |
The games are now becoming playable. Players and the ball appear on the field. However they go off the field at times and shadows do not work properly yet. It's progress though! Thanks to fuzzie for spotting | |||
2011-08-02 | SCUMM: Fix some more soccer u32 logic bugs | Matthew Hoops | |
The camera now pans correctly. The players/ball have yet to reappear on the field, however. Thanks to fuzzie for spotting | |||
2011-08-02 | SCUMM: Fix op_1011 parameters | Matthew Hoops | |
2011-08-02 | SCUMM: Implement soccer u32 op_1016 | Matthew Hoops | |
Used when a goal is scored | |||
2011-08-02 | SCUMM: Fix more bugs in soccer u32 spotted by fuzzie | Matthew Hoops | |
2011-08-02 | SCUMM: Fix several soccer u32 logic bugs | Matthew Hoops | |
Spotted by fuzzie | |||
2011-07-31 | SCUMM: Add code for remaining soccer u32 opcodes | Matthew Hoops | |
While it should be complete now, it doesn't quite work properly yet. I need to go back through and double-check everything to make sure I got it right. | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-27 | SCUMM: Fix differences in soccer's u32 op_1011 | Matthew Hoops | |
2011-04-27 | SCUMM: Implement soccer u32 opcodes 1013, 1019, 1020, and 1021 | Matthew Hoops | |
2011-04-27 | SCUMM: Fixed compilation with MSVC | md5 | |
Both double and float parameters were passed to atan2(), which didn't match any variants of atan2() | |||
2011-04-26 | SCUMM: Avoid long double usage | Matthew Hoops | |
2011-04-26 | SCUMM: Begin work on the soccer u32 code | Matthew Hoops | |
Players no longer appear in the upper-left corner of the screen and play can actually hault now (ie. the ball can go out of play). The players/ball do not move from their positions yet, but it's a start. | |||
2011-03-19 | SCUMM: Changed usage of PI to M_PI (normally defined in math.h) | md5 | |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2010-10-23 | SCUMM: Disable multiplayer option in Backyard Baseball 2001. | Travis Howell | |
svn-id: r53731 | |||
2010-05-05 | SCUMM: Convert some code to use Common::String | Max Horn | |
svn-id: r48957 | |||
2009-08-12 | Fix building with specific games disabled in MSVC. | Travis Howell | |
svn-id: r43294 | |||
2009-07-11 | Fix pinball type mini game in Putt-Putt Enters The Race. | Travis Howell | |
svn-id: r42382 | |||
2009-06-06 | Add logic stub for Backyard Basketball. | Travis Howell | |
svn-id: r41217 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-03-07 | Patch #2671477: Fix wrong usage of strncat | Willem Jan Palenstijn | |
svn-id: r39184 | |||
2008-12-15 | Add Moonbase Commander target again, for testing only. | Travis Howell | |
svn-id: r35379 | |||
2008-11-16 | Fixed various g++ warnings ("format not a string literal and no format ↵ | Johannes Schickel | |
arguments"). svn-id: r35096 | |||
2007-11-24 | Add notes (From wiki) for u32 codes used in Backyard Soccer. | Travis Howell | |
svn-id: r29631 | |||
2007-11-24 | Implement soccer opcode 1006. Nothing is tested and is pure processing | Eugene Sandulenko | |
of bb86 utility. svn-id: r29630 | |||
2007-11-22 | Implement soccer logic opcode 1003 | Eugene Sandulenko | |
svn-id: r29616 | |||
2007-11-22 | Fix bug with rotating shapes in funshop games | Eugene Sandulenko | |
svn-id: r29614 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 |