tron [Sat, 24 Dec 2005 20:53:02 +0000] rev 2790
(svn r3338) Wrong file in last commit
tron [Sat, 24 Dec 2005 20:51:21 +0000] rev 2789
(svn r3337) Remove an unused variable and add 2 times static
tron [Sat, 24 Dec 2005 15:01:17 +0000] rev 2788
(svn r3336) byte -> WindowClass, uint16 -> WindowNumber
miham [Sat, 24 Dec 2005 13:22:38 +0000] rev 2787
(svn r3335) [Translations] Moved estonian to ready
tron [Sat, 24 Dec 2005 12:47:51 +0000] rev 2786
(svn r3334) Remove 2 unused window classes
tron [Sat, 24 Dec 2005 12:47:31 +0000] rev 2785
(svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer
tron [Sat, 24 Dec 2005 12:16:56 +0000] rev 2784
(svn r3332) Fix r3317, a few things got messed up in the translator system
tron [Sat, 24 Dec 2005 10:16:34 +0000] rev 2783
(svn r3331) CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly meaningful
matthijs [Wed, 21 Dec 2005 13:53:44 +0000] rev 2782
(svn r3329) - Doc: Some documentation cleanups.
- Add: TracksOverlap() (from the map branch), TrackdirBitsToTrackBits(), DiagdirReachesTrackdirs(), DiagdirReachesTracks().
- Fix: Infinite loop in the pathfinder introduces in r3321.
Darkvater [Wed, 21 Dec 2005 01:43:26 +0000] rev 2781
(svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas)
Darkvater [Wed, 21 Dec 2005 01:40:41 +0000] rev 2780
(svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil)
Darkvater [Wed, 21 Dec 2005 01:19:03 +0000] rev 2779
(svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst)
Darkvater [Wed, 21 Dec 2005 01:14:01 +0000] rev 2778
(svn r3325) - Fix: You couldn't send an airplane to a hangar for mandatory servicing, the NON_STOP flag failed the command.
Darkvater [Tue, 20 Dec 2005 21:59:34 +0000] rev 2777
(svn r3324) - Codechange: set native eol-style on missing files not yet set so
Darkvater [Tue, 20 Dec 2005 21:24:50 +0000] rev 2776
(svn r3323) - Fix: automatically enable new AI when turning on the AI in multiplayer feature (it only works that way and we all know users don't read).
Darkvater [Tue, 20 Dec 2005 20:52:05 +0000] rev 2775
(svn r3322) - Fix: Network window crash when it receives invalid information for example from the integrated nightly, so validate the network-input when it is received
- CodeChange: added str_validate(char *str) function that checks if a string contains only printable characters and if not, replaces those characters by question marks. Also move IsValidAsciiChar() to string.h
matthijs [Tue, 20 Dec 2005 00:50:16 +0000] rev 2774
(svn r3321) - Fix: A wrong use of the map m5 bits, where a previously calculated "bits" variable should have been used. This resulted in the pathfinder imagining junctions, which negatively affects performance somewhat (Darkvater).
- Fix: [ 1346377 ] Limiting the "depth" of the search tree fixes this assert.
Though the above fix seems to fix this bug too, it will only make it less likely to occur. The problem here was the StackedItem::depth field overflowing, which made the pathfinder think it was at the first tile again. Adding an explicit overflow check should fix this.
Darkvater [Mon, 19 Dec 2005 00:19:12 +0000] rev 2773
(svn r3320) - Fix: FS#22 - Exiting with double size enabled saves wrong window size. Reset the window size to its true size upon exiting when double-size is active. Is set in ClientSizeChanged.
Darkvater [Sun, 18 Dec 2005 22:48:45 +0000] rev 2772
(svn r3319) - Fix (regression): "Unnamed Competitors". A result of revision r3224 which allowed AI's for multiplayer. Old AI's didn't function correctly anymore. The update of last-built tile is moved back, but to a slightly different place so it is only executed when the command is actually successfully executed. This code shouldn't be neccessary, but alas, the old AI doesn't use DoCommandDP() functions.
Darkvater [Sun, 18 Dec 2005 20:48:22 +0000] rev 2771
(svn r3318) - Codechange: [FS#27] MSVC projectfile & documentation update (bociusz)
miham [Sun, 18 Dec 2005 17:04:02 +0000] rev 2770
(svn r3317) [Translations] Updated to 2005-12-18
peter1138 [Sun, 18 Dec 2005 14:03:28 +0000] rev 2769
(svn r3316) - NewGRF: Unload engine names before loading grf files. This fixes names in climates where the engines don't get loaded. Renamed function to reflect its purpose.
tron [Sun, 18 Dec 2005 12:17:53 +0000] rev 2768
(svn r3314) Add 2 times static
tron [Sun, 18 Dec 2005 12:10:46 +0000] rev 2767
(svn r3313) Remove GPMI related changes from trunk
Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306
tron [Sun, 18 Dec 2005 08:01:05 +0000] rev 2766
(svn r3311) Remove the unnecessary global variable _grffile_count: It's just the scroll count of a list and furthermore only used in one file
tron [Sat, 17 Dec 2005 14:26:43 +0000] rev 2765
(svn r3310) Fix a couple of warnings: Initialise all struct members, disambiguate cascaded if/else, remove an unused variable, use (void) for empty parameter lists
peter1138 [Fri, 16 Dec 2005 22:01:38 +0000] rev 2764
(svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing decisions on its value.
tron [Thu, 15 Dec 2005 17:55:59 +0000] rev 2763
(svn r3308) BAD
foo.h: int bar;
GOOD
foo.h: extern int bar;
foo.c: int bar;
tron [Wed, 14 Dec 2005 20:45:12 +0000] rev 2762
(svn r3307) A file shall include its own header
truelight [Wed, 14 Dec 2005 19:21:56 +0000] rev 2761
(svn r3306) -Fix: forgot sometimes to switch to the right current_player for AIs