Sun, 27 Aug 2006 07:23:46 +0000 KUDr (svn r6164) -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p)
Sun, 27 Aug 2006 07:04:14 +0000 KUDr (svn r6163) -Codechange: distance rounded up (correction of r6162)
Sun, 27 Aug 2006 06:52:25 +0000 KUDr (svn r6162) -Fix: Multistop problem caused by incorrect distance returned by YapfRoadVehDistanceToTile() (by mart3p)
Sat, 26 Aug 2006 22:28:40 +0000 bjarni (svn r6161) -Feature: List of vehicles with the same shared orders
Sat, 26 Aug 2006 22:24:32 +0000 KUDr (svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
Sat, 26 Aug 2006 21:54:04 +0000 Darkvater (svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer)
Sat, 26 Aug 2006 20:54:30 +0000 Darkvater (svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc
Sat, 26 Aug 2006 20:09:25 +0000 truelight (svn r6157) -Codechange: DeleteVehicle removes a vehicle from the pool
Sat, 26 Aug 2006 19:51:49 +0000 truelight (svn r6156) -Codechange: DeleteIndustry removes an industry from the pool
Sat, 26 Aug 2006 19:47:13 +0000 truelight (svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock
Sat, 26 Aug 2006 19:40:40 +0000 truelight (svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others
Sat, 26 Aug 2006 19:29:35 +0000 truelight (svn r6153) -Codechange: DeleteSign removes a sign from the pool
Sat, 26 Aug 2006 19:18:50 +0000 truelight (svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more
Sat, 26 Aug 2006 19:14:02 +0000 truelight (svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool
Sat, 26 Aug 2006 18:27:15 +0000 truelight (svn r6150) -Codechange: introduced and used RoadStopID where needed
Sat, 26 Aug 2006 18:05:05 +0000 truelight (svn r6149) -Codechange: DeleteTown removes a town from the pool
Sat, 26 Aug 2006 17:34:48 +0000 truelight (svn r6148) -Fix r6146: mostly it is useful to declare a variable in the function you use it (tnx Tron)
Sat, 26 Aug 2006 17:31:57 +0000 truelight (svn r6147) -Fix: I don't know how to write Destination :(
Sat, 26 Aug 2006 17:31:47 +0000 truelight (svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via an indirect (and btw the old) way
Sat, 26 Aug 2006 17:16:51 +0000 truelight (svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pool
Sat, 26 Aug 2006 17:12:24 +0000 truelight (svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had nothing to do
Sat, 26 Aug 2006 16:46:32 +0000 truelight (svn r6143) -Codechange: DeleteWaypoint removes a waypoint from the pool
Sat, 26 Aug 2006 16:34:03 +0000 truelight (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)
Sat, 26 Aug 2006 14:44:55 +0000 truelight (svn r6141) -Codechange: introduced DepotID and used it as much as possible
Sat, 26 Aug 2006 14:41:16 +0000 Darkvater (svn r6140) -Codechange: fix the comment of _shift_pressed. It doesn't react to ALT, but to SHIFT.
Sat, 26 Aug 2006 14:39:05 +0000 Darkvater (svn r6139) -Codechange: strings are StringID. This should be changed in strings.h as well, but you would need to include openttd.h and that opens a whole new can of worms.
Sat, 26 Aug 2006 14:36:19 +0000 Darkvater (svn r6138) - Remove stdafx.c since we do not use it.
Sat, 26 Aug 2006 14:22:54 +0000 truelight (svn r6137) -Codechange: some very minor cleanups:
Sat, 26 Aug 2006 11:06:54 +0000 truelight (svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, causing nasty desyncs
Sat, 26 Aug 2006 07:45:18 +0000 miham (svn r6135) WebTranslator2 update to 2006-08-26 09:44:54
Fri, 25 Aug 2006 19:18:16 +0000 belugas (svn r6131) -Codechange : Complete all missing _ttdpatch_flags entries
Fri, 25 Aug 2006 12:58:52 +0000 tron (svn r6122) Fix an off-by-two error in r6108: it should be the index for the last element in the array
Fri, 25 Aug 2006 12:26:34 +0000 truelight (svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted as input
Fri, 25 Aug 2006 08:49:32 +0000 miham (svn r6114) WebTranslator2 update to 2006-08-25 10:49:08
Fri, 25 Aug 2006 00:41:10 +0000 belugas (svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.
Fri, 25 Aug 2006 00:35:11 +0000 belugas (svn r6107) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen vs 80 project
Thu, 24 Aug 2006 22:52:58 +0000 Darkvater (svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project
Thu, 24 Aug 2006 22:04:24 +0000 rubidium (svn r6104) -Fix: make install did not create a directory for the heightmaps
Thu, 24 Aug 2006 15:39:17 +0000 truelight (svn r6098) -Fix 6097: stupid me.... CHARS! Not strings, for strrchr :(
Thu, 24 Aug 2006 15:36:25 +0000 truelight (svn r6097) -Fix: mingw and cygwin get / from Makefile, where \ is expected. Make exeption code for it (tnx for debug Frostregen)
Thu, 24 Aug 2006 15:21:09 +0000 truelight (svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)
Thu, 24 Aug 2006 12:08:25 +0000 truelight (svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen (Darkvater)
Thu, 24 Aug 2006 10:19:59 +0000 rubidium (svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the dedicated server always generating the same map. Thanks to the #openttdcoop team for detecting.
Thu, 24 Aug 2006 10:11:32 +0000 truelight (svn r6084) -Fix r6073: if we removed MSVC6 support, then why is unittest.dsp still around...
Thu, 24 Aug 2006 08:19:30 +0000 miham (svn r6083) WebTranslator2 update to 2006-08-24 10:19:06
Thu, 24 Aug 2006 01:25:00 +0000 belugas (svn r6082) -CodeChange : Remove the unneeded table/sprites.h include in newgrf_cargo.h.
Wed, 23 Aug 2006 23:23:14 +0000 belugas (svn r6081) -Fix(6054) : Silenced a MSVC warning on compiling (thanks MaulinMonkey)
Wed, 23 Aug 2006 20:53:53 +0000 glx (svn r6079) -Change: size and alignment of random seed input box and randomise button
Wed, 23 Aug 2006 20:46:54 +0000 truelight (svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop team for detecting and Rubidium for finding the cause.
Wed, 23 Aug 2006 19:58:17 +0000 miham (svn r6076) WebTranslator2 update to 2006-08-23 21:57:55
Wed, 23 Aug 2006 18:22:11 +0000 Darkvater (svn r6073) -We have removed MSVC6 support, so remove strgen and langs project files as well.
Wed, 23 Aug 2006 15:30:03 +0000 matthijs (svn r6068) -Codechange: Switch PNG and BMP priority for screenshots. This ensures PNG is used by default when available. (hylje)
Wed, 23 Aug 2006 13:55:56 +0000 miham (svn r6064) WebTranslator2 update to 2006-08-23 15:55:27
Tue, 22 Aug 2006 22:59:42 +0000 glx (svn r6059) -Fix(r6049): FOR_ALL was not use to not skip invalid items, so really don't skip invalid items :)
Tue, 22 Aug 2006 21:17:19 +0000 truelight (svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0
Tue, 22 Aug 2006 21:14:45 +0000 truelight (svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns a valid XXX, unless there are none to pick from. Then NULL is returned.
Tue, 22 Aug 2006 20:56:08 +0000 truelight (svn r6056) -Codechange: don't use a loop what can be done with a simple wrapper
Tue, 22 Aug 2006 20:41:26 +0000 truelight (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (or, will do that).
Tue, 22 Aug 2006 20:39:18 +0000 tron (svn r6054) Change the sign sorter in a similar way as the other sorters: Remember a list of pointers to signs instead of a list of SignIDs - This removes a layer of indirection
Tue, 22 Aug 2006 18:15:17 +0000 truelight (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID