summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-22Fix: Use after free in CmdBuildTunnel (#6856)Jonathan G Rennison
2018-07-22Update: Translations from eintstranslators
2018-07-22Codechange: detect native Apple clang correctly in config.lib #6773Jonathan G Rennison
2018-07-22Add: GDPR notice to contributing guide and a matching pull request template.Michael Lutz
2018-07-21Update: Translations from eintstranslators
2018-07-20Update: Translations from eintstranslators
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-07-19Codechange: Ensure that -lfreetype is always last when linking staticallyCharles Pigott
2018-07-19Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack ...Charles Pigott
2018-07-18Update: Translations from eintstranslators
2018-07-17Update: Translations from eintstranslators
2018-07-11Update: Translations from eintstranslators
2018-07-10Update: Translations from eintstranslators
2018-07-09Update: Translations from eintstranslators
2018-07-08Update: Translations from eintstranslators
2018-07-07Update: Translations from eintstranslators
2018-07-07Fix #6844: Compile warning when compiling dedicated server (#6849)Ingo von Borstel
2018-07-05Update: Translations from eintstranslators
2018-07-04Update: Translations from eintstranslators
2018-07-03Update: Translations from eintstranslators
2018-07-02Fix: ALL_CARGOTYPES mask constant was 32 instead of 64 bits (#6845)Jonathan G Rennison
2018-07-02Update: Translations from eintstranslators
2018-07-01Update: Translations from eintstranslators
2018-07-01Fix: Put last SVN revision back in NewGRF version number (#6843)Niels Martin Hansen
2018-06-27Codechange: Use HasTracks with TrackStatus.J0anJosep
2018-06-27Codechange: Use HasTrack(dir) to improve code readability.J0anJosep
2018-06-27Codechange: Increase readability of track functions and pathfinders.J0anJosep
2018-06-27Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the ...Juanjo
2018-06-27Codechange: Separate an assertion. More information if assert is triggered.Juanjo
2018-06-27Codechange: lengthof is not defined for runtime-length strings, use sizeof in...Charles Pigott
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott
2018-06-27Codechange: Add initialisation values for all CompanyProperty attributesCharles Pigott
2018-06-27Fix: [Win32] Garbage in OS window title if branch name was too long.Michael Lutz
2018-06-27Update: Translations from eintstranslators
2018-06-26Change: Increase cargo type limit to 64.PeterN
2018-06-25Update: Translations from eintstranslators
2018-06-25Fix 6298b96: Playlist window not drawing playlistNiels Martin Hansen
2018-06-24Feature #6397: Keep town growth rate in sync with house countPavel Stupnikov
2018-06-24Add: Hover tool-tips to cargo dest flow legend window.Jonathan G Rennison
2018-06-24Change: Modernise music control logic implementation (#6839)Niels Martin Hansen
2018-06-24Update: Translations from eintstranslators
2018-06-24Fix: Poor contrast in cargo dest flow legend window cargo labels.Jonathan G Rennison
2018-06-24Fix #6553: Make viewport button text unambiguous.Alberth
2018-06-24Update: Updated changelog based on... (#6835)Greg-21
2018-06-23Update: Changed some things in Readme fileGreg-21
2018-06-23Feature #986: Automatic save when losing connection to a network gameNiels Martin Hansen
2018-06-23Feature #4186: Append '(City)' behind cities in the town directory (sbr)Alberth289346
2018-06-23Fix: Make switch on MD5File::ChecksumResult complete to avoid compiler warningAlberth
2018-06-22Update: Translations from eintstranslators
2018-06-17Fix: library detection on MSYS2 file systemglx