summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-01-16whatever - does not help anywaysundergroundErich Eckner
2022-01-16fix missing variable "layer_count" in compatibility loaderErich Eckner
2022-01-16fix c++11 problem - hopefully without breaking anything :-)Erich Eckner
2022-01-16add new headers to script_window.hpp auto-generator scriptErich Eckner
2022-01-16add new source files to CMakeLists.txtErich Eckner
2022-01-16increase SaveLoadVersion beyond SLV_UNDERGROUNDErich Eckner
2022-01-16src/genworld.cpp: GenerateWorld(): center on top layerErich Eckner
2022-01-16src/landscape.cpp: RunTileLoop() should only iterate over surface tilesErich Eckner
2022-01-16RandomTile() and RandomTileSeed() should use the TopTile() most of the time ↵Erich Eckner
(always?)
2022-01-16fix another whitespace errorErich Eckner
2022-01-16fix whitespace errorsErich Eckner
2022-01-16ScaleByMapSize should not scale by layerCount(), too - and we need to move ↵Erich Eckner
some lines from layer_func.h to map_func.h to avoid cyclic includes
2022-01-16CTRL+SCROLL -> layer up/downErich Eckner
2022-01-16src/layer_func.h: UNDERGROUND_COST_MULTIPLIER improvedErich Eckner
2022-01-16fix the coordinates in the "help area" for underground tilesErich Eckner
2022-01-16 do not fail on removing second to last tile from a stationErich Eckner
2022-01-16UNDERGROUND_COST_MULTIPLIER should increase for descending layersErich Eckner
2022-01-16rectangle operations should be operating on the top layerErich Eckner
2022-01-16check that rectangle is in a single layerErich Eckner
2022-01-16bugfix removal of stationErich Eckner
2022-01-16enable the lowest 4 layers, tooErich Eckner
2022-01-16only show layer switches for available layersErich Eckner
2022-01-16separate menu entry for underground stuffErich Eckner
2022-01-16UNDERGROUND_COST_MULTIPLIER newErich Eckner
2022-01-16 src/landscape.cpp, src/tile_map.h: fix bug which makes assert failErich Eckner
2022-01-16underground patch appliedErich Eckner
2022-01-16Update: Translations from eintstranslators
tamil: 24 changes by Aswn
2022-01-15Update: Translations from eintstranslators
tamil: 19 changes by Aswn
2022-01-14Update: Translations from eintstranslators
vietnamese: 28 changes by chupper100
2022-01-09Update: Translations from eintstranslators
croatian: 67 changes by srekoslav
2022-01-08Update: Translations from eintstranslators
croatian: 6 changes by srekoslav thai: 2 changes by sanotti
2022-01-06Update: Translations from eintstranslators
norwegian (bokmal): 2 changes by tmn
2022-01-05Update: Translations from eintstranslators
romanian: 18 changes by Gisterecis
2022-01-05Codechange: Make RoadScopeResolver constructor inlineable (#9780)Joan Josep
2022-01-04Fix #9766: Don't write uninitialised data in config file (#9767)Loïc Guilloux
2022-01-01Codechange: Extend DrawSpriteToRgbaBuffer to work with 8bpp blitters.Michael Lutz
2022-01-01Codechange: [OSX] Simplify touchbar button data definition.Michael Lutz
2022-01-01Fix #9743: [OSX] Only (re-)create touchbar sprites when requested by the ↵Michael Lutz
main loop.
2022-01-01Fix #9743: [OSX] Don't try to render touchbar sprites with invalid zoom level.Michael Lutz
2022-01-01Change: [OSX] Allow touchbar usage on all supported OS versions.Michael Lutz
Touchbar support was introduced in 10.12.2. There's no need to limit support to 10.15+, as the convenience class NSButtonTouchBarItem is easily replicated.
2021-12-30Fix #9774: CmdBuildRoadStop updated station acceptance in estimate modeJonathan G Rennison
2021-12-29Update: Translations from eintstranslators
chinese (traditional): 25 changes by Tetrapod1206 italian: 12 changes by federico1564S
2021-12-28Update: Translations from eintstranslators
portuguese (brazilian): 2 changes by Vimerum
2021-12-22Update: Translations from eintstranslators
czech: 6 changes by vladoschreiner hungarian: 5 changes by pnpBrumi
2021-12-21Update: Translations from eintstranslators
norwegian (bokmal): 4 changes by Anolitt
2021-12-20Fix #9756: Network command unpack proc was not generated in all cases.Michael Lutz
The case where the callback proc takes all command results but not any of the command parameters was not handled properly.
2021-12-20Fix: Suppress vehicle age warnings for stopped vehiclesTyler Trahan
2021-12-20Change: [Admin] Bump admin port protocol due to command changes.Michael Lutz
docs/admin_network.md promised that information in an admin packet is never removed. It does allow the possibility of using a new packet type for changed data in combination with a bump of the admin port version. As the recent command handling changes modified the contents of ADMIN_PACKET_SERVER_CMD_LOGGING, do exactly that.
2021-12-20Codechange: [Script] Prettify squirrel call helpers by using C++17.Michael Lutz
2021-12-19Fix #9735: Fix OrderBackup::Reset in non-GUI caseJonathan G Rennison