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
/
engines
/
parallaction
Age
Commit message (
Expand
)
Author
2007-03-22
unrolled loop in buildWalkPath and renamed some variables
Nicola Mettifogo
2007-03-22
Fix warnings
Max Horn
2007-03-21
- moved buildWalkPath inner loop into a new function
Nicola Mettifogo
2007-03-21
got rid of cryptic pseudo-boolean variable in buildWalkPath
Nicola Mettifogo
2007-03-20
replaced some x,y/left,top pairs with Common::Point
Nicola Mettifogo
2007-03-20
some refactoring for walking code
Nicola Mettifogo
2007-03-19
final version of runDialogue
Nicola Mettifogo
2007-03-19
applied De Morgan's law to an expression to expose similarities
Nicola Mettifogo
2007-03-19
fixed bug from first decompile
Nicola Mettifogo
2007-03-19
refactoring of the main loop of runDialogue, now in a decent shape
Nicola Mettifogo
2007-03-19
a bit of refactoring for dialogue code
Nicola Mettifogo
2007-03-19
removed most useless (paranoid) debugC
Nicola Mettifogo
2007-03-19
made Animation a subclass of Zone (finally!)
Nicola Mettifogo
2007-03-19
added member initialization
Nicola Mettifogo
2007-03-19
deleted some dead code
Nicola Mettifogo
2007-03-18
Fixed warning: warning: base class 'struct Parallaction::Node' should be expl...
Max Horn
2007-03-18
Made loadStatic return a new StaticCnv instead of accepting a parameter. All ...
Nicola Mettifogo
2007-03-18
Made loadFrames return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames()
Nicola Mettifogo
2007-03-18
changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram...
Nicola Mettifogo
2007-03-18
- added constructors for most structs
Nicola Mettifogo
2007-03-18
changed code to use WalkNode constructors
Nicola Mettifogo
2007-03-18
- Made global Node's (_zones, _animations, _helperNode) and the functions usi...
Nicola Mettifogo
2007-03-18
hidden _cnv member of Animation from callers
Nicola Mettifogo
2007-03-18
changed remaining stuff to Common::Point and got rid of custom Point and Rect
Nicola Mettifogo
2007-03-18
converted DoorData and Zone to Common::Point
Nicola Mettifogo
2007-03-18
converted input and labels to Common::Point
Nicola Mettifogo
2007-03-18
converted walk routines to use Common::Point
Nicola Mettifogo
2007-03-18
Made loadFont return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadObjects return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
- made loadPointer return a new StaticCnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadHead return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Made loadTalk return a new Cnv instead of accepting a parameter.
Nicola Mettifogo
2007-03-18
Removed old and commented hack code for Dino in the museum location.
Nicola Mettifogo
2007-03-18
extracted more code from runDialogue and renamed some key variables
Nicola Mettifogo
2007-03-18
removed unused parameter from Gfx::flatBlitCnv
Nicola Mettifogo
2007-03-18
more formatting
Nicola Mettifogo
2007-03-18
formatting
Nicola Mettifogo
2007-03-18
broke down huge runDialogue in more manageable chunks
Nicola Mettifogo
2007-03-18
Bug fixed: inventory wasn't refreshed when loading a savegame if character wa...
Nicola Mettifogo
2007-03-18
fixed usage of reference operator
Nicola Mettifogo
2007-03-17
added getRect() to Zone to slightly simplify hitZone condition check
Nicola Mettifogo
2007-03-17
added translate() to Zone
Nicola Mettifogo
2007-03-17
renamed structures to be more general
Nicola Mettifogo
2007-03-17
added getters for width and height in Zone and Animation
Nicola Mettifogo
2007-03-17
split Zone::_oldPosition in two members
Nicola Mettifogo
2007-03-17
Flattened anonymous union in Zone. Its members have been partially merged.
Nicola Mettifogo
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
cleanup
Nicola Mettifogo
2007-03-17
cleanup
Nicola Mettifogo
[next]