Commit Graph

46726 Commits (016f0bdfaf1e551b60c1656df00bfc6ccd5bebc5)
 

Author SHA1 Message Date
Patric Stout eb2603a5e7
Fix: make generate[.vbs] produce the same result on Linux/Windows (#6764) 7 years ago
translators a806424ec1 Update: Translations from eints
italian: 6 changes by lorenzodv
french: 6 changes by glx
russian: 9 changes by Lone_Wolf
7 years ago
Niels Martin Hansen 683b46a5b5 Cleanup: Remove unused strings from language files 7 years ago
Niels Martin Hansen 19f5a6cbb0 Feature #6090: Change music set during gameplay 7 years ago
Niels Martin Hansen 430e20f7e4 Fix: Clipping issues with volume sliders in Music GUI
Tested with various languages and GUI font sizes, should look good everywhere.

Also clamps near-end values to minimum and maximum so 0 and 127 are possible to achieve even on small GUI sizes (like the default.)
7 years ago
Niels Martin Hansen bb809e35ce Change: Less intrusive "no music" message from Music window 7 years ago
Niels Martin Hansen e172794947 Change: Disable music control buttons when there is no music 7 years ago
Niels Martin Hansen 76cccc64c9 Codechange: Music GUI comments and function naming 7 years ago
Patric Stout 0165fe1283
Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) (#6762) 7 years ago
Jonathan G Rennison fc8779dc3d Merge branch 'version_utils' into jgrpp 7 years ago
Jonathan G Rennison 57412675b7 Update handling of .ottdrev-vc file in findversion.sh 7 years ago
Patric Stout aef69443e7 Remove: WinCE support 7 years ago
Patric Stout 85adde7485 Remove: PSP support 7 years ago
Pavel Stupnikov 8d8b9a026a Feature #6610: Allow towns to build houses on road turns (#6758) 7 years ago
PeterN cfe6a8ea4f
Add: Replace independment map scrolling GUI settings with single option, and add choice to not lock cursor position when scrolling. (#6756) 7 years ago
Pavel Stupnikov 913119487f Feature: Add GS method to question a single client (#6748) 7 years ago
Jonathan G Rennison 1fe0bb76b9 Merge branches 'crashlog_improvements', 'save_ext', 'version_utils' into jgrpp 7 years ago
Jonathan G Rennison 1e6b57675b Merge branch 'master' into version_utils 7 years ago
Jonathan G Rennison 4bcd05a620 Merge branch 'cpp-11' into save_ext
# Conflicts:
#	findversion.sh
7 years ago
Jonathan G Rennison f42cc19aad Merge branch 'cpp-11' into crashlog_improvements
# Conflicts:
#	Makefile.src.in
#	src/crashlog.cpp
#	src/crashlog.h
7 years ago
Jonathan G Rennison b90c5b9618 Merge branch 'master' into cpp-11
# Conflicts:
#	src/stdafx.h
7 years ago
Jonathan G Rennison b7ce21038a Merge branch 'custom_bridgeheads' into jgrpp
# Conflicts:
#	src/tunnelbridge_cmd.cpp
7 years ago
Jonathan G Rennison 1911c0cb69 Fix handling of custom bridge head ramp-only pieces/types when upgrading 7 years ago
Jonathan G Rennison c053549144 Merge branch 'signal_tunnels_bridges' into jgrpp 7 years ago
Jonathan G Rennison c92a28a072 Preserve signal simulation/reservation data when upgrading bridges.
Based on commit 301925f948c9b36966c9c668e1476c2485425338
7 years ago
Jonathan G Rennison 714b9711e4 Merge branch 'custom_bridgeheads' into jgrpp
# Conflicts:
#	src/tunnelbridge_cmd.cpp
7 years ago
Jonathan G Rennison ff6a3ed234 Preserve custom bridge head road data when upgrading bridges.
Based on commit 301925f948c9b36966c9c668e1476c2485425338
7 years ago
Jonathan G Rennison 78cce81bac Prevent AIs/scripts from creating road custom bridge heads.
(cherry picked from commit f3dde49ff8)
7 years ago
Jonathan G Rennison e138d3564b Fix tram reversing on custom bridge head tiles.
(cherry picked from commit 0a345efc27)
7 years ago
Jonathan G Rennison de4d958808 Fix tracerestrict current order test on load through advance order 7 years ago
Pavel Stupnikov 8e4bce58ea Feature: GS methods to scroll viewport for players (#6745) 7 years ago
gdinit 34b63930f5 Fix: Typo in game.hpp
Just a typo fix in a code comment line.
7 years ago
ZehMatt 692c753865 Change: win9x installer configuration to correct path. 7 years ago
ZehMatt e7cc53ed62 Add: post build events to VS projects to copy the output into 'bin' 7 years ago
Jonathan G Rennison 97fd250d21 Remove conditional order refs when removing tracerestrict slot
See #40
7 years ago
keldorkatarn 78588d8ce5 First implementation of conditional order checking slot occupancy
(cherry picked from commit 524e3e56cb4a357ba60335f91dce1e00cb8d22f2)

Some code adjustments: serialisation/storage, formatting

See: #40
7 years ago
Pavel Stupnikov 6ff81b908e Feature #6459: API for querying network clients from GS (#6736) 7 years ago
Jonathan G Rennison 2e4ac325e2 Add extra data fields to Order extended data 7 years ago
Michael Lutz e0ae67cefa Fix: [OSX] Compiler warning about an unused NULL argument. 7 years ago
Patric Stout a4df8bc246 Change: fail in same step as the reason for failing is in CI result
This makes it easier for people to understand what went wrong
7 years ago
Patric Stout 4d5396980a Change: always pull latest image when running CI 7 years ago
Patric Stout 8c531f1278 Add: also validate Pull Requests with clang 6.0 with OSX as target 7 years ago
Charles Pigott 86012e10ea Fix: Remove need to instantiate SmallStack's pool object by making it a singleton method 7 years ago
Charles Pigott 5c5267726f Fix: Warning about base set template instantiations with clang 7 years ago
Ricardo N Feliciano e8de33a61f Cleanup: Use new filename for README file. (#6738) 7 years ago
PeterN 3b32075e8a
Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours. (#6737)
This replaces the internal SCC_PREVIOUS_COLOUR swap.
7 years ago
translators f4f9e18790 Update: Translations from eints
belarusian: 3 changes by KorneySan
7 years ago
Jonathan G Rennison f96f716a75 Merge branch 'enhanced_viewport_overlay' into jgrpp 7 years ago
keldorkatarn 8df549284f Route Line Rendering: Properly prevent endless loop due to conditional orders cycle.
(cherry picked from commit ac1c26f5fe942ef47c664ff71000053d874a6008)

See #39
7 years ago
keldorkatarn d154debb5e FIX: Endless look in vehicle route drawing if conditional orders form a cycle (in the simplest form, a conditional order skipping to itself)
(cherry picked from commit 680ddba875208b09160908ad03064b542193df4e)

See: #39
7 years ago