Commit Graph

13176 Commits (7c74afb1c341fe2ba2d2f00105c8fd79900d6a70)
 

Author SHA1 Message Date
smatz 7c74afb1c3 (svn r17692) -Codechange: minor coding style fixes 15 years ago
rubidium cd3f93c8c6 (svn r17691) -Codechange: make the status bar nested 15 years ago
smatz 99cf23d42c (svn r17690) -Fix: minor coding style issue 15 years ago
glx 72af7550b8 (svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) 15 years ago
smatz be3ee603b1 (svn r17688) -Fix (r17684): incorrect comments 15 years ago
translators f9527ee5ae (svn r17687) -Update from WebTranslator v3.0:
traditional_chinese - 8 changes by josesun
polish - 14 changes by amateja
spanish - 1 changes by Terkhen
vietnamese - 40 changes by nglekhoi
15 years ago
rubidium 7c675ce9a0 (svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to the current directory instead of the directory of the binary 15 years ago
rubidium dd01e6196a (svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers. 15 years ago
frosch a9717da0d3 (svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail. 15 years ago
translators 31106e5531 (svn r17683) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
korean - 9 changes by telk5093
portuguese - 1 changes by SupSuper
brazilian_portuguese - 153 changes by Tucalipe
15 years ago
rubidium ed8788d581 (svn r17682) -Codechange: remove erroneous space before some commas 15 years ago
rubidium da2fe3293c (svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters 15 years ago
translators 7112b51f84 (svn r17680) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
brazilian_portuguese - 42 changes by Tucalipe
15 years ago
rubidium 8a692f02d9 (svn r17679) -Merge: release changes back into trunk 15 years ago
rubidium 1f70f9afde (svn r17676) -Codechange: make the NewGRF GUI nested 15 years ago
rubidium ab48ce2ee0 (svn r17675) -Codechange: move the 'state' changes out of the OnPaint of the newgrf window 15 years ago
rubidium 0855ae61de (svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. 15 years ago
rubidium e3bb9351a4 (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class 15 years ago
frosch 01737c0a52 (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain.
-Fix (r8075): 'scope' and 'count' are not.
15 years ago
frosch 8c7bb55da2 (svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them. 15 years ago
frosch 7903e2be91 (svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore. 15 years ago
translators 31c9c1300e (svn r17669) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
traditional_chinese - 7 changes by josesun
english_US - 4 changes by agenthh
hebrew - 9 changes by dnd_man
russian - 1 changes by Lone_Wolf
15 years ago
yexo fb773a2016 (svn r17668) -Codechange: Query window uses nested widgets 15 years ago
rubidium ae115cda83 (svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts. 15 years ago
rubidium 1b9810fd57 (svn r17666) -Fix [FS#3193]: RPM spec failed for SUSE (Ammler) 15 years ago
rubidium dea1f46636 (svn r17665) -Codechange: make the extra viewport window nested 15 years ago
translators efc3ac503a (svn r17664) -Update from WebTranslator v3.0:
esperanto - 1 changes by raskolnik
finnish - 1 changes by jpx_
indonesian - 1 changes by prof
italian - 1 changes by lorenzodv
romanian - 1 changes by kkmic
russian - 1 changes by Lone_Wolf
slovak - 18 changes by JamesSVK
spanish - 1 changes by Terkhen
ukrainian - 1 changes by Madvin
15 years ago
frosch 05d0c478fa (svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes). 15 years ago
rubidium 277a547f21 (svn r17662) -Codechange: make the sign edit window nested 15 years ago
translators 9e12e608d8 (svn r17661) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
esperanto - 25 changes by raskolnik
french - 1 changes by glx
german - 1 changes by dihedral
serbian - 1 changes by etran
vietnamese - 3 changes by nglekhoi
15 years ago
glx a5f1ae78c5 (svn r17660) -Fix: StringID typo 15 years ago
rubidium 66227cfb88 (svn r17659) -Codechange: remove the last custom drawing from the signal GUI 15 years ago
rubidium 3649e86c15 (svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI
-Codechange: move the state updates from OnPaint
15 years ago
rubidium 244c17e4eb (svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away 15 years ago
rubidium b3f7a582d2 (svn r17656) -Change: typo in function name. Also document the parameter (Terkhen) 15 years ago
translators 7cb8535c48 (svn r17655) -Update from WebTranslator v3.0:
english_US - 38 changes by agenthh
portuguese - 9 changes by SupSuper
15 years ago
rubidium 72fe81b401 (svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen) 15 years ago
alberth d771df960b (svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height. 15 years ago
alberth d8f128b97c (svn r17652) -Codechange: Merging/renaming the depot block-size functions. 15 years ago
rubidium 3bcec1e931 (svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to company settings where done 15 years ago
alberth 200a83d033 (svn r17650) -Codechange: Checking a condition once is enough. 15 years ago
alberth e678f32cb2 (svn r17649) -Codechange: Depot gui uses pure nested widgets. 15 years ago
alberth 4a34775949 (svn r17648) -Codechange: Move type initialization and widget disabling to the constructor. 15 years ago
alberth 01c38e380f (svn r17647) -Codechange: Moving widget array access to outside the function. 15 years ago
rubidium a8709a5e6b (svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure 15 years ago
translators 97ec243f5c (svn r17645) -Update from WebTranslator v3.0:
traditional_chinese - 10 changes by josesun
russian - 1 changes by Lone_Wolf
vietnamese - 26 changes by nglekhoi
15 years ago
rubidium 27ef5b3255 (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. 15 years ago
alberth fe9235c224 (svn r17643) -Codechange: Code style for variables in depot gui. 15 years ago
rubidium 65107edf5d (svn r17642) -Change: make a comment more clear (Eddi) 15 years ago
rubidium b324b108d5 (svn r17641) -Codechange: remove the {N:...} that's not needed anymore since the currency window is nested. 15 years ago