------------------------------------------------------------------------ r13642 | belugas | 2008-06-26 17:43:56 +0000 (Thu, 26 Jun 2008) | 1 line -Documentation: Add the enum values to the widget arrays, in concordance with code style ------------------------------------------------------------------------ r13641 | belugas | 2008-06-26 17:13:39 +0000 (Thu, 26 Jun 2008) | 1 line -Fix: Misleading enum name. ------------------------------------------------------------------------ r13640 | smatz | 2008-06-26 16:47:29 +0000 (Thu, 26 Jun 2008) | 1 line -Codechange: make colours behind not fully solid objects less darker for BM_TRANSPARENT (for 32bpp blitters) ------------------------------------------------------------------------ r13639 | smatz | 2008-06-26 15:46:19 +0000 (Thu, 26 Jun 2008) | 2 lines -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized All zoom levels are stored and a kind of RLE is used. Together with further changes and reducing number of variables, drawing is ~50% faster in average. ------------------------------------------------------------------------ r13638 | smatz | 2008-06-26 00:40:42 +0000 (Thu, 26 Jun 2008) | 1 line -Fix: signed/unsigned warning for MSVC9 and gcc2 ------------------------------------------------------------------------ r13637 | miham | 2008-06-25 21:37:59 +0000 (Wed, 25 Jun 2008) | 17 lines -Update: WebTranslator2 update to 2008-06-25 23:36:50 brazilian_portuguese - 9 fixed by tucalipe (9) bulgarian - 25 fixed by thetitan (11), kokobongo (14) catalan - 9 fixed, 4 changed by arnaullv (13) croatian - 5 fixed by knovak (5) czech - 8 fixed, 9 changed by Hadez (17) dutch - 9 fixed by habell (9) french - 12 fixed by glx (10), belugas (2) italian - 12 fixed by lorenzodv (12) korean - 8 fixed, 7 changed by leejaeuk5 (15) russian - 9 fixed by Smoky555 (9) slovenian - 18 fixed by Necrolyte (18) spanish - 9 fixed by eusebio (9) swedish - 8 fixed by daishan (8) traditional_chinese - 38 fixed, 108 changed by tiberiusteng (146) ukrainian - 12 fixed, 2 deleted, 55 changed by mad (69) ------------------------------------------------------------------------ r13634 | frosch | 2008-06-25 20:04:27 +0000 (Wed, 25 Jun 2008) | 1 line -Codechange: Let house var 0x65 ignore the house, the variable is queried for. ------------------------------------------------------------------------ r13633 | rubidium | 2008-06-25 19:33:11 +0000 (Wed, 25 Jun 2008) | 2 lines -Fix: restoring 'service at depot X' orders from the order backup failed. ------------------------------------------------------------------------ r13632 | frosch | 2008-06-25 18:46:05 +0000 (Wed, 25 Jun 2008) | 1 line -Codechange: Use 'void *' for user-data of CircularTileSearch(). ------------------------------------------------------------------------ r13631 | smatz | 2008-06-25 17:45:05 +0000 (Wed, 25 Jun 2008) | 1 line -Fix (r13618): forgot #define avoiding multiple inclusions ------------------------------------------------------------------------ r13630 | skidd13 | 2008-06-25 17:37:12 +0000 (Wed, 25 Jun 2008) | 2 lines -Update: apply english.txt changes from r13628 to other languages ------------------------------------------------------------------------ r13629 | frosch | 2008-06-25 17:30:53 +0000 (Wed, 25 Jun 2008) | 1 line -Fix [FS#2108](r13603): diameter != radius ------------------------------------------------------------------------ r13628 | skidd13 | 2008-06-25 17:30:16 +0000 (Wed, 25 Jun 2008) | 3 lines -Feature: enable building of aqueducts in the scenario editor -Codechange: related to this split the waterway based buttons from the landscape generation window ------------------------------------------------------------------------ r13626 | smatz | 2008-06-24 23:38:10 +0000 (Tue, 24 Jun 2008) | 2 lines -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track So disallow removing signals from nonexistent track ------------------------------------------------------------------------ r13624 | rubidium | 2008-06-24 15:58:01 +0000 (Tue, 24 Jun 2008) | 2 lines -Fix [FS#2106]: crash when one tries to raise the nothern corner of MP_VOID tiles (i.e. the southern corner of the tiles on the southern map edge) in the scenario editor. ------------------------------------------------------------------------ r13623 | rubidium | 2008-06-24 13:49:13 +0000 (Tue, 24 Jun 2008) | 2 lines -Codechange: only show the 'load' of articulated RV parts that have a capacity instead of showing 'empty' parts when a vehicle is completely full. ------------------------------------------------------------------------ r13622 | rubidium | 2008-06-24 13:47:15 +0000 (Tue, 24 Jun 2008) | 2 lines -Fix [FS#2109]: only the front of a RV would be considered when determining to what cargos a vehicle can be refitted instead of all cargos. ------------------------------------------------------------------------ r13621 | rubidium | 2008-06-24 11:42:01 +0000 (Tue, 24 Jun 2008) | 2 lines -Fix: building roadbits in the wrong direction on bridges or building roadbits from underneath the bridge to the bridgehead is impossible, so don't silently ignore that error when building over houses and industries is not ignored. ------------------------------------------------------------------------ r13619 | smatz | 2008-06-24 09:15:45 +0000 (Tue, 24 Jun 2008) | 2 lines -Codechange: use 'const char *' instead of std::string for blitter and driver names Removes indirect dependency on for 20 files, reduces binary size by 16kB ------------------------------------------------------------------------ r13618 | smatz | 2008-06-24 09:05:24 +0000 (Tue, 24 Jun 2008) | 2 lines -Codechange: move tar-specific declarations to separate file Removes indirect dependency on and for over 40 files ------------------------------------------------------------------------ r13617 | skidd13 | 2008-06-23 22:51:21 +0000 (Mon, 23 Jun 2008) | 2 lines -Codechange: calculate the diff in StationWaitingSorter directly ------------------------------------------------------------------------ r13612 | rubidium | 2008-06-23 08:49:09 +0000 (Mon, 23 Jun 2008) | 2 lines -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo. ------------------------------------------------------------------------ r13611 | rubidium | 2008-06-23 08:38:07 +0000 (Mon, 23 Jun 2008) | 2 lines -Fix [FS#2100]: if the first bridge can't be build for a given length, then none of the other bridges can. Effectively meaning that if someone replaces the first bridge with a bridge that can be only 3 tiles longs then only other bridges that can be 3 tiles long will be buildable, but only if they are 3 tiles long. ------------------------------------------------------------------------ r13609 | smatz | 2008-06-22 18:44:28 +0000 (Sun, 22 Jun 2008) | 1 line -Codechange: silence warnings about unused variables for gcc2 builds without asserts ------------------------------------------------------------------------ r13607 | skidd13 | 2008-06-22 15:41:38 +0000 (Sun, 22 Jun 2008) | 2 lines -Fix (r13606): some coding style issues got fixed but some got/stayed broken ------------------------------------------------------------------------ r13606 | skidd13 | 2008-06-22 15:21:51 +0000 (Sun, 22 Jun 2008) | 2 lines -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead) ------------------------------------------------------------------------ r13603 | belugas | 2008-06-21 23:59:38 +0000 (Sat, 21 Jun 2008) | 4 lines -Feature{newGRF]: Add var 65 in Variational Action 2 Variables for Houses. This var will return the manhattan distance of the nearest house that match a given criteria. The criterias can be: 0 : house ID/ 1 : Class ID/ 2 : grf ID The search radius can be defined too, up to 64. ------------------------------------------------------------------------ r13602 | smatz | 2008-06-21 20:58:34 +0000 (Sat, 21 Jun 2008) | 1 line -Codechange: little speedup for 8bpp-optimized blitter ------------------------------------------------------------------------ r13601 | smatz | 2008-06-21 18:59:15 +0000 (Sat, 21 Jun 2008) | 1 line -Codechange: resize the Tile Info window when it is needed, make it better readable ------------------------------------------------------------------------ r13597 | belugas | 2008-06-21 01:40:56 +0000 (Sat, 21 Jun 2008) | 2 lines -Codechange: Enumification of the Map menu items. The rework allowed to remove a function, by merging two quite similar ones. ------------------------------------------------------------------------ r13594 | frosch | 2008-06-20 21:14:10 +0000 (Fri, 20 Jun 2008) | 1 line -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'leap year' and 'day of year'. ------------------------------------------------------------------------ r13593 | smatz | 2008-06-20 20:40:47 +0000 (Fri, 20 Jun 2008) | 1 line -Fix [FS#2095](r13524): sorting by cargo capacity was broken ------------------------------------------------------------------------ r13592 | skidd13 | 2008-06-20 14:54:47 +0000 (Fri, 20 Jun 2008) | 2 lines -Fix: window size remembering was broken ------------------------------------------------------------------------ r13591 | peter1138 | 2008-06-20 07:23:00 +0000 (Fri, 20 Jun 2008) | 2 lines -Codechange: Support CB36 in the vehicle offer window. ------------------------------------------------------------------------ r13590 | belugas | 2008-06-20 01:55:00 +0000 (Fri, 20 Jun 2008) | 1 line -Codechange: Enumification of the Save/Load menu items ------------------------------------------------------------------------ r13589 | smatz | 2008-06-19 20:06:55 +0000 (Thu, 19 Jun 2008) | 1 line -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis ------------------------------------------------------------------------ r13588 | belugas | 2008-06-19 20:04:24 +0000 (Thu, 19 Jun 2008) | 1 line -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think? ------------------------------------------------------------------------ r13587 | skidd13 | 2008-06-19 19:58:30 +0000 (Thu, 19 Jun 2008) | 3 lines -Codechange: make some globals members of VehicleListBase since they are used as such -Cleanup: some small things referring the change ------------------------------------------------------------------------ r13586 | belugas | 2008-06-19 19:58:26 +0000 (Thu, 19 Jun 2008) | 1 line -Codechange: Using default parameter, for cases where there are few exceptions. ------------------------------------------------------------------------