Commit Graph

  • db924a4681 Codechange: [Blitter] Change DrawLine to be templated Jonathan G Rennison 2018-01-16 23:23:52 +00:00
  • ed325ada88 Update: Translations from eints spanish: 3 changes by SilverSurferZzZ translators 2019-01-23 19:45:44 +01:00
  • 7292591967 Add: generate_widget.vbs to allow script_window.hpp enums generation for users unable to run bash/gawk scripts glx 2019-01-06 16:36:44 +01:00
  • 636fcc2cc0 Fix: keep the line ending when generating widget enums with bash/gawk on windows glx 2019-01-08 03:36:47 +01:00
  • c3dbe836b4 Add: Draw network password indicator lock in company drop down list. (#7079) PeterN 2019-01-22 12:42:52 +00:00
  • 41d47926b1 Cleanup #6960: Remove parts of generate used only for MSVC pre-2015. Peter Nelson 2019-01-21 07:10:43 +00:00
  • 48b334cf97 Add: Houses can accept up to 16 different cargo types via NewGRF. Niels Martin Hansen 2018-07-28 23:28:24 +02:00
  • 9ce92521c1 Fix: If screen size changes, windows are relocated and dropdown may not fit the screen. J0an Josep 2019-01-14 21:21:35 +01:00
  • 628af2fabc Fix #6060: When opening a scrollable dropdown above a widget, scroll it to its very bottom. This "prevents" the fast movement towards the bottom when holding down the mouse button. J0an Josep 2019-01-13 02:45:47 +01:00
  • 226dbcb422 Codechange #6060: Allow drawing dropdown lists with scrollbars above the widgets Juanjo 2014-10-15 20:10:01 +02:00
  • 9d75600ac0 Fix: Round up deltas for smooth scrolling, so target will be reached btzy 2019-01-12 16:28:43 +08:00
  • 5ad73e4029 Fix: [AzurePipelines] the repository OpenTTD-CF is renamed to CompileFarm Patric Stout 2019-01-20 19:44:05 +01:00
  • e71f7cf277 Update: Translations from eints russian: 10 changes by Lone_Wolf hungarian: 5 changes by Brumi spanish (mexican): 6 changes by Absay translators 2019-01-20 19:45:44 +01:00
  • f35b135e17 Change 81330b8d6e: Cached path only needs to be cleared if it was found to be invalid. Peter Nelson 2019-01-20 09:07:27 +00:00
  • 4daaec1a94 Change: Invalidate ship path caches if pathfinder choice or forbid-90-degree turns are changed. Peter Nelson 2019-01-19 20:59:27 +00:00
  • 81330b8d6e Change: Add path cache for ships. Peter Nelson 2019-01-14 23:33:42 +00:00
  • 1c725fce47 Change: Add ability to save/load std::deque<> containers. Peter Nelson 2019-01-18 22:15:27 +00:00
  • 60da05cf2a Update: Translations from eints french: 3 changes by glx translators 2019-01-19 19:45:43 +01:00
  • 4e9e115760 Add: [NewGRF] Airport animation trigger for plane landing (#6334, patch by Supercheese) Ingo von Borstel 2019-01-16 21:44:03 +01:00
  • f37304f9f5 Cleanup: Remove unused strings Niels Martin Hansen 2018-12-27 23:26:06 +01:00
  • 08ffa16d51 Fix 8859381: Display of requires/produces in Build Industry window Niels Martin Hansen 2018-12-25 19:55:24 +01:00
  • 07a40df9ab Update: Translations from eints spanish: 4 changes by SilverSurferZzZ spanish (mexican): 1 change by Absay translators 2019-01-18 19:45:44 +01:00
  • 0e0476184e Cleanup: remove useless and outdated 'generate' projects outputs glx 2018-12-28 01:41:48 +01:00
  • 98308fe260 Fix 7f54c59a6: use some consistency for project dependencies determination glx 2018-12-28 01:08:14 +01:00
  • d8ccad91f9 Fix: Some code and comment typos nikolas 2019-01-17 17:01:07 -05:00
  • 1623cb553b Fix #7032: use the same mode to load and render glyphs glx 2019-01-17 17:50:54 +01:00
  • 6535abb88b Codechange: Don't explicitly link with -lstdc++, causes linking issues with freetype on MinGW Charles Pigott 2019-01-16 19:28:52 +00:00
  • fe8c24e081 Codechange: Remove unnecessarily defined functions under MinGW Charles Pigott 2019-01-13 16:12:52 +00:00
  • 2d981a4b2c Fix: A few minor compile warnings under MinGW Charles Pigott 2019-01-12 23:00:55 +00:00
  • 1106534262 Fix: depend was messing the line endings in append mode glx 2019-01-15 02:28:05 +01:00
  • ee84f98f1e Fix: deps calculation call could fail due to command line length glx 2019-01-15 02:26:54 +01:00
  • 5a09337c20 Fix: make reconfigure warning glx 2019-01-15 02:21:48 +01:00
  • 91315a7a39 Update: Translations from eints spanish: 3 changes by SilverSurferZzZ translators 2019-01-15 19:45:41 +01:00
  • 6b0a467a50 Change: Obey forbid_90_deg_turns when choosing available track with no destination. Peter Nelson 2019-01-13 23:29:29 +00:00
  • 7284b593c7 Change: When ship is lost, pick first available track instead of a random track. Peter Nelson 2018-05-28 08:37:43 +01:00
  • 8b64204418 Codechange: Replace trackbit lookup table with existing functions. Peter Nelson 2018-05-23 17:34:39 +01:00
  • 7af53d7588 Codechange: Use const instead of magic number for ship order distance. Allow slightly further distance when following orders. Peter Nelson 2018-05-20 12:01:17 +01:00
  • b98887c4a0 Change: Allow only one ship to leave depot at a time. Peter Nelson 2018-05-18 18:02:53 +01:00
  • ebddd596c7 Change: Don't pathfind with no destination or if destination is known to be too far. Peter Nelson 2018-05-18 09:05:24 +01:00
  • 6a38a3f5df Change: Don't leave ship depot with no orders. Peter Nelson 2018-05-18 09:04:39 +01:00
  • 29b6b74ee1 Update: Translations from eints french: 4 changes by glx finnish: 2 changes by ln translators 2019-01-14 19:45:41 +01:00
  • 9f0ad7e269 Fix: BSD find used by OSX requires explicit path glx 2019-01-13 19:12:33 +01:00
  • 3f28e0cf53 Add: squirrel_export.vbs for users unable to run bash/gawk scripts glx 2019-01-09 14:52:13 +01:00
  • 8e5a8d3ec3 Cleanup: remove svn references in squirrel_export.sh glx 2019-01-08 16:40:38 +01:00
  • 2cf9405aa2 Fix: remove manual single file generation in squirrel_export.sh as it's broken glx 2019-01-08 16:38:13 +01:00
  • 34c438d7ad Fix: keep line endings when running squirrel_export.sh on windows glx 2019-01-08 05:19:17 +01:00
  • 823c5bfa3b Fix #5978: Ensure group GUI stats and lists are invalidated properly (3298, Juanjo) (#7046) Joan Josep 2019-01-13 23:29:17 +01:00
  • ca7ee34502 Update: Translations from eints croatian: 8 changes by VoyagerOne translators 2019-01-13 19:45:41 +01:00
  • 89f0017a67 Fix #7050: Missing guard around network chat message function for compiling with networking disabled. (#7058) PeterN 2019-01-13 16:50:21 +00:00
  • 750927372f Add: [AzurePipeline] introducing a release pipeline Patric Stout 2019-01-05 20:11:29 +01:00
  • 52a66e4dd3 Fix 192770e6da: not all REV instances were renamed to VERSION Patric Stout 2019-01-06 10:23:40 +01:00
  • f4b8a67aed Fix #6408: Improve wording of the dragging signal distance tooltips (juanjo) (#7055) Alberth289346 2019-01-13 08:57:33 +01:00
  • efc44466d6 Fix: make -k switch useful when testing regression (#7053) glx22 2019-01-13 08:40:54 +01:00
  • 4fc1b2baae Fix: Grammar in a bunch of comments (#7054) nikolas 2019-01-13 02:38:48 -05:00
  • 5ff0c24993 Fix #6780: Some windows didn't get updated from OnTick() (#7048) PeterN 2019-01-12 23:23:23 +00:00
  • 9aecbac2b4 Codechange: Define INVALID_TOWN as a TownID (#7044) Joan Josep 2019-01-13 00:20:10 +01:00
  • 96854b2b8b Codechange #5859: Simplify CheckTrainStayInDepot() (#7045) Joan Josep 2019-01-12 18:04:04 +01:00
  • 0f9d1019e6 Add: Mexican Peso currency Nikolas Nyby 2019-01-10 22:27:37 -05:00
  • 82e530b517 Fix: Remove duplicate town name "Huacho" (#7038) nikolas 2019-01-12 02:33:13 -05:00
  • 06cd561cea Add: when placing non-rectangular airport, consider airport tile table tiles only (patch by adf88, #6613) Johannes E. Krause 2019-01-07 21:28:21 +01:00
  • 65746a0275 Fix: Spelling fixes on some Latin American town names Nikolas Nyby 2019-01-10 19:56:41 -05:00
  • c80608a83c Update: Translations from eints spanish: 3 changes by SilverSurferZzZ spanish (mexican): 3 changes by Absay translators 2019-01-11 19:45:46 +01:00
  • fa95af2da8 Codechange: Fix typo in variable name: pices -> pieces (#7033) nikolas 2019-01-11 10:08:02 -05:00
  • f99f993e99 Doc: replace 4 references to SVN with Git #6698 (#7036) Andy 2019-01-11 12:41:12 +00:00
  • c693463c29 Fix: Always draw dirty blocks, else fast-forward is super fast. Peter Nelson 2018-05-20 13:03:09 +01:00
  • 806e7d25dd Change: Use GUITimer class instead of bare int/uints. Peter Nelson 2018-05-20 09:58:36 +01:00
  • 59fe4f28c8 Change: Animate text effects by real time instead of game ticks. Peter Nelson 2018-05-11 17:52:06 +01:00
  • ead9c9eab5 Change: Switch various window timers to real time instead of game ticks. Peter Nelson 2018-05-10 21:49:52 +01:00
  • 15320a37b9 Change: OnGameTick() is only called when not paused. Peter Nelson 2018-05-04 21:40:59 +01:00
  • 2a8fa5fef9 Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust timers to work with milliseconds instead of ticks. Peter Nelson 2018-05-04 21:29:22 +01:00
  • 916e911806 Doc: Fix a few typos in docs/multiplayer.txt nikolas 2019-01-08 16:00:56 -05:00
  • e34a6c58ea Update: Translations from eints italian: 1 change by lorenzodv french: 29 changes by glx translators 2019-01-10 19:45:44 +01:00
  • a0293d313d Add #4115: default company colour setting (#6998) Gabda87 2019-01-10 10:45:38 +01:00
  • ad5a9daed5 Change: Desert tiles are now half-desert if a neighboured tile is non-desert or sea/coast. (patch by frosch123) #4754 (#7015) Andy 2019-01-09 17:48:08 +00:00
  • e934f09f02 Fix: Don't increase motion counter while train is waiting at non-path signals (Author: frosch123) #5877 (#7018) Andy 2019-01-09 17:37:58 +00:00
  • 5e51d9ee82 Update: Translations from eints hebrew: 22 changes by dnd_man spanish (mexican): 1 change by Absay translators 2019-01-07 19:45:46 +01:00
  • effb7da5b4 Doc: Fix spelling in comments. J0an Josep 2019-01-04 02:14:40 +01:00
  • c304aa50e9 Fix: [NPF] Don't look two-way for road vehicles when looking for a depot. Road vehicles shouldn't reverse all of a sudden. J0an Josep 2019-01-04 01:41:22 +01:00
  • 1db66a285e Codechange: [YAPF] Stop looking for an automatic servicing road depot when the cost of a path exceeds max. penalty. Juanjo! 2016-06-04 20:45:09 +02:00
  • edb7adf183 Codechange: [NPF] Stop looking for an automatic servicing (rail/road) depot when the cost of a path exceeds max. penalty. Juanjo! 2016-06-04 19:01:36 +02:00
  • 19a2f84943 Fix #7001: Pathfinders should see standard road stations as tiles where to reverse. J0an Josep 2019-01-03 14:49:37 +01:00
  • 15a7f9da9d Fix 13056ae: PR #7017 added new enum value in bad position, move it Niels Martin Hansen 2019-01-06 10:31:56 +01:00
  • 13056aedbc Add: Conditional order for max. reliability (patch by Cirdan, #6360) (#7017) Eddi-z 2019-01-05 22:10:37 +01:00
  • 96b961c69a Add: [AzurePipelines] run regression with MSVC glx 2018-12-31 17:25:08 +01:00
  • c0a655225d Add: [Win32] regression project files glx 2018-12-31 01:06:28 +01:00
  • 7b5e7aa14f Add: [Win32] regression test script glx 2018-12-31 01:05:19 +01:00
  • 92d3358db5 Fix: [Win32] don't mess with std[out|err|in] if we can't allocate a console glx 2018-12-31 00:00:29 +01:00
  • 4fbfe34e36 Codechange: Always compile with C++11 Charles Pigott 2018-11-25 11:27:08 +00:00
  • 175829b8b5 Fix #6880: [OSX] Clang version detection Charles Pigott 2018-09-24 22:18:58 +01:00
  • 0e7af55ef7 Fix: [OSX] Check all search paths for iconv.h Charles Pigott 2018-09-24 22:17:55 +01:00
  • b8b6954fb5 Fix 6a3d411: Silence truncation warning Niels Martin Hansen 2019-01-05 14:30:59 +01:00
  • cb60a5e57f Change: Fluidsynth music driver plays through mixer instead of own audio driver Niels Martin Hansen 2019-01-05 12:33:13 +01:00
  • d6c06de5ad Add: Mixer feature for streaming sampled music Niels Martin Hansen 2018-11-04 12:58:42 +01:00
  • 12ba56c5a3 Fix 6accbf9: Silence warnings about unused fread() result Niels Martin Hansen 2019-01-05 14:13:38 +01:00
  • 0aa69693c6 Fix 59e42ea17, 1f083c3ac: 'make clean' was not fully cleaning glx 2018-12-27 22:34:00 +01:00
  • 9e30054de9 Codechange: Use window class as expected. Juanjo 2013-10-18 18:52:01 +00:00
  • 16a91130a7 Codechange: Use INVALID_TRACKDIR instead of 0xFF. J0an Josep 2018-07-25 18:53:58 +02:00
  • 49ab02c084 Update: Translations from eints spanish: 4 changes by SilverSurferZzZ translators 2019-01-04 19:45:45 +01:00
  • 391bc45c41 Update: Translations from eints spanish (mexican): 10 changes by Absay translators 2018-12-31 19:45:43 +01:00
  • 4a255e879a Fix #6966: Only allow switching to a valid company. Alberth 2018-12-29 13:31:31 +01:00