aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/processroom.h
AgeCommit message (Expand)Author
2015-12-27LAB: Remove useless pragmaStrangerke
2015-12-27LAB: Use an enum for special room idsStrangerke
2015-12-27LAB: Remove unused definesStrangerke
2015-12-25LAB: Use friendlier names for listsFilippos Karapetis
2015-12-24LAB: Avoid manual memory management of CloseDataWillem Jan Palenstijn
2015-12-24LAB: Avoid manual memory management of ViewDataWillem Jan Palenstijn
2015-12-24LAB: Avoid manual memory management of RuleListWillem Jan Palenstijn
2015-12-24LAB: Avoid manual memory management in Action listsWillem Jan Palenstijn
2015-12-24LAB: Move enums to the top of processroom.hFilippos Karapetis
2015-12-24LAB: Change condition defines into an enumFilippos Karapetis
2015-12-23LAB: Error out on unused opcodesFilippos Karapetis
2015-12-23LAB: Change the direction and map door defines into enumsFilippos Karapetis
2015-12-23LAB: Remove left-over long size specifiersStrangerke
2015-12-23LAB: Add enums for action types, rule types ad rule actionsFilippos Karapetis
2015-12-23LAB: Use an array of Common::Strings instead of bytes in ActionStrangerke
2015-12-23LAB: Fix check of ending animation, some renamingStrangerke
2015-12-23LAB: Use Common::String for strings, removing a ton of memory leaksFilippos Karapetis
2015-12-23LAB: Simplify the room doors arrayFilippos Karapetis
2015-12-23LAB: Review struct definitions in processroomStrangerke
2015-12-23LAB: Move processroom functions to LabEngineStrangerke
2015-12-23LAB: Rename CloseDataPtr pointers, some refactoringStrangerke
2015-12-23LAB: Reduced dependency on processroom.h. Yay!Eugene Sandulenko
2015-12-23LAB: Fix regression in setCurClose(). Fixes closeupsFilippos Karapetis
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: Merge parsetypes.h and parsefun.h into processroom.hFilippos Karapetis