summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-26(svn r16161) -Fix (r16128): AILoadConfig() could not handle NULL settings.frosch
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for ↵rubidium
DrawString.
2009-04-26(svn r16159) -Change [FS#2846]: warn when multiline strings are drawn with ↵rubidium
DrawString and not DrawStringMultiLine.
2009-04-26(svn r16158) -Codechange: fix the string alignment in all .hpp.sq filesyexo
2009-04-26(svn r16157) -Fix: wrong truncation of refit cost/graph x labels because ↵rubidium
they were multiline strings being drawn using DrawString instead of DrawStringMultiLine.
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the ↵rubidium
same as for DrawString (except the addition of the bottom parameter)
2009-04-26(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile insteadsmatz
2009-04-26(svn r16154) -Codechange: Added nested widgets for sign list and sign edit ↵alberth
windows.
2009-04-26(svn r16153) -Codechange: Completing QueryEditSignWidgets enum.alberth
2009-04-26(svn r16152) -Codechange: Added nested widgets for advanced settings and for ↵alberth
custom currency windows.
2009-04-25(svn r16151) -Codechange: move some includes around to prevent including ↵yexo
half the AI api in non-noai related code.
2009-04-25(svn r16150) -Fix [NoAI]: Change WAYPOINT_INVALID to 0xFFFF from -1 as ↵yexo
that's the value the AIs got (due to casting). Clarify some api documentation.
2009-04-25(svn r16149) -Fix [FS#2860]: when there's no AI and an AI is started... *boom*rubidium
2009-04-25(svn r16148) -Fix [FS#2839]: misleading comment (part by Bilbo)smatz
2009-04-25(svn r16147) -Feature [FS#2635]: give the town generator a slight tendency ↵rubidium
to build towns near water by not discarding watery random tiles but by searching for near land (db48x)
2009-04-25(svn r16146) -Codechange: use faster algorithm in SetSelectionTilesDirty(). ↵smatz
Up to 1000 times faster when large area is selected
2009-04-25(svn r16145) -Add: '-export-pragmas' to strgen so external tools can ↵rubidium
(hopefully) automatically be updated to support new pragmas
2009-04-25(svn r16144) -Fix (r16129): setting the custom digit grouping separator ↵rubidium
required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators.
2009-04-25(svn r16143) -Codechange: Change other languages too.alberth
2009-04-25(svn r16142) -Codechange: Use widgets in the custom currency window.alberth
2009-04-25(svn r16141) -Codechange: Adding nested widgets to remaining graph windows.alberth
2009-04-25(svn r16140) -Codechange: Call a function while contructing a widget tree.alberth
2009-04-25(svn r16139) -Codechange: Adding/completing widget number enums of several ↵alberth
graph windows.
2009-04-24(svn r16138) -Codechange: move GetClosestWaterDistance to map*rubidium
2009-04-24(svn r16137) -Update: WebTranslator2 update to 2009-04-24 17:43:46translators
catalan - 15 fixed by arnaullv (15) czech - 2 changed by Hadez (2) estonian - 28 changed by kristjans (28) german - 2 changed by planetmaker (2) luxembourgish - 32 fixed by Gubius (32)
2009-04-24(svn r16136) -Fix (r16095)[FS#2858]: sometimes autorail wouldn't work; seems ↵rubidium
to be primarily for OSX users though
2009-04-24(svn r16135) -Fix [FS#2856]: always give the server an already resolved ↵rubidium
'client address' so we can be sure the client address is always resolved
2009-04-24(svn r16134) -Change: do not add duplicates to the broadcast listrubidium
2009-04-24(svn r16133) -Fix (r16129): who would've thought that the saveload system ↵rubidium
couldn't handle skipping strings on load yet?
2009-04-23(svn r16132) -Fix (r7232/r16129): crash when saving games; r7232 is the ↵rubidium
cause of the problem, r16129 just causes it to be triggered.
2009-04-23(svn r16131) -Fix (r16129): some compile warnings on some compilersrubidium
2009-04-23(svn r16130) -Fix [FS#2855]: the overflowsafe type didn't like dividing by ↵rubidium
int64 larger than MAX_INT32 causing division by negative numbers and small anomolies when drawing graphs.
2009-04-23(svn r16129) -Feature-ish: configurable digit group separator per language ↵rubidium
with user override.
2009-04-23(svn r16128) -Change: allow loading (and storing) NULL values for STRQ in ↵rubidium
openttd.cfg.
2009-04-23(svn r16127) -Update: WebTranslator2 update to 2009-04-23 17:54:01translators
serbian - 81 fixed by etran (81) spanish - 24 fixed by eusebio (24) turkish - 14 fixed by Emin (14)
2009-04-23(svn r16126) -Fix (r16125): WT2 fracked up big time...rubidium
2009-04-23(svn r16125) -Update: WebTranslator2 update to 2009-04-23 17:35:41translators
bulgarian - 13 fixed by thetitan (13) czech - 25 fixed, 2 changed by Hadez (27) dutch - 14 fixed by habell (14) estonian - 1 fixed by kristjans (1) finnish - 15 fixed by jpx_ (15) german - 49 changed by planetmaker (49) luxembourgish - 32 fixed by Gubius (32) serbian - 81 fixed by etran (81) spanish - 24 fixed by eusebio (24) turkish - 14 fixed by Emin (14)
2009-04-23(svn r16124) -Codechange: unify the three number drawing methodsrubidium
2009-04-23(svn r16123) -Fix: forgot to add table/strgen.h to the project files + a typorubidium
2009-04-23(svn r16122) -Change: add more misc information about the behaviour of ↵rubidium
commands to strgen's -export-commands.
2009-04-22(svn r16119) -Fix [FS#2582](r12167): road was removed when both the Remove ↵smatz
button was active and Ctrl was pressed (Terkhen)
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵rubidium
this ID' from 'some' strings and replace the string name with something more sensible.
2009-04-21(svn r16117) -Update: WebTranslator2 update to 2009-04-21 23:34:40translators
french - 1 changed by glx (1) german - 6 changed by planetmaker (6) hungarian - 1 fixed by alyr (1) italian - 2 fixed by lorenzodv (2)
2009-04-21(svn r16116) -Fix (r16115): note to self: copy the right subversion config ↵rubidium
file from 'the other' computer otherwise it won't do what you expect it to do, like automatically setting svn:eol-style and svn:keywords.
2009-04-21(svn r16115) -Change: make strgen able to 'export' the important command and ↵rubidium
plural information so external tools can easily get that information instead of needing manual updating
2009-04-21(svn r16114) -Cleanup: unify some more strings and remove some more unused ↵rubidium
strings
2009-04-21(svn r16113) -Feature [NoAI]: Add UseAsRandomAI as function in info.nut. ↵yexo
When an AI returns false, it'll never be chosen as random AI.
2009-04-21(svn r16112) -Update: WebTranslator2 update to 2009-04-21 17:33:19translators
estonian - 13 fixed, 29 changed by kristjans (42) french - 15 fixed by glx (15) german - 14 fixed, 52 changed by planetmaker (66) hungarian - 14 fixed by alyr (14) italian - 13 fixed by lorenzodv (13)
2009-04-21(svn r16111) -Cleanup: remove some duplicate/unused stringsrubidium
-Change: move a string to a more sensible location
2009-04-21(svn r16110) -Codechange: use {CARGO} instead hardcoded cargo name (there is ↵frosch
always something duplicated :p)