------------------------------------------------------------------------
r16509 | yexo | 2009-06-03 15:59:26 +0000 (Wed, 03 Jun 2009) | 1 line

-Fix (r16502): All Sleep/DoCommand calls failed instead of only those via a call/acall/pcall function
------------------------------------------------------------------------
r16507 | smatz | 2009-06-03 00:05:51 +0000 (Wed, 03 Jun 2009) | 1 line

-Fix (r16503): segfault when deleting non-last graphics set
------------------------------------------------------------------------
r16506 | smatz | 2009-06-02 19:56:23 +0000 (Tue, 02 Jun 2009) | 1 line

-Fix: count only active clients (not those waiting for map download) when checking min_active_clients limit
------------------------------------------------------------------------
r16505 | rubidium | 2009-06-02 19:12:28 +0000 (Tue, 02 Jun 2009) | 2 lines

-Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) constructor will zero the whole class. This caused all vehicle indices to be 0, which causes all kinds of trouble.

------------------------------------------------------------------------
r16504 | smatz | 2009-06-02 12:57:47 +0000 (Tue, 02 Jun 2009) | 1 line

-Fix [FS#2948](r16435): one couldn't build anything in the scenario editor
------------------------------------------------------------------------
r16503 | rubidium | 2009-06-02 12:56:38 +0000 (Tue, 02 Jun 2009) | 2 lines

-Fix: base graphics names must be unique, so don't add duplicates (even if the versions differ).

------------------------------------------------------------------------
r16502 | yexo | 2009-06-01 22:00:47 +0000 (Mon, 01 Jun 2009) | 2 lines

-Fix [FS#2935]: when an AI was suspended while in a function called (indirectly) via call/acall/pcall OpenTTD crashed. Fix this by disallowing AIs to be suspended while called via call/acall/pcall.
IMPORTANT FOR AI WRITERS: AIs can no longer call any DoCommand functions (change anything, build vehicles, etc.) in a function called (indirectly) via call/acall/pcall. Where possible, please rewrite your code so it doesn't use call/acall/pcall
------------------------------------------------------------------------
r16501 | alberth | 2009-06-01 20:45:46 +0000 (Mon, 01 Jun 2009) | 1 line

-Codechange: Introduced different phases in resizing a nested widget tree.
------------------------------------------------------------------------
r16499 | translators | 2009-06-01 17:32:40 +0000 (Mon, 01 Jun 2009) | 4 lines

-Update: WebTranslator2 update to 2009-06-01 17:32:36
luxembourgish - 3 fixed, 11 changed by *jigo* (14)
serbian    - 105 fixed by etran (105)

------------------------------------------------------------------------
r16498 | frosch | 2009-06-01 15:01:54 +0000 (Mon, 01 Jun 2009) | 1 line

-Codechange: Remove hardly used HASBITS.
------------------------------------------------------------------------
r16497 | smatz | 2009-06-01 14:36:36 +0000 (Mon, 01 Jun 2009) | 1 line

-Feature [FS#2870]: Q/W/E/D will now open the landscape toolbar and select appropriate tool
------------------------------------------------------------------------
r16496 | smatz | 2009-06-01 13:34:13 +0000 (Mon, 01 Jun 2009) | 1 line

-Codechange: remove one useless dynamic_cast<>
------------------------------------------------------------------------
r16495 | alberth | 2009-06-01 13:28:05 +0000 (Mon, 01 Jun 2009) | 1 line

-Codechange: Renamed a few variables.
------------------------------------------------------------------------
r16494 | smatz | 2009-06-01 13:14:56 +0000 (Mon, 01 Jun 2009) | 1 line

-Codechange: cache train's speed limit caused by curves
------------------------------------------------------------------------
r16493 | rubidium | 2009-06-01 12:56:18 +0000 (Mon, 01 Jun 2009) | 2 lines

-Fix: missing/wrong @file doxygen 'headers'

------------------------------------------------------------------------
r16492 | smatz | 2009-06-01 11:49:46 +0000 (Mon, 01 Jun 2009) | 1 line

-Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
------------------------------------------------------------------------
r16491 | alberth | 2009-06-01 11:43:36 +0000 (Mon, 01 Jun 2009) | 1 line

-Codechange: Added parentheses around bitwise operators for code style.
------------------------------------------------------------------------
r16490 | frosch | 2009-06-01 08:35:35 +0000 (Mon, 01 Jun 2009) | 1 line

-Fix: Do not draw train details over the scrollbar.
------------------------------------------------------------------------
r16489 | alberth | 2009-05-31 20:52:35 +0000 (Sun, 31 May 2009) | 1 line

-Fix [FS#2937] (r16258): Do not resize a widget twice (erikjanp)
------------------------------------------------------------------------
r16488 | alberth | 2009-05-31 20:33:09 +0000 (Sun, 31 May 2009) | 1 line

-Codechange [FS#2941]: Use widget numbers of base grap window and cargo payment window in the window handling code (erikjanp)
------------------------------------------------------------------------
r16487 | alberth | 2009-05-31 20:18:47 +0000 (Sun, 31 May 2009) | 1 line

-Codechange [FS#2940]: Add widget numbers to news display and news history windows (based on work by erikjanp)
------------------------------------------------------------------------
r16486 | alberth | 2009-05-31 19:51:49 +0000 (Sun, 31 May 2009) | 1 line

-Codechange [FS#2939]: Added widget numbers to the airport toolbar (based on work by erikjanp)
------------------------------------------------------------------------
r16485 | alberth | 2009-05-31 19:29:40 +0000 (Sun, 31 May 2009) | 1 line

-Fix [FS#2938]: Move date in news window a pixel away from the right-edge (erikjanp)
------------------------------------------------------------------------
r16484 | alberth | 2009-05-31 14:30:58 +0000 (Sun, 31 May 2009) | 3 lines

-Cleanup: Renamed widget variable to widget_index and introduced widget_type variable.
-Fix: Prevented out-of-bounds array access when not clicking at a widget.

------------------------------------------------------------------------
r16483 | frosch | 2009-05-31 14:04:19 +0000 (Sun, 31 May 2009) | 1 line

-Codechange: Enumerate tabs in train details window.
------------------------------------------------------------------------
r16480 | frosch | 2009-05-31 12:03:14 +0000 (Sun, 31 May 2009) | 1 line

-Fix (r15617): Invalidate newgrf variable caches of more vehicles in more places. Esp. they were only invalidated for trains.
------------------------------------------------------------------------
r16479 | frosch | 2009-05-31 11:31:10 +0000 (Sun, 31 May 2009) | 1 line

-Fix (r5146): Call callbacks after initialisation of vehicle variables.
------------------------------------------------------------------------
r16478 | frosch | 2009-05-31 11:27:10 +0000 (Sun, 31 May 2009) | 1 line

-Fix (r15378): Determining most common (sub-)cargo-type was broken due to someone confusing similiary named variables.
------------------------------------------------------------------------
r16477 | rubidium | 2009-05-31 11:04:56 +0000 (Sun, 31 May 2009) | 2 lines

-Fix [FS#2936] (r12650): loading indicator when 'unload' in and 'no loading' is off was pointing to the wrong direction.

------------------------------------------------------------------------
r16476 | smatz | 2009-05-31 09:34:40 +0000 (Sun, 31 May 2009) | 1 line

-Fix (r16475): wrong version of the patch
------------------------------------------------------------------------
r16475 | smatz | 2009-05-31 09:33:12 +0000 (Sun, 31 May 2009) | 1 line

-Codechange: move code invalidating Vehicle::last_station_visited to more logical place
------------------------------------------------------------------------
r16474 | rubidium | 2009-05-31 09:31:56 +0000 (Sun, 31 May 2009) | 2 lines

-Fix [FS#2933]: could set company related settings via query window

------------------------------------------------------------------------
r16473 | smatz | 2009-05-30 20:44:34 +0000 (Sat, 30 May 2009) | 1 line

-Fix [FS#2934](r16442): show all non-effect vehicles in the minimap, not only effect vehicles
------------------------------------------------------------------------
r16472 | smatz | 2009-05-30 20:13:12 +0000 (Sat, 30 May 2009) | 1 line

-Codechange: set vehicle type in SpecializedVehicle constructor instead of constructor of each vehicle type
------------------------------------------------------------------------
r16471 | rubidium | 2009-05-30 17:48:22 +0000 (Sat, 30 May 2009) | 2 lines

-Fix (r16461): don't test in 0.3.4 when you meant to test in trunk@HEAD.

------------------------------------------------------------------------
r16470 | smatz | 2009-05-30 17:43:24 +0000 (Sat, 30 May 2009) | 1 line

-Fix (r14293): track reservation was drawn at bridge heads in the menu
------------------------------------------------------------------------
r16469 | translators | 2009-05-30 17:31:35 +0000 (Sat, 30 May 2009) | 4 lines

-Update: WebTranslator2 update to 2009-05-30 17:31:31
afrikaans  - 6 fixed by Chilli (6)
luxembourgish - 290 fixed, 793 changed by *jigo* (1083)

------------------------------------------------------------------------
r16468 | alberth | 2009-05-30 14:18:06 +0000 (Sat, 30 May 2009) | 1 line

-Codechange: Use GetWidgetOfType() for finding an edit box.
------------------------------------------------------------------------
r16467 | alberth | 2009-05-30 12:41:53 +0000 (Sat, 30 May 2009) | 1 line

-Codechange: Unduplicate setting of widget focus (with thanks to Smatz).
------------------------------------------------------------------------
r16466 | alberth | 2009-05-30 11:42:19 +0000 (Sat, 30 May 2009) | 1 line

-Codechange: Improved wording in comments.
------------------------------------------------------------------------
r16465 | alberth | 2009-05-30 11:30:25 +0000 (Sat, 30 May 2009) | 1 line

-Codechange: Eliminated GetGloballyFocusedWidget(), it was used only once.
------------------------------------------------------------------------
r16464 | alberth | 2009-05-30 11:24:06 +0000 (Sat, 30 May 2009) | 1 line

-Codechange (r16422): Added a missing const_cast<>
------------------------------------------------------------------------
r16463 | alberth | 2009-05-30 11:01:05 +0000 (Sat, 30 May 2009) | 1 line

-Cleanup: Code style fixes.
------------------------------------------------------------------------
r16462 | rubidium | 2009-05-29 21:24:51 +0000 (Fri, 29 May 2009) | 2 lines

-Change [FS#2930]: use a safer way to detect the hash of a mercurial repository (planetmaker)

------------------------------------------------------------------------
r16461 | rubidium | 2009-05-29 21:13:44 +0000 (Fri, 29 May 2009) | 2 lines

-Fix [FS#2929]: add some valid orders so the trains leave the depot again...

------------------------------------------------------------------------
r16460 | translators | 2009-05-29 17:38:33 +0000 (Fri, 29 May 2009) | 4 lines

-Update: WebTranslator2 update to 2009-05-29 17:38:27
afrikaans  - 18 fixed, 6 changed by Chilli (24)
luxembourgish - 114 fixed, 252 changed by *jigo* (366)

------------------------------------------------------------------------
r16459 | smatz | 2009-05-29 15:46:55 +0000 (Fri, 29 May 2009) | 1 line

-Codechange: move definition of several cargopacket accessors to header file
------------------------------------------------------------------------
r16458 | smatz | 2009-05-28 21:54:03 +0000 (Thu, 28 May 2009) | 1 line

-Codechange: use one enum instead of four
------------------------------------------------------------------------
r16457 | rubidium | 2009-05-28 21:12:54 +0000 (Thu, 28 May 2009) | 2 lines

-Fix [FS#2925]: skipping a 'nearest depot order' because none could be found could cause multiple orders to get skipped

------------------------------------------------------------------------
r16456 | yexo | 2009-05-28 17:34:54 +0000 (Thu, 28 May 2009) | 1 line

-Fix (r16429): forgot to update regression test
------------------------------------------------------------------------
r16455 | yexo | 2009-05-28 16:43:16 +0000 (Thu, 28 May 2009) | 1 line

-Fix: don't crash when a newgrf has sounds in an unsupported sound format
------------------------------------------------------------------------
r16454 | yexo | 2009-05-27 23:59:51 +0000 (Wed, 27 May 2009) | 1 line

-Fix (r16181, r16241): fix the try/catch bug fixed in r16181 and reintroduced in r16241 again, this time without breaking the regression test.
------------------------------------------------------------------------
r16453 | yexo | 2009-05-27 23:37:47 +0000 (Wed, 27 May 2009) | 1 line

-Fix: Move some code around so a company is no longer used after deleting it
------------------------------------------------------------------------
r16452 | smatz | 2009-05-27 23:11:52 +0000 (Wed, 27 May 2009) | 1 line

-Fix: don't trigger station animations when the station was deleted in the same tick
------------------------------------------------------------------------
r16451 | smatz | 2009-05-27 19:37:27 +0000 (Wed, 27 May 2009) | 1 line

-Fix (r16449): crash when a spectator (or dedicated server) received news about new engine
------------------------------------------------------------------------
r16450 | translators | 2009-05-27 17:39:57 +0000 (Wed, 27 May 2009) | 8 lines

-Update: WebTranslator2 update to 2009-05-27 17:39:46
arabic_egypt - 2 fixed by khaloofah (2)
danish     - 2 fixed by ThomasA (2)
english_US - 2 fixed by WhiteRabbit (2)
indonesian - 2 fixed, 8 changed by anansboga (10)
romanian   - 1 changed by CrystyB (1)
serbian    - 100 fixed by etran (100)

------------------------------------------------------------------------
r16449 | rubidium | 2009-05-27 17:18:53 +0000 (Wed, 27 May 2009) | 2 lines

-Fix [FS#2924]: vehicle recolouring wasn't done for engine preview/news

------------------------------------------------------------------------
r16448 | rubidium | 2009-05-27 17:17:06 +0000 (Wed, 27 May 2009) | 2 lines

-Fix [FS#2909]: road vehicles ending up on the pavement when they are in a drive through station that got removed due to bankruptcy

------------------------------------------------------------------------
r16447 | yexo | 2009-05-27 00:46:17 +0000 (Wed, 27 May 2009) | 1 line

-Fix [FS#2922] (r16444): compiling on x86-64 failed
------------------------------------------------------------------------