Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-29 | (svn r17666) -Fix [FS#3193]: RPM spec failed for SUSE (Ammler) | rubidium | |
2009-09-29 | (svn r17665) -Codechange: make the extra viewport window nested | rubidium | |
2009-09-29 | (svn r17664) -Update from WebTranslator v3.0: | translators | |
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 | |||
2009-09-28 | (svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF ↵ | frosch | |
did not set any of the three refittability properties (xor mask, positive classes, negative classes). | |||
2009-09-28 | (svn r17662) -Codechange: make the sign edit window nested | rubidium | |
2009-09-28 | (svn r17661) -Update from WebTranslator v3.0: | translators | |
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 | |||
2009-09-28 | (svn r17660) -Fix: StringID typo | glx | |
2009-09-28 | (svn r17659) -Codechange: remove the last custom drawing from the signal GUI | rubidium | |
2009-09-28 | (svn r17658) -Codechange: remove custom drawing of the signal density in the ↵ | rubidium | |
signal GUI -Codechange: move the state updates from OnPaint | |||
2009-09-28 | (svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the ↵ | rubidium | |
signal GUI. Now the signals are properly centered which should make that problem go away | |||
2009-09-27 | (svn r17656) -Change: typo in function name. Also document the parameter ↵ | rubidium | |
(Terkhen) | |||
2009-09-27 | (svn r17655) -Update from WebTranslator v3.0: | translators | |
english_US - 38 changes by agenthh portuguese - 9 changes by SupSuper | |||
2009-09-27 | (svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window ↵ | rubidium | |
wasn't updated properly (based on patch of Terkhen) | |||
2009-09-27 | (svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot ↵ | alberth | |
window should adapt to differences in height. | |||
2009-09-27 | (svn r17652) -Codechange: Merging/renaming the depot block-size functions. | alberth | |
2009-09-26 | (svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to ↵ | rubidium | |
company settings where done | |||
2009-09-26 | (svn r17650) -Codechange: Checking a condition once is enough. | alberth | |
2009-09-26 | (svn r17649) -Codechange: Depot gui uses pure nested widgets. | alberth | |
2009-09-26 | (svn r17648) -Codechange: Move type initialization and widget disabling to ↵ | alberth | |
the constructor. | |||
2009-09-26 | (svn r17647) -Codechange: Moving widget array access to outside the function. | alberth | |
2009-09-26 | (svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure | rubidium | |
2009-09-26 | (svn r17645) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 10 changes by josesun russian - 1 changes by Lone_Wolf vietnamese - 26 changes by nglekhoi | |||
2009-09-26 | (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty ↵ | rubidium | |
settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. | |||
2009-09-26 | (svn r17643) -Codechange: Code style for variables in depot gui. | alberth | |
2009-09-26 | (svn r17642) -Change: make a comment more clear (Eddi) | rubidium | |
2009-09-26 | (svn r17641) -Codechange: remove the {N:...} that's not needed anymore since ↵ | rubidium | |
the currency window is nested. | |||
2009-09-26 | (svn r17640) -Codechange: make the custom currency window nested | rubidium | |
2009-09-26 | (svn r17639) -Codechange: let the difficulty settings GUI make really use ↵ | rubidium | |
the nested widget features | |||
2009-09-25 | (svn r17638) -Fix [FS#3235]: Crash when trying to build an industry that has ↵ | rubidium | |
no industry layout defined; yes, it's very similar to r17633 because one case was forgotten. | |||
2009-09-25 | (svn r17637) -Codechange: move the game difficulty window's window/widget ↵ | rubidium | |
description below the window class | |||
2009-09-25 | (svn r17636) -Codechange: make the difficulty setting window nested | rubidium | |
2009-09-25 | (svn r17635) -Codechange: make the chat gui nested | rubidium | |
2009-09-25 | (svn r17634) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 6 changes by Gavin finnish - 8 changes by jpx_ german - 2 changes by Roujin romanian - 49 changes by kkmic ukrainian - 51 changes by Madvin vietnamese - 92 changes by nglekhoi | |||
2009-09-25 | (svn r17633) -Fix [FS#3233]: [NewGRF] Crash when trying to build an industry ↵ | rubidium | |
that has no industry layout defined. | |||
2009-09-24 | (svn r17632) -Change: enable the uninitialized variables warning (or ↵ | rubidium | |
actually undisable) | |||
2009-09-24 | (svn r17628) -Update from WebTranslator v3.0: | translators | |
danish - 2 changes by beruic german - 5 changes by dihedral thai - 119 changes by ityellow | |||
2009-09-23 | (svn r17627) -Document [FS#3216]: The remaining functions in info.nut | yexo | |
2009-09-23 | (svn r17626) -Codechange: Use Dimension structs instead of array of length 2 ↵ | alberth | |
for storing horizontal/vertical information. | |||
2009-09-23 | (svn r17625) -Codechange: make a nested window of the station joiner | rubidium | |
2009-09-23 | (svn r17624) -Codechange: Swap entries in _resize_cap[][] so the code does ↵ | alberth | |
what the docs say. | |||
2009-09-23 | (svn r17623) -Codechange: don't update the station's joiner scrollbar count ↵ | rubidium | |
in the drawing code | |||
2009-09-23 | (svn r17622) -Update from WebTranslator v3.0: | translators | |
catalan - 8 changes by arnau dutch - 5 changes by habell english_US - 9 changes by agenthh french - 5 changes by glx indonesian - 5 changes by prof italian - 5 changes by lorenzodv russian - 1 changes by Lone_Wolf serbian - 5 changes by etran turkish - 6 changes by niw3 | |||
2009-09-23 | (svn r17621) -Document [FS#3216]: most of the functions an AI can/must use ↵ | rubidium | |
in their instantiation of AIInfo. | |||
2009-09-23 | (svn r17620) -Fix (r17502): edit box offsets were off. Now they're still ↵ | rubidium | |
off, but look (in my opinion) even better than before | |||
2009-09-23 | (svn r17619) -Fix: rename STR_TINT_GROUP to STR_TINY_GROUP | glx | |
2009-09-22 | (svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for ↵ | rubidium | |
companies if the company had a password before the reset | |||
2009-09-22 | (svn r17617) -Codechange: make the server side packet handling be more like ↵ | rubidium | |
the client side's handling, i.e. return the connection status -Fix: do not do invalid reads when a packet handling function closed a connection | |||
2009-09-22 | (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback ↵ | frosch | |
0x36. Based on Terkhen's work. | |||
2009-09-22 | (svn r17615) -Fix (r17612): town sign could be glitchy when creating town ↵ | smatz | |
with custom name (Terkhen) | |||
2009-09-22 | (svn r17614) -Fix: crash when deleting town while TownDirectory is open | smatz | |