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
/
lab
/
processroom.h
Age
Commit message (
Expand
)
Author
2015-12-27
LAB: Remove useless pragma
Strangerke
2015-12-27
LAB: Use an enum for special room ids
Strangerke
2015-12-27
LAB: Remove unused defines
Strangerke
2015-12-25
LAB: Use friendlier names for lists
Filippos Karapetis
2015-12-24
LAB: Avoid manual memory management of CloseData
Willem Jan Palenstijn
2015-12-24
LAB: Avoid manual memory management of ViewData
Willem Jan Palenstijn
2015-12-24
LAB: Avoid manual memory management of RuleList
Willem Jan Palenstijn
2015-12-24
LAB: Avoid manual memory management in Action lists
Willem Jan Palenstijn
2015-12-24
LAB: Move enums to the top of processroom.h
Filippos Karapetis
2015-12-24
LAB: Change condition defines into an enum
Filippos Karapetis
2015-12-23
LAB: Error out on unused opcodes
Filippos Karapetis
2015-12-23
LAB: Change the direction and map door defines into enums
Filippos Karapetis
2015-12-23
LAB: Remove left-over long size specifiers
Strangerke
2015-12-23
LAB: Add enums for action types, rule types ad rule actions
Filippos Karapetis
2015-12-23
LAB: Use an array of Common::Strings instead of bytes in Action
Strangerke
2015-12-23
LAB: Fix check of ending animation, some renaming
Strangerke
2015-12-23
LAB: Use Common::String for strings, removing a ton of memory leaks
Filippos Karapetis
2015-12-23
LAB: Simplify the room doors array
Filippos Karapetis
2015-12-23
LAB: Review struct definitions in processroom
Strangerke
2015-12-23
LAB: Move processroom functions to LabEngine
Strangerke
2015-12-23
LAB: Rename CloseDataPtr pointers, some refactoring
Strangerke
2015-12-23
LAB: Reduced dependency on processroom.h. Yay!
Eugene Sandulenko
2015-12-23
LAB: Fix regression in setCurClose(). Fixes closeups
Filippos Karapetis
2015-12-23
LAB: Use // for comments
Strangerke
2015-12-23
LAB: Merge parsetypes.h and parsefun.h into processroom.h
Filippos Karapetis