Mercurial > hg > openttd
graph
-
(svn r10723) -Codechange: dynamically sized (width) main toolbars and status bar for when the window becomes less than 640 pixels in width. draftSun, 29 Jul 2007 15:48:43 +0000, by rubidium
-
(svn r10722) -Codechange: unhardcode the positions of strings in the status bar. draftSun, 29 Jul 2007 14:06:53 +0000, by rubidium
-
(svn r10721) -Fix [FS#1084]: Skip articulated parts of road vehicles during unique name check. draftSun, 29 Jul 2007 14:02:27 +0000, by peter1138
-
(svn r10720) -Codechange: unhardcode the positions of the player toolbar menus. draftSun, 29 Jul 2007 14:01:22 +0000, by rubidium
-
(svn r10719) -Codechange: since DParams are now 64 bits we should make NUM and COMMA handle writing 64 bit integers to the strings. draftSun, 29 Jul 2007 12:13:22 +0000, by rubidium
-
(svn r10718) -Fix (r10698): when having a road corner on a slope removing the road bit perpendicular on the slope made the foundation disappear. draftSun, 29 Jul 2007 12:11:50 +0000, by rubidium
-
(svn r10717) -Fix: in-game console had a "transparent" part when opened in a game, while it did not in the menu. draftSat, 28 Jul 2007 21:00:31 +0000, by rubidium
-
(svn r10716) -Codechange: not all windows' minimum size is actually their minimum size, so take the size of the window after WE_CREATE has been called as bare minimum size. draftSat, 28 Jul 2007 20:59:30 +0000, by rubidium
-
(svn r10713) -Cleanup (r10711): too long string buffers, unsafe sprintf used (Darkvater) draftFri, 27 Jul 2007 23:49:48 +0000, by KUDr
-
(svn r10712) -Fix (r10711): \0 at the end of string constant (glx) draftFri, 27 Jul 2007 22:32:48 +0000, by KUDr
-
(svn r10711) -Fix [Win32]: take default language from current user's locale on Windows (In-) draftFri, 27 Jul 2007 22:19:19 +0000, by KUDr
-
(svn r10710) -Codechange: allow automatic downsizing of the group window. Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach. draftFri, 27 Jul 2007 22:13:12 +0000, by rubidium
-
(svn r10709) -Codechange: allow automatic downsizing of the load game/save game windows. These windows also already supported downsizing, but again the resize button would be unreachable. draftFri, 27 Jul 2007 22:11:22 +0000, by rubidium
-
(svn r10708) -Codechange: allow automatic downsizing of the smallmap window in case of low resolutions; one could already make the window smaller, but the resize button was unreachable. draftFri, 27 Jul 2007 22:10:21 +0000, by rubidium
-
(svn r10707) -Codechange: account for the main toolbar and status bar when determining the maximum height for a window. draftFri, 27 Jul 2007 22:08:59 +0000, by rubidium
-
(svn r10706) -Codechange: allow resizing the multiplayer server list window. draftFri, 27 Jul 2007 19:57:52 +0000, by rubidium
-
(svn r10705) -Fix (r10704): some windows were not correctly initialized as they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size. draftFri, 27 Jul 2007 19:09:31 +0000, by rubidium
-
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. draftFri, 27 Jul 2007 12:49:04 +0000, by rubidium
-
(svn r10703) -Update: WebTranslator2 update to 2007-07-27 10:33:19 draftFri, 27 Jul 2007 08:33:33 +0000, by miham
-
(svn r10702) -Fix: "Can't build ..." instead of "Can't remove ..." message shown for road stops for trucks/cargo trams. draftFri, 27 Jul 2007 03:27:16 +0000, by rubidium
-
(svn r10701) -Codechange: Make sure to not use an out of bound index when the index is specified by a grf file. It has a different meaning then. draftFri, 27 Jul 2007 03:07:05 +0000, by belugas
-
(svn r10700) -Codechange: Enable to jump (by default) to the overriding industry tile spec of the one been queried. draftFri, 27 Jul 2007 02:41:29 +0000, by belugas
-
(svn r10699) -Fix (r10698): bridge middle parts were drawn too high if the southern bridge head has a foundation. draftThu, 26 Jul 2007 18:36:32 +0000, by rubidium
-
(svn r10697) -Codechange: give a more sensible names to some of the unkX variables. draftThu, 26 Jul 2007 15:37:19 +0000, by rubidium
-
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code. draftThu, 26 Jul 2007 14:07:11 +0000, by rubidium
-
(svn r10695) -Fix [FS#1079]: building single pieces of road over tramtrack or vice versa on slopes did not work as expected. draftThu, 26 Jul 2007 11:19:03 +0000, by rubidium
-
(svn r10694) -Codechange: update the server information in the game list every once in a while so the information stays fairly up-to-date when you are looking through the servers. draftThu, 26 Jul 2007 09:53:58 +0000, by rubidium
-
(svn r10693) -Fix: --enable-install should have been removed from the configure parameters to save a long time ago. Now it is only causing warnings. draftThu, 26 Jul 2007 09:11:19 +0000, by rubidium
-
(svn r10692) -Fix (r10691): those good old days that LT_NORMAL was still called LT_NORMAL :) draftWed, 25 Jul 2007 19:36:51 +0000, by rubidium
-
(svn r10691) -Codechange [FS#509]: simplify GetTransportedGoodsIncome to make it more obvious and less hidden what actually happens. Based on a patch by rfalke. draftWed, 25 Jul 2007 19:26:33 +0000, by rubidium
-
(svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer. draftWed, 25 Jul 2007 19:06:29 +0000, by rubidium
-
(svn r10689) -Documentation [FS#1057]: lots of function documentation written by Progman. draftWed, 25 Jul 2007 19:03:23 +0000, by rubidium
-
(svn r10688) -Cleanup: coding style cleanups missed in the last few cleanups. draftWed, 25 Jul 2007 17:18:13 +0000, by rubidium
-
(svn r10687) -Fix (r10686): subversion does not like it when you change code when you are typing the commit message. draftWed, 25 Jul 2007 17:07:38 +0000, by rubidium
-
(svn r10686) -Fix [FS#1058]: determining whether there is a tunnel going under the lowered area is only needed in two directions instead of all four, so take the directions (one for each axis) to the nearest border (along the given axis). Furthermore GetTileZ did much more than absolutely necessary. draftWed, 25 Jul 2007 15:45:46 +0000, by rubidium
-
(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars. draftWed, 25 Jul 2007 11:27:30 +0000, by rubidium
-
(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line. draftWed, 25 Jul 2007 00:16:30 +0000, by rubidium
-
(svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code. draftTue, 24 Jul 2007 19:56:43 +0000, by rubidium
-
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. draftTue, 24 Jul 2007 17:01:23 +0000, by rubidium
-
(svn r10672) -Codechange: typify some parameters/variables. draftTue, 24 Jul 2007 13:03:24 +0000, by rubidium
-
(svn r10671) -Codechange: don't mix both lookup and temp-variable-with-value-of-lookup (skidd13) draftTue, 24 Jul 2007 12:29:47 +0000, by truelight
-
(svn r10670) -Fix: Use proper initialization for grf_prop override member draftTue, 24 Jul 2007 01:29:42 +0000, by belugas
-
(svn r10669) -Codechange: Removed redundant comment draftTue, 24 Jul 2007 01:26:57 +0000, by belugas
-
(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo) draftMon, 23 Jul 2007 19:30:36 +0000, by truelight
-
(svn r10664) -Codechange: simplify a small piece of code (skidd13) draftMon, 23 Jul 2007 19:24:32 +0000, by truelight
-
(svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty I updated the surrounding code to comply with coding style too; I will never do it again (I hope :p) draftMon, 23 Jul 2007 16:48:19 +0000, by truelight
-
(svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo) draftMon, 23 Jul 2007 16:39:27 +0000, by truelight
-
(svn r10661) -Documentation: documented slope.h (Progman) draftMon, 23 Jul 2007 16:30:59 +0000, by truelight
-
(svn r10660) -Codechange: simplified tunnel cost algorithm (bilbo) draftMon, 23 Jul 2007 16:15:40 +0000, by truelight
-
(svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch) draftMon, 23 Jul 2007 16:08:58 +0000, by truelight
-
(svn r10658) -Add: support for autosave_on_exit in the console, so dedicated servers can use it draftMon, 23 Jul 2007 15:28:02 +0000, by glx
-
(svn r10657) -Fix r10655: commit didn't comply with coding style (tnx glx :)) draftMon, 23 Jul 2007 15:20:20 +0000, by truelight
-
(svn r10656) -Fix [FS#1068]: GetPartialZ returned wrong value for SLOPE_STEEP_E (frosch) draftMon, 23 Jul 2007 15:18:53 +0000, by truelight
-
(svn r10655) -Fix [FS#1070]: Trolly AI didn't know about steep slopes, and used wrong tileh in some cases (frosch) draftMon, 23 Jul 2007 15:14:45 +0000, by truelight
-
(svn r10651) -Fix: Fix chdir problem with open/save dialog on OS/2 (Paul Smedley) draftSun, 22 Jul 2007 17:21:25 +0000, by orudge
-
(svn r10649) -Fix (r9962): autoscroll (pointer near screen edge) didn't work draftSun, 22 Jul 2007 13:16:49 +0000, by peter1138
-
(svn r10648) -Update: WebTranslator2 update to 2007-07-21 20:34:31 draftSat, 21 Jul 2007 18:34:43 +0000, by miham
-
(svn r10647) -Fix: AutoPtrT::operator =() didn't delete old object draftSat, 21 Jul 2007 14:01:12 +0000, by KUDr
-
(svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach() draftSat, 21 Jul 2007 13:45:15 +0000, by KUDr
-
(svn r10645) -Fix (r10644): file contents seems to be 3x there draftSat, 21 Jul 2007 12:39:46 +0000, by KUDr
-
(svn r10644) -Merge (from NoAI): framework for reference counted objects (pointers). draftFri, 20 Jul 2007 18:44:04 +0000, by rubidium
-
(svn r10643) -Merge (from NoAI): properly counting the amount of signs instead of using the size of the sign pool. draftFri, 20 Jul 2007 18:35:33 +0000, by rubidium
-
(svn r10642) -Merge (from NoAI): ./configure flag for disabling threading. draftFri, 20 Jul 2007 18:34:21 +0000, by rubidium
-
(svn r10641) -Fix(r10638): Forgotten Son... err...include draftFri, 20 Jul 2007 17:32:27 +0000, by belugas
-
(svn r10639) -Codechange: Give meaninfull name to a magic number draftFri, 20 Jul 2007 17:14:03 +0000, by belugas
-
(svn r10638) -Codechange: Save the mapping of the industries and tiles, making them persistent. draftFri, 20 Jul 2007 16:50:11 +0000, by belugas
-
(svn r10637) -Fix: Enable the Random Industries in scenario editor if setting Number of Industries is not NONE. draftFri, 20 Jul 2007 16:08:28 +0000, by belugas
-
(svn r10635) -Codechange: Correct some typos and code beautifying (a little bit) draftFri, 20 Jul 2007 14:49:41 +0000, by belugas
-
(svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way. draftThu, 19 Jul 2007 17:28:55 +0000, by peter1138
-
(svn r10627) -Fix [FS#1052]: be consistent with the space between the company name and the player number, i.e. always put a space between them. draftThu, 19 Jul 2007 17:27:49 +0000, by rubidium
-
(svn r10626) -Update: WebTranslator2 update to 2007-07-19 19:23:12 draftThu, 19 Jul 2007 17:23:28 +0000, by miham
-
(svn r10624) -Fix [FS#1047]: the production of banks could not be modified (either in scenario editor or with the cheat). draftThu, 19 Jul 2007 16:24:48 +0000, by rubidium
-
(svn r10622) -Feature: Introduction of the CBID_INDUSTRY_AVAILABLE's handling, in fund industry window. draftThu, 19 Jul 2007 01:47:32 +0000, by belugas
-
(svn r10621) -Codechange: install a struct holding the user's selection from _fund_gui. draftThu, 19 Jul 2007 01:35:48 +0000, by belugas
-
(svn r10620) -Update: WebTranslator2 update to 2007-07-18 19:37:17 draftWed, 18 Jul 2007 17:37:34 +0000, by miham
-
(svn r10619) -Codechange: Use shorter variable/member names and add some code separation. draftWed, 18 Jul 2007 17:05:23 +0000, by belugas
-
(svn r10618) -Fix(r10167): remove unneeded comment draftWed, 18 Jul 2007 16:02:42 +0000, by belugas
-
(svn r10617) -Codechange: code style changes (removing an erroneous tab plus switch case alignment) draftWed, 18 Jul 2007 15:59:08 +0000, by belugas
-
(svn r10607) -Fix r10605: use '&&' in preprocessor directives (MSVC doesn't like 'and') draftWed, 18 Jul 2007 02:08:56 +0000, by glx
-
(svn r10606) -Fix (r8826): plural and single cargo names were mixed up. draftTue, 17 Jul 2007 20:32:27 +0000, by peter1138
-
(svn r10605) -Fix [FS#1046]: also OpenBSD does not know wchar. Patch by Matthias. draftTue, 17 Jul 2007 16:59:21 +0000, by rubidium
-
(svn r10604) -Fix [FS#1044] (r9866): some industries produced cargo they should not be producing, which would result in the industry offering invalid cargo to a station resulting in crashes.. draftTue, 17 Jul 2007 08:18:57 +0000, by rubidium
-
(svn r10603) -Codechange: avoid direct access to _engine_info draftTue, 17 Jul 2007 06:56:09 +0000, by peter1138
-
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs. draftMon, 16 Jul 2007 23:55:22 +0000, by rubidium
-
(svn r10600) -Codechange: code-stylising the gui switch-case code draftMon, 16 Jul 2007 23:48:25 +0000, by belugas
-
(svn r10593) -Fix [FS#1038]: one could not remove locks that were build in a (very) old version of OpenTTD. draftMon, 16 Jul 2007 21:00:40 +0000, by rubidium
-
(svn r10592) -Update: WebTranslator2 update to 2007-07-16 19:35:30 draftMon, 16 Jul 2007 17:37:40 +0000, by miham
-
(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files draftMon, 16 Jul 2007 13:51:17 +0000, by glx
-
(svn r10589) -Fix (Debian): --enable-install is not needed anymore. draftMon, 16 Jul 2007 13:48:12 +0000, by rubidium
-
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h draftMon, 16 Jul 2007 09:16:58 +0000, by rubidium
-
(svn r10584) -Fix: [Translations] Fixed translations screwed up by translator draftSun, 15 Jul 2007 18:14:21 +0000, by miham
-
(svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18 draftSun, 15 Jul 2007 17:17:44 +0000, by miham
-
(svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa) draftSun, 15 Jul 2007 11:45:38 +0000, by KUDr
-
(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation draftSun, 15 Jul 2007 00:26:12 +0000, by belugas
-
(svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries draftSun, 15 Jul 2007 00:19:40 +0000, by belugas
-
(svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE draftSun, 15 Jul 2007 00:03:17 +0000, by belugas
-
(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf. draftSat, 14 Jul 2007 23:10:27 +0000, by rubidium
-
(svn r10563) -Fix: gcc 2.95 (which is still needed for MorphOS :() does have trouble with using the protected/private variables of the enclosing class (and super classes of that enclosing class). draftSat, 14 Jul 2007 20:40:11 +0000, by rubidium
-
(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about wchars, so disable all code that has to use wchars for MorphOS. draftSat, 14 Jul 2007 20:30:35 +0000, by rubidium
-
(svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts draftSat, 14 Jul 2007 20:21:02 +0000, by truelight
-
(svn r10559) -Update: WebTranslator2 update to 2007-07-14 19:32:31 draftSat, 14 Jul 2007 17:32:50 +0000, by miham
-
(svn r10552) -Fix [FS#1034, r10546]: opening Available Aircrafts segfaulted draftFri, 13 Jul 2007 19:06:12 +0000, by truelight
-
(svn r10550) -Update: WebTranslator2 update to 2007-07-13 18:55:52 draftFri, 13 Jul 2007 16:56:07 +0000, by miham
-
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions. draftFri, 13 Jul 2007 15:12:36 +0000, by rubidium
-
(svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen draftFri, 13 Jul 2007 15:02:22 +0000, by truelight
-
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly draftFri, 13 Jul 2007 15:01:16 +0000, by truelight
-
(svn r10546) -Fix [FS#1026]: you can now have both Available Train as Available Ship window open draftFri, 13 Jul 2007 14:51:55 +0000, by truelight
-
(svn r10542) -Codechange: use class member instead of global variable for null ticks value draftFri, 13 Jul 2007 13:03:20 +0000, by peter1138
-
(svn r10541) -Fix [FS#1028]: cargo payment rates overflow. draftFri, 13 Jul 2007 12:08:37 +0000, by rubidium
-
(svn r10537) -Backport r10536: added option for null-driver to configure how long it should run (-vnull:ticks=10000) draftFri, 13 Jul 2007 10:46:07 +0000, by truelight
-
(svn r10532) -Update: WebTranslator2 update to 2007-07-12 19:08:41 draftThu, 12 Jul 2007 17:08:56 +0000, by miham
-
(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them. draftThu, 12 Jul 2007 13:40:24 +0000, by rubidium
-
(svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit was set, which breaks with a not-yet-finished-implementation of newindustries. draftThu, 12 Jul 2007 13:25:06 +0000, by rubidium
-
(svn r10520) -Fix: when a "can I build this industry tile here" callback did not fail, it doesn't automatically mean that the industry tile can be built there. draftThu, 12 Jul 2007 09:15:57 +0000, by rubidium
-
(svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map. draftThu, 12 Jul 2007 08:10:40 +0000, by rubidium
-
(svn r10518) -Fix: use the location of the industry and not INVALID_TILE for production callbacks; makes looking at the environment of an industry a lot more useful. draftThu, 12 Jul 2007 07:57:08 +0000, by rubidium
-
(svn r10517) -Fix: the "closest distance to water/land" calculation gave the distance to the north-eastern border instead of the closest water/land. draftThu, 12 Jul 2007 07:55:35 +0000, by rubidium
-
(svn r10516) -Fix: if doing a lookup for a ID, scan the whole range instead of only the "new" ones because the old ones could be overriden too. draftThu, 12 Jul 2007 07:53:53 +0000, by rubidium
-
(svn r10515) -Codechange: allow getting some more data about the environment of an industry. draftWed, 11 Jul 2007 23:10:22 +0000, by rubidium
-
(svn r10514) -Codechange: add support for getting the nearest industry with a given type. draftWed, 11 Jul 2007 22:57:47 +0000, by rubidium
-
(svn r10513) -Fix [FS#1022]: use vehicle subtile position to update cache, not tile, so that collision detection works on bridges and tunnels. draftWed, 11 Jul 2007 21:31:34 +0000, by peter1138
-
(svn r10510) -Update: WebTranslator2 update to 2007-07-11 19:01:42 draftWed, 11 Jul 2007 17:02:15 +0000, by miham
-
(svn r10509) -Codechange: cache expensive newgrf station variables during draftWed, 11 Jul 2007 16:37:20 +0000, by peter1138
-
(svn r10508) -Codechange: allow customizable animation schemes for industries. draftWed, 11 Jul 2007 15:03:29 +0000, by rubidium
-
(svn r10507) -Fix [FS#1019]: apparantly we used the wrong sprites for some pieces of the tram catenary (even though TTDP did so too). draftWed, 11 Jul 2007 08:35:14 +0000, by rubidium
-
(svn r10506) -Fix: the (manual) building of banks was always rejected. draftWed, 11 Jul 2007 08:20:57 +0000, by rubidium
-
(svn r10505) -Fix(r10249)[FS#1016]: Town was still trying to gather information for tiles on which it could not build. aising the values to 2 will prevent further invasion of the water-at-the-edge :) draftWed, 11 Jul 2007 02:13:00 +0000, by belugas
-
(svn r10504) -Codechange: Shorten the test if no track bit has been found draftWed, 11 Jul 2007 01:45:44 +0000, by belugas
-
(svn r10503) -Codechange: Mark Callback CBID_INDUSTRY_FUND_MORE_TEXT (cb38) as implemented. draftWed, 11 Jul 2007 00:36:03 +0000, by belugas
-
(svn r10502) -Fix [FS#1017]: trying to get the town from a tile that can never be associated with a town. draftTue, 10 Jul 2007 22:45:09 +0000, by rubidium
-
(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command. draftTue, 10 Jul 2007 20:59:41 +0000, by rubidium
-
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc. draftTue, 10 Jul 2007 20:58:07 +0000, by rubidium
-
(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour. draftTue, 10 Jul 2007 07:46:58 +0000, by rubidium
-
(svn r10497) -Fix (FS#1013,r8464): Ship max speed wrongly shown (benc) draftTue, 10 Jul 2007 07:10:23 +0000, by peter1138
-
(svn r10496) -Feature: Replace all the windows for Industry building by a more flexible one. draftTue, 10 Jul 2007 00:59:00 +0000, by belugas
-
(svn r10495) -Codechange: Add the Action 00 property handlers for Industries and Industry tiles draftTue, 10 Jul 2007 00:10:19 +0000, by belugas
-
(svn r10494) -Fix (r10490): possible null dereference in some exotic newgrfs. draftMon, 09 Jul 2007 20:08:25 +0000, by rubidium
-
(svn r10493) -Codechange: update some callback ID enums to reflect their changed usage, add a few and update the comments. draftMon, 09 Jul 2007 19:38:12 +0000, by rubidium
-
(svn r10492) -Fix [YAPF, r10491]: commands with no effect (glx) draftMon, 09 Jul 2007 19:24:45 +0000, by KUDr
-
(svn r10490) -Codechange: add support for industries on non-flat surfaces. draftMon, 09 Jul 2007 18:53:43 +0000, by rubidium
-
(svn r10488) -Update: WebTranslator2 update to 2007-07-09 18:32:28 draftMon, 09 Jul 2007 16:32:52 +0000, by miham
-
(svn r10487) -Fix: forgot some breaks in a switch statement. draftMon, 09 Jul 2007 16:24:00 +0000, by rubidium
-
(svn r10486) -Fix: do not draw foundations when the "should I draw foundations" callbacks says to do so. draftMon, 09 Jul 2007 13:59:07 +0000, by rubidium
-
(svn r10485) -Codechange: add a callback mechanism to determine whether building an industry is allowed at a given location. draftMon, 09 Jul 2007 13:21:49 +0000, by rubidium
-
(svn r10484) -Codechange: reduce code duplication. draftMon, 09 Jul 2007 13:10:04 +0000, by rubidium
-
(svn r10483) -Codechange: add support for callbacks to manipulate the building chance of farm fields and chopping chance for lumber mills. draftSun, 08 Jul 2007 19:54:51 +0000, by rubidium
-
(svn r10482) -Fix [FS#990]: Do not override the CFLAGS environment variable when configuring a non-debug makefile. Based on a patch by saggson. draftSun, 08 Jul 2007 18:57:00 +0000, by rubidium
-
(svn r10481) -Codechange: Show a news message with the new industry when primary industry prospecting succeeds. draftSun, 08 Jul 2007 18:41:34 +0000, by maedhros
-
(svn r10480) -Fix: Don't allow building lighthouses and transmitters under bridges in the scenario editor, or during world generation. draftSun, 08 Jul 2007 18:40:15 +0000, by maedhros
-
(svn r10479) -Update: WebTranslator2 update to 2007-07-08 19:44:48 draftSun, 08 Jul 2007 17:45:36 +0000, by miham
-
(svn r10478) -Fix [FS#999]: remove the loading indicator when a vehicle is removed. draftSun, 08 Jul 2007 17:44:46 +0000, by rubidium
-
(svn r10477) -Codechange: add some callbacks to customise the acceptance of industries. draftSun, 08 Jul 2007 17:40:04 +0000, by rubidium
-
(svn r10476) -Fix: some newgrf callbacks were already implemented even though the comment said they were not. draftSun, 08 Jul 2007 14:23:15 +0000, by rubidium
-
(svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) group related actions. draftSun, 08 Jul 2007 09:35:39 +0000, by rubidium
-
(svn r10474) -Fix [FS#995]: wrong group count after train crash. draftSun, 08 Jul 2007 09:29:28 +0000, by rubidium
-
(svn r10473) -Codechange: make the industry "window", the one that shows when you click on an industry, more flexible to allow easier integration with newindustries. draftSun, 08 Jul 2007 00:25:05 +0000, by rubidium
-
(svn r10472) -Fix (r10741): typos prevented compilation draftSat, 07 Jul 2007 21:14:36 +0000, by peter1138
-
(svn r10471) -Codechange: implement driver probing priority so that 'preferred' drivers are loaded first draftSat, 07 Jul 2007 20:31:23 +0000, by peter1138
-
(svn r10470) -Fix: clamp station build date to 16 bit value for newgrf, preventing overflow and incorrect graphics shown past a certain date. draftSat, 07 Jul 2007 20:17:01 +0000, by peter1138
-
(svn r10466) -Fix: the minimum amount of waiting cargo shouldn't be 65535; that should be the maximum amount of waiting cargo. draftSat, 07 Jul 2007 17:36:01 +0000, by rubidium
-
(svn r10465) -Fix: first run the WE_CREATE callback and then perform the dirtying of the window, so you won't get glitches if you resize a window in the WE_CREATE callback. draftSat, 07 Jul 2007 17:33:29 +0000, by rubidium
-
(svn r10464) -Update: WebTranslator2 update to 2007-07-07 18:44:01 draftSat, 07 Jul 2007 16:44:10 +0000, by miham
-
(svn r10463) -Update: WebTranslator2 update to 2007-07-07 18:42:35 draftSat, 07 Jul 2007 16:43:00 +0000, by miham
-
(svn r10462) -Add: a command dumper/loader that could be enabled compile-time and server side only to aid debugging some desyncs, i.e. dump the stream of commands so it could be replayed in exactly the same way later. This should primarily be used to make desyncs more easily reproducable, so it can be properly debugged. draftSat, 07 Jul 2007 10:06:10 +0000, by rubidium
-
(svn r10460) -Codechange: add some more variables needed for newindustries regarding to the creation of the industries. draftSat, 07 Jul 2007 08:53:19 +0000, by rubidium
-
(svn r10459) -Codechange: add helper functions to determine whether an industry is a primary industry and how much it costs to build such an industry. draftFri, 06 Jul 2007 22:33:16 +0000, by rubidium
-
(svn r10458) -Fix (r10444): restore original descriptions for win32 drivers draftFri, 06 Jul 2007 22:15:00 +0000, by peter1138
-
(svn r10457) -Codechange: Load the newly read definitions of Industries and Industry tiles. draftFri, 06 Jul 2007 20:40:58 +0000, by belugas
-
(svn r10456) -Codechange: Enable loading newgrf strings for Industries draftFri, 06 Jul 2007 20:36:32 +0000, by belugas
-
(svn r10455) -Update: WebTranslator2 update to 2007-07-06 20:02:29 draftFri, 06 Jul 2007 18:03:09 +0000, by miham
-
(svn r10453) -Codechange: Allow save/load of empty (unallocated) strings draftFri, 06 Jul 2007 08:32:00 +0000, by peter1138
-
(svn r10452) -Update: remove the string that has been removed in r10451 from all other translations. draftFri, 06 Jul 2007 07:29:04 +0000, by rubidium
-
(svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an amount of money and then it might (with a given chance) build a raw industry somewhere on the map. draftFri, 06 Jul 2007 07:24:10 +0000, by rubidium
-
(svn r10450) -Fix (r10444): Fix search & replace errors draftThu, 05 Jul 2007 18:21:53 +0000, by peter1138
-
(svn r10449) -Update: WebTranslator2 update to 2007-07-05 18:40:00 draftThu, 05 Jul 2007 16:40:19 +0000, by miham
-
(svn r10448) -Codechange: Industry Tiles and Houses share almost the same spritegroup format. draftThu, 05 Jul 2007 16:39:56 +0000, by belugas
-
(svn r10447) -Codechange: Don't need to specify values on an enum when those values are contiguous draftThu, 05 Jul 2007 16:26:56 +0000, by belugas
-
(svn r10446) -Codechange: Move extmidi's global data into its class. draftThu, 05 Jul 2007 13:19:35 +0000, by peter1138
-
(svn r10445) -Fix (Win32, r10444): remove #include "hal.h" draftThu, 05 Jul 2007 12:30:22 +0000, by KUDr
-
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. draftThu, 05 Jul 2007 12:23:54 +0000, by peter1138
-
(svn r10443) -Fix: randomizing triggers should be called with callback type set to 1 draftThu, 05 Jul 2007 06:35:09 +0000, by peter1138
-
(svn r10442) -Codechange: implement the industry production callback. draftThu, 05 Jul 2007 05:41:56 +0000, by rubidium
-
(svn r10441) -Fix (r10440): something went wrong "porting" fixes from one place to another; like compiling the wrong checkout. draftWed, 04 Jul 2007 22:24:57 +0000, by rubidium
-
(svn r10440) -Fix: CBM_IND defines bits to be set, not bitsets. draftWed, 04 Jul 2007 22:18:33 +0000, by rubidium
-
(svn r10439) -Codechange: initial steps for customized industry productions. draftWed, 04 Jul 2007 18:27:21 +0000, by rubidium
-
(svn r10438) -Update: WebTranslator2 update to 2007-07-04 19:52:16 draftWed, 04 Jul 2007 17:52:32 +0000, by miham
-
(svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type. draftWed, 04 Jul 2007 17:21:28 +0000, by peter1138
-
(svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else. draftWed, 04 Jul 2007 13:30:33 +0000, by maedhros
-
(svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255. draftWed, 04 Jul 2007 13:01:55 +0000, by maedhros
-
(svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID. draftWed, 04 Jul 2007 12:57:07 +0000, by maedhros
-
(svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in the Action 0 draftWed, 04 Jul 2007 12:52:43 +0000, by maedhros
-
(svn r10432) -Codechange: use existing function instead of data duplication draftWed, 04 Jul 2007 09:42:47 +0000, by peter1138
-
(svn r10431) -Codechange: constness on static array draftWed, 04 Jul 2007 09:41:35 +0000, by peter1138
-
(svn r10430) -Fix: Too many town rating entry lookups (KUDr) draftWed, 04 Jul 2007 06:37:43 +0000, by peter1138
-
(svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun draftWed, 04 Jul 2007 02:41:39 +0000, by KUDr
-
(svn r10428) -Fix: some more VC code analyzer warnings disabled draftWed, 04 Jul 2007 02:37:48 +0000, by KUDr
-
(svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game. draftWed, 04 Jul 2007 01:34:28 +0000, by belugas
-
(svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :) draftWed, 04 Jul 2007 00:54:38 +0000, by belugas
-
(svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it. draftWed, 04 Jul 2007 00:49:03 +0000, by belugas
-
(svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium) draftWed, 04 Jul 2007 00:12:02 +0000, by KUDr
-
(svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value draftTue, 03 Jul 2007 23:23:38 +0000, by KUDr
-
(svn r10421) -Fix [MSVC]: suppress some code analyzer warnings for VC8 draftTue, 03 Jul 2007 23:08:51 +0000, by KUDr
-
(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8 draftTue, 03 Jul 2007 23:07:33 +0000, by KUDr
-
(svn r10419) -Fix (r10418): do not compare bitmasks with HASBIT. Thanks to Maedhros for spotting this. draftTue, 03 Jul 2007 19:25:06 +0000, by rubidium
-
(svn r10418) -Codechange: implement/resurrect the industry production flags. draftTue, 03 Jul 2007 19:16:34 +0000, by rubidium
-
(svn r10416) -Update: WebTranslator2 update to 2007-07-03 19:20:58 draftTue, 03 Jul 2007 17:21:10 +0000, by miham
-
(svn r10415) -Revert (r10403), Fix (r10323): 'message from company' test must use {STRING1}, so pass it the correct params draftTue, 03 Jul 2007 17:20:17 +0000, by glx
-
(svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too. draftTue, 03 Jul 2007 16:14:29 +0000, by rubidium
-
(svn r10413) -Fix r10211: t->townnamegrfid was not cleared when renaming a town draftTue, 03 Jul 2007 15:24:50 +0000, by glx
-
(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) draftTue, 03 Jul 2007 11:31:38 +0000, by peter1138
-
(svn r10411) -Update: WebTranslator2 update to 2007-07-02 19:21:47 draftMon, 02 Jul 2007 17:23:51 +0000, by miham
-
(svn r10410) -Fix [FS458]: [OSX] if the resolution is changed to something that's too high for the monitor, then it's reduced to fit the monitor size (PinguTux) draftMon, 02 Jul 2007 16:37:12 +0000, by bjarni
-
(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. draftSun, 01 Jul 2007 19:24:54 +0000, by rubidium
-
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. draftSun, 01 Jul 2007 19:11:47 +0000, by rubidium
-
(svn r10407) -Update: WebTranslator2 update to 2007-07-01 20:12:34 draftSun, 01 Jul 2007 18:12:59 +0000, by miham
-
(svn r10406) -Fix [FS#968]: only industries in the temperate climate should be affected by the "do not increase production" flag. draftSun, 01 Jul 2007 17:21:25 +0000, by rubidium
-
(svn r10405) -Fix [FS#972]: do not try to determine the default railtype in the scenario editor. draftSun, 01 Jul 2007 17:11:24 +0000, by rubidium
-
(svn r10404) -Fix (r10266): Adding a cargo packet to cargo list could overflow. Now we detect this and just leave the cargo in its own packet. draftSun, 01 Jul 2007 12:25:08 +0000, by peter1138
-
(svn r10403) -Fix (r10323): 'message from company' text used {STRING1} instead of {COMPANY} draftSat, 30 Jun 2007 19:46:18 +0000, by peter1138
-
(svn r10402) -Update: WebTranslator2 update to 2007-06-30 21:32:39 draftSat, 30 Jun 2007 19:33:02 +0000, by miham
-
(svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC) draftSat, 30 Jun 2007 17:51:50 +0000, by peter1138
-
(svn r10399) -Fix (FS#962): [Windows] _wnd.has_focus was not properly set after using ALT-TAB draftSat, 30 Jun 2007 15:02:21 +0000, by glx
-
(svn r10398) -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor draftSat, 30 Jun 2007 11:28:26 +0000, by peter1138
-
(svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference. draftSat, 30 Jun 2007 08:26:34 +0000, by peter1138
-
(svn r10396) -Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo) draftSat, 30 Jun 2007 06:31:49 +0000, by peter1138
-
(svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison warnings draftSat, 30 Jun 2007 00:17:07 +0000, by KUDr
-
(svn r10394) -Fix [YAPF]: MP desync caused by incorrect last-red-signal penalties applied when cached segment was reused. Players that connected more recently (didn't have these segments cached yet) calculated those penalties correctly. This caused different YAPF results. draftFri, 29 Jun 2007 23:55:16 +0000, by KUDr