index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
logic_he.cpp
Age
Commit message (
Expand
)
Author
2005-08-14
Replace warnings with debug, errors or printfs:
Travis Howell
2005-08-08
added replacement code for hypot()
Paweł Kołodziejski
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-06-21
Patches needed to build for SYMBIAN32 WINS/GCC added.
Lars Persson
2005-05-21
fixed MS VC warn
Andrew Kurushin
2005-05-18
No need to declare a full method if all you need is a tiny local function
Max Horn
2005-05-18
round() is not portable.
Eugene Sandulenko
2005-05-18
Some cleanup (note: for some (negative value) corner cases, round does not 10...
Max Horn
2005-05-17
Remove debug output. Some more PI fixes
Eugene Sandulenko
2005-05-17
Update with our own PI and atan2().
Eugene Sandulenko
2005-05-17
Another funshop opcode. Does anyone knows ehrer to get proper x87 FPU fpatan
Eugene Sandulenko
2005-05-14
Added --disable-hq and --disable-scumm-7-8 options. Also improved
Eugene Sandulenko
2005-05-14
Opcode number correction
Eugene Sandulenko
2005-05-14
Yet another LogicHE opcode.
Eugene Sandulenko
2005-05-14
Implemented last football logic opcode.
Eugene Sandulenko
2005-05-14
More football logic opcodes.
Eugene Sandulenko
2005-05-12
Remove debug leftover comments.
Eugene Sandulenko
2005-05-12
Support for football/footdemo logic
Eugene Sandulenko
2005-05-11
Implement now spotted Logic opcode in funshops. Now need to find a place
Eugene Sandulenko
2005-05-11
Add additional logic hook in footdemo/funshops.
Travis Howell
2005-05-10
Preparations to let LogicHE hold game-specific code. Introduced
Eugene Sandulenko
2005-05-10
Fixed PuttRace logic routines. Now they match thanks to ajax16384's great
Eugene Sandulenko
2005-05-09
fixed warnings
Paweł Kołodziejski
2005-05-09
Rest of PuttRace logic code. Still buggy.
Eugene Sandulenko
2005-05-08
Initial support for intensive floating point compuitations used in
Eugene Sandulenko