Commit Graph

35484 Commits (326b3aa66a5c615a5a52cb2f6752bdb9b1ea317e)

Author SHA1 Message Date
Jonathan G Rennison 326b3aa66a Merge branch 'save_ext' into jgrpp 5 years ago
Jonathan G Rennison a298ca41eb Merge branch 'cpp-11' into save_ext 5 years ago
Jonathan G Rennison 43ddaf4c5c Fix incorrect implementation of non-builtin BSWAP64 5 years ago
Jonathan G Rennison 98cfcebfcd Merge pull request #91 into jgrpp 5 years ago
Jonathan G Rennison 92025b85c9 Fix handling of multi-cargo full load any cargo with through load 5 years ago
TELK 9efa181b58 ko-KR: for 0.31.1 5 years ago
Jonathan G Rennison 83a8de1e49 Add further vehicle flag consistency checks to CheckCaches 5 years ago
Jonathan G Rennison 96f000226e Exclude virtual trains from various vehicle list iterations 5 years ago
Jonathan G Rennison 3c2ebc4588 Call UpdateTownCargoBitmap in InitializeGame 5 years ago
Jonathan G Rennison 9b87610cd6 Check vehicle tile hash in CheckCaches 5 years ago
Jonathan G Rennison 31ad8bdd07 Do not add virtual vehicles to tile hash 5 years ago
Jonathan G Rennison a7cfe167a3 Handle case where vehicles have same unitnumber in VehicleTimetableSorter 5 years ago
Jonathan G Rennison 6d9f9ec352 Fix recalculation area in UpdateTownCargoesHouse 5 years ago
Jonathan G Rennison 09edd07003 Add utility function: TileAddSaturating 5 years ago
Jonathan G Rennison 8a3dcfb1c5 Add town cargo production/acceptance cache to town GRF debug window 5 years ago
Jonathan G Rennison 8eeae134db Add NewGRF debug button to town view GUI 5 years ago
Jonathan G Rennison e21c80ae45 Refresh town cargo acceptance/production on load on NewGRFs mismatch
Also when reloading NewGRFs
5 years ago
Jonathan G Rennison bc5681e79f Fix incorrect cargo IDs used in load by cargo type GUI
Use CargoSpec::Index instead of GetCargoIDByBitnum
5 years ago
Jonathan G Rennison c2470a21af Fix town production and acceptance cache saveload/update handling 5 years ago
Jonathan G Rennison 33344482ae Add a stepped OrthogonalTileIterator for grid iteration 5 years ago
Jonathan G Rennison 8cd552fd66 Increase YAPF road vehicle path cache to 16 segments 5 years ago
Jonathan G Rennison 79d5be7e26 Do not cache road vehicle path within 8 tiles of destination with multiple entrances 5 years ago
Jonathan G Rennison 829c635add Add road layout change counter, add to road veh path caches
Update layout counter when non-leaf road bits are added or removed
5 years ago
Jonathan G Rennison 42b6e8b0d8 Check far side of level crossing when pruning road bits in CleanUpRoadBits 5 years ago
Jonathan G Rennison 546b5248e0 Check Town::cargo_produced and _town_cargoes_accepted in CheckCaches() 5 years ago
Jonathan G Rennison f0ffb52f2f Fix per-railtype 90 deg turn setting with dual rail type tiles 5 years ago
Jonathan G Rennison ec2291fdb4 Store some desync messages in a ring buffer, append to log on desync 5 years ago
Jonathan G Rennison 68dbbf5945 Add std::string format functions 5 years ago
Jonathan G Rennison b8820ded59 Fix static asserts in OrderDestinationRefcountMapKey 5 years ago
Jonathan G Rennison bfff4571a2 Check nearby station/industry lists and catchments in CheckCaches 5 years ago
Jonathan G Rennison bf73535eed Fix stack buffer over-read in ReadRawLanguageStrings 5 years ago
Jonathan G Rennison f3aff0fd7f Avoid unnecessary reallocs in NetworkTCPSocketHandler::SendPacket 5 years ago
Jonathan G Rennison 6bfbd638ac Check whether DoCommand test execution changes the random seed 5 years ago
Jonathan G Rennison 97baff6fd8 Add client desync log to server desync log output 5 years ago
Jonathan G Rennison cb0ca43eae Use larger packets for server to client map/savegame transfer 5 years ago
Jonathan G Rennison dc357c9239 Fix length checks in network packet send/recv binary 5 years ago
Jonathan G Rennison 5a9790a196 Store crash/desync logs in crash/desync savegame
Add console command to dump loaded debug log
5 years ago
Jonathan G Rennison 951a50ddd9 Include crash/desync log contents in PNG screenshots 5 years ago
Jonathan G Rennison e64706d147 Log string ID in GetGRFStringPtr assertion 5 years ago
Jonathan G Rennison a7de6ec35b Add console command to show map stats 5 years ago
Jonathan G Rennison 002f5ca70e Adjust desync log format and add company events to log 5 years ago
Jonathan G Rennison 6db59fee05 Add console command to highlight tile
Add alias to scroll to and highlight tile
5 years ago
Jonathan G Rennison e2251999ce Add game event flag for disaster vehicles 5 years ago
Jonathan G Rennison e001f4e8c1 TBTR: Transfer trace restrict slot occupancy to replacement train head 5 years ago
Jonathan G Rennison e1d98e1b37 Check trace restrict slot vehicle index and occupants in CheckCaches 5 years ago
Jonathan G Rennison 5b7d1f7f80 Add game event for TBTR replacement attempt 5 years ago
Jonathan G Rennison 2740537632 Handle case when ClientNetworkGameSocketHandler::SendChat is called after connection closed 5 years ago
Jonathan G Rennison f37a93cecd Add any output from CheckCaches to desync log 5 years ago
Jonathan G Rennison 257591a32e Add utility function for processing a string buffer by line 5 years ago
Jonathan G Rennison 8042150a35 Add error messages for vehicle build failure due to wrong depot owner and rail type 5 years ago