Commit Graph

47336 Commits

Author SHA1 Message Date
pelya
da2947e5e3 Fixed slow compilation on Android, -O1 does not help 2021-02-14 00:31:12 +02:00
pelya
042e982587 Updated todo 2021-02-13 23:49:12 +02:00
pelya
dcacc5850f Legend hidden by default in smallmap window 2021-02-06 00:57:11 +02:00
pelya
721f61cec9 Disabled a warning when scanning fonts 2021-02-05 23:52:49 +02:00
pelya
40f573cb91 Fixed Fontconfig not linking on Android 2021-02-05 23:18:42 +02:00
pelya
8368912214 Updated todo 2021-02-04 01:42:27 +02:00
pelya
aeba8778d4 Fixed a crash in dropdown finger scrolling code 2021-02-03 18:49:54 +02:00
pelya
142259d739 Disabled emscripten integration test, we have no FreeType on emscripten 2021-01-28 01:39:32 +02:00
pelya
8caacb7ffe Disabled Windows integration tests, Windows headers are broken and won't compile my 16bpp blitter code 2021-01-28 01:25:26 +02:00
pelya
3e6f1924bb Fixed SONAME in Android shared library 2021-01-28 00:59:32 +02:00
pelya
a4aa47c29a Fixed host compilation 2021-01-25 21:48:41 +02:00
pelya
2bc0595127 Fixed Android compilation and warnings 2021-01-25 21:31:09 +02:00
pelya
ac91ee617a Updated version file 2021-01-25 20:01:01 +02:00
pelya
8c363ccc9d Fixed slow compilation on Android 2021-01-25 01:10:13 +02:00
pelya
a90cd06801 Fixed music on Android 2021-01-25 01:07:41 +02:00
pelya
25d6b94c0f Do not use Git revision for Android 2021-01-25 01:07:27 +02:00
pelya
88923bb314 Added timidity support on Android 2021-01-25 01:05:26 +02:00
pelya
3f828e860a Fixed Android compilation with CMake 2021-01-25 01:04:03 +02:00
pelya
306bf73bbf Updated todo 2021-01-25 00:56:48 +02:00
pelya
e90a971fa6 Fixed NewRoadTypes build dropdown list in compact toolbar 2021-01-25 00:55:56 +02:00
pelya
8178318e64 Fixed train list button size in news window 2021-01-25 00:55:38 +02:00
pelya
c24db1902e Updated todo 2021-01-25 00:53:01 +02:00
pelya
af690bff46 Updated todo 2021-01-25 00:53:01 +02:00
pelya
0943497954 Updated todo 2021-01-25 00:50:50 +02:00
pelya
3a82c97aa1 Merge remote-tracking branch 'upstream/master' 2021-01-25 00:50:42 +02:00
translators
b2d9a2dc79 Update: Translations from eints
estonian: 12 changes by siimsoni
finnish: 1 change by hpiirai
2021-01-23 18:39:34 +00:00
glx22
6b8ad5a9b1 Change: Apply some consistency to singleplayer related comments 2021-01-22 22:19:55 +01:00
glx22
07385c3662 Fix: Use the same safety checks as 'stop_ai' for 'reload_ai' 2021-01-22 22:19:55 +01:00
glx22
485aafc1b7 Fix: Never delete the last existing company in singleplayer mode 2021-01-22 22:19:55 +01:00
dP
b17177bd20 Fix: Center text and image in vehicle statusbar vertically 2021-01-22 22:18:17 +01:00
translators
8fe79e153d Update: Translations from eints
estonian: 8 changes by siimsoni
german: 89 changes by Wuzzy2
finnish: 2 changes by hpiirai
dutch: 27 changes by Afoklala
2021-01-22 18:43:56 +00:00
Charles Pigott
a252679a12 Doc: Prepare for 1.11.0-beta1 release 1.11.0-beta1 2021-01-22 11:13:57 +01:00
Charles Pigott
b61670f929 Doc: Forwardport changelog & doc changes from 1.10 branch 2021-01-22 11:13:57 +01:00
dP
bab7de6cf2 Feature: Allow GameScripts to add additional text to Industry view window 2021-01-22 09:50:53 +00:00
Pavel Stupnikov
4b42ecb0f6 Feature: Add tile parameter for GSCompany.ChangeBankBalance to show text effect if needed (#8573) 2021-01-22 10:28:26 +01:00
Andy
3345d54ad9 Doc: add a png representation of the palette overlaid with indexes (decimal) (#8547) 2021-01-22 10:26:45 +01:00
translators
33e27e9480 Update: Translations from eints
estonian: 15 changes by siimsoni
russian: 23 changes by Ln-Wolf
2021-01-21 18:42:13 +00:00
translators
6e1581a17d Update: Translations from eints
german: 2 changes by Wuzzy2
russian: 13 changes by Ln-Wolf
2021-01-20 18:44:27 +00:00
translators
27caabdb91 Update: Translations from eints
german: 23 changes by Wuzzy2
russian: 70 changes by Ln-Wolf
2021-01-19 18:41:55 +00:00
frosch
b3d048dfcf Change: [NewGRF] industry special flag 19 now specifically targets only passenger production, instead of the second cargo of any water-based industry. (#8590)
This behavior is less surprising to NewGRF authors, and may even be intentional behavior for some industries.
2021-01-18 22:42:10 +01:00
Michael Lutz
7da224d29d Fix #8589, 653e7fa548: Motion counter is NewGRF-visible but not saved, leading to desyncs. (#8591) 2021-01-18 21:11:38 +01:00
Owen Rudge
a2bd0a14e1 Feature: [Actions] ARM64 builds for Windows 2021-01-18 08:57:58 +00:00
Owen Rudge
6d95ed53dc Feature: Add support for rdtsc for ARM-based Windows (MSVC) 2021-01-18 08:57:58 +00:00
Owen Rudge
2d9e164ec4 Fix: [Actions] Give Universal Mac packages the "universal" suffix 2021-01-18 08:57:39 +00:00
Patric Stout
1eceee915e Codechange: [SDL2/Win32] Be consistent how 0bpp blitters are not allowed
Sometimes it returned an usererror(), sometimes Start() failed.
Now it always fails on Start(), so nothing else has to check again
what blitter is used.

AfterBlitterChange() can never change to a 0bpp, so it is sufficient
to guard this with an assert().
2021-01-17 19:57:36 +01:00
Patric Stout
49df9c4155 Codechange: [Win32] Use _local_palette for most operations
Other drivers do this too, and this makes the world a bit more
the same.
2021-01-17 19:57:36 +01:00
Patric Stout
881d17d8f1 Codechange: [Win32] use CSleep() instead of Sleep() like everywhere else
Functional it is identical. Just helps future-us when searching
for sleeps.
2021-01-17 19:57:36 +01:00
Patric Stout
689404a4a1 Codechange: [Win32] Use return-early in RegisterWndClass() 2021-01-17 19:57:36 +01:00
Michael Lutz
7415964a4d Codechange: [Win32] Remove Windows 95 specific mouse tracking work-around. 2021-01-17 19:57:36 +01:00
Matt Kimber
40d5fe1631 Fix eeb88e8: Trains reversed while paused do not correctly update sprite bounds (#8540) 2021-01-17 19:57:16 +01:00