aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/file
AgeCommit message (Expand)Author
2014-02-18WINTERMUTE: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-02WINTERMUTE: Handle invalid file access in Carol Reed 6: Black CircleFilippos Karapetis
2013-10-01WINTERMUTE: Fix broken uint32/ulong castWillem Jan Palenstijn
2013-08-04WINTERMUTE: Fix end of namespace comments.Johannes Schickel
2013-07-13WINTERMUTE: Remove fixedPath snippetTobia Tesan
2013-04-18WINTERMUTE: Use int32 instead of int in classes.Einar Johan Trøan Sømåen
2013-04-04WINTERMUTE: Use template with MINanotherguest
2013-02-06WINTERMUTE: Use case-insensitive path-lookup when opening DiskFiles.Einar Johan Trøan Sømåen
2013-01-28WINTERMUTE: Move Resources out of binary and into wintermute.zipEinar Johan Trøan Sømåen
2013-01-26WINTERMUTE: Replace all NULLs with nullptr.Einar Johan Trøan Sømåen
2012-12-03WINTERMUTE: Const-ify member-functions that obviously should be const.Einar Johan Trøan Sømåen
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-24WINTERMUTE: Fix leakWillem Jan Palenstijn
2012-09-11WINTERMUTE: Remove a few more unused includes.Einar Johan Trøan Sømåen
2012-09-04WINTERMUTE: Convert CRLF to LFWillem Jan Palenstijn
2012-08-31WINTERMUTE: Use ++it instead of it++Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Cleanup the header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Simplify getNodeForRelativePathEinar Johan Trøan Sømåen
2012-08-13WINTERMUTE: WinterMute -> WintermuteEinar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Remove BPkgFile, as wrapCompressedStream can handle that job now.Einar Johan Trøan Sømåen
2012-07-29WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.Einar Johan Trøan Sømåen
2012-07-28WINTERMUTE: Fix a few warnings pointed out by fuzzie.Einar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperC...Einar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Add a stubbed fallback for the absolute path used in East Side StoryEinar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Fix SaveGame-thumb loading/saving.Einar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Clean up some TODOs.Einar Johan Trøan Sømåen
2012-07-26WINTERMUTE: Disable SaveGame thumbs for nowEinar Johan Trøan Sømåen
2012-07-26WINTERMUTE: Run Astyle with add-braces to break one-line statements into easi...Einar Johan Trøan Sømåen
2012-07-26WINTERMUTE: AStyle-formatting.Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: "delete []" -> "delete[]"Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: Cleanup in BasePackage.Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: Privatize/Protect variables that don't need to be public.Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: Forgot to add this change to last commit (SQUASHME)Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: Change the DCP-file access to work as an Common::Archive.Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: Avoid starting up the engine to perform detection.Einar Johan Trøan Sømåen
2012-07-24WINTERMUTE: Make sure we don't skip path-components.Einar Johan Trøan Sømåen
2012-07-24WINTERMUTE: Clean up and comment base_disk_file.Einar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Handle the "language/" subdirectory separately for choice of lang...Einar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Remove dcgf.h from almost all includes.Einar Johan Trøan Sømåen
2012-07-22WINTERMUTE: Remove Base as superclass for base_file_entryEinar Johan Trøan Sømåen
2012-07-22WINTERMUTE: Remove Base as superclass for base_package.Einar Johan Trøan Sømåen
2012-07-22WINTERMUTE: Avoid opening files when checking hasFile()Einar Johan Trøan Sømåen
2012-07-22WINTERMUTE: Use FSNodes to parse relative paths used by the games.Einar Johan Trøan Sømåen
2012-07-22WINTERMUTE: Redo base_file_manager, to use FSLists for registering/opening pa...Einar Johan Trøan Sømåen
2012-07-21WINTERMUTE: Get rid of the C-prefix for class-definitions.Einar Johan Trøan Sømåen
2012-07-21WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenamesEinar Johan Trøan Sømåen
2012-07-20WINTERMUTE: Silence a few signed/unsigned warnings.Einar Johan Trøan Sømåen
2012-07-20WINTERMUTE: Move BFileEntry and BPackage into base/fileEinar Johan Trøan Sømåen
2012-07-20WINTERMUTE: Rename PlatformSDL->platform_osystemEinar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Change all folder-names to lowercase.Einar Johan Trøan Sømåen