18a0dc894d
(svn r23283) -Fix: [NewGRF] Prevent against writing data for unknown fonts
rubidium
2011-11-20 15:17:34 +00:00
a799efbbb2
(svn r23283) -Fix: [NewGRF] Prevent against writing data for unknown fonts
rubidium
2011-11-20 15:17:34 +00:00
107f67bfa4
(svn r23282) -Fix [FS#4844] (r23212): CmdRemoveAllVehiclesGroup() was not passed the vehicle type in all cases, but the type is actually not needed.
frosch
2011-11-20 14:39:12 +00:00
0e28c6665e
(svn r23282) -Fix [FS#4844] (r23212): CmdRemoveAllVehiclesGroup() was not passed the vehicle type in all cases, but the type is actually not needed.
frosch
2011-11-20 14:39:12 +00:00
7f390964c3
(svn r23279) -Codechange: try to prevent slanted and skinny fonts with fontconfig. This should generally make the fallback choice better legible
rubidium
2011-11-20 12:10:41 +00:00
dd26086629
(svn r23279) -Codechange: try to prevent slanted and skinny fonts with fontconfig. This should generally make the fallback choice better legible
rubidium
2011-11-20 12:10:41 +00:00
9835600cd1
(svn r23278) -Add: monospaced sprite font with the same characters as the normal font
rubidium
2011-11-20 12:04:09 +00:00
f3e511ca4b
(svn r23278) -Add: monospaced sprite font with the same characters as the normal font
rubidium
2011-11-20 12:04:09 +00:00
33f1636847
(svn r23277) -Codechange: fallback font support for fontcache
rubidium
2011-11-20 12:02:06 +00:00
97d1969a69
(svn r23277) -Codechange: fallback font support for fontcache
rubidium
2011-11-20 12:02:06 +00:00
462b875b4a
(svn r23276) -Codechange: add the answer for the question whether we're looking for monospace fonts in the searcher
rubidium
2011-11-20 12:01:42 +00:00
e82325e5c6
(svn r23276) -Codechange: add the answer for the question whether we're looking for monospace fonts in the searcher
rubidium
2011-11-20 12:01:42 +00:00
9512838a5e
(svn r23275) -Codechange: allow loading of the monospace (freetype) font at another moment than the other fonts
rubidium
2011-11-20 11:59:36 +00:00
17db686187
(svn r23275) -Codechange: allow loading of the monospace (freetype) font at another moment than the other fonts
rubidium
2011-11-20 11:59:36 +00:00
dfefcab47d
(svn r23274) -Add: internal support for a monospaced sprite font
rubidium
2011-11-20 11:56:51 +00:00
49047246fa
(svn r23274) -Add: internal support for a monospaced sprite font
rubidium
2011-11-20 11:56:51 +00:00
0a4a75b0af
(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
rubidium
2011-11-20 11:52:11 +00:00
1713d1ad3e
(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
rubidium
2011-11-20 11:52:11 +00:00
2075bc702c
(svn r23272) -Codechange: pass the initial font size to DrawString and friends
rubidium
2011-11-20 11:50:12 +00:00
8f86283203
(svn r23272) -Codechange: pass the initial font size to DrawString and friends
rubidium
2011-11-20 11:50:12 +00:00
542c61397c
(svn r23271) -Codechange: don't repeatedly initialise and free the freetype library
rubidium
2011-11-20 08:08:13 +00:00
c2ea904860
(svn r23271) -Codechange: don't repeatedly initialise and free the freetype library
rubidium
2011-11-20 08:08:13 +00:00
b8866be093
(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent
rubidium
2011-11-19 22:15:44 +00:00
c591589818
(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent
rubidium
2011-11-19 22:15:44 +00:00
d86e6b6162
(svn r23268) -Fix (r23267): compilation failed on Windows
rubidium
2011-11-19 21:09:52 +00:00
3e09fa8102
(svn r23268) -Fix (r23267): compilation failed on Windows
rubidium
2011-11-19 21:09:52 +00:00
4e1c4f9079
(svn r23267) -Codechange: unify the font name setting of the font cache
rubidium
2011-11-19 21:02:37 +00:00
2ce44dc201
(svn r23267) -Codechange: unify the font name setting of the font cache
rubidium
2011-11-19 21:02:37 +00:00
02bff061f8
(svn r23266) -Update from WebTranslator v3.0: belarusian - 8 changes by Wowanxm french - 12 changes by glx german - 4 changes by planetmaker italian - 12 changes by lorenzodv russian - 6 changes by akasoft serbian - 8 changes by etran spanish - 4 changes by Terkhen tamil - 15 changes by aswn vietnamese - 8 changes by nglekhoi
translators
2011-11-19 18:45:42 +00:00
95550d4b4b
(svn r23266) -Update from WebTranslator v3.0: belarusian - 8 changes by Wowanxm french - 12 changes by glx german - 4 changes by planetmaker italian - 12 changes by lorenzodv russian - 6 changes by akasoft serbian - 8 changes by etran spanish - 4 changes by Terkhen tamil - 15 changes by aswn vietnamese - 8 changes by nglekhoi
translators
2011-11-19 18:45:42 +00:00
447884fddb
(svn r23265) -Codechange: replace the setfallbackfont callback function with a class to call back
rubidium
2011-11-19 18:43:00 +00:00
e3905eecbb
(svn r23265) -Codechange: replace the setfallbackfont callback function with a class to call back
rubidium
2011-11-19 18:43:00 +00:00
32b28bb868
(svn r23264) -Fix (r23263): save before commit
truebrain
2011-11-19 15:51:21 +00:00
3429287e7d
(svn r23264) -Fix (r23263): save before commit
truebrain
2011-11-19 15:51:21 +00:00
b927ae5be9
(svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense
truebrain
2011-11-19 15:50:10 +00:00
8d14fd4b29
(svn r23263) -Documentation: stop naming AI in comments in script/ files; it makes no sense
truebrain
2011-11-19 15:50:10 +00:00
e9dfd7a897
(svn r23262) -Fix: one annoying typo in a squirrel_export marker line
truebrain
2011-11-19 15:42:40 +00:00
b2ae274a5d
(svn r23262) -Fix: one annoying typo in a squirrel_export marker line
truebrain
2011-11-19 15:42:40 +00:00
dbd66cf523
(svn r23261) -Codechange: Squirrel glue templates were not inline (tnx to michi_cc)
truebrain
2011-11-19 15:41:29 +00:00
c1f0332015
(svn r23261) -Codechange: Squirrel glue templates were not inline (tnx to michi_cc)
truebrain
2011-11-19 15:41:29 +00:00
6afcc85be4
(svn r23260) -Codechange: abstract away some NFO by macros
rubidium
2011-11-19 12:41:19 +00:00
fbac324246
(svn r23260) -Codechange: abstract away some NFO by macros
rubidium
2011-11-19 12:41:19 +00:00
100971630d
(svn r23253) -Fix: Several clipping issues with the display of textfiles, esp. with RTL text direction.
frosch
2011-11-18 20:39:40 +00:00
4b6fcf4d32
(svn r23253) -Fix: Several clipping issues with the display of textfiles, esp. with RTL text direction.
frosch
2011-11-18 20:39:40 +00:00
8ed02997d4
(svn r23251) -Fix: 3-column view of NewGRF GUI had too much space for certain font sizes.
frosch
2011-11-18 19:23:34 +00:00
35c90314ca
(svn r23251) -Fix: 3-column view of NewGRF GUI had too much space for certain font sizes.
frosch
2011-11-18 19:23:34 +00:00
5c2447d6fc
(svn r23250) -Update from WebTranslator v3.0: basque - 20 changes by Thadah english_US - 8 changes by Rubidium esperanto - 55 changes by Christopher finnish - 9 changes by jpx_ german - 7 changes by planetmaker hungarian - 71 changes by IPG latvian - 20 changes by Parastais russian - 4 changes by Lone_Wolf spanish - 5 changes by Terkhen welsh - 4 changes by kazzie
translators
2011-11-18 18:45:42 +00:00
81bde3cf0a
(svn r23250) -Update from WebTranslator v3.0: basque - 20 changes by Thadah english_US - 8 changes by Rubidium esperanto - 55 changes by Christopher finnish - 9 changes by jpx_ german - 7 changes by planetmaker hungarian - 71 changes by IPG latvian - 20 changes by Parastais russian - 4 changes by Lone_Wolf spanish - 5 changes by Terkhen welsh - 4 changes by kazzie
translators
2011-11-18 18:45:42 +00:00
0d901d599f
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
frosch
2011-11-18 14:40:57 +00:00
ba6d212079
(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
frosch
2011-11-18 14:40:57 +00:00
b725913f3b
(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
frosch
2011-11-18 13:05:55 +00:00
42ba77bd11
(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
frosch
2011-11-18 13:05:55 +00:00
b7b74ed7dc
(svn r23247) -Fix (r23244): compile failure on certain archaic platforms
rubidium
2011-11-17 21:29:15 +00:00
2e06a28470
(svn r23247) -Fix (r23244): compile failure on certain archaic platforms
rubidium
2011-11-17 21:29:15 +00:00
ea54c38e2c
(svn r23246) -Codechange: move searching/loading music/sound sets/drivers to later in the process so we could get rid of errors related to that being dumped onto the console
rubidium
2011-11-17 21:21:45 +00:00
8961575ef9
(svn r23246) -Codechange: move searching/loading music/sound sets/drivers to later in the process so we could get rid of errors related to that being dumped onto the console
rubidium
2011-11-17 21:21:45 +00:00
02b884d923
(svn r23244) -Feature: if the installation is ananas, try to get the b without b installed
rubidium
2011-11-17 21:17:17 +00:00
4509f814b3
(svn r23244) -Feature: if the installation is ananas, try to get the b without b installed
rubidium
2011-11-17 21:17:17 +00:00
4390f6f449
(svn r23243) -Codechange: give a clearer error when the sprite font failed to provide a sprite or fall back to the freetype font if that's loaded
rubidium
2011-11-17 21:13:05 +00:00
c77ae1f54c
(svn r23243) -Codechange: give a clearer error when the sprite font failed to provide a sprite or fall back to the freetype font if that's loaded
rubidium
2011-11-17 21:13:05 +00:00
881d6d25fd
(svn r23242) -Codechange: allow ignoring the sprite font completely when checking whether the font supports a language
rubidium
2011-11-17 21:11:34 +00:00
54dc2babe4
(svn r23242) -Codechange: allow ignoring the sprite font completely when checking whether the font supports a language
rubidium
2011-11-17 21:11:34 +00:00
6e31c2f068
(svn r23241) -Codechange: make the decision when to go to the custom drawn cursor more prominently during the initialisation of OpenTTD
rubidium
2011-11-17 21:09:08 +00:00
67d90f1174
(svn r23241) -Codechange: make the decision when to go to the custom drawn cursor more prominently during the initialisation of OpenTTD
rubidium
2011-11-17 21:09:08 +00:00
cc85ef493a
(svn r23240) -Codechange: rework the code of the download status window
rubidium
2011-11-17 21:06:41 +00:00
2052561c2e
(svn r23240) -Codechange: rework the code of the download status window
rubidium
2011-11-17 21:06:41 +00:00
1de7127d62
(svn r23239) -Fix: saving/loading the snow line height twice, especially when the values are not the same causes some nasty problems... like desyncs
rubidium
2011-11-17 20:42:12 +00:00
d98207d51b
(svn r23239) -Fix: saving/loading the snow line height twice, especially when the values are not the same causes some nasty problems... like desyncs
rubidium
2011-11-17 20:42:12 +00:00
530185a826
(svn r23238) -Update from WebTranslator v3.0: vietnamese - 23 changes by nglekhoi
translators
2011-11-17 18:45:06 +00:00
66a8591e27
(svn r23238) -Update from WebTranslator v3.0: vietnamese - 23 changes by nglekhoi
translators
2011-11-17 18:45:06 +00:00
77b8343d8a
(svn r23237) -Fix: ignore special characters, such as the train "character", when determining a fallback font
rubidium
2011-11-16 23:02:51 +00:00
a4a2e0ecc0
(svn r23237) -Fix: ignore special characters, such as the train "character", when determining a fallback font
rubidium
2011-11-16 23:02:51 +00:00
50b76125cd
(svn r23236) -Fix (r23141): Construction of objects was always rejected.
frosch
2011-11-16 20:39:30 +00:00
cc82b15f2a
(svn r23236) -Fix (r23141): Construction of objects was always rejected.
frosch
2011-11-16 20:39:30 +00:00
e407e4af28
(svn r23235) -Update from WebTranslator v3.0: serbian - 32 changes by etran
translators
2011-11-16 18:45:07 +00:00
eca99e92d8
(svn r23235) -Update from WebTranslator v3.0: serbian - 32 changes by etran
translators
2011-11-16 18:45:07 +00:00
a3a2fdcfc2
(svn r23234) -Fix [FS#4840]: crash when after downloading content
rubidium
2011-11-16 16:54:37 +00:00
ffccec6d84
(svn r23234) -Fix [FS#4840]: crash when after downloading content
rubidium
2011-11-16 16:54:37 +00:00
6548ec6e9e
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
michi_cc
2011-11-15 20:47:53 +00:00
56a592dcbd
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
michi_cc
2011-11-15 20:47:53 +00:00
88aaeb4092
(svn r23232) -Change: move the "default" overrides out of the baseset in order to ensure they all use the same values
rubidium
2011-11-15 20:30:58 +00:00
b6d3db762d
(svn r23232) -Change: move the "default" overrides out of the baseset in order to ensure they all use the same values
rubidium
2011-11-15 20:30:58 +00:00
d7d032f70a
(svn r23231) -Fix: [NewGRF] Make train var 0xF3 consistent with TTDPatch.
michi_cc
2011-11-15 19:53:46 +00:00
d7b2bd7aa5
(svn r23231) -Fix: [NewGRF] Make train var 0xF3 consistent with TTDPatch.
michi_cc
2011-11-15 19:53:46 +00:00
e97b747f5d
(svn r23230) -Codechange: stupid casing for UnPause. It's a single word, not two words "CamelCased" after eachother
rubidium
2011-11-15 19:40:42 +00:00
6f1bd8f8c9
(svn r23230) -Codechange: stupid casing for UnPause. It's a single word, not two words "CamelCased" after eachother
rubidium
2011-11-15 19:40:42 +00:00
7ba37dd0fa
(svn r23229) -Update from WebTranslator v3.0: hungarian - 1 changes by IPG
translators
2011-11-15 18:45:06 +00:00
195f81fb0a
(svn r23229) -Update from WebTranslator v3.0: hungarian - 1 changes by IPG
translators
2011-11-15 18:45:06 +00:00
1f6c9c6457
(svn r23228) -Fix (r23227): FileScanner::Scan() still did not scan all required directories for basesets.
frosch
2011-11-15 12:14:08 +00:00
1ab0108bb9
(svn r23228) -Fix (r23227): FileScanner::Scan() still did not scan all required directories for basesets.
frosch
2011-11-15 12:14:08 +00:00
7b86e3e109
(svn r23227) -Fix (r23219): The FileScanner should also consider the old directories.
frosch
2011-11-15 00:26:06 +00:00
88980e11a3
(svn r23227) -Fix (r23219): The FileScanner should also consider the old directories.
frosch
2011-11-15 00:26:06 +00:00
52d3be2e05
(svn r23226) -Fix (r23219): If you find a file, also use it.
frosch
2011-11-15 00:25:17 +00:00
4eb0160cf6
(svn r23226) -Fix (r23219): If you find a file, also use it.
frosch
2011-11-15 00:25:17 +00:00