log

age author description
Tue, 23 Jan 2007 00:04:17 +0000 bjarni (svn r8363) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own draft
Mon, 22 Jan 2007 23:23:30 +0000 bjarni (svn r8362) -Codechange: [vehicle build window] moved the engine drawing loop to a function of it's own draft
Mon, 22 Jan 2007 21:38:16 +0000 rubidium (svn r8361) -Codechange: make sure the range of the dates coming from the network are valid in OpenTTD draft
Mon, 22 Jan 2007 21:00:38 +0000 miham (svn r8360) [Translations] -Fix: removed 4 empty strings from simplified chinese translation draft
Mon, 22 Jan 2007 20:52:20 +0000 miham (svn r8359) [Translations] -Change: Removed the .UTF-8 suffix from isocodes draft
Mon, 22 Jan 2007 20:38:19 +0000 maedhros (svn r8356) -Codechange: [Graphs] Rename mx to highest_value, and fix the scaling for negative values. draft
Mon, 22 Jan 2007 18:28:30 +0000 miham (svn r8354) -Update: WebTranslator2 update to 2007-01-22 19:27:50 draft
Mon, 22 Jan 2007 16:48:36 +0000 bjarni (svn r8353) -Cleanup: added IsPlayerBuildableVehicleType() to autoreplace code (duplicated code removal) draft
Mon, 22 Jan 2007 16:26:45 +0000 maedhros (svn r8350) -Codechange: [Graphs] Use DrawStringCentered instead of a hardcoded offset to make the string appear centred. draft
Mon, 22 Jan 2007 16:16:52 +0000 bjarni (svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with real static inline functions draft
Mon, 22 Jan 2007 15:46:57 +0000 maedhros (svn r8347) -Codechange: [Graphs] Make some more variables local to the loops they're used in, and remove some assumptions about the size of an array. draft
Mon, 22 Jan 2007 14:08:14 +0000 bjarni (svn r8343) -Cleanup: [build vehicle windows] added a few comments and removed two switch-cases, that we can do without draft
Mon, 22 Jan 2007 10:27:14 +0000 bjarni (svn r8341) -Codechange (r8336): added assert to VehTypeToIndex() to ensure valid vehicle types in the argument draft
Mon, 22 Jan 2007 08:38:18 +0000 bjarni (svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp draft
Mon, 22 Jan 2007 02:59:50 +0000 belugas (svn r8339) -Fix(r8331): MSVC seems to be a little more strict (or less intelligent) then other compilers when it comes to operator precedence. draft
Mon, 22 Jan 2007 02:09:51 +0000 bjarni (svn r8338) -Codechange: merged road vehicle build window into the other ones draft
Mon, 22 Jan 2007 01:35:53 +0000 bjarni (svn r8337) -Cleanup: removed some more switch-cases in build_vehicle_gui.cpp and added arrays + VehTypeToIndex() instead draft
Mon, 22 Jan 2007 01:13:10 +0000 bjarni (svn r8336) -Codechange: added function to translate vehicle types to 0,1,2... for use for index to arrays draft
Mon, 22 Jan 2007 00:26:46 +0000 bjarni (svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options draft
Sun, 21 Jan 2007 23:24:25 +0000 bjarni (svn r8334) -Fix (r8331): build window buttons now both resize as intended draft
Sun, 21 Jan 2007 23:13:46 +0000 bjarni (svn r8333) -Codechange: when invalidating a build window list, set a flag instead of rebuilding the list and then rebuild it the next time it's redrawn draft
Sun, 21 Jan 2007 22:57:52 +0000 bjarni (svn r8332) -Codechange: moved DrawAircraftImage() and CcBuildAircraft() from build_vehicle_gui.cpp to aircraft_gui.cpp draft
Sun, 21 Jan 2007 22:50:43 +0000 bjarni (svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well draft
Sun, 21 Jan 2007 20:54:29 +0000 maedhros (svn r8330) -Codechange: Remove num_x and num_dataset from DrawGraph. draft
Sun, 21 Jan 2007 20:34:28 +0000 maedhros (svn r8329) -Codechange: Remove the the horribly abused j and k variables completely, and make i local to each loop it's used in. draft
Sun, 21 Jan 2007 20:14:35 +0000 maedhros (svn r8328) -Codechange: Remove some magic numbers in the graph drawing code. draft
Sun, 21 Jan 2007 20:08:00 +0000 bjarni (svn r8327) -Codechange: though overloading, IsPlayerBuildableVehicleType() now works with the type given as a byte as well as a vehicle pointer draft
Sun, 21 Jan 2007 19:40:38 +0000 truelight (svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind the new WINCE tag in sources.list draft
Sun, 21 Jan 2007 19:31:29 +0000 miham (svn r8324) [Translations] -Change: Declared simplified_chinese as officially available language (number of missing strings is far less than 100) draft
Sun, 21 Jan 2007 19:27:50 +0000 miham (svn r8323) [Translations] -Fix: removed untranslated strings from chinese language, fixed a wrong plural param draft
Sun, 21 Jan 2007 19:19:25 +0000 maedhros (svn r8322) -Codechange: Rename unk61A and unk61C to something a little more descriptive. draft
Sun, 21 Jan 2007 19:00:31 +0000 tron (svn r8321) -Fix draft
Sun, 21 Jan 2007 18:46:19 +0000 tron (svn r8320) -Fix draft
Sun, 21 Jan 2007 18:42:15 +0000 maedhros (svn r8319) -Codechange: Remove the remaining colours from GraphDrawer as they're also the same everywhere. draft
Sun, 21 Jan 2007 18:30:21 +0000 miham (svn r8318) -Update: WebTranslator2 update to 2007-01-21 19:29:35 draft
Sun, 21 Jan 2007 18:07:35 +0000 maedhros (svn r8317) -Codechange: Remove GraphDrawer::bg_line_color since it was the same everywhere it was set. draft
Sun, 21 Jan 2007 17:29:38 +0000 rubidium (svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused. draft
Sun, 21 Jan 2007 17:09:32 +0000 truelight (svn r8315) -Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available draft
Sun, 21 Jan 2007 16:08:18 +0000 tron (svn r8314) -Fix draft
Sun, 21 Jan 2007 15:18:36 +0000 truelight (svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked draft
Sun, 21 Jan 2007 15:03:37 +0000 maedhros (svn r8312) -Fix (r8038, sort of): Operating profit and the company value can be negative, draft
Sun, 21 Jan 2007 14:44:25 +0000 truelight (svn r8311) [WinCE] -Fix r8304: GDI wasn't enabled by default on WinCE draft
Sun, 21 Jan 2007 14:36:08 +0000 truelight (svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;) draft
Sun, 21 Jan 2007 14:32:40 +0000 truelight (svn r8309) [WinCE] -Fix: WinCE doesn't know resolution changing draft
Sun, 21 Jan 2007 14:21:31 +0000 truelight (svn r8308) [WinCE] -Revert r5764: in case of WinCE, use the code for FileExists as it was in pre-r5764 for Win32 (tnx Darkvater) draft
Sun, 21 Jan 2007 14:19:44 +0000 truelight (svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later. draft
Sun, 21 Jan 2007 14:19:18 +0000 truelight (svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an alternative where possible draft
Sun, 21 Jan 2007 14:15:38 +0000 truelight (svn r8305) -Codechange: defining 'static const' in a header is a bit weird. draft
Sun, 21 Jan 2007 14:14:27 +0000 truelight (svn r8304) [WinCE] -Add: added configure detection for WinCE. draft
Sun, 21 Jan 2007 13:16:31 +0000 bjarni (svn r8303) -Codechange (r8293): default is moved to the front of the switch in ShowVehicleListWindowLocal() draft
Sun, 21 Jan 2007 12:35:35 +0000 maedhros (svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp. draft
Sun, 21 Jan 2007 11:49:18 +0000 maedhros (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that draft
Sun, 21 Jan 2007 08:04:14 +0000 tron (svn r8299) -Fix draft
Sun, 21 Jan 2007 01:25:59 +0000 bjarni (svn r8296) -Fix: GenerateVehicleSortList() tried to put a TileIndex into an uint16 draft
Sun, 21 Jan 2007 01:07:15 +0000 bjarni (svn r8295) -Cleanup: merged arguments station, order and depot_airport_index for GenerateVehicleSortList() and BuildVehicleList() into one uint16 argument draft
Sun, 21 Jan 2007 00:13:39 +0000 bjarni (svn r8294) -Fix: deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared draft
Sun, 21 Jan 2007 00:01:47 +0000 bjarni (svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments) draft
Sat, 20 Jan 2007 18:50:50 +0000 miham (svn r8290) -Update: WebTranslator2 update to 2007-01-20 19:46:14 draft
Sat, 20 Jan 2007 18:42:27 +0000 miham (svn r8289) [Translations] -Fix: translators sent some offline translation for simplified chinese (Fishingsnow) and japanese (ickoonite) draft
Sat, 20 Jan 2007 11:26:16 +0000 bjarni (svn r8288) -Fix: [OSX] compiling with debug enabled now works again draft
Sat, 20 Jan 2007 09:49:29 +0000 peter1138 (svn r8287) -Fix (r8286): forgot to check for newline format, sorry... draft
Sat, 20 Jan 2007 09:19:37 +0000 peter1138 (svn r8286) -Add: Korean translation by Ezi draft
Fri, 19 Jan 2007 22:41:50 +0000 KUDr (svn r8284) -Fix (r8277): g++ compilation error: missing brackets in sizeof draft
Fri, 19 Jan 2007 21:40:10 +0000 peter1138 (svn r8283) -Fix (r8128): Custom waypoint drawing used wrong bits since bitshuffling occurred. Also update with other station drawing changes (code duplication, draft
Fri, 19 Jan 2007 18:33:30 +0000 miham (svn r8281) -Update: WebTranslator2 update to 2007-01-19 19:32:57 draft
Fri, 19 Jan 2007 17:46:44 +0000 peter1138 (svn r8280) -Codechange: Remove unnecessarily complex assignment of waypoint string ID. draft
Fri, 19 Jan 2007 17:44:11 +0000 Darkvater (svn r8279) -Regression (r8274): Removing signals could fail under certain circumstances (not the proper bits of p1/p2 were set to trackbits). Moved trackbits back to bits 0..2, ctrl to 3, semaphore to 4. Also lower the decision of the ctrl-override of signal/semaphore from the GUI into the cmd function since we are passing the ctrl-bit anyways. Bug(s) found by Frostregen; thanks draft
Fri, 19 Jan 2007 16:01:43 +0000 KUDr (svn r8277) -Fix (r8038): assert on game exit when waypoints were used. The static variable of type Station (inside ComposeWaypointStation) replaced by byte array so no destructor is called for it on exit. draft
Fri, 19 Jan 2007 11:47:48 +0000 tron (svn r8276) -Fix draft
Fri, 19 Jan 2007 06:08:04 +0000 tron (svn r8275) -Fix draft
Fri, 19 Jan 2007 00:01:52 +0000 Darkvater (svn r8274) -Codechange (r8151): Move the automatic semaphore/signal checks inside the CMD_ functions where they are supposed to be. Achieve this by adding a seperate bit to p1/p2 to hold the CTRL-modifier. While here, use proper types, and 'unify' the parameter bit-meanings. 0 - ctrl-pressed, 1 - signal/semaphore, 2-4 - trackbits, 5 - remove (internal), 24-31 - drag density. draft
Thu, 18 Jan 2007 23:48:04 +0000 KUDr (svn r8273) -Fix: return value from clamp was ignored draft
Thu, 18 Jan 2007 23:45:58 +0000 KUDr (svn r8272) -Fix (r8038): signed/unsigned change - PlayerID is now enum (signed) and was byte so test for PlayerID validity needed to be updated (Darkvater) draft
Thu, 18 Jan 2007 22:24:11 +0000 miham (svn r8267) [Translations] -Fix: (r8266) fixed the ownname and the isocode of the russian language draft
Thu, 18 Jan 2007 18:42:50 +0000 miham (svn r8266) -Update: WebTranslator2 update to 2007-01-18 19:42:06 draft
Thu, 18 Jan 2007 15:39:58 +0000 Darkvater (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et. draft
Thu, 18 Jan 2007 15:27:57 +0000 Darkvater (svn r8253) -Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's. draft
Thu, 18 Jan 2007 15:26:52 +0000 Darkvater (svn r8252) -Regression(r8204): WT2 commit removed ##isocode from Russian, resulting in a clean draft
Thu, 18 Jan 2007 14:08:56 +0000 Darkvater (svn r8240) -Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo) draft
Thu, 18 Jan 2007 14:06:30 +0000 Darkvater (svn r8239) -Regression (r7278): Help window was empty for UNICODE builds draft
Thu, 18 Jan 2007 09:34:44 +0000 KUDr (svn r8231) -Fix (r8125): MP desync caused by calling Random() from station constructor. This was wrong because station constructor is called also when loading savegame and when player tries to build station when it is not sure that it will succeed (thanks Rubidium) draft
Wed, 17 Jan 2007 23:25:19 +0000 Darkvater (svn r8218) -Codechange: Increase spritecache size to 2MB. This will vastly improve performance when using (lots of) grf files. You can change it yourself easily with the SPRITE_CACHE_SIZE compile flag. (peter1138). draft
Wed, 17 Jan 2007 22:44:49 +0000 peter1138 (svn r8214) -Fix (r8038): The fast forward flag stores 2 bits, not 1. Remember the draft
Wed, 17 Jan 2007 22:32:34 +0000 tron (svn r8212) -Fix draft
Wed, 17 Jan 2007 22:19:12 +0000 peter1138 (svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map draft
Wed, 17 Jan 2007 21:14:17 +0000 tron (svn r8207) -Fix draft
Wed, 17 Jan 2007 21:05:39 +0000 miham (svn r8206) [Translations] -Fix: Fixed r8193, converted the html notations back to UTF8 characters draft
Wed, 17 Jan 2007 20:37:25 +0000 miham (svn r8204) -Fix: reverted r8202, since it did not solve all the problems, since ALL language changes done today are garbage due to a quick bugfix in WT2 which introduced another, much more serious bug: put an utf8_to_htmlcode() call to a wrong place draft
Wed, 17 Jan 2007 20:34:29 +0000 tron (svn r8203) -Fix: draft
Wed, 17 Jan 2007 20:29:45 +0000 miham (svn r8202) -Fix: r8193: russian.txt changes somehow became garbage draft
Wed, 17 Jan 2007 19:55:18 +0000 rubidium (svn r8198) -Codechange: two global variables are not needed when network is disabled. draft
Wed, 17 Jan 2007 18:43:03 +0000 miham (svn r8193) -Update: WebTranslator2 update to 2007-01-17 19:42:11 draft
Wed, 17 Jan 2007 12:57:35 +0000 peter1138 (svn r8186) -Fix (FS#557): Apply railtype offset to station graphics if no custom station is in use. draft
Wed, 17 Jan 2007 11:15:51 +0000 celestar (svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gave them proper constructors/destructors (Thanks to KUDr for a nice interactive C++ lesson) draft
Wed, 17 Jan 2007 06:54:03 +0000 tron (svn r8184) if cascade -> switch draft
Wed, 17 Jan 2007 06:33:23 +0000 tron (svn r8183) When iterating over the map in AfterLoadGame() do it the same way for all loops draft
Wed, 17 Jan 2007 00:01:55 +0000 rubidium (svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames. draft
Tue, 16 Jan 2007 23:01:06 +0000 Darkvater (svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port parameter if a player was also specified. (both IP#Player:Port and IP:Port#Player btw) draft
Tue, 16 Jan 2007 22:56:18 +0000 rubidium (svn r8167) -Fix (FS#556): a network client crashes, due to a division by zero, when the connection gets lost at the right moment or when the packet is malformed (server sends size 0 for the map). draft
Tue, 16 Jan 2007 22:10:35 +0000 peter1138 (svn r8166) -Fix (r7797): Protect against out of bounds access to the sprite ptr draft
Tue, 16 Jan 2007 21:34:51 +0000 Darkvater (svn r8165) -Revert r8107 and show the MD5SUM of the *REPLACEMENT* grf file, NOT the original one. Reason for this is that this md5sum is saved, and otherwise a wrong md5sum would be stored in a savegame. draft
Tue, 16 Jan 2007 20:16:30 +0000 Darkvater (svn r8164) -Codechange (r8159): Fix up some comments/doxygen for disasters and rename Submarine1/2 to small/big draft
Tue, 16 Jan 2007 19:27:28 +0000 miham (svn r8163) [Translations] Re-added cases for the czech language (they were removed either accidentally or on purpose, will look after it later draft
Tue, 16 Jan 2007 18:45:25 +0000 miham (svn r8162) WebTranslator2 update to 2007-01-16 19:44:34 draft
Tue, 16 Jan 2007 18:31:58 +0000 rubidium (svn r8161) -Fix (FS#555, r8144): enroute_from_xy was not set properly for old savegames. draft
Tue, 16 Jan 2007 17:44:59 +0000 maedhros (svn r8160) -Fix (r8151): Do not use HasSignals on tiles without railways. draft
Tue, 16 Jan 2007 16:54:06 +0000 Darkvater (svn r8159) -Cleanup: Sprinkle some coding-style and comments on the disaster code. draft
Tue, 16 Jan 2007 16:28:41 +0000 Darkvater (svn r8158) -Fix: The submarine disaster failed to move at all due to wrong masking of trackbits draft
Tue, 16 Jan 2007 15:45:20 +0000 rubidium (svn r8157) -Fix (r3136): moving cargo during auto replaces did not update the cached vehicle weight for trains properly. This caused (in network games) the server to have a different cached vehicle weight than newly joined clients would have, which causes desyncs. draft
Tue, 16 Jan 2007 15:20:22 +0000 bjarni (svn r8155) -Fix: fixed compilation when --disable-network is in use draft
Tue, 16 Jan 2007 15:18:02 +0000 peter1138 (svn r8154) -Codechange: Water can no longer be under bridge tiles, so don't check for it. draft
Tue, 16 Jan 2007 11:13:00 +0000 peter1138 (svn r8153) -Codechange: Change UpdateStationAcceptance() and ShowRejectOrAcceptNews() to work with cargo IDs instead of cargo names, and explicitly list the different strings to use. draft
Tue, 16 Jan 2007 08:10:29 +0000 tron (svn r8152) Fix a off-by-one error in the placement of the sticky box of the road build toolbar in the scenario editor draft
Mon, 15 Jan 2007 22:18:35 +0000 maedhros (svn r8151) -Feature: Automatically build semaphores before a configurable date, which can be set by each network player seperately. draft
Mon, 15 Jan 2007 18:28:27 +0000 miham (svn r8148) WebTranslator2 update to 2007-01-15 19:25:31 draft
Mon, 15 Jan 2007 17:32:42 +0000 bjarni (svn r8147) -Fix: [autoreplace] v->leave_depot_instantly was not always reset correctly draft
Mon, 15 Jan 2007 17:32:01 +0000 celestar (svn r8146) -Fix (FS#552, r8038): a C/C++ linkage problem on some very few incarnations of gcc draft
Mon, 15 Jan 2007 16:31:46 +0000 belugas (svn r8145) -Featurette: Allow for Tropic Farm to plant fields after producing cargo, like its counterpart in temperate climate. draft
Mon, 15 Jan 2007 14:42:24 +0000 celestar (svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing) draft
Mon, 15 Jan 2007 07:38:36 +0000 tron (svn r8143) Remove the landscaping button from the build toolbars. draft
Mon, 15 Jan 2007 00:58:18 +0000 bjarni (svn r8141) -Fix r8128: [OSX] now OSX can compile again. draft
Mon, 15 Jan 2007 00:09:25 +0000 Darkvater (svn r8140) -Fix [FS#54]: Combat helicopter flies past factory before it shoots. Chopper comes from the north-east, so it looks in +15 direction (forward), not -15 direction. Probably bad copy-paste from airplane-destroys-oil-refinery disaster. draft
Sun, 14 Jan 2007 23:43:59 +0000 KUDr (svn r8139) -Cleanup: simplify auto_ptr initialization (Tron) draft
Sun, 14 Jan 2007 23:36:25 +0000 KUDr (svn r8138) -Cleanup: comment style corrections draft
Sun, 14 Jan 2007 23:09:25 +0000 rubidium (svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for savegames with version 24 or lower and do not calculate roadstop->num_vehicles when reading the roadstops as the vehicles might not be loaded at that moment. draft
Sun, 14 Jan 2007 23:02:12 +0000 KUDr (svn r8136) -Codechange: Station spread rectangle manipulators turned into StationRect::methods. draft
Sun, 14 Jan 2007 22:43:19 +0000 Darkvater (svn r8135) -Fix (r7582): Don't assert on duplicate non-static grfs when removing duplicates as the PEBKAC effect can result in the user adding the same grf's in the config file. draft
Sun, 14 Jan 2007 22:39:53 +0000 Darkvater (svn r8134) -Fix (r8013): Add a newline after the ShowInfo console output draft
Sun, 14 Jan 2007 21:50:56 +0000 Darkvater (svn r8133) -Fix [FS#535]: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (smatz) draft
Sun, 14 Jan 2007 21:32:13 +0000 Darkvater (svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is pressed too vehemently during the join of the game. Your client's id does not exist in the clients list yet, and returns NULL. draft
Sun, 14 Jan 2007 21:03:21 +0000 KUDr (svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data member ‘<class>::<member>’ of NULL object'. It is weird, but renaming the 'offsetof' macro helped. draft
Sun, 14 Jan 2007 20:00:25 +0000 tron (svn r8130) Provide struct GoodsEntry with a constructor draft
Sun, 14 Jan 2007 19:59:25 +0000 peter1138 (svn r8129) -Codechange: Change data tables to use split off palette map. And draft
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values. draft
Sun, 14 Jan 2007 19:44:27 +0000 KUDr (svn r8127) -Fix (r8125): removed redundant free() call which is also in Station destructor (Tron) draft
Sun, 14 Jan 2007 19:29:21 +0000 KUDr (svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it) draft
Sun, 14 Jan 2007 19:18:50 +0000 KUDr (svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp). draft
Sun, 14 Jan 2007 19:13:36 +0000 KUDr (svn r8124) -Add [DEBUG]: _debug_station_level draft
Sun, 14 Jan 2007 19:06:11 +0000 maedhros (svn r8123) -Fix (r117): FindFirstBit now really returns the first bit. Fixes bug FS#538. draft
Sun, 14 Jan 2007 18:57:39 +0000 KUDr (svn r8122) -Fix[LANG]: terror in czech lang file (again) draft
Sun, 14 Jan 2007 18:41:48 +0000 miham (svn r8121) WebTranslator2 update to 2007-01-14 19:39:35 draft
Sun, 14 Jan 2007 18:38:40 +0000 peter1138 (svn r8120) -Fix (r8055): Station cargo waiting value clamp should be signed not unsigned. This resulted in cargo magically appearing... draft
Sun, 14 Jan 2007 17:17:30 +0000 Darkvater (svn r8119) -Fix (r8101): Uninitializing windows should be called before freeing dynamic variables as windows could use those variables during cleanup (eg WE_DESTROY calling GetStation(w->window_number). draft
Sun, 14 Jan 2007 16:44:52 +0000 rubidium (svn r8118) -Codechange: change the ordering of the network list a little: draft
Sun, 14 Jan 2007 13:21:02 +0000 KUDr (svn r8117) -Fix (r8114): 'no matching operator delete found' warning on VC8 draft
Sun, 14 Jan 2007 13:09:17 +0000 tron (svn r8116) Undo r8113 draft
Sun, 14 Jan 2007 08:37:16 +0000 tron (svn r8114) Allocate struct GRFText in the C++ way draft
Sun, 14 Jan 2007 08:34:38 +0000 tron (svn r8113) Fix the #include path to table/strings.h draft
Sun, 14 Jan 2007 01:27:19 +0000 belugas (svn r8112) -Codechange: MSVC solution files will now make it so that openttd will be THE startup project. draft
Sat, 13 Jan 2007 21:28:46 +0000 glx (svn r8111) -Fix r8106: silence warnings draft
Sat, 13 Jan 2007 18:55:54 +0000 KUDr (svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LOADING and OT_LEAVESTATION) replaced by v->BeginLoading() and v->LeaveStation() calls. This should allow easy hooking of those state transitions in order to maintain vehicle loading queue. draft
Sat, 13 Jan 2007 18:44:38 +0000 glx (svn r8109) -Fix r5693: ignore .hpp to avoid problems with deps draft
Sat, 13 Jan 2007 18:32:50 +0000 miham (svn r8108) WebTranslator2 update to 2007-01-13 19:32:03 draft
Sat, 13 Jan 2007 17:44:11 +0000 Darkvater (svn r8107) -Codechange (r8106): Show the MD5SUM of the original GRF (saved in savegame) instead of that of the replacement so a user can still go hunt for the original GRF if needed. draft
Sat, 13 Jan 2007 17:42:50 +0000 Darkvater (svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match. draft
Sat, 13 Jan 2007 17:23:02 +0000 Darkvater (svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL) draft
Sat, 13 Jan 2007 16:23:24 +0000 KUDr (svn r8104) -Fix: missing helpers.hpp added into source.list and VC draft
Sat, 13 Jan 2007 16:09:53 +0000 peter1138 (svn r8103) -Docchange: Include station tile types used by RichK's airports draft
Sat, 13 Jan 2007 15:55:22 +0000 Darkvater (svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast draft
Sat, 13 Jan 2007 15:50:36 +0000 Darkvater (svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindowSystem. The function directly deleted all windows instead of calling their respective deallocators which could then in turn any used memory. draft
Sat, 13 Jan 2007 15:24:31 +0000 KUDr (svn r8100) -Propchange: EOL style changed to LF for /projects/generate draft
Sat, 13 Jan 2007 15:22:36 +0000 KUDr (svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx) draft
Sat, 13 Jan 2007 15:00:40 +0000 Darkvater (svn r8098) -Fix (r6964): For editboxen, always fill the background with black, and not only after a valid call to FillDrawPixelInfo. This solves some graphics glitches with background widget-colour showing through on frequent redraws. draft
Sat, 13 Jan 2007 15:00:16 +0000 tron (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now draft
Sat, 13 Jan 2007 14:48:47 +0000 Darkvater (svn r8096) -Codechange: Invert the check if you are allowed to clear a road tile so there are not so many negations (too confusing) and added some comments to further clarify what happens. draft
Sat, 13 Jan 2007 14:43:46 +0000 KUDr (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h draft
Sat, 13 Jan 2007 14:01:05 +0000 Darkvater (svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply' draft
Sat, 13 Jan 2007 13:47:57 +0000 Darkvater (svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it. draft
Sat, 13 Jan 2007 13:33:36 +0000 KUDr (svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere. draft
Sat, 13 Jan 2007 13:23:56 +0000 KUDr (svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ./configure errors when sharing WC between linux and windows) draft
Sat, 13 Jan 2007 13:13:32 +0000 Darkvater (svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'... draft
Sat, 13 Jan 2007 13:06:18 +0000 Darkvater (svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'. draft
Sat, 13 Jan 2007 10:38:58 +0000 tron (svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0 draft
Sat, 13 Jan 2007 07:31:35 +0000 miham (svn r8087) [Translations] Japanese translation manually updated by ickoonite draft
Sat, 13 Jan 2007 07:19:26 +0000 miham (svn r8086) WebTranslator2 update to 2007-01-13 08:18:52 draft
Fri, 12 Jan 2007 22:32:58 +0000 miham (svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry draft
Fri, 12 Jan 2007 22:27:27 +0000 miham (svn r8084) [Translations] Added nynorsk translation (pollux), renamed norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files. draft
Fri, 12 Jan 2007 20:19:49 +0000 rubidium (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState. draft
Fri, 12 Jan 2007 18:32:39 +0000 miham (svn r8082) WebTranslator2 update to 2007-01-12 19:31:14 draft
Fri, 12 Jan 2007 16:44:08 +0000 peter1138 (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting. draft
Fri, 12 Jan 2007 16:30:41 +0000 Darkvater (svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes. draft
Fri, 12 Jan 2007 15:43:00 +0000 KUDr (svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF cache hit ratio). Caused BSOD on Win9x. (thanks 3iff for report, Darkvater for help) draft
Fri, 12 Jan 2007 14:30:01 +0000 rubidium (svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code. draft
Fri, 12 Jan 2007 14:28:00 +0000 Darkvater (svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable draft
Fri, 12 Jan 2007 11:20:34 +0000 maedhros (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138) draft
Fri, 12 Jan 2007 08:37:14 +0000 rubidium (svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really wrong and fix the off-by-one error due to truncation that was supposedly fixed by r7555. draft
Fri, 12 Jan 2007 07:37:35 +0000 miham (svn r8073) WebTranslator2 update to 2007-01-12 08:35:48 draft
Fri, 12 Jan 2007 00:44:49 +0000 Darkvater (svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the inauguration date of companies in draft
Thu, 11 Jan 2007 21:49:39 +0000 glx (svn r8070) -Fix r5815: missing initialisation could cause crash when loading 24bpp BMP heightmap draft
Thu, 11 Jan 2007 19:35:30 +0000 miham (svn r8069) [Translations] Moved japanese from unfinished, good job translators draft
Thu, 11 Jan 2007 18:36:22 +0000 miham (svn r8068) WebTranslator2 update to 2007-01-11 19:35:48 draft
Thu, 11 Jan 2007 18:26:53 +0000 rubidium (svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked. draft
Thu, 11 Jan 2007 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter draft
Thu, 11 Jan 2007 15:30:35 +0000 celestar (svn r8065) -Feature: The station list does now remember the sort settings draft
Thu, 11 Jan 2007 14:40:12 +0000 peter1138 (svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered. draft
Thu, 11 Jan 2007 14:25:17 +0000 peter1138 (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned draft
Thu, 11 Jan 2007 13:47:55 +0000 bjarni (svn r8061) -Fix r8055: obj-c can't handle templates draft
Thu, 11 Jan 2007 12:47:42 +0000 celestar (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX draft
Thu, 11 Jan 2007 12:38:04 +0000 celestar (svn r8057) -Codechange: Declare the "new" max template as static line. draft
Thu, 11 Jan 2007 12:32:10 +0000 celestar (svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation draft
Thu, 11 Jan 2007 11:05:01 +0000 celestar (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max(). draft
Thu, 11 Jan 2007 10:58:53 +0000 peter1138 (svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts draft
Thu, 11 Jan 2007 10:35:59 +0000 miham (svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious draft
Thu, 11 Jan 2007 10:34:42 +0000 KUDr (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference. draft
Thu, 11 Jan 2007 06:24:37 +0000 miham (svn r8051) WebTranslator2 update to 2007-01-11 07:24:01 draft
Thu, 11 Jan 2007 02:05:13 +0000 belugas (svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden. draft
Thu, 11 Jan 2007 01:21:55 +0000 Darkvater (svn r8049) -Regression (r7369): Removing certain news windows could cause a crash due to only draft
Wed, 10 Jan 2007 23:58:52 +0000 rubidium (svn r8047) -Revert (8002): cp -u is not supported on all platforms. draft
Wed, 10 Jan 2007 21:44:59 +0000 Darkvater (svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138) draft
Wed, 10 Jan 2007 20:11:13 +0000 rubidium (svn r8043) -Fix (8028): forgot setting a variable. draft
Wed, 10 Jan 2007 19:39:54 +0000 orudge (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help) draft
Wed, 10 Jan 2007 19:20:25 +0000 peter1138 (svn r8041) -Regression (r7564): [NewGRF] check_length should skip further processing if a length is too short, so give the function a return value draft
Wed, 10 Jan 2007 19:13:33 +0000 truelight (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp draft
Wed, 10 Jan 2007 19:00:08 +0000 miham (svn r8039) WebTranslator2 update to 2007-01-10 19:58:43 draft
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. draft
Wed, 10 Jan 2007 18:44:52 +0000 rubidium (svn r8037) -Fix (r7987): MSVC project files were not updated with respect to the addition of slovenian. draft
Wed, 10 Jan 2007 18:24:48 +0000 rubidium (svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed. draft
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) draft
Wed, 10 Jan 2007 16:31:40 +0000 rubidium (svn r8030) -Fix: segmentation fault when removing a town in the scenario editor while having the query tool window open for one of the town's tiles. draft
Wed, 10 Jan 2007 15:03:47 +0000 rubidium (svn r8029) -Fix (7759): somehow the old configure script was not removed. draft
Wed, 10 Jan 2007 15:00:20 +0000 rubidium (svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient. draft
Wed, 10 Jan 2007 14:52:10 +0000 celestar (svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the game even if shift is pressed instead of giving a cost estimate of 0. This fixes a problem where the server does not pause_on_join when the player on the interactive server has the shift button pressed. (Thanks to pvz for the report and the fix) draft
Wed, 10 Jan 2007 14:22:49 +0000 celestar (svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted. draft
Wed, 10 Jan 2007 10:39:45 +0000 rubidium (svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'. draft
Tue, 09 Jan 2007 21:43:32 +0000 maedhros (svn r8014) -Codechange (r7573): When a tile is cleared, empty the general purpose bits in draft
Tue, 09 Jan 2007 21:25:13 +0000 Darkvater (svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files draft
Tue, 09 Jan 2007 19:43:46 +0000 miham (svn r8012) WebTranslator2 update to 2007-01-09 20:43:03 draft
Tue, 09 Jan 2007 16:27:25 +0000 peter1138 (svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehicle*. This removes the need for look ups by index. Also declare the array static. draft
Tue, 09 Jan 2007 15:26:43 +0000 rubidium (svn r8002) -Change: do not copy lang/english.txt when it is not needed. draft
Tue, 09 Jan 2007 14:48:21 +0000 rubidium (svn r8000) -Codechange: drop UDP packets when their internal size does not match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet. draft
Tue, 09 Jan 2007 07:24:35 +0000 miham (svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings) draft
Tue, 09 Jan 2007 07:22:20 +0000 miham (svn r7986) WebTranslator2 update to 2007-01-09 08:20:27 draft
Mon, 08 Jan 2007 19:18:53 +0000 Darkvater (svn r7984) -Fix: out-of-bounds read access on _clients array (Quark) draft
Mon, 08 Jan 2007 18:39:17 +0000 miham (svn r7983) WebTranslator2 update to 2007-01-08 19:37:40 draft
Mon, 08 Jan 2007 18:07:57 +0000 peter1138 (svn r7982) -Codechange: Enumify graphics blitter modes. draft
Mon, 08 Jan 2007 10:36:45 +0000 celestar (svn r7976) -Fix: (SF 1629560) Rail vehicles can no longer enter tunnels or bridgeheads with wrong railtype draft
Mon, 08 Jan 2007 08:16:01 +0000 miham (svn r7975) WebTranslator2 update to 2007-01-08 09:13:29 draft
Mon, 08 Jan 2007 00:16:03 +0000 Darkvater (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et. draft
Sun, 07 Jan 2007 17:32:35 +0000 Darkvater (svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my search&replace broke) draft
Sun, 07 Jan 2007 16:55:30 +0000 Darkvater (svn r7968) -Update copyright/etc information to 2007 draft