66 minutes agorubidium(svn r13676) -Fix [FS#2126]: inactive companies from old (TTD) saves could be marked active in some cases, which then loads garbage in their statistics and such. default tip
84 minutes agorubidium(svn r13675) -Fix: memory leak when NewGRFs got forcefully disabled and they defined GOTO labels.
5 hours agorubidium(svn r13674) -Fix [FS#2127]: crash when drawing a non-real sprite. The drawing of the non-real sprite is caused when two NewGRFs replace the same sprite and the first replaces it with a real sprite (and thus assumes it remains a real sprite) and the second replaces it with a non-real sprite. OpenTTD already looked at whether the sprite to load should be seen as a real or non-real sprite, but it failed to replace non-real sprites with a substitute real sprite when getting the sprite from the cache.
26 hours agorubidium(svn r13673) -Fix [FS#2122]: desync when building electrified trains on a dedicated server that was started with electrification disabled.
42 hours agobelugas(svn r13672) -Fix(r13670): silent warnings that MSVC did not raised. Looks like enums can not be easily matched :(
3 days agofrosch(svn r13671) -Cleanup: Zeros for sell.
3 days agobelugas(svn r13670) -Codechange : Merge some very alike events handlers.
4 days agofrosch(svn r13667) -Documentation: Comment 'tgp.cpp' a bit. Based on patch by CommanderZ.
4 days agobelugas(svn r13665) -Fix[FS#2119]: Wrong PlayerID used for sending a message to.Patch by Yexo
4 days agorubidium(svn r13664) -Fix [FS#2117]: bus/truck forgetting go-to-depot order when entering a non-drivethrough road stop.
4 days agobelugas(svn r13663) -Codechange: Use a default parameter, hoping to reduce the different signatures of functions in menus
4 days agorubidium(svn r13662) -Fix [FS#2113]: crash when adding conditional orders to ships.
4 days agorubidium(svn r13661) -Fix: server crashing when banning the rconning client.
6 days agofrosch(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
6 days agofrosch(svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16.
7 days agoskidd13(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
7 days agobelugas(svn r13646) -Change: typos and miss-aligned enum values
7 days agofrosch(svn r13645) -Codechange: Convert a macro into an inlined member function.
7 days agobelugas(svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
7 days agobelugas(svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes
8 days agobelugas(svn r13642) -Documentation: Add the enum values to the widget arrays, in concordance with code style
8 days agobelugas(svn r13641) -Fix: Misleading enum name.
8 days agosmatz(svn r13640) -Codechange: make colours behind not fully solid objects less darker for BM_TRANSPARENT (for 32bpp blitters)
8 days agosmatz(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized
8 days agosmatz(svn r13638) -Fix: signed/unsigned warning for MSVC9 and gcc2
8 days agomiham(svn r13637) -Update: WebTranslator2 update to 2008-06-25 23:36:50
9 days agofrosch(svn r13634) -Codechange: Let house var 0x65 ignore the house, the variable is queried for.
9 days agorubidium(svn r13633) -Fix: restoring 'service at depot X' orders from the order backup failed.
9 days agofrosch(svn r13632) -Codechange: Use 'void *' for user-data of CircularTileSearch().
9 days agosmatz(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
9 days agoskidd13(svn r13630) -Update: apply english.txt changes from r13628 to other languages
9 days agofrosch(svn r13629) -Fix [FS#2108](r13603): diameter != radius
9 days agoskidd13(svn r13628) -Feature: enable building of aqueducts in the scenario editor
9 days agosmatz(svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track
10 days agorubidium(svn r13624) -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.
10 days agorubidium(svn r13623) -Codechange: only show the 'load' of articulated RV parts that have a capacity instead of showing 'empty' parts when a vehicle is completely full.
10 days agorubidium(svn r13622) -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.
10 days agorubidium(svn r13621) -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.
10 days agosmatz(svn r13619) -Codechange: use 'const char *' instead of std::string for blitter and driver names
10 days agosmatz(svn r13618) -Codechange: move tar-specific declarations to separate file
10 days agoskidd13(svn r13617) -Codechange: calculate the diff in StationWaitingSorter directly
11 days agorubidium(svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo.
11 days agorubidium(svn r13611) -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.
12 days agosmatz(svn r13609) -Codechange: silence warnings about unused variables for gcc2 builds without asserts
12 days agoskidd13(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken
12 days agoskidd13(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
12 days agobelugas(svn r13603) -Feature{newGRF]: Add var 65 in Variational Action 2 Variables for Houses.
12 days agosmatz(svn r13602) -Codechange: little speedup for 8bpp-optimized blitter
13 days agosmatz(svn r13601) -Codechange: resize the Tile Info window when it is needed, make it better readable
13 days agobelugas(svn r13597) -Codechange: Enumification of the Map menu items.
13 days agofrosch(svn r13594) -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'leap year' and 'day of year'.
13 days agosmatz(svn r13593) -Fix [FS#2095](r13524): sorting by cargo capacity was broken
2 weeks agoskidd13(svn r13592) -Fix: window size remembering was broken
2 weeks agopeter1138(svn r13591) -Codechange: Support CB36 in the vehicle offer window.
2 weeks agobelugas(svn r13590) -Codechange: Enumification of the Save/Load menu items
2 weeks agosmatz(svn r13589) -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis
2 weeks agobelugas(svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think?
2 weeks agoskidd13(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
2 weeks agobelugas(svn r13586) -Codechange: Using default parameter, for cases where there are few exceptions.
2 weeks agobjarni(svn r13584) -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreen