summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-20(svn r23284) -Fix [FS#4845]: Pathfinders go haywire when you build a lock ↵rubidium
over a ship going perpendicular to the axis of the new lock
2011-11-20(svn r23283) -Fix: [NewGRF] Prevent against writing data for unknown fontsrubidium
2011-11-20(svn r23282) -Fix [FS#4844] (r23212): CmdRemoveAllVehiclesGroup() was not ↵frosch
passed the vehicle type in all cases, but the type is actually not needed.
2011-11-20(svn r23279) -Codechange: try to prevent slanted and skinny fonts with ↵rubidium
fontconfig. This should generally make the fallback choice better legible
2011-11-20(svn r23277) -Codechange: fallback font support for fontcacherubidium
2011-11-20(svn r23276) -Codechange: add the answer for the question whether we're ↵rubidium
looking for monospace fonts in the searcher
2011-11-20(svn r23275) -Codechange: allow loading of the monospace (freetype) font at ↵rubidium
another moment than the other fonts
2011-11-20(svn r23274) -Add: internal support for a monospaced sprite fontrubidium
2011-11-20(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to ↵rubidium
CheckForMissingGlyphs (default to the language pack strings)
2011-11-20(svn r23272) -Codechange: pass the initial font size to DrawString and friends rubidium
2011-11-20(svn r23271) -Codechange: don't repeatedly initialise and free the freetype ↵rubidium
library
2011-11-19(svn r23270) -Fix (r23267): compile failure without freetyperubidium
2011-11-19(svn r23269) -Codechange: rename some control/string codes/IDs to be more ↵rubidium
consistent
2011-11-19(svn r23268) -Fix (r23267): compilation failed on Windowsrubidium
2011-11-19(svn r23267) -Codechange: unify the font name setting of the font cacherubidium
2011-11-19(svn r23266) -Update from WebTranslator v3.0:translators
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
2011-11-19(svn r23265) -Codechange: replace the setfallbackfont callback function with ↵rubidium
a class to call back
2011-11-19(svn r23264) -Fix (r23263): save before committruebrain
2011-11-19(svn r23263) -Documentation: stop naming AI in comments in script/ files; it ↵truebrain
makes no sense
2011-11-19(svn r23262) -Fix: one annoying typo in a squirrel_export marker linetruebrain
2011-11-19(svn r23261) -Codechange: Squirrel glue templates were not inline (tnx to ↵truebrain
michi_cc)
2011-11-18(svn r23253) -Fix: Several clipping issues with the display of textfiles, ↵frosch
esp. with RTL text direction.
2011-11-18(svn r23252) -Codechange: Add WD_BEVEL_xxx constants.frosch
2011-11-18(svn r23251) -Fix: 3-column view of NewGRF GUI had too much space for ↵frosch
certain font sizes.
2011-11-18(svn r23250) -Update from WebTranslator v3.0:translators
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
2011-11-18(svn r23249) -Feature: Also allow viewing of the other two textfiles ↵frosch
supplied by BaNaNaS tars, i.e. changelog and license.
2011-11-18(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' ↵frosch
to 'textfile', so it is more generic.
2011-11-17(svn r23247) -Fix (r23244): compile failure on certain archaic platformsrubidium
2011-11-17(svn r23246) -Codechange: move searching/loading music/sound sets/drivers to ↵rubidium
later in the process so we could get rid of errors related to that being dumped onto the console
2011-11-17(svn r23244) -Feature: if the installation is ananas, try to get the b ↵rubidium
without b installed
2011-11-17(svn r23243) -Codechange: give a clearer error when the sprite font failed ↵rubidium
to provide a sprite or fall back to the freetype font if that's loaded
2011-11-17(svn r23242) -Codechange: allow ignoring the sprite font completely when ↵rubidium
checking whether the font supports a language
2011-11-17(svn r23241) -Codechange: make the decision when to go to the custom drawn ↵rubidium
cursor more prominently during the initialisation of OpenTTD
2011-11-17(svn r23240) -Codechange: rework the code of the download status windowrubidium
2011-11-17(svn r23239) -Fix: saving/loading the snow line height twice, especially ↵rubidium
when the values are not the same causes some nasty problems... like desyncs
2011-11-17(svn r23238) -Update from WebTranslator v3.0:translators
vietnamese - 23 changes by nglekhoi
2011-11-16(svn r23237) -Fix: ignore special characters, such as the train "character", ↵rubidium
when determining a fallback font
2011-11-16(svn r23236) -Fix (r23141): Construction of objects was always rejected.frosch
2011-11-16(svn r23235) -Update from WebTranslator v3.0:translators
serbian - 32 changes by etran
2011-11-16(svn r23234) -Fix [FS#4840]: crash when after downloading contentrubidium
2011-11-15(svn r23233) -Codechange: Refactor maximum and actually transported cargo ↵michi_cc
amount of towns into a reusable struct.
2011-11-15(svn r23232) -Change: move the "default" overrides out of the baseset in ↵rubidium
order to ensure they all use the same values
2011-11-15(svn r23231) -Fix: [NewGRF] Make train var 0xF3 consistent with TTDPatch.michi_cc
2011-11-15(svn r23230) -Codechange: stupid casing for UnPause. It's a single word, not ↵rubidium
two words "CamelCased" after eachother
2011-11-15(svn r23229) -Update from WebTranslator v3.0:translators
hungarian - 1 changes by IPG
2011-11-15(svn r23228) -Fix (r23227): FileScanner::Scan() still did not scan all ↵frosch
required directories for basesets.
2011-11-15(svn r23227) -Fix (r23219): The FileScanner should also consider the old ↵frosch
directories.
2011-11-15(svn r23226) -Fix (r23219): If you find a file, also use it.frosch
2011-11-14(svn r23225) -Fix: create the newgrf/baseset/ai directories in the personal ↵rubidium
directory so the user has some clue where to place the different files
2011-11-14(svn r23224) -Codechange: first load the config file partially so we can ↵rubidium
push scanning AIs to later in the process (when the GUI is showing the progress bar)