summaryrefslogtreecommitdiff
path: root/src/fios.cpp
AgeCommit message (Expand)Author
2021-07-17Feature: Persistant rotation of numbered auto/netsave after restart (#9397)Loïc Guilloux
2021-05-29Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)Patric Stout
2021-05-06Codechange: add SetDParamStr that accepts std::string&rubidium42
2021-05-03Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loopsglx22
2021-04-29Cleanup: Remove old FiosList helper methods. (#9139)PeterN
2021-04-07Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...Niels Martin Hansen
2021-02-15Add: Allow translation of "(Directory)" and "(Parent directory)"glx22
2020-12-27Fix 65f65ad2: Missing path separator that fell over a cliff.Michael Lutz
2020-12-27Codechange: Use std::string in file scanners.Michael Lutz
2020-12-27Codechange: Convert some more FIO functions to take std::string.Michael Lutz
2020-12-27Codechange: Use std::string in FIO search path handling.Michael Lutz
2020-02-13Codechange: Format unsigned integers with %u instead of %i or %d.Quipyowert2
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-10-25Fix: Possible double path separator in FiosMakeFilenameJuriy Petrochenkov
2019-09-13Fix: Avoid using stat to retrieve file modification times on Windows (#7731)Owen Rudge
2019-09-08Fix: Use natural sort when sorting the file list.Juriy Petrochenkov
2019-04-19Fix #7526, 5b77102b6: FiosItem::operator< must return false for equality (#7528)glx22
2019-04-13Codechange: use std::sort() to sort file listsglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Include() with include()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-04-29Remove: WinCE supportPatric Stout
2017-08-20(svn r27896) -Fix: some warningsfrosch
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2016-09-04(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...alberth
2016-09-04(svn r27647) -Codechange: Introduce file operations, and use it to replace mo...alberth
2016-09-04(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow c...alberth
2016-09-04(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, ...alberth
2016-09-04(svn r27643) -Codechange: FiosGetDrives function also takes a destination fil...alberth
2016-09-04(svn r27642) -Codechange: FiosGet* file query functions take a destination fi...alberth
2016-09-04(svn r27641) -Codechange: Fold the _fios_items file list vector into its own ...alberth
2016-09-04(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definiti...alberth
2016-09-04(svn r27634) -Codechange: Improve name of the SmallFiosItem struct.alberth
2014-05-03(svn r26554) -Fix(r26489): Use last address of the destination buffer.alberth
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the file...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-03-23(svn r26423) -Fix: Don't crash when supplying an invalid filename without ext...planetmaker
2012-12-09(svn r24804) -Add: Separate subdirectory for screenshots.frosch
2012-08-20(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the ...yexo
2011-11-14(svn r23216) -Codechange: introduce the concept of having different tar listsrubidium
2011-09-08(svn r22904) -Codechange: add tar filename to file scanningrubidium
2011-08-24(svn r22827) -Codechange: pass the/a more proper sub directory when opening (...rubidium
2011-08-24(svn r22823) -Codechange: pass the sub directory to search in to GetFileTitlerubidium