Mon, 27 Aug 2007 21:33:26 +0000 rubidium (svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group. Patch by frosch.
Mon, 27 Aug 2007 21:18:04 +0000 rubidium (svn r10991) -Codechange: add documentation, enumification and some code simplifications to the terraforming code. Patch by frosch.
Sun, 26 Aug 2007 21:53:11 +0000 rubidium (svn r10986) -Fix (r10985): inconsistency between documentation and actual code... thanks to glx for spotting it.
Sun, 26 Aug 2007 21:21:59 +0000 rubidium (svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.
Sun, 26 Aug 2007 20:43:22 +0000 rubidium (svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.
Sun, 26 Aug 2007 20:16:02 +0000 rubidium (svn r10983) -Codechange: use vehstatus & VS_CRASHED instead of some other "methods" custom to each vehicle to determine whether the vehicle is crashed.
Sun, 26 Aug 2007 14:38:44 +0000 rubidium (svn r10982) -Fix [FS#1162]: some old savegames could be in a state that the current game logic does not like; in the list of vehicles loading at a station when the vehicle is not actually at the station.
Sun, 26 Aug 2007 13:55:36 +0000 rubidium (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.
Sun, 26 Aug 2007 00:23:32 +0000 belugas (svn r10980) -Fix [FS#1158] : This will hopefully fix the case of an assert that happens when an industry uses a special gfx index (tile spec 0xFF). This 0xFF is the sentinel of a special check done for oil rigs, where water need to be around, but no tile will be constructed on it.
Sat, 25 Aug 2007 20:32:18 +0000 rubidium (svn r10979) -Fix [FS#1157]: catenary on tunnel tiles was drawn non-transparant when the other catenary was drawn transparant. Patch by smatz.
Sat, 25 Aug 2007 20:05:58 +0000 rubidium (svn r10978) -Fix (r10974): only the first road stop (with correct roadtype) was considered when distributing vehicles.
Fri, 24 Aug 2007 19:49:40 +0000 miham (svn r10975) -Update: WebTranslator2 update to 2007-08-24 21:49:23
Fri, 24 Aug 2007 19:19:18 +0000 rubidium (svn r10974) -Fix [FS#1144, FS#1155]: road vehicles that could not (properly) use a road stop still tried to go to that road stop.
Fri, 24 Aug 2007 17:49:42 +0000 KUDr (svn r10973) -Fix [FS#1154]: update wp->xy when waypoint is moved (Catalan)
Fri, 24 Aug 2007 00:23:35 +0000 belugas (svn r10972) -Codechange: Implement the counterpart(GetTranslatedIndustryTileID) of getindustileid of TTDPatch. This allows to ensure that the ID of a tile (taken out of the map or not) is still a valid one regarding the possible override it may have been flagged to.
Fri, 24 Aug 2007 00:04:51 +0000 belugas (svn r10971) -Codechange: One less magical number
Thu, 23 Aug 2007 18:05:51 +0000 belugas (svn r10968) -Codechange: Remove a tileloop performed in the AfterLoadCountBuildings function and use the main loop of CheckhouseIDs instead
Thu, 23 Aug 2007 11:08:59 +0000 truelight (svn r10967) -Fix: in case of moving the window on create (because it doesn't fit in the screen), make sure to move the viewport too if we are an extra viewport (spotted by Maedhros)
Wed, 22 Aug 2007 20:57:28 +0000 miham (svn r10964) -Update: WebTranslator2 update to 2007-08-22 22:57:00
Wed, 22 Aug 2007 01:16:08 +0000 belugas (svn r10963) -Revert(10700): Although the idea was good, it was more prone of errors than usefull.
Wed, 22 Aug 2007 00:59:46 +0000 belugas (svn r10962) -Codechange: protect yourself against an illicit substitution
Wed, 22 Aug 2007 00:52:25 +0000 belugas (svn r10961) -Codechange: Flag default substitutes of industry/tiles with a value that cannot be legal.
Tue, 21 Aug 2007 00:29:10 +0000 belugas (svn r10955) -Fix: The substitute prop (0x08) of industry tiles does not behave as prop 0x08 of industry. Therefore, do not disable the old industry with value of 0xFF. Not a bug fix, just a spec compliance correction...
Mon, 20 Aug 2007 20:29:22 +0000 rubidium (svn r10953) -Fix [FS#1139, FS#1143]: stations would not get a rating when there were already two stations with a "more than default" rating as no cargo would be moved to the station to be picked up.
Sun, 19 Aug 2007 21:51:36 +0000 glx (svn r10948) -Add: [win32] crash.dmp support for MSVC release builds
Sun, 19 Aug 2007 17:55:24 +0000 glx (svn r10946) -Fix (r10932): forgot one occurence
Sun, 19 Aug 2007 16:51:15 +0000 rubidium (svn r10942) -Fix [FS#1133]: make the AI not crash when it has ships as the AI does not support them.
Sun, 19 Aug 2007 09:38:30 +0000 rubidium (svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
Sat, 18 Aug 2007 22:56:58 +0000 rubidium (svn r10931) -Fix [FS#1131]: when a station was destroyed and a vehicle was still loading, changing the current order of the loading vehicle caused a crash. This could happen with removing docks and oil rigs.
Fri, 17 Aug 2007 15:55:19 +0000 miham (svn r10927) -Update: WebTranslator2 update to 2007-08-17 17:54:48
Fri, 17 Aug 2007 00:23:33 +0000 belugas (svn r10926) -Feature: [NewGRF] Add support for variable 67(for real this time) and 68 of Variational Action 2 for Industries
Thu, 16 Aug 2007 18:01:27 +0000 maedhros (svn r10924) -Fix [FS#1120]: VS_STOPPED is only set for the front part of an articulated
Thu, 16 Aug 2007 16:18:22 +0000 glx (svn r10923) -Codechange: use 'real' exception handling in saveload code
Thu, 16 Aug 2007 13:13:07 +0000 maedhros (svn r10922) -Codechange: Allow building and removing tracks and signals when there is a
Thu, 16 Aug 2007 10:10:59 +0000 rubidium (svn r10921) -Fix [FS#1130] (r10323): the company related news messages still thought that companies were described by two parameters instead of one.
Wed, 15 Aug 2007 01:50:13 +0000 belugas (svn r10904) -Fix: When using a temporary industry, make sure you do not clear some unreachable tiles upon its destruction.
Wed, 15 Aug 2007 00:49:34 +0000 belugas (svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Action 2 for Industries
Tue, 14 Aug 2007 20:10:42 +0000 miham (svn r10894) -Update: WebTranslator2 update to 2007-08-14 22:08:16
Tue, 14 Aug 2007 17:31:15 +0000 rubidium (svn r10892) -Fix [FS#1127]: trains would not get flooded when they are at the lower part of a tile that would become a coast tile after flooding. Patch by frosch.
Tue, 14 Aug 2007 17:05:33 +0000 rubidium (svn r10890) -Fix [FS#1125]: removing road with the road removal tool would also work with a negative bank account, making the bank account even more negative than it was.
Tue, 14 Aug 2007 12:13:12 +0000 rubidium (svn r10888) -Fix (r10886): 64 bits alignment made a struct too big.
Tue, 14 Aug 2007 10:47:29 +0000 rubidium (svn r10887) -Cleanup: remove the strings that were removed from english.txt in r10886.
Tue, 14 Aug 2007 10:46:38 +0000 rubidium (svn r10886) -Codechange: modify the "start network server" GUI so it can actually handle more than 10 clients/companies/spectators in a nice way, i.e. without making a combobox with 100 players and add 90 new strings to be able to do so.
Mon, 13 Aug 2007 18:59:34 +0000 truelight (svn r10878) -Add [FS#653]: added TileHeight to the Land Area Information tool (blove)
Mon, 13 Aug 2007 13:12:19 +0000 glx (svn r10877) -Fix: some isocodes were wrong
Sat, 11 Aug 2007 22:57:23 +0000 truelight (svn r10857) -Fix: feeder-income was broken; substract the feeder-costs from the vehicle-income, not from the route-income (tnx to RichK for all the info)
Sat, 11 Aug 2007 15:52:34 +0000 bjarni (svn r10851) -Feature [OSX]: OpenTTD will now pick the same language as finder is set to if no config file is found (ln-)
Fri, 10 Aug 2007 13:33:04 +0000 truelight (svn r10839) -Fix [FS#873]: bring up the assert window for OSX even when there isn't a video-driver loaded (PinguTux)
Fri, 10 Aug 2007 13:27:07 +0000 rubidium (svn r10838) -Fix [FS#1119] (r10698): double negation where only single negation was needed. Patch by frosch.
Fri, 10 Aug 2007 13:11:53 +0000 truelight (svn r10837) -Fix [FS#1102]: DrawLine didn't bound-check the first pixel that was drawn (frosch)
Fri, 10 Aug 2007 08:57:04 +0000 maedhros (svn r10836) -Fix [FS#1014]: Make sure the third cargo type accepted by houses is valid in
Thu, 09 Aug 2007 20:59:36 +0000 glx (svn r10835) -Fix [FS#998] (r10399): don't try to minimise or restore the window when closing openttd
Thu, 09 Aug 2007 05:34:56 +0000 rubidium (svn r10834) -Revert (part of r10833): something too much was committed :(
Thu, 09 Aug 2007 05:25:33 +0000 rubidium (svn r10833) -Fix [FS#1115]: assertion (different cost between test and execution) of overbuilding road tunnels with tram tracks (and vice versa) when the dragged area contains both ends of the tunnel.
Wed, 08 Aug 2007 21:28:03 +0000 miham (svn r10828) -Update: WebTranslator2 update to 2007-08-08 23:27:26
Wed, 08 Aug 2007 14:18:05 +0000 rubidium (svn r10827) -Fix [FS#1112]: out of bounds access in corner case of list allocations of vehicles.
Tue, 07 Aug 2007 23:07:10 +0000 bjarni (svn r10823) -Fix r8610 [FS#1097]: the autoreplace window vehicle count didn't always update correctly) (Matthias)
Tue, 07 Aug 2007 20:42:02 +0000 truelight (svn r10822) -Fix: OSX makes --endian set to PREPROCESSOR, which wasn't an allowed value, making reconfigures to fail (special commit for Bjarni, now he should fix things too :p)
Tue, 07 Aug 2007 15:22:58 +0000 rubidium (svn r10821) -Cleanup: remove the strings that are not needed anymore since r10820.
Tue, 07 Aug 2007 15:20:31 +0000 rubidium (svn r10820) -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).
Mon, 06 Aug 2007 15:00:32 +0000 rubidium (svn r10814) -Fix [FS#1103]/Codechange: allow trams to be reverse manually, even though there is no track to do so.
Mon, 06 Aug 2007 14:08:25 +0000 rubidium (svn r10813) -Fix (r10799): some destructors were performing too much during the pool cleanups, which could cause crashes as already removed pool items could then be dereferenced by other destructors.
Mon, 06 Aug 2007 13:44:50 +0000 maedhros (svn r10812) -Fix (r10097) [FS#1093]: Make RoadVehicle::MarkDirty() mark all parts of articulated vehicles as dirty, not just the front.
Mon, 06 Aug 2007 13:05:45 +0000 maedhros (svn r10811) -Fix (r10097): Refit all the parts of an articulated road vehicle, not just the first part.
Mon, 06 Aug 2007 12:54:03 +0000 maedhros (svn r10810) -Fix (r10097): Add a comma between different cargo types if an articulated vehicle carries more than one cargo.
Mon, 06 Aug 2007 12:46:49 +0000 maedhros (svn r10809) -Fix (r10097): When reversing, articulated parts of road vehicles should not attempt to do their own pathfinding.
Mon, 06 Aug 2007 11:58:15 +0000 maedhros (svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure building menus.
Mon, 06 Aug 2007 06:23:44 +0000 rubidium (svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename, which basically means that it only kept the last autosave.
Sun, 05 Aug 2007 21:20:55 +0000 rubidium (svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.
Sun, 05 Aug 2007 17:43:04 +0000 rubidium (svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
Sun, 05 Aug 2007 14:08:38 +0000 rubidium (svn r10792) -Fix [FS#1104]: when determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location.
Sat, 04 Aug 2007 23:35:27 +0000 glx (svn r10787) -Fix r10755: _total_towns was not increased when placing town manually in scenario editor
Sat, 04 Aug 2007 13:51:41 +0000 truelight (svn r10782) -Fix: wrongly places #endif a long time ago broke WinCE compiling for sure
Sat, 04 Aug 2007 12:53:41 +0000 truelight (svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more
Sat, 04 Aug 2007 01:25:44 +0000 rubidium (svn r10780) -Fix: assertion when opening the advanced vehicle list with the shortcut when being a spectator.
Sat, 04 Aug 2007 00:45:53 +0000 rubidium (svn r10779) -Fix: GCC 4.2 makes (by default for -O2, -O3 and -Os) an assumption that signed integers do not overflow, whereas it is very likely that some of the legacy code does so. It furthermore breaks with the assumed standard (the behaviour is not actually defined in the standard) about the behaviour when signed integers wrap.
Fri, 03 Aug 2007 23:26:12 +0000 truelight (svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal)
Fri, 03 Aug 2007 23:19:29 +0000 truelight (svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug
Fri, 03 Aug 2007 23:18:56 +0000 rubidium (svn r10776) -Fix [FS#1081]: you would not pay for some foundations of bridges whereas you would pay for others.
Fri, 03 Aug 2007 20:46:59 +0000 rubidium (svn r10774) -Fix (r10768): obiwan pleased us with a visit.
Fri, 03 Aug 2007 20:18:38 +0000 rubidium (svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
Fri, 03 Aug 2007 20:17:26 +0000 rubidium (svn r10772) -Codechange: also make use of the generic clean and destroy pool callback functions for vehicle.
Fri, 03 Aug 2007 20:07:43 +0000 rubidium (svn r10771) -Codechange: remove some code duplication from the old loader.
Fri, 03 Aug 2007 19:36:00 +0000 rubidium (svn r10770) -Codechange: use the pool item class as super class for the vehicle struct.
Fri, 03 Aug 2007 18:34:47 +0000 rubidium (svn r10768) -Codechange: allow to specify from which index to search for a free pool item.
Fri, 03 Aug 2007 12:29:56 +0000 rubidium (svn r10765) -Documentation [FS#1100]: of rail.h. Based on a patch by Progman.
Fri, 03 Aug 2007 12:16:06 +0000 rubidium (svn r10764) -Documentation: [FS#1099]: of road.h. Based on a patch by Progman.
Fri, 03 Aug 2007 12:10:07 +0000 rubidium (svn r10763) -Documentation [FS#1098]: document direction.h. Patch by Progman.
Fri, 03 Aug 2007 09:08:49 +0000 peter1138 (svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for
Fri, 03 Aug 2007 02:21:10 +0000 glx (svn r10761) -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_dirty without updating, so it was of by one
Thu, 02 Aug 2007 23:40:19 +0000 rubidium (svn r10760) -Codechange: make the order struct use the pool item class as super class.
Thu, 02 Aug 2007 23:21:52 +0000 rubidium (svn r10759) -Codechange: make the industry struct use the pool item class as super class.
Thu, 02 Aug 2007 22:33:53 +0000 rubidium (svn r10758) -Codechange: make the depot struct use the pool item class as super class.
Thu, 02 Aug 2007 22:32:47 +0000 rubidium (svn r10757) -Codechange: make the engine renew struct use the pool item class as super class.
Thu, 02 Aug 2007 21:19:07 +0000 rubidium (svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle).
Thu, 02 Aug 2007 21:05:54 +0000 rubidium (svn r10755) -Codechange: make the town struct use the pool item class as super class.
Thu, 02 Aug 2007 21:02:57 +0000 rubidium (svn r10754) -Fix: MorphOS does not like sizeof in the templated pool item class, so use the item size that is set in the pool.
Thu, 02 Aug 2007 13:27:45 +0000 rubidium (svn r10753) -Codechange: make the sign struct use the pool item class as super class.
Thu, 02 Aug 2007 13:18:57 +0000 rubidium (svn r10752) -Fix: apparantly const on function pointers is ignored.
Thu, 02 Aug 2007 12:51:57 +0000 rubidium (svn r10751) -Codechange: make the group struct use the pool item class as super class.
Thu, 02 Aug 2007 12:22:40 +0000 rubidium (svn r10750) -Codechange: make the waypoint struct use the new poolitem class as super class.
Thu, 02 Aug 2007 10:49:24 +0000 rubidium (svn r10749) -Codechange: use the generic pool item class as super class for cargo packets, which results in a nice reduction of code duplication.
Thu, 02 Aug 2007 10:47:43 +0000 rubidium (svn r10748) -Codechange: call the pool cleanup functions for stations directly instead of using the wrapper functions.
Thu, 02 Aug 2007 10:47:00 +0000 rubidium (svn r10747) -Codechange: add a variable that points to some index in the pool that is not beyond the first free pool item. It does not necessarily point to the first free item, but it reduces allocation time as it does not have to start at the first item in the pool to find the first free item.
Thu, 02 Aug 2007 08:47:56 +0000 rubidium (svn r10746) -Codechange: add a generic superclass for almost all pool items so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes.
Wed, 01 Aug 2007 23:49:06 +0000 rubidium (svn r10745) -Codechange: generalize the pool cleanup/initialize functions for stations (in such a manner that they can be used for other pools too).
Wed, 01 Aug 2007 22:10:54 +0000 rubidium (svn r10744) -Codechange: make the pool a little more OO, so it can be easier in other places.
Wed, 01 Aug 2007 19:13:42 +0000 rubidium (svn r10743) -Fix: some typos introduces by copy-pasting.
Mon, 30 Jul 2007 17:33:33 +0000 miham (svn r10737) -Update: WebTranslator2 update to 2007-07-30 19:33:14
Mon, 30 Jul 2007 13:36:09 +0000 peter1138 (svn r10736) -Fix: Correct all mispellings of 'successful'.
Mon, 30 Jul 2007 08:49:41 +0000 peter1138 (svn r10734) -Fix [FS#1030]: Revert r10513) and add special cases for collision detection on bridges/tunnels.
Sun, 29 Jul 2007 23:42:59 +0000 rubidium (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
Sun, 29 Jul 2007 23:25:17 +0000 rubidium (svn r10732) -Codechange: lower the minimum size for the extra viewport window.
Sun, 29 Jul 2007 22:58:59 +0000 rubidium (svn r10731) -Codechange: allow smaller initial "build <vehicle type>" windows.
Sun, 29 Jul 2007 22:57:40 +0000 rubidium (svn r10730) -Codechange: allow (some) arbitrary data to be send to the WE_CREATE event.
Sun, 29 Jul 2007 22:21:26 +0000 rubidium (svn r10729) -Fix: some hardware (PS(P|3)) seems to loose the non-blocking state of UDP sockets.
Sun, 29 Jul 2007 21:43:49 +0000 rubidium (svn r10728) -Documentation [FS#1088]: of tile.h. Based on a patch by Progman.
Sun, 29 Jul 2007 20:54:37 +0000 rubidium (svn r10727) -Codechange: when a window would fall outside of the screen (on the right) when opening it, move it to the left so it stays inside the screen.
Sun, 29 Jul 2007 19:19:30 +0000 rubidium (svn r10726) -Codechange: make it possible that the chat window is less than 640 pixels.
Sun, 29 Jul 2007 19:18:22 +0000 rubidium (svn r10725) -Codechange: move some window related code out of gfx.cpp to windows.cpp