Commit Graph

16005 Commits (df0f8fdd28c1d24d8276f168de6147986b18e880)
 

Author SHA1 Message Date
translators df0f8fdd28 (svn r20707) -Update from WebTranslator v3.0:
belarusian - 22 changes by KorneySan
german - 6 changes by planetmaker
korean - 2 changes by junho2813
portuguese - 21 changes by SupSuper
serbian - 10 changes by etran
slovak - 78 changes by comp
14 years ago
rubidium 2e2e8e0ccf (svn r20706) -Fix (r20664): land slope check wasn't called when it should be called 14 years ago
yexo faccfb921d (svn r20705) -Fix: graphic glitch when switching to a different-sized font while the chat message box was visible 14 years ago
rubidium 46a537a263 (svn r20704) -Fix (r20658): regression got out-of-sync 14 years ago
translators 5601721f1e (svn r20699) -Update from WebTranslator v3.0:
dutch - 11 changes by habell
esperanto - 7 changes by Christopher
hungarian - 7 changes by IPG
icelandic - 25 changes by grjonib
italian - 8 changes by lorenzodv
korean - 7 changes by junho2813
norwegian_bokmal - 82 changes by mantaray
romanian - 10 changes by tonny
spanish - 10 changes by Terkhen
14 years ago
yexo a6523649a8 (svn r20697) -Fix [FS#4084]: call the new function after resizing a window so it's not possible a window becomes unmoveable 14 years ago
yexo b17319a02f (svn r20696) -Codechange: create a new function to make sure part of the caption bar is visible when creating a window 14 years ago
yexo 9fd6adf6a9 (svn r20695) -Codechange: move PreventHiding to another location 14 years ago
yexo fbbc105156 (svn r20694) -Fix [FS#4087]: empty newgrf presets were not selectable 14 years ago
yexo 79dceff5ac (svn r20693) -Fix: use strncmp instead of memcmp for comparing strings 14 years ago
yexo 5192a7c90c (svn r20692) -Fix [FS#4055]: crash after downloading missing content 14 years ago
rubidium 23195852d5 (svn r20691) -Fix (r20690): unmessup a broken string 14 years ago
translators 443ab1767e (svn r20690) -Update from WebTranslator v3.0:
belarusian - 10 changes by Wowanxm
catalan - 11 changes by arnau
traditional_chinese - 14 changes by josesun
croatian - 10 changes by VoyagerOne
finnish - 10 changes by jpx_
french - 10 changes by glx
german - 13 changes by planetmaker
hungarian - 3 changes by IPG
icelandic - 11 changes by grjonib
italian - 2 changes by lorenzodv
polish - 10 changes by voythas
russian - 14 changes by Lone_Wolf
slovenian - 34 changes by Necrolyte, ntadej
swedish - 12 changes by Zuu
14 years ago
alberth 2b4da1d345 (svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file. 14 years ago
alberth a48c4ff840 (svn r20688) -Codechange: Rename Queue struct to BinaryHeap. 14 years ago
alberth 2711482534 (svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement() method. 14 years ago
alberth 5d56c9eaea (svn r20686) -Codechange: Make init_BinaryHeap() a method. 14 years ago
alberth 78bc37c9ec (svn r20685) -Codechange: Make BinaryHeap_Clear() a method. 14 years ago
alberth a64a9a4260 (svn r20684) -Codechange: Make BinaryHeap_Free() a method. 14 years ago
alberth e03d069f3f (svn r20683) -Codechange: Make BinaryHeap_Delete() a method. 14 years ago
alberth 4e9c7f489a (svn r20682) -Codechange: Make BinaryHeap_Pop() a method. 14 years ago
alberth b03f0b198d (svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporary THISBIN_HEAP_ARR macro. 14 years ago
alberth 86723c54cb (svn r20680) -Codechange: Remove the now useless union and struct wrappers around the binary heap data. 14 years ago
alberth 17c4783571 (svn r20679) -Codechange: Remove unused insertion sorter. 14 years ago
alberth 0439025e74 (svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), NetworkFindClientInfoFromIP(). 14 years ago
rubidium 706144818e (svn r20677) -Fix (r20136): copy-paste error (jwm) 14 years ago
rubidium a1fa222125 (svn r20676) -Codechange: it's not needed to supply two almost identical vars 14 years ago
rubidium b35b77f94e (svn r20675) -Add [FS#4077]: method to access the (action 14) NewGRF version of other NewGRFs 14 years ago
alberth e45a8f61cc (svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise. 14 years ago
rubidium 8425361b58 (svn r20673) -Codechange: add support for inspecting objects 14 years ago
rubidium b8b33b6cb4 (svn r20672) -Remove: some stale strings 14 years ago
rubidium 03c5a93809 (svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor 14 years ago
rubidium 0c509c7b48 (svn r20670) -Add: support for action F
-Add: a window to select (NewGRF) objects
14 years ago
rubidium c3c8f67cef (svn r20669) -Codechange: trigger the whole object every 256 ticks instead of every 250 ticks 14 years ago
rubidium 34c4e8f259 (svn r20668) -Codechange: add (more) support for bridges over objects 14 years ago
rubidium 738a068006 (svn r20667) -Codechange: implement the autoslope callback for objects 14 years ago
rubidium b26adf0bd9 (svn r20666) -Codechange: enable drawing of (NewGRF) objects 14 years ago
rubidium d4240351ca (svn r20665) -Codechange: make clearing object tiles behave (more) like TTDPatch 14 years ago
rubidium 2ea1ba4589 (svn r20664) -Codechange: implement the land slope callback for objects 14 years ago
rubidium 2dd04c0ded (svn r20663) -Codechange: add the GRF name to the tile info window 14 years ago
rubidium b06ad652c9 (svn r20662) -Codechange: implement object animation 14 years ago
rubidium 43eadd4595 (svn r20661) -Codechange: implement the "decide colour" callback for objects 14 years ago
rubidium e014667eae (svn r20660) -Codechange: implement (most) of action2 support for objects 14 years ago
rubidium 4ad5ef5c43 (svn r20659) -Feature: make the (flat) area around an industry configurable (Eddi|zuHause) 14 years ago
rubidium 18e6bf0d71 (svn r20658) -Codechange: add the colour of an object to the object instance 14 years ago
rubidium 05d27c04f9 (svn r20657) -Codechange: add function to draw NewGRF tileseq in the GUI 14 years ago
rubidium 63478d8533 (svn r20656) -Codechange: implement counting of objects 14 years ago
rubidium a4bb23b7ad (svn r20655) -Codechange: implement reading the action3 of objects 14 years ago
rubidium 4ec93f6bab (svn r20654) -Codechange: implement reading action0 of objects 14 years ago
translators 7a9baa0811 (svn r20653) -Update from WebTranslator v3.0:
simplified_chinese - 23 changes by ww9980
traditional_chinese - 2 changes by ww9980
esperanto - 6 changes by Christopher
icelandic - 108 changes by grjonib
thai - 6 changes by angelix
14 years ago