index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base_media_func.h
Age
Commit message (
Expand
)
Author
2020-12-27
Codechange: Use std::string in file scanners.
Michael Lutz
2020-12-27
Codechange: Stringify config file paths.
Michael Lutz
2020-12-14
Codechange: Apple LLVM fails to implement std::optional::value() also on pret...
frosch
2020-05-21
Codechange: Store base set related texts in std::strings.
Michael Lutz
2020-05-21
Codechange: Use std::string in INI file parsing.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-01
Fix: IniLoadFile::LoadFromDisk expects filename but BaseMedia::AddFile provid...
Berbe
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2018-06-27
Codechange: Silence -Wclass-memaccess warnings with GCC8
Charles Pigott
2018-06-23
Fix: Make switch on MD5File::ChecksumResult complete to avoid compiler warning
Alberth
2018-06-15
Fix: Don't complain if CAT music files are missing entirely
Niels Martin Hansen
2018-04-21
Fix: Warning about base set template instantiations with clang
Charles Pigott
2014-06-09
(svn r26637) -Fix [FS#6038]: segmentation fault when encountering a .obg/.obs...
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2013-11-23
(svn r26073) -Cleanup: unneeded check against NULL
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-29
(svn r24870) -Change: make the duplicate base set message slightly more verbo...
rubidium
2012-08-23
(svn r24496) -Fix [FS#5276]: Make sure all template functions are instantiate...
frosch
2012-08-20
(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the ...
yexo
2012-02-04
(svn r23886) -Codechange: Allow limiting the MD5 file hash to the first x byt...
michi_cc
2011-11-14
(svn r23219) -Change: different directories for basesets and newgrfs. So data...
rubidium
2011-11-14
(svn r23214) -Codechange: for base media sets pass the "search in tars" param...
rubidium
2011-09-08
(svn r22904) -Codechange: add tar filename to file scanning
rubidium
2011-08-24
(svn r22824) -Codechange: pass sub directory to ini loading
rubidium
2011-05-02
(svn r22413) -Document: even more stuff
rubidium
2011-01-18
(svn r21844) -Codechange: move documentation towards the code to make it more...
rubidium
2010-08-23
(svn r20607) -Fix: retain information about all base sets that are found and ...
rubidium
2010-04-19
(svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files wer...
rubidium
2010-02-22
(svn r19212) -Fix: base graphics set with an empty filename in the obg file c...
yexo
2010-02-22
(svn r19206) -Add: concept of fallback base sets, i.e. do not automatically l...
rubidium
2010-02-14
(svn r19132) -Codechange: No need to end a line with ;;.
alberth
2010-02-11
(svn r19095) -Fix: segfault when a baseset has an empty metadata field
yexo
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-12-22
(svn r18608) -Change: add the concept of music sets
rubidium
2009-10-17
(svn r17790) -Feature: translatable base sound/graphics set descriptions
rubidium
2009-08-26
(svn r17291) -Fix [FS#3147]: crash after upgrading base graphics/sound set wh...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-20
(svn r17241) -Change: make a distinction between missing and corrupted data f...
rubidium
2009-08-09
(svn r17133) -Codechange: generalise the code that searches for base graphics
rubidium