summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-08-14Fix #6875: Depot building cost does not include foundation build cost (#6883)Jonathan G Rennison
2018-08-12Fix bf8d7df: Script/AI construction of rail track and waypoints (#6881)Jonathan G Rennison
2018-08-11Update: Translations from eintstranslators
croatian: 1 change by VoyagerOne
2018-08-09Update: Translations from eintstranslators
dutch: 137 changes by mrLeopold
2018-08-08Update: Translations from eintstranslators
dutch: 115 changes by mrLeopold
2018-08-07Update: Translations from eintstranslators
hebrew: 23 changes by dnd_man french: 45 changes by glx
2018-08-04Update: Translations from eintstranslators
italian: 1 change by lorenzodv
2018-08-04Fix #6805: Update CmdBuilRailWaypoint bits.J0an Josep
2018-08-04Fix #6805: Clear some m8 bits when making some tiles.J0an Josep
2018-08-04Feature: Added New Russian Ruble as currency (#6678)ScumbagDog
2018-08-03Update: Translations from eintstranslators
latvian: 8 changes by krixis02
2018-07-30Update: Translations from eintstranslators
korean: 44 changes by telk5093
2018-07-29Fix: HouseSpec::watched_cargoes not 64 bitNiels Martin Hansen
Looks like HouseSpec::watched_cargoes was missed in the conversion to 64 cargo types.
2018-07-28Update: Translations from eintstranslators
spanish (mexican): 1 change by Absay
2018-07-26Update: Translations from eintstranslators
croatian: 44 changes by VoyagerOne polish: 6 changes by xaxa
2018-07-26Change: Extend rail types to 64 (6 bit storage)Peter Nelson
2018-07-26Change: Move rail type bits from m3 to m8.Peter Nelson
2018-07-26Change: Extend map array by 2 bytes with a uint16.Peter Nelson
2018-07-25Update: Translations from eintstranslators
spanish (mexican): 25 changes by Absay
2018-07-24Fix: dmusic compilation with MSYS2/MINGWglx
2018-07-23Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to ↵J0an Josep
scripts and fix documentation.
2018-07-23Update: Translations from eintstranslators
spanish (mexican): 19 changes by Absay
2018-07-22Fix: Use after free in CmdBuildTunnel (#6856)Jonathan G Rennison
Use after free could occur when when excavating far end removed multiple NewGRF objects
2018-07-22Update: Translations from eintstranslators
catalan: 2 changes by juanjo russian: 9 changes by Lone_Wolf
2018-07-21Update: Translations from eintstranslators
catalan: 63 changes by juanjo
2018-07-20Update: Translations from eintstranslators
greek: 46 changes by kyrm italian: 44 changes by lorenzodv
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
Frame rate and various game loop/graphics timing measurements and graphs. Accessible via the Help menu, and can print some stats in the console via the fps command.
2018-07-19Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack ↵Charles Pigott
style
2018-07-18Update: Translations from eintstranslators
korean: 3 changes by kevinhigh
2018-07-17Update: Translations from eintstranslators
malay: 11 changes by eidan_shafie
2018-07-11Update: Translations from eintstranslators
latin: 19 changes by Supercheese english (us): 19 changes by Supercheese
2018-07-10Update: Translations from eintstranslators
malay: 10 changes by eidan_shafie spanish (mexican): 9 changes by Absay
2018-07-09Update: Translations from eintstranslators
malay: 9 changes by eidan_shafie
2018-07-08Update: Translations from eintstranslators
belarusian: 7 changes by KorneySan russian: 7 changes by Lone_Wolf
2018-07-07Update: Translations from eintstranslators
russian: 6 changes by Lone_Wolf
2018-07-07Fix #6844: Compile warning when compiling dedicated server (#6849)Ingo von Borstel
2018-07-05Update: Translations from eintstranslators
malay: 37 changes by eidan_shafie
2018-07-04Update: Translations from eintstranslators
serbian: 37 changes by Srbija
2018-07-03Update: Translations from eintstranslators
serbian: 23 changes by Srbija greek: 6 changes by Jubilee russian: 1 change by Lone_Wolf danish: 7 changes by filli1303 finnish: 21 changes by ln
2018-07-02Fix: ALL_CARGOTYPES mask constant was 32 instead of 64 bits (#6845)Jonathan G Rennison
NUM_CARGO and CargoTypes were increased from 32 to 64 cargoes/bits respectively in commit 11ab3c4ea2f6a6d29efda8c9ba2af04194621ea7
2018-07-02Update: Translations from eintstranslators
italian: 1 change by lorenzodv
2018-07-01Update: Translations from eintstranslators
croatian: 4 changes by VoyagerOne
2018-07-01Fix: Put last SVN revision back in NewGRF version number (#6843)Niels Martin Hansen
This is necessary to be compatible with some Game Scripts that might trigger compatibility modes if the SVN revision part is wrong. Potentially some NewGRFs might also be affected. See for example [SuperLib's Helper class](https://dev.openttdcoop.org/projects/superlib/repository/entry/helper.nut#L280), containing this function: function _SuperLib_Helper::HasWorldGenBug() { local version = _SuperLib_Helper.GetOpenTTDVersion(); if (version.Major == 0 || (version.Major == 1 && version.Minor <= 3)) { return version.Revision < 25339; } else { return version.Revision < 25305; } } If this function sees a Revision value of zero, it might trigger a workaround not required, causing a regression in scripts dependent on this. The MinimalGS example, for one, will trigger this.
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
function.
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 ↵Charles Pigott
instead
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott