Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-19 | Change: Available railtypes is always calculated on load, so no need to load ↵ | PeterN | |
value for old savegames (#6782) | |||
2018-05-19 | Fix: Tractive effort was slightly too high as per NewGRF spec. (#6785) | PeterN | |
2018-05-19 | Change [#6689]: Tweak HashTable hash calculation to reduce collisions. ↵ | PeterN | |
(kernigh2) (#6786) | |||
2018-05-17 | Feature: Add XAudio2 driver | Owen Rudge | |
2018-05-12 | Update: Translations from eints | translators | |
greek: 8 changes by Jubilee | |||
2018-05-11 | Update: Translations from eints | translators | |
dutch: 1 change by mrLeopold | |||
2018-05-10 | Update: Translations from eints | translators | |
dutch: 1 change by mrLeopold | |||
2018-05-02 | Doc: fix formatting and typo in README.md | q-- | |
2018-05-02 | Doc: Update issue tracker URL in known-bugs.txt | q-- | |
2018-05-02 | Change: Switch town growth rate and counter to actual game ticks (#6763) | Pavel Stupnikov | |
2018-05-02 | Update: Translations from eints | translators | |
belarusian: 10 changes by KorneySan russian: 6 changes by KorneySan spanish (mexican): 10 changes by Absay | |||
2018-05-01 | Change: [Win32 MIDI] Reset pitch bend range controllers on song change | Niels Martin Hansen | |
Some songs (at least one in OpenMSX) use the MIDI pitch bend range controllers but don't reset these at the end. This causes all subsequent songs to sound wrong. | |||
2018-05-01 | Change: [Win32 MIDI] Send Roland reverb control message like TTD DOS does | Niels Martin Hansen | |
2018-05-01 | Change #6685: Replace Win32 music driver with one not depending on MCI | Niels Martin Hansen | |
MCI MIDI is poorly supported on newer versions of Windows and can cause large delays at the beginning of tracks. The new driver is based on a from-scratch reader for Standard MIDI Files. This should be re-usable in other music drivers too, and can allow for finer control of playback in general. It also provides a better framework for reading MIDI data from other formats than just SMF. | |||
2018-04-30 | Fix 0165fe1: Native OSX doesn't have a __BYTE_ORDER macro but defines a ↵ | Michael Lutz | |
differently named macro. | |||
2018-04-30 | Fix 74b7f0a: [OSX] Mouse cursor getting occasionally stuck. | Michael Lutz | |
2018-04-30 | Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation. | J0an Josep | |
2018-04-30 | Update: Translations from eints | translators | |
croatian: 10 changes by VoyagerOne italian: 4 changes by lorenzodv french: 7 changes by glx | |||
2018-04-30 | Codechange: Use TileAddBy(Diag)Dir when possible. | J0anJosep | |
2018-04-30 | Fix: Spelling errors (#6769) | Joan Josep | |
2018-04-30 | Fix: Some spelling errors in printed messages | Matthijs Kooijman | |
2018-04-30 | Fix #6090: And (svn r27822). Run scripts for widgets. (#6765) | Joan Josep | |
Fix 19f5a6cbb0, Fix 19d56a33e8: Run scripts to update GS for new widgets (#6765) | |||
2018-04-29 | Fix: make generate[.vbs] produce the same result on Linux/Windows (#6764) | Patric Stout | |
2018-04-29 | Update: Translations from eints | translators | |
italian: 6 changes by lorenzodv french: 6 changes by glx russian: 9 changes by Lone_Wolf | |||
2018-04-29 | Cleanup: Remove unused strings from language files | Niels Martin Hansen | |
2018-04-29 | Feature #6090: Change music set during gameplay | Niels Martin Hansen | |
2018-04-29 | Fix: Clipping issues with volume sliders in Music GUI | Niels Martin Hansen | |
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.) | |||
2018-04-29 | Change: Less intrusive "no music" message from Music window | Niels Martin Hansen | |
2018-04-29 | Change: Disable music control buttons when there is no music | Niels Martin Hansen | |
2018-04-29 | Codechange: Music GUI comments and function naming | Niels Martin Hansen | |
2018-04-29 | Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) ↵ | Patric Stout | |
(#6762) | |||
2018-04-29 | Remove: WinCE support | Patric Stout | |
2018-04-29 | Remove: PSP support | Patric Stout | |
2018-04-28 | Feature #6610: Allow towns to build houses on road turns (#6758) | Pavel Stupnikov | |
2018-04-28 | Add: Replace independment map scrolling GUI settings with single option, and ↵ | PeterN | |
add choice to not lock cursor position when scrolling. (#6756) | |||
2018-04-28 | Feature: Add GS method to question a single client (#6748) | Pavel Stupnikov | |
2018-04-24 | Feature: GS methods to scroll viewport for players (#6745) | Pavel Stupnikov | |
2018-04-23 | Fix: Typo in game.hpp | gdinit | |
Just a typo fix in a code comment line. | |||
2018-04-22 | Change: win9x installer configuration to correct path. | ZehMatt | |
2018-04-22 | Add: post build events to VS projects to copy the output into 'bin' | ZehMatt | |
2018-04-22 | Feature #6459: API for querying network clients from GS (#6736) | Pavel Stupnikov | |
2018-04-21 | Fix: [OSX] Compiler warning about an unused NULL argument. | Michael Lutz | |
2018-04-21 | Change: fail in same step as the reason for failing is in CI result | Patric Stout | |
This makes it easier for people to understand what went wrong | |||
2018-04-21 | Change: always pull latest image when running CI | Patric Stout | |
2018-04-21 | Add: also validate Pull Requests with clang 6.0 with OSX as target | Patric Stout | |
2018-04-21 | Fix: Remove need to instantiate SmallStack's pool object by making it a ↵ | Charles Pigott | |
singleton method | |||
2018-04-21 | Fix: Warning about base set template instantiations with clang | Charles Pigott | |
2018-04-21 | Cleanup: Use new filename for README file. (#6738) | Ricardo N Feliciano | |
2018-04-19 | Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching ↵ | PeterN | |
colours. (#6737) This replaces the internal SCC_PREVIOUS_COLOUR swap. | |||
2018-04-19 | Update: Translations from eints | translators | |
belarusian: 3 changes by KorneySan |