aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/logic_he.cpp
AgeCommit message (Collapse)Author
2008-12-15Add Moonbase Commander target again, for testing only.Travis Howell
svn-id: r35379
2008-11-16Fixed various g++ warnings ("format not a string literal and no format ↵Johannes Schickel
arguments"). svn-id: r35096
2007-11-24Add notes (From wiki) for u32 codes used in Backyard Soccer.Travis Howell
svn-id: r29631
2007-11-24Implement soccer opcode 1006. Nothing is tested and is pure processingEugene Sandulenko
of bb86 utility. svn-id: r29630
2007-11-22Implement soccer logic opcode 1003Eugene Sandulenko
svn-id: r29616
2007-11-22Fix bug with rotating shapes in funshop gamesEugene Sandulenko
svn-id: r29614
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-03-12Remove warning, logic code for soccer games is incomplete.Travis Howell
svn-id: r26100
2007-03-09Some more fraction data & an optimized formula (I still have no clue what ↵Max Horn
that tries to compute, though :) svn-id: r26043
2007-03-09Updated fraction valuesMax Horn
svn-id: r26042
2007-03-09added comments suggesting possible formulas for hardcoded float valuesNicola Mettifogo
svn-id: r26041
2007-03-09Some more LogicHE cleanupMax Horn
svn-id: r26038
2007-03-09Some more LogicHE cleanupMax Horn
svn-id: r26037
2007-03-09Some cleanup, and added some of my observation (man this code is really strange)Max Horn
svn-id: r26036
2007-03-09Revised LogicHErace::op_1140 (the two multiplications by constants still ↵Max Horn
baffle me, but at least it makes some sense now, and corrects the worst bugs in that func) svn-id: r26035
2007-02-16Some very obvious cleanups.Torbjörn Andersson
svn-id: r25635
2006-10-25Switch error to warning, since code is compatbile with football2002 tooTravis Howell
svn-id: r24516
2006-02-20Fixing compiler (cast) warningMax Horn
svn-id: r20799
2006-02-16force arg variable to float type, msvc8 can't select from float or doublePaweł Kołodziejski
svn-id: r20725
2006-02-15Moved all he-specific source files to engines/scumm/he/ subdirectoryEugene Sandulenko
svn-id: r20696