Sun, 08 Jun 2008 15:27:57 +0000 rubidium (svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes.
Sun, 08 Jun 2008 14:00:40 +0000 truebrain (svn r13416) [NoAI] -Fix: make doxygen happy again noai
Sun, 08 Jun 2008 13:56:35 +0000 truebrain (svn r13415) [NoAI] -Add: added AITileList_StationType, giving all the tiles on which a station of your requested type is, for a given station noai
Sun, 08 Jun 2008 12:45:11 +0000 truebrain (svn r13414) [NoAI] -Add: added AIStation::HasStationType(station_id, station_type) to check if a given station has a given station-type noai
Sun, 08 Jun 2008 12:28:23 +0000 rubidium (svn r13413) -Codechange: remove some enums that haven't been used for years.
Sun, 08 Jun 2008 12:06:27 +0000 truebrain (svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is called when a thread is terminated. Now GenWorld- and SaveLoad-thread cleanup theirselves correctly, while Fibers don't (as that causes access-violations)
Sun, 08 Jun 2008 10:51:36 +0000 rubidium (svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
Sun, 08 Jun 2008 10:37:30 +0000 rubidium (svn r13410) [NoAI] -Add: functions to perform town actions (advertising, bribing, building statues, etc). noai
Sun, 08 Jun 2008 09:14:30 +0000 rubidium (svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order.
Sun, 08 Jun 2008 08:44:19 +0000 rubidium (svn r13408) -Codechange: some stricter checking.
Sat, 07 Jun 2008 23:30:41 +0000 truebrain (svn r13407) [NoAI] -Add: added AICompany::IsMine() to ease up owner-checks (no, not the ones to cash in money) noai
Sat, 07 Jun 2008 23:08:42 +0000 truebrain (svn r13406) [NoAI] -Change [API CHANGE]: renamed CompanyIndex to CompanyID and AICompany::ResolveCompanyIndex() to AICompany::ResolveCompanyID(), to be more consistant with the rest of the API noai
Sat, 07 Jun 2008 23:06:36 +0000 glx (svn r13405) [NoAI] -Fix (r13403): forgot project files noai
Sat, 07 Jun 2008 23:05:36 +0000 truebrain (svn r13404) [NoAI] -Change [API CHANGE]: AITile::IsBuildable no longer returns 'true' on road, but only on a halve piece of road (as that is auto-removed). This should make this function return less 'true', and more sane results :) noai
Sat, 07 Jun 2008 22:57:00 +0000 rubidium (svn r13403) [NoAI] -Add: wrapper to read the game settings directly without *any* promises on the results being stable in the future when OpenTTD changes the semantics. noai
Sat, 07 Jun 2008 21:55:04 +0000 truebrain (svn r13402) [NoAI] -Fix: note that WaterDepots are 1x2 in size (which might suprise people) noai
Sat, 07 Jun 2008 21:50:12 +0000 truebrain (svn r13401) [NoAI] -Fix: note that Money in AIs is always represented in Pounds (requested by Finaldeath) noai
Sat, 07 Jun 2008 16:15:20 +0000 miham (svn r13400) -Update: WebTranslator2 update to 2008-06-07 18:14:28
Sat, 07 Jun 2008 16:05:03 +0000 glx (svn r13399) [NoAI] -Add: added AITile::IsWithinTownInfluence (on request by Finaldeath) noai
Sat, 07 Jun 2008 16:01:47 +0000 truebrain (svn r13398) [NoAI] -Add: added AISign::GetOwner (on request by Finaldeath) noai
Sat, 07 Jun 2008 00:06:36 +0000 frosch (svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with zero sprites.
Fri, 06 Jun 2008 19:27:09 +0000 glx (svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs)
Fri, 06 Jun 2008 18:25:42 +0000 truebrain (svn r13395) [NoAI] -Fix [API CHANGE]: Rename AIOrder::GetNumberOfORders to AIOrder::GetOrderCount noai
Fri, 06 Jun 2008 09:28:46 +0000 truebrain (svn r13394) [NoAI] -Fix: make sure Doxygen gives a valid link for SorterType noai
Fri, 06 Jun 2008 09:21:06 +0000 truebrain (svn r13393) [NoAI] -Fix [API CHANGE]: return -1 (not 'false') on invalid industry with AIIndustry::NNNTransported() noai
Fri, 06 Jun 2008 09:20:30 +0000 truebrain (svn r13392) [NoAI] -Fix: comment fix in AITown::GetLocation noai
Fri, 06 Jun 2008 00:44:23 +0000 glx (svn r13391) [NoAI] -Add: added AITown.GetNumHouses(), AITown.GetLastMonthProduction(), AITown.GetLastMonthTransported() and AITown.GetMaxProduction() noai
Thu, 05 Jun 2008 20:54:52 +0000 glx (svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
Thu, 05 Jun 2008 16:55:00 +0000 rubidium (svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan.
Thu, 05 Jun 2008 12:08:20 +0000 peter1138 (svn r13388) -Codechange: Remove "my invented flag for something that is a wagon"
Thu, 05 Jun 2008 11:34:26 +0000 rubidium (svn r13387) -Fix: industry directory sorting not working correctly (= != ==)
Thu, 05 Jun 2008 11:26:38 +0000 rubidium (svn r13386) -Fix: global currency/units setting being overriden when loading a savegame.
Thu, 05 Jun 2008 07:38:22 +0000 peter1138 (svn r13385) -Fix (r12137): In the purchase list, CB36 for capacity was not called for the first part of rail and road vehicles.
Thu, 05 Jun 2008 06:17:04 +0000 miham (svn r13384) -Update: WebTranslator2 update to 2008-06-05 08:15:43
Thu, 05 Jun 2008 01:43:03 +0000 belugas (svn r13383) -Codechange: Put the cost of house removal in a class member
Wed, 04 Jun 2008 22:57:17 +0000 truebrain (svn r13382) [NoAI] -Add: added AICargo::GetTownEffect() noai
Wed, 04 Jun 2008 22:30:44 +0000 glx (svn r13380) -Fix (r13327): MSVC signed/unsigned warning
Wed, 04 Jun 2008 22:34:45 +0000 glx (svn r13381) [NoAI] -Sync with trunk r13325:13380 noai
Wed, 04 Jun 2008 22:03:22 +0000 glx (svn r13379) -Fix (r13255): drive side can't be changed in intro
Wed, 04 Jun 2008 11:21:36 +0000 smatz (svn r13378) -Fix (r13375): compilation without network support was broken
Wed, 04 Jun 2008 06:40:07 +0000 peter1138 (svn r13377) -Codechange: Let 'long format' build year work in vehicle purchase list.
Wed, 04 Jun 2008 00:17:48 +0000 belugas (svn r13376) -Feature: Add access to current long year and date from Action 7/9/D and VarAction2 (23/24 or A3/A4)
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
Tue, 03 Jun 2008 12:11:16 +0000 peter1138 (svn r13374) -Fix (r13364): Some common compilers do not yet support 9 year old specifications.
Tue, 03 Jun 2008 11:39:15 +0000 smatz (svn r13373) -Fix (r10210): loading of very old savegames was broken
Tue, 03 Jun 2008 10:22:42 +0000 peter1138 (svn r13372) -Cleanup: Excessive whitespace
Tue, 03 Jun 2008 09:58:13 +0000 peter1138 (svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string.
Tue, 03 Jun 2008 08:06:58 +0000 rubidium (svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h.
Tue, 03 Jun 2008 08:04:35 +0000 rubidium (svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
Tue, 03 Jun 2008 03:06:16 +0000 belugas (svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
Tue, 03 Jun 2008 02:20:27 +0000 belugas (svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not
Tue, 03 Jun 2008 00:23:54 +0000 smatz (svn r13366) -Fix: clicking in the Subsidies window was broken
Mon, 02 Jun 2008 23:01:57 +0000 rubidium (svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting.
Mon, 02 Jun 2008 19:52:41 +0000 peter1138 (svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access.
Mon, 02 Jun 2008 19:35:30 +0000 peter1138 (svn r13363) -Codechange: Code duplication tidy up
Mon, 02 Jun 2008 14:34:23 +0000 smatz (svn r13362) -Fix: make the town authority window a bit less glitchy
Mon, 02 Jun 2008 14:30:55 +0000 glx (svn r13361) -Fix (r13360): regexp failed
Mon, 02 Jun 2008 14:27:58 +0000 skidd13 (svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()
Mon, 02 Jun 2008 14:19:27 +0000 skidd13 (svn r13359) -Codechange: convert _fios_items to a SmallVector
Mon, 02 Jun 2008 08:33:38 +0000 rubidium (svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc.