summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-06Add: [Win32] Text layout using the native Windows Uniscribe library.Michael Lutz
2018-06-06Codechange: Move ParagraphLayouter-specific functions into factory classes in...Michael Lutz
2018-06-06Add: [Win32] Native natural sort implementation.Michael Lutz
2018-06-06Update: Translations from eintstranslators
2018-06-06Fix #6659: Bus stations can be demolished when not in demolish mode (#6815)Alexis
2018-06-06Codechange: Change element type used for rail type usage stats array in SetDe...Jonathan G Rennison
2018-06-06Fix: One-way roads could be over-built by road stops (regardless of road owner.)Peter Nelson
2018-06-05Update: Install DOS music data in Windows installerNiels Martin Hansen
2018-06-05Update: Document DOS music loadingNiels Martin Hansen
2018-06-05Change: DOS music loading for non-Windows music driversNiels Martin Hansen
2018-06-05Codechange: Make FioCreateDirectory publicNiels Martin Hansen
2018-06-05Feature: Console command to dump decoded music to .mid fileNiels Martin Hansen
2018-06-05Feature: Baseset music for TTD DOS and TTO dataNiels Martin Hansen
2018-06-05Feature: Decoder for DOS version musicNiels Martin Hansen
2018-06-05Codechange: Pass a MusicSongInfo struct instead of bare filename to music dri...Niels Martin Hansen
2018-06-05Update: Translations from eintstranslators
2018-06-04Change: Use name of cargo instead of Passengers/Mail in town statistics. (#6801)PeterN
2018-06-03Fix: Theoretical string overflow when building the cargo acceptance list for ...Michael Lutz
2018-06-03Doc: Instructions for symlinking commit hooks didn't work on (at least) OS X.Andy
2018-05-29Fix: [OSX] Minor 2D scrolling fixes (#6793)Alexander Weiss
2018-05-27Change: [OSX] Disable macOS Sierra's automatic tab featureAlexander Weiss
2018-05-26Change: [Win32] Enable DirectMusic driver for Win64.Michael Lutz
2018-05-26Change: [Win32] Parse and load DLS files for the DirectMusic driver without r...Michael Lutz
2018-05-26Change: [Win32] Replace the current high-level Direct Music driver with a low...Michael Lutz
2018-05-26Codechange: [Win32] Use a local buffer to store the output text of DEBUG() to...Michael Lutz
2018-05-24Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to...Alexander Weiss
2018-05-24Change: [OSX] Reversed pinch to zoom behaviour.Alexander Weiss
2018-05-23Add: 32bpp SSE2 blitter palette animator (#6795)Jonathan G Rennison
2018-05-22Update: Translations from eintstranslators
2018-05-22Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)PeterN
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2018-05-19Change: Available railtypes is always calculated on load, so no need to load ...PeterN
2018-05-19Fix: Tractive effort was slightly too high as per NewGRF spec. (#6785)PeterN
2018-05-19Change [#6689]: Tweak HashTable hash calculation to reduce collisions. (kerni...PeterN
2018-05-17Feature: Add XAudio2 driverOwen Rudge
2018-05-12Update: Translations from eintstranslators
2018-05-11Update: Translations from eintstranslators
2018-05-10Update: Translations from eintstranslators
2018-05-02Doc: fix formatting and typo in README.mdq--
2018-05-02Doc: Update issue tracker URL in known-bugs.txtq--
2018-05-02Change: Switch town growth rate and counter to actual game ticks (#6763)Pavel Stupnikov
2018-05-02Update: Translations from eintstranslators
2018-05-01Change: [Win32 MIDI] Reset pitch bend range controllers on song changeNiels Martin Hansen
2018-05-01Change: [Win32 MIDI] Send Roland reverb control message like TTD DOS doesNiels Martin Hansen
2018-05-01Change #6685: Replace Win32 music driver with one not depending on MCINiels Martin Hansen
2018-04-30Fix 0165fe1: Native OSX doesn't have a __BYTE_ORDER macro but defines a diffe...Michael Lutz
2018-04-30Fix 74b7f0a: [OSX] Mouse cursor getting occasionally stuck.Michael Lutz
2018-04-30Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.J0an Josep
2018-04-30Update: Translations from eintstranslators
2018-04-30Codechange: Use TileAddBy(Diag)Dir when possible.J0anJosep