summaryrefslogtreecommitdiff
path: root/src/fileio_func.h
AgeCommit message (Expand)Author
2021-06-10Add: '-X' option to ignore global folders in the search path (#9341)Patric Stout
2021-05-08Cleanup: remove the old FIO slot functionsRubidium
2021-05-08Codechange: introduce SpriteFile to be used by the sprite loader instead of t...Rubidium
2021-05-08Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO...Rubidium
2021-05-03Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loopsglx22
2021-04-07Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...Niels Martin Hansen
2021-04-02Fix: Freeing LanguagePack with wrong size.milek7
2021-02-23Codechange: Switch to explicit wide stringsNiels Martin Hansen
2020-12-27Fix b408fe7: Don't try to construct a std::string from nullptrCharles Pigott
2020-12-27Codechange: Use std::string in file scanners.Michael Lutz
2020-12-27Codechange: Keep filenames of loaded Fio files in std::strings.Michael Lutz
2020-12-27Codechange: Use automatic memory management for language pack reading.Michael Lutz
2020-12-27Codechange: Even more std::string usage in file IO.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-12-27Codechange: Store file search paths as std::string.Michael Lutz
2020-12-27Codechange: Stringify config file paths.Michael Lutz
2020-05-21Codechange: Store info about the dedicated server log file in globals with au...Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-07-21Codechange: Remove unused FioTarFirstDir and FioTarAddLink functionsAlberth
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-06-05Codechange: Make FioCreateDirectory publicNiels Martin Hansen
2018-05-26Change: [Win32] Parse and load DLS files for the DirectMusic driver without r...Michael Lutz
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the file...rubidium
2013-11-13(svn r25974) -Codechange: make the _personal_dir global const, since once it'...rubidium
2012-12-09(svn r24804) -Add: Separate subdirectory for screenshots.frosch
2012-07-19(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a com...michi_cc
2011-12-19(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from t...truebrain
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...rubidium
2011-11-16(svn r23234) -Fix [FS#4840]: crash when after downloading contentrubidium
2011-11-14(svn r23217) -Codechange: introduce the concept of scanning only in a limited...rubidium
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-25(svn r22835) -Codechange: keep track of the subdirectory we are looking throu...rubidium
2011-08-24(svn r22827) -Codechange: pass the/a more proper sub directory when opening (...rubidium
2011-08-24(svn r22825) -Codechange: pass subdir to FioOpenFilerubidium
2011-08-24(svn r22822) -Codechange: make a distinction between base sets and newgrfs fo...rubidium
2011-05-14(svn r22459) -Doc: Typo fixes and doxygen markup improvements.alberth
2010-08-29(svn r20689) -Codechange: Make some global functions used in 1 .cpp file stat...alberth
2010-05-10(svn r19779) -Change: add a return type to AppendPathSeparator and use that t...rubidium
2010-05-10(svn r19777) -Change: use the file scanner to find the .tarsrubidium
2010-02-26(svn r19262) -Feature: finalise BaNaNaS support for music setsrubidium
2009-11-09(svn r18029) -Fix (r18028): AppendPathSeparator() should stay globalglx
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-09(svn r18026) -Codechange: make a lookup table static that doesn't need to be ...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-03-04(svn r15606) -Codechange: make it possible to not recursively search with the...rubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium