------------------------------------------------------------------------ r16600 | frosch | 2009-06-19 15:48:13 +0000 (Fri, 19 Jun 2009) | 1 line -Fix: Give a more meaningful error message when console commands expect an integer but don't get one. ------------------------------------------------------------------------ r16599 | rubidium | 2009-06-19 12:08:44 +0000 (Fri, 19 Jun 2009) | 2 lines -Fix [FS#2987] (r16584): reset the 'current' font size after drawing, this way we won't draw other strings too small; only caused problems when tiny/big text strings would use SETX. ------------------------------------------------------------------------ r16596 | smatz | 2009-06-18 18:13:38 +0000 (Thu, 18 Jun 2009) | 1 line -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame ------------------------------------------------------------------------ r16595 | translators | 2009-06-18 17:50:05 +0000 (Thu, 18 Jun 2009) | 3 lines -Update: WebTranslator2 update to 2009-06-18 17:50:03 russian - 31 fixed, 11 changed by Lone Wolf (42) ------------------------------------------------------------------------ r16594 | rubidium | 2009-06-18 17:16:29 +0000 (Thu, 18 Jun 2009) | 2 lines -Fix [FS#2969]: mouse would under some circumstances not be undrawn when drawing the first chat line causing two mouse pointers to be visible. ------------------------------------------------------------------------ r16593 | rubidium | 2009-06-18 15:59:21 +0000 (Thu, 18 Jun 2009) | 2 lines -Cleanup: realign the TTDP flags table. ------------------------------------------------------------------------ r16592 | rubidium | 2009-06-18 15:05:45 +0000 (Thu, 18 Jun 2009) | 2 lines -Fix [FS#2880]: 'connection lost' was also shown when the client was 'leaving'. ------------------------------------------------------------------------ r16591 | rubidium | 2009-06-18 11:17:55 +0000 (Thu, 18 Jun 2009) | 2 lines -Codechange: some coding style in strgen ------------------------------------------------------------------------ r16590 | rubidium | 2009-06-18 09:47:06 +0000 (Thu, 18 Jun 2009) | 2 lines -Fix [FS#2967]: don't crash when tars/newgrfs are removed, just tell the file could be opened/found. ------------------------------------------------------------------------ r16589 | glx | 2009-06-17 19:18:29 +0000 (Wed, 17 Jun 2009) | 1 line -Fix (r16588): defautl stack size was set to 1KB instead 1MB ------------------------------------------------------------------------ r16588 | glx | 2009-06-17 17:43:33 +0000 (Wed, 17 Jun 2009) | 1 line -Fix [FS#2978]: set default stack size to 1MB to prevent _chstk crash (MSVC) ------------------------------------------------------------------------ r16587 | translators | 2009-06-17 17:40:41 +0000 (Wed, 17 Jun 2009) | 5 lines -Update: WebTranslator2 update to 2009-06-17 17:39:59 estonian - 16 changed by lible (16) russian - 10 changed by Lone Wolf (10) slovenian - 27 fixed by Necrolyte (27) ------------------------------------------------------------------------ r16586 | rubidium | 2009-06-17 17:13:30 +0000 (Wed, 17 Jun 2009) | 2 lines -Codechange: don't store lifelength in the savegame; it can easily be calculated, it isn't used often and now changing extend_vehicle_life in game has some effect. ------------------------------------------------------------------------ r16585 | yexo | 2009-06-17 13:12:08 +0000 (Wed, 17 Jun 2009) | 1 line -Add [NoAI]: AIBuoyList to get a list of all buoys ------------------------------------------------------------------------ r16584 | rubidium | 2009-06-17 13:04:37 +0000 (Wed, 17 Jun 2009) | 4 lines -Fix [FS#2965]: sometimes SETX/SETXY would lead to unexpected 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. ------------------------------------------------------------------------ r16583 | rubidium | 2009-06-16 22:04:36 +0000 (Tue, 16 Jun 2009) | 2 lines -Update: the order of the language files so it's in sync with 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. ------------------------------------------------------------------------ r16582 | translators | 2009-06-16 17:10:40 +0000 (Tue, 16 Jun 2009) | 4 lines -Update: WebTranslator2 update to 2009-06-16 17:10:36 estonian - 3 fixed, 47 changed by lible (50) russian - 31 fixed, 225 changed by Lone Wolf (256) ------------------------------------------------------------------------ r16581 | rubidium | 2009-06-16 13:52:18 +0000 (Tue, 16 Jun 2009) | 2 lines -Codechange: unify the access to Engine::lifelength. ------------------------------------------------------------------------ r16580 | rubidium | 2009-06-16 13:31:06 +0000 (Tue, 16 Jun 2009) | 2 lines -Codechange: rename Engine::image_index to original_image_index to not confuse it with image_index from *VehInfo. ------------------------------------------------------------------------ r16579 | rubidium | 2009-06-16 10:46:11 +0000 (Tue, 16 Jun 2009) | 2 lines -Codechange: rework smallmap code a bit; remove goto, remove some unneeded variables, return value directly instead of writing it to a variable to later return that ------------------------------------------------------------------------ r16578 | translators | 2009-06-14 17:33:32 +0000 (Sun, 14 Jun 2009) | 5 lines -Update: WebTranslator2 update to 2009-06-14 17:33:27 russian - 39 fixed, 121 changed by Lone Wolf (160) simplified_chinese - 3 fixed by ww9980 (3) traditional_chinese - 3 fixed by ww9980 (3) ------------------------------------------------------------------------ r16577 | rubidium | 2009-06-14 17:02:09 +0000 (Sun, 14 Jun 2009) | 2 lines -Fix: signed/unsigned comparison ------------------------------------------------------------------------ r16576 | rubidium | 2009-06-14 17:01:12 +0000 (Sun, 14 Jun 2009) | 2 lines -Fix: show the line of the translation file that has the fault and not the line of the string in english.txt. ------------------------------------------------------------------------ r16575 | alberth | 2009-06-14 15:50:39 +0000 (Sun, 14 Jun 2009) | 1 line -Fix (r15760): Move resize sprite to the right when widget is lowered for RTL languages also. ------------------------------------------------------------------------ r16574 | rubidium | 2009-06-13 22:48:41 +0000 (Sat, 13 Jun 2009) | 2 lines -Codechange: reorder stuff in NetworkGameInfo so compilers waste less bytes aligning stuff and fix the comment of the structs. ------------------------------------------------------------------------ r16573 | rubidium | 2009-06-13 12:06:31 +0000 (Sat, 13 Jun 2009) | 2 lines -Fix: [Network] Always send the starting date from the game you're currently playing instead the starting date from the config file. ------------------------------------------------------------------------ r16572 | rubidium | 2009-06-13 12:03:37 +0000 (Sat, 13 Jun 2009) | 2 lines -Codechange: also catch FPEs in saveload and the warning about missing NewGRFs; only happens when assertions are disabled and NewGRFs are missing. ------------------------------------------------------------------------ r16571 | smatz | 2009-06-13 10:22:22 +0000 (Sat, 13 Jun 2009) | 1 line -Fix [FS#2974](r16322): in some cases, train could be stuck in depot ------------------------------------------------------------------------ r16570 | yexo | 2009-06-12 20:58:19 +0000 (Fri, 12 Jun 2009) | 1 line -Doc: 2 small fixes to docs/landscape_grid.html ------------------------------------------------------------------------ r16569 | yexo | 2009-06-12 19:44:47 +0000 (Fri, 12 Jun 2009) | 1 line -Codechange: remove the gaps in the AirportTiles enum ------------------------------------------------------------------------ r16568 | yexo | 2009-06-12 18:32:10 +0000 (Fri, 12 Jun 2009) | 1 line -Codechange: rename all arrays with airport-tile sprites ------------------------------------------------------------------------ r16567 | yexo | 2009-06-12 15:31:38 +0000 (Fri, 12 Jun 2009) | 1 line -Fix (r16566): some minor corrections ------------------------------------------------------------------------