Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-23 | (svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old ↵ | smatz | |
savegames was broken | |||
2009-06-23 | (svn r16630) -Fix (r16629): forgot a continue | glx | |
2009-06-22 | (svn r16629) -Fix: depend hang on solaris | glx | |
-Fix: depend do not append delimiter string before deps for non empty files -Add: support for -s option (starting string delimiter) | |||
2009-06-22 | (svn r16628) -Codechange: remove one gcc2 hack | smatz | |
2009-06-22 | (svn r16627) -Fix: warning about comparing signed and unsigned types | smatz | |
2009-06-22 | (svn r16625) -Fix: unsigned vs signed warning in strgen | rubidium | |
2009-06-22 | (svn r16622) -Fix: {CARGO} only consumes 1 argument | rubidium | |
2009-06-22 | (svn r16621) -Update: WebTranslator2 update to 2009-06-22 17:28:43 | translators | |
dutch - 1 fixed by Excel20 (1) german - 1 fixed by planetmaker (1) italian - 1 fixed by lorenzodv (1) russian - 5 fixed, 13 changed by Lone Wolf (18) slovenian - 1 fixed by Necrolyte (1) | |||
2009-06-21 | (svn r16620) -Fix (r16619): sometimes one misses the obvious :( | rubidium | |
2009-06-21 | (svn r16619) -Cleanup: more coding style in airport stuff. | rubidium | |
2009-06-21 | (svn r16618) -Fix (r16614): Silence a warning. | frosch | |
2009-06-21 | (svn r16617) -Cleanup: some incorrect indenting | rubidium | |
2009-06-21 | (svn r16616) -Update from WebTranslator v3.0: | translators | |
french - 41 changes by glx | |||
2009-06-21 | (svn r16615) -Fix (r16613): 0x10 != 2 | yexo | |
2009-06-21 | (svn r16614) -Codechange: Make the airport min/max available year a property ↵ | yexo | |
of the Airport class. -Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof | |||
2009-06-21 | (svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained ↵ | yexo | |
wrong results due to OpenTTD codechanges | |||
2009-06-21 | (svn r16612) -Fix (r16605): ASCII_LETTERSTART should be defined ↵ | alberth | |
unconditionally (leeus) | |||
2009-06-20 | (svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone. | belugas | |
In other words, fix a comment ;) | |||
2009-06-20 | (svn r16610) -Fix: remove rogue space before '?' | rubidium | |
2009-06-20 | (svn r16609) -Codechange: Introduction of widget sizes and offsets used ↵ | alberth | |
while drawing. | |||
2009-06-20 | (svn r16607) -Update: WebTranslator2 update to 2009-06-20 17:50:41 | translators | |
estonian - 1 changed by lible (1) russian - 31 fixed, 40 changed by Lone Wolf (71) | |||
2009-06-20 | (svn r16606) -Doc: Added/fixed doxygen comments. | alberth | |
2009-06-20 | (svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file. | alberth | |
2009-06-20 | (svn r16604) -Codechange: Use FS_BEGIN for iterating over fonts. | alberth | |
2009-06-20 | (svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo) | smatz | |
2009-06-20 | (svn r16602) -Fix (r13831): Antialiased fonts broken; check pixel_mode ↵ | peter1138 | |
instead of palette_mode. (Why did it work at some point?) | |||
2009-06-19 | (svn r16601) -Fix [FS#2880]: try 2... hopefully better this time | rubidium | |
2009-06-19 | (svn r16600) -Fix: Give a more meaningful error message when console ↵ | frosch | |
commands expect an integer but don't get one. | |||
2009-06-19 | (svn r16599) -Fix [FS#2987] (r16584): reset the 'current' font size after ↵ | rubidium | |
drawing, this way we won't draw other strings too small; only caused problems when tiny/big text strings would use SETX. | |||
2009-06-18 | (svn r16596) -Fix (r16378): there were several hundreds of empty signs above ↵ | smatz | |
tile 0 after loading TTO/TTD savegame | |||
2009-06-18 | (svn r16595) -Update: WebTranslator2 update to 2009-06-18 17:50:03 | translators | |
russian - 31 fixed, 11 changed by Lone Wolf (42) | |||
2009-06-18 | (svn r16594) -Fix [FS#2969]: mouse would under some circumstances not be ↵ | rubidium | |
undrawn when drawing the first chat line causing two mouse pointers to be visible. | |||
2009-06-18 | (svn r16593) -Cleanup: realign the TTDP flags table. | rubidium | |
2009-06-18 | (svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the ↵ | rubidium | |
client was 'leaving'. | |||
2009-06-18 | (svn r16591) -Codechange: some coding style in strgen | rubidium | |
2009-06-18 | (svn r16590) -Fix [FS#2967]: don't crash when tars/newgrfs are removed, just ↵ | rubidium | |
tell the file could be opened/found. | |||
2009-06-17 | (svn r16587) -Update: WebTranslator2 update to 2009-06-17 17:39:59 | translators | |
estonian - 16 changed by lible (16) russian - 10 changed by Lone Wolf (10) slovenian - 27 fixed by Necrolyte (27) | |||
2009-06-17 | (svn r16586) -Codechange: don't store lifelength in the savegame; it can ↵ | rubidium | |
easily be calculated, it isn't used often and now changing extend_vehicle_life in game has some effect. | |||
2009-06-17 | (svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys | yexo | |
2009-06-17 | (svn r16584) -Fix [FS#2965]: sometimes SETX/SETXY would lead to unexpected ↵ | rubidium | |
results for NewGRF texts. Note: This readds support for centering strings with SETX, however the text part of the string will not be in the exact center, as the SETX offsets that. Note: All means of aligning vehicle names behind wide sprites (SETX or lots of spaces) in the buy menu will cause the vehicle names to be misaligned in other places, like the new vehicle news message, exclusive use of vehicle message, detailed vehicle information or autoreplace. | |||
2009-06-16 | (svn r16583) -Update: the order of the language files so it's in sync with ↵ | rubidium | |
english.txt. Normally WT2 would do this, but only with activity for those languages. Now we'd like to the order to match so we can more easily spot import bugs while developing WT3. | |||
2009-06-16 | (svn r16582) -Update: WebTranslator2 update to 2009-06-16 17:10:36 | translators | |
estonian - 3 fixed, 47 changed by lible (50) russian - 31 fixed, 225 changed by Lone Wolf (256) | |||
2009-06-16 | (svn r16581) -Codechange: unify the access to Engine::lifelength. | rubidium | |
2009-06-16 | (svn r16580) -Codechange: rename Engine::image_index to original_image_index ↵ | rubidium | |
to not confuse it with image_index from *VehInfo. | |||
2009-06-16 | (svn r16579) -Codechange: rework smallmap code a bit; remove goto, remove ↵ | rubidium | |
some unneeded variables, return value directly instead of writing it to a variable to later return that | |||
2009-06-14 | (svn r16578) -Update: WebTranslator2 update to 2009-06-14 17:33:27 | translators | |
russian - 39 fixed, 121 changed by Lone Wolf (160) simplified_chinese - 3 fixed by ww9980 (3) traditional_chinese - 3 fixed by ww9980 (3) | |||
2009-06-14 | (svn r16577) -Fix: signed/unsigned comparison | rubidium | |
2009-06-14 | (svn r16576) -Fix: show the line of the translation file that has the fault ↵ | rubidium | |
and not the line of the string in english.txt. | |||
2009-06-14 | (svn r16575) -Fix (r15760): Move resize sprite to the right when widget is ↵ | alberth | |
lowered for RTL languages also. | |||
2009-06-13 | (svn r16574) -Codechange: reorder stuff in NetworkGameInfo so compilers ↵ | rubidium | |
waste less bytes aligning stuff and fix the comment of the structs. |