aboutsummaryrefslogtreecommitdiff
path: root/scumm/logic_he.cpp
AgeCommit message (Collapse)Author
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682
2005-08-08added replacement code for hypot()Paweł Kołodziejski
svn-id: r18636
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430
2005-05-21fixed MS VC warnAndrew Kurushin
svn-id: r18205
2005-05-18No need to declare a full method if all you need is a tiny local functionMax Horn
svn-id: r18158
2005-05-18round() is not portable.Eugene Sandulenko
svn-id: r18155
2005-05-18Some cleanup (note: for some (negative value) corner cases, round does not ↵Max Horn
100% match the original code. However, that should probably not matter...) svn-id: r18147
2005-05-17Remove debug output. Some more PI fixesEugene Sandulenko
svn-id: r18144
2005-05-17Update with our own PI and atan2().Eugene Sandulenko
svn-id: r18143
2005-05-17Another funshop opcode. Does anyone knows ehrer to get proper x87 FPU fpatanEugene Sandulenko
implementation? svn-id: r18141
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099
2005-05-14Opcode number correctionEugene Sandulenko
svn-id: r18090
2005-05-14Yet another LogicHE opcode.Eugene Sandulenko
svn-id: r18089
2005-05-14Implemented last football logic opcode.Eugene Sandulenko
svn-id: r18087
2005-05-14More football logic opcodes.Eugene Sandulenko
svn-id: r18085
2005-05-12Remove debug leftover comments.Eugene Sandulenko
svn-id: r18074
2005-05-12Support for football/footdemo logicEugene Sandulenko
svn-id: r18065
2005-05-11Implement now spotted Logic opcode in funshops. Now need to find a placeEugene Sandulenko
where another one gets called. svn-id: r18064
2005-05-11Add additional logic hook in footdemo/funshops.Travis Howell
svn-id: r18048
2005-05-10Preparations to let LogicHE hold game-specific code. IntroducedEugene Sandulenko
GF_HE_985. Feel free to give it more proper name. svn-id: r18036
2005-05-10Fixed PuttRace logic routines. Now they match thanks to ajax16384's greatEugene Sandulenko
tool. svn-id: r18019
2005-05-09fixed warningsPaweł Kołodziejski
svn-id: r18004
2005-05-09Rest of PuttRace logic code. Still buggy.Eugene Sandulenko
svn-id: r17988
2005-05-08Initial support for intensive floating point compuitations used inEugene Sandulenko
Putt-Putt Race. Still incomplete. svn-id: r17949