Mercurial > hg > openttd
graph
-
(svn r13732) -Feature: add a few extra columns with information to the server list. Patch by Pegasus. draftFri, 18 Jul 2008 20:44:35 +0000, by rubidium
-
(svn r13731) -Codechange: make a pool of the array of players. draftFri, 18 Jul 2008 16:40:29 +0000, by rubidium
-
(svn r13730) -Fix: make a copy of the names for news messages about the deletion of companies as the removal of a company could lead to wrong names in the news messages. draftFri, 18 Jul 2008 16:26:51 +0000, by rubidium
-
(svn r13729) -Fix: assumption that non-north tiles of a house do not have the 1x1 building bit set was flawed with some NewGRFs. This caused the amount of houses to differ, which causes the town radii to differ, which causes desyncs when towns are expanded. draftFri, 18 Jul 2008 12:20:31 +0000, by rubidium
-
(svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less draftFri, 18 Jul 2008 12:20:30 +0000, by smatz
-
(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken draftFri, 18 Jul 2008 12:11:46 +0000, by smatz
-
(svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo) draftThu, 17 Jul 2008 23:43:47 +0000, by smatz
-
(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function. draftThu, 17 Jul 2008 21:15:57 +0000, by rubidium
-
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool. draftThu, 17 Jul 2008 20:13:01 +0000, by rubidium
-
(svn r13718) -Fix: possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started. draftThu, 17 Jul 2008 16:38:26 +0000, by rubidium
-
(svn r13717) -Codechange: place the whole 'create new company' command in #ifdef ENABLE_NETWORK as it may only be executed when we are playing in a network game. draftThu, 17 Jul 2008 15:16:11 +0000, by rubidium
-
(svn r13716) -Fix [FS#2144]: any player could construct new companies. draftThu, 17 Jul 2008 15:14:42 +0000, by rubidium
-
(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind. draftThu, 17 Jul 2008 13:47:04 +0000, by rubidium
-
(svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih. draftThu, 17 Jul 2008 12:02:09 +0000, by rubidium
-
(svn r13713) -Fix: possible crash on creating a network packet. draftThu, 17 Jul 2008 11:47:57 +0000, by rubidium
-
(svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too. draftThu, 17 Jul 2008 11:19:20 +0000, by rubidium
-
(svn r13707) -Update: WebTranslator2 update to 2008-07-16 01:21:36 draftTue, 15 Jul 2008 23:27:28 +0000, by miham
-
(svn r13705) -Codechange: Define and use BridgePieces enum, which will remove a few more magic numbers draftTue, 15 Jul 2008 00:34:34 +0000, by belugas
-
(svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump. draftMon, 14 Jul 2008 21:01:49 +0000, by rubidium
-
(svn r13703) -Update: the other language files due to a few changed strings in r13702. draftMon, 14 Jul 2008 20:36:21 +0000, by rubidium
-
(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed. draftMon, 14 Jul 2008 20:18:06 +0000, by rubidium
-
(svn r13701) -Codechange: add some more info in crash.log draftMon, 14 Jul 2008 20:04:54 +0000, by glx
-
(svn r13700) -Fix: possible buffer overflow in string truncation code. draftMon, 14 Jul 2008 18:22:15 +0000, by rubidium
-
(svn r13699) -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string. draftMon, 14 Jul 2008 17:31:41 +0000, by rubidium
-
(svn r13697) -Feature: Add some support for symbolic links in .tar files. draftSun, 13 Jul 2008 16:09:00 +0000, by frosch
-
(svn r13696) -Fix[GUI]: The Build button of the vehicle list is now hidden, instead of just disabled. It will be only visible when called from the Depot Building Window. draftSun, 13 Jul 2008 02:43:46 +0000, by belugas
-
(svn r13695) -Fix [FS#2120]: in some cases the (sound) mixer could overflow causing artefacts in the sound. draftSat, 12 Jul 2008 22:30:10 +0000, by rubidium
-
(svn r13694) -Change: make it more explicit that you've opened the available train/ship/etc. list instead of the one where you can actually build vehicles by setting the appropriate title for the window. draftSat, 12 Jul 2008 22:28:34 +0000, by rubidium
-
(svn r13693) -Fix (r11106, r11117): Do not rely on .tar files always ending with a block of zeros. draftSat, 12 Jul 2008 14:49:43 +0000, by frosch
-
(svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache. draftSat, 12 Jul 2008 14:03:36 +0000, by rubidium
-
(svn r13691) -Codechange: make it easier to determine whether a command is ran in the context of autoreplace or not draftWed, 09 Jul 2008 20:55:47 +0000, by smatz
-
(svn r13683) -Codechange: privatize a function that is not used outside of the class who calls it draftWed, 09 Jul 2008 02:18:51 +0000, by belugas
-
(svn r13682) -Codechange: -Codechange: remove a now useless variable(dih). draftTue, 08 Jul 2008 23:07:58 +0000, by belugas
-
(svn r13681) -Revert (r13678, r13677): the fixes didn't work in all cases (assertions on savegame loads). draftTue, 08 Jul 2008 15:10:23 +0000, by rubidium
-
(svn r13680) -Fix: NPF crashing when a ship tried to find a nearby depot when on an aqueduct. draftMon, 07 Jul 2008 16:04:38 +0000, by rubidium
-
(svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed due to wrong (and unneeded) type conversions in the saveload code. draftMon, 07 Jul 2008 09:23:54 +0000, by rubidium
-
(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load. draftSun, 06 Jul 2008 11:08:40 +0000, by rubidium
-
(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. draftFri, 04 Jul 2008 19:00:11 +0000, by rubidium
-
(svn r13675) -Fix: memory leak when NewGRFs got forcefully disabled and they defined GOTO labels. draftFri, 04 Jul 2008 18:42:04 +0000, by rubidium
-
(svn r13673) -Fix [FS#2122]: desync when building electrified trains on a dedicated server that was started with electrification disabled. draftThu, 03 Jul 2008 18:00:36 +0000, by rubidium
-
(svn r13672) -Fix(r13670): silent warnings that MSVC did not raised. Looks like enums can not be easily matched :( draftThu, 03 Jul 2008 01:08:35 +0000, by belugas
-
(svn r13670) -Codechange : Merge some very alike events handlers. draftTue, 01 Jul 2008 00:04:09 +0000, by belugas
-
(svn r13667) -Documentation: Comment 'tgp.cpp' a bit. Based on patch by CommanderZ. draftMon, 30 Jun 2008 19:54:03 +0000, by frosch
-
(svn r13665) -Fix[FS#2119]: Wrong PlayerID used for sending a message to.Patch by Yexo draftMon, 30 Jun 2008 16:59:35 +0000, by belugas
-
(svn r13664) -Fix [FS#2117]: bus/truck forgetting go-to-depot order when entering a non-drivethrough road stop. draftMon, 30 Jun 2008 15:13:40 +0000, by rubidium
-
(svn r13663) -Codechange: Use a default parameter, hoping to reduce the different signatures of functions in menus draftMon, 30 Jun 2008 14:58:58 +0000, by belugas
-
(svn r13662) -Fix [FS#2113]: crash when adding conditional orders to ships. draftMon, 30 Jun 2008 14:49:50 +0000, by rubidium
-
(svn r13661) -Fix: server crashing when banning the rconning client. draftMon, 30 Jun 2008 14:48:44 +0000, by rubidium
-
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter. draftSat, 28 Jun 2008 15:44:24 +0000, by frosch
-
(svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16. draftFri, 27 Jun 2008 20:59:30 +0000, by frosch
-
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant draftFri, 27 Jun 2008 17:46:43 +0000, by skidd13
-
(svn r13646) -Change: typos and miss-aligned enum values draftFri, 27 Jun 2008 16:16:35 +0000, by belugas
-
(svn r13645) -Codechange: Convert a macro into an inlined member function. draftFri, 27 Jun 2008 15:01:18 +0000, by frosch
-
(svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do. draftFri, 27 Jun 2008 02:26:51 +0000, by belugas
-
(svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes draftFri, 27 Jun 2008 01:26:13 +0000, by belugas
-
(svn r13642) -Documentation: Add the enum values to the widget arrays, in concordance with code style draftThu, 26 Jun 2008 17:43:56 +0000, by belugas
-
(svn r13640) -Codechange: make colours behind not fully solid objects less darker for BM_TRANSPARENT (for 32bpp blitters) draftThu, 26 Jun 2008 16:47:29 +0000, by smatz
-
(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized draftThu, 26 Jun 2008 15:46:19 +0000, by smatz
-
(svn r13638) -Fix: signed/unsigned warning for MSVC9 and gcc2 draftThu, 26 Jun 2008 00:40:42 +0000, by smatz
-
(svn r13637) -Update: WebTranslator2 update to 2008-06-25 23:36:50 draftWed, 25 Jun 2008 21:37:59 +0000, by miham
-
(svn r13634) -Codechange: Let house var 0x65 ignore the house, the variable is queried for. draftWed, 25 Jun 2008 20:04:27 +0000, by frosch
-
(svn r13633) -Fix: restoring 'service at depot X' orders from the order backup failed. draftWed, 25 Jun 2008 19:33:11 +0000, by rubidium
-
(svn r13632) -Codechange: Use 'void *' for user-data of CircularTileSearch(). draftWed, 25 Jun 2008 18:46:05 +0000, by frosch
-
(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions draftWed, 25 Jun 2008 17:45:05 +0000, by smatz
-
(svn r13630) -Update: apply english.txt changes from r13628 to other languages draftWed, 25 Jun 2008 17:37:12 +0000, by skidd13
-
(svn r13629) -Fix [FS#2108](r13603): diameter != radius draftWed, 25 Jun 2008 17:30:53 +0000, by frosch
-
(svn r13628) -Feature: enable building of aqueducts in the scenario editor draftWed, 25 Jun 2008 17:30:16 +0000, by skidd13
-
(svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track draftTue, 24 Jun 2008 23:38:10 +0000, by smatz
-
(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. draftTue, 24 Jun 2008 15:58:01 +0000, by rubidium
-
(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. draftTue, 24 Jun 2008 13:49:13 +0000, by rubidium
-
(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. draftTue, 24 Jun 2008 13:47:15 +0000, by rubidium
-
(svn r13619) -Codechange: use 'const char *' instead of std::string for blitter and driver names draftTue, 24 Jun 2008 09:15:45 +0000, by smatz
-
(svn r13618) -Codechange: move tar-specific declarations to separate file draftTue, 24 Jun 2008 09:05:24 +0000, by smatz
-
(svn r13617) -Codechange: calculate the diff in StationWaitingSorter directly draftMon, 23 Jun 2008 22:51:21 +0000, by skidd13
-
(svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo. draftMon, 23 Jun 2008 08:49:09 +0000, by rubidium
-
(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. draftMon, 23 Jun 2008 08:38:07 +0000, by rubidium
-
(svn r13609) -Codechange: silence warnings about unused variables for gcc2 builds without asserts draftSun, 22 Jun 2008 18:44:28 +0000, by smatz
-
(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken draftSun, 22 Jun 2008 15:41:38 +0000, by skidd13
-
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead) draftSun, 22 Jun 2008 15:21:51 +0000, by skidd13
-
(svn r13603) -Feature{newGRF]: Add var 65 in Variational Action 2 Variables for Houses. draftSat, 21 Jun 2008 23:59:38 +0000, by belugas
-
(svn r13602) -Codechange: little speedup for 8bpp-optimized blitter draftSat, 21 Jun 2008 20:58:34 +0000, by smatz
-
(svn r13601) -Codechange: resize the Tile Info window when it is needed, make it better readable draftSat, 21 Jun 2008 18:59:15 +0000, by smatz
-
(svn r13597) -Codechange: Enumification of the Map menu items. draftSat, 21 Jun 2008 01:40:56 +0000, by belugas
-
(svn r13594) -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'leap year' and 'day of year'. draftFri, 20 Jun 2008 21:14:10 +0000, by frosch
-
(svn r13593) -Fix [FS#2095](r13524): sorting by cargo capacity was broken draftFri, 20 Jun 2008 20:40:47 +0000, by smatz
-
(svn r13592) -Fix: window size remembering was broken draftFri, 20 Jun 2008 14:54:47 +0000, by skidd13
-
(svn r13591) -Codechange: Support CB36 in the vehicle offer window. draftFri, 20 Jun 2008 07:23:00 +0000, by peter1138
-
(svn r13590) -Codechange: Enumification of the Save/Load menu items draftFri, 20 Jun 2008 01:55:00 +0000, by belugas
-
(svn r13589) -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis draftThu, 19 Jun 2008 20:06:55 +0000, by smatz
-
(svn r13588) -Documentation: Document the function PopupMainPlayerToolbMenu. Makes it a bit clearer, don't you think? draftThu, 19 Jun 2008 20:04:24 +0000, by belugas
-
(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such draftThu, 19 Jun 2008 19:58:30 +0000, by skidd13
-
(svn r13586) -Codechange: Using default parameter, for cases where there are few exceptions. draftThu, 19 Jun 2008 19:58:26 +0000, by belugas
-
(svn r13584) -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreen draftThu, 19 Jun 2008 17:54:23 +0000, by bjarni
-
(svn r13581) -Fix [FS#2040]: RVs continueing onto next DT station when they are build adjacent to them. draftThu, 19 Jun 2008 13:04:41 +0000, by rubidium
-
(svn r13579) -Fix [FS#2088]: process the order coming after a conditional order, otherwise the vehicle would already leaving the station before it knows where the next destination is, making it leave in the wrong way. However, after processing as many conditional orders as there are in the order list it will stop processing them in order to not create an infinite loop. draftThu, 19 Jun 2008 11:45:52 +0000, by rubidium
-
(svn r13578) -Merge: documentation updates from the 0.6 branch. draftThu, 19 Jun 2008 11:45:44 +0000, by rubidium
-
(svn r13577) -Change: group core files in source.list together draftThu, 19 Jun 2008 10:40:19 +0000, by skidd13
-
(svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF doesn't know about the static NewGRF. draftThu, 19 Jun 2008 10:20:45 +0000, by rubidium
-
(svn r13575) -Codechange: Move small vector to core since it fits better in there draftThu, 19 Jun 2008 10:19:02 +0000, by skidd13
-
(svn r13574) -Doc: Document the small vector template class draftThu, 19 Jun 2008 09:33:50 +0000, by skidd13
-
(svn r13573) -Codechange: Use smallvec class functions instead of class members draftThu, 19 Jun 2008 09:32:25 +0000, by skidd13
-
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines draftWed, 18 Jun 2008 21:19:04 +0000, by smatz
-
(svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to draftWed, 18 Jun 2008 20:20:12 +0000, by smatz
-
(svn r13565) -Change [FS#2077]: when invisibility is set, sprite sequences are now drawn until first non-opaque sprite is found (bit 14 not set) draftWed, 18 Jun 2008 16:48:58 +0000, by smatz
-
(svn r13564) -Codechange: do not use SetPixel in PaletteAnimate, access destination directly instead. Makes palette animation ~40% faster. draftWed, 18 Jun 2008 13:11:02 +0000, by smatz
-
(svn r13562) -Codechange: Yet another enumification, which required a bit of explanation/documentation of a trickery some would call a hack draftWed, 18 Jun 2008 03:19:31 +0000, by belugas
-
(svn r13561) -Codechange: two more enumifications of widgets draftWed, 18 Jun 2008 02:38:28 +0000, by belugas
-
(svn r13560) -Fix(r13550): This section widget_count did not required to be lowered. So small revert draftWed, 18 Jun 2008 02:04:01 +0000, by belugas
-
(svn r13559) -Codechange: Enumification of the Options menu items draftTue, 17 Jun 2008 23:51:17 +0000, by belugas
-
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined draftTue, 17 Jun 2008 19:38:00 +0000, by smatz
-
(svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized draftTue, 17 Jun 2008 17:25:22 +0000, by smatz
-
(svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as 27. So, it has to be lowered by one, so it can be used as a widget "pointer" draftTue, 17 Jun 2008 16:33:55 +0000, by belugas