aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/resource.h
AgeCommit message (Expand)Author
2016-01-24LAB: Add a workaround for DOS version using long filenamesStrangerke
2015-12-25LAB: Use friendlier names for listsFilippos Karapetis
2015-12-24LAB: Make readAction consistent with the other read functionsWillem Jan Palenstijn
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-23LAB: Reduce the use of redirections in ResourceStrangerke
2015-12-23LAB: Constify some parametersStrangerke
2015-12-23LAB: Replace char* by Common::String in several functionsStrangerke
2015-12-23LAB: Plug all the remaining resource-related memory leaksFilippos Karapetis
2015-12-23LAB: Use Common::String for strings, removing a ton of memory leaksFilippos Karapetis
2015-12-23LAB: Some renames, simplified saveGame() and loadGame()Filippos Karapetis
2015-12-23LAB: Reduced dependency on processroom.h. Yay!Eugene Sandulenko
2015-12-23LAB: Reduce header intra-dependency. Reduced image.h dependencyEugene Sandulenko
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Rename graphics.* to dispman.*Eugene Sandulenko
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: remove some useless forward references and includesStrangerke
2015-12-23LAB: Move text functions to DisplayMan, some renamingStrangerke
2015-12-23LAB: Refactor the remaining functions in labfile.cppFilippos Karapetis
2015-12-23LAB: Move inventory to LabEngine classEugene Sandulenko
2015-12-23LAB: openDataFile can also be used without checking for a file headerFilippos Karapetis
2015-12-23LAB: Move getText to the Resource classFilippos Karapetis
2015-12-23LAB: Move the global variable g_resource to the main engine classStrangerke
2015-12-23LAB: Simplify getViewData, get rid of ViewDataPtr and ActionPtrFilippos Karapetis
2015-12-23LAB: Change the scene rule list to use a Common::ListFilippos Karapetis
2015-12-23LAB: Simplify readInitialConditions()Filippos Karapetis
2015-12-15LAB: Move static text loading to the Resource classFilippos Karapetis
2015-12-15LAB: Initial implementation of the Resource classFilippos Karapetis