Mercurial > hg > openttd
graph
-
(svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later. draftSun, 21 Jan 2007 14:19:44 +0000, by truelight
-
(svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an alternative where possible draftSun, 21 Jan 2007 14:19:18 +0000, by truelight
-
(svn r8305) -Codechange: defining 'static const' in a header is a bit weird. draftSun, 21 Jan 2007 14:15:38 +0000, by truelight
-
(svn r8304) [WinCE] -Add: added configure detection for WinCE. draftSun, 21 Jan 2007 14:14:27 +0000, by truelight
-
(svn r8303) -Codechange (r8293): default is moved to the front of the switch in ShowVehicleListWindowLocal() draftSun, 21 Jan 2007 13:16:31 +0000, by bjarni
-
(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. draftSun, 21 Jan 2007 12:35:35 +0000, by maedhros
-
(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that draftSun, 21 Jan 2007 11:49:18 +0000, by maedhros
-
(svn r8296) -Fix: GenerateVehicleSortList() tried to put a TileIndex into an uint16 draftSun, 21 Jan 2007 01:25:59 +0000, by bjarni
-
(svn r8295) -Cleanup: merged arguments station, order and depot_airport_index for GenerateVehicleSortList() and BuildVehicleList() into one uint16 argument draftSun, 21 Jan 2007 01:07:15 +0000, by bjarni
-
(svn r8294) -Fix: deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared draftSun, 21 Jan 2007 00:13:39 +0000, by bjarni
-
(svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments) draftSun, 21 Jan 2007 00:01:47 +0000, by bjarni
-
(svn r8290) -Update: WebTranslator2 update to 2007-01-20 19:46:14 draftSat, 20 Jan 2007 18:50:50 +0000, by miham
-
(svn r8289) [Translations] -Fix: translators sent some offline translation for simplified chinese (Fishingsnow) and japanese (ickoonite) draftSat, 20 Jan 2007 18:42:27 +0000, by miham
-
(svn r8288) -Fix: [OSX] compiling with debug enabled now works again draftSat, 20 Jan 2007 11:26:16 +0000, by bjarni
-
(svn r8287) -Fix (r8286): forgot to check for newline format, sorry... draftSat, 20 Jan 2007 09:49:29 +0000, by peter1138
-
(svn r8284) -Fix (r8277): g++ compilation error: missing brackets in sizeof draftFri, 19 Jan 2007 22:41:50 +0000, by KUDr
-
(svn r8283) -Fix (r8128): Custom waypoint drawing used wrong bits since bitshuffling occurred. Also update with other station drawing changes (code duplication, draftFri, 19 Jan 2007 21:40:10 +0000, by peter1138
-
(svn r8281) -Update: WebTranslator2 update to 2007-01-19 19:32:57 draftFri, 19 Jan 2007 18:33:30 +0000, by miham
-
(svn r8280) -Codechange: Remove unnecessarily complex assignment of waypoint string ID. draftFri, 19 Jan 2007 17:46:44 +0000, by peter1138
-
(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 draftFri, 19 Jan 2007 17:44:11 +0000, by 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. draftFri, 19 Jan 2007 00:01:52 +0000, by Darkvater
-
(svn r8273) -Fix: return value from clamp was ignored draftThu, 18 Jan 2007 23:48:04 +0000, by 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) draftThu, 18 Jan 2007 23:45:58 +0000, by KUDr
-
(svn r8267) [Translations] -Fix: (r8266) fixed the ownname and the isocode of the russian language draftThu, 18 Jan 2007 22:24:11 +0000, by miham
-
(svn r8266) -Update: WebTranslator2 update to 2007-01-18 19:42:06 draftThu, 18 Jan 2007 18:42:50 +0000, by miham
-
(svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et. draftThu, 18 Jan 2007 15:39:58 +0000, by Darkvater
-
(svn r8253) -Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's. draftThu, 18 Jan 2007 15:27:57 +0000, by Darkvater
-
(svn r8252) -Regression(r8204): WT2 commit removed ##isocode from Russian, resulting in a clean draftThu, 18 Jan 2007 15:26:52 +0000, by Darkvater
-
(svn r8240) -Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo) draftThu, 18 Jan 2007 14:08:56 +0000, by Darkvater
-
(svn r8239) -Regression (r7278): Help window was empty for UNICODE builds draftThu, 18 Jan 2007 14:06:30 +0000, by Darkvater
-
(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) draftThu, 18 Jan 2007 09:34:44 +0000, by KUDr
-
(svn r8214) -Fix (r8038): The fast forward flag stores 2 bits, not 1. Remember the draftWed, 17 Jan 2007 22:44:49 +0000, by peter1138
-
(svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map draftWed, 17 Jan 2007 22:19:12 +0000, by peter1138
-
(svn r8206) [Translations] -Fix: Fixed r8193, converted the html notations back to UTF8 characters draftWed, 17 Jan 2007 21:05:39 +0000, by miham
-
(svn r8202) -Fix: r8193: russian.txt changes somehow became garbage draftWed, 17 Jan 2007 20:29:45 +0000, by miham
-
(svn r8198) -Codechange: two global variables are not needed when network is disabled. draftWed, 17 Jan 2007 19:55:18 +0000, by rubidium
-
(svn r8193) -Update: WebTranslator2 update to 2007-01-17 19:42:11 draftWed, 17 Jan 2007 18:43:03 +0000, by miham
-
(svn r8186) -Fix (FS#557): Apply railtype offset to station graphics if no custom station is in use. draftWed, 17 Jan 2007 12:57:35 +0000, by peter1138
-
(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gave them proper constructors/destructors (Thanks to KUDr for a nice interactive C++ lesson) draftWed, 17 Jan 2007 11:15:51 +0000, by celestar
-
(svn r8183) When iterating over the map in AfterLoadGame() do it the same way for all loops draftWed, 17 Jan 2007 06:33:23 +0000, by tron
-
(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames. draftWed, 17 Jan 2007 00:01:55 +0000, by rubidium
-
(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) draftTue, 16 Jan 2007 23:01:06 +0000, by Darkvater
-
(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). draftTue, 16 Jan 2007 22:56:18 +0000, by rubidium
-
(svn r8166) -Fix (r7797): Protect against out of bounds access to the sprite ptr draftTue, 16 Jan 2007 22:10:35 +0000, by peter1138
-
(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. draftTue, 16 Jan 2007 21:34:51 +0000, by Darkvater
-
(svn r8164) -Codechange (r8159): Fix up some comments/doxygen for disasters and rename Submarine1/2 to small/big draftTue, 16 Jan 2007 20:16:30 +0000, by Darkvater
-
(svn r8163) [Translations] Re-added cases for the czech language (they were removed either accidentally or on purpose, will look after it later draftTue, 16 Jan 2007 19:27:28 +0000, by miham
-
(svn r8162) WebTranslator2 update to 2007-01-16 19:44:34 draftTue, 16 Jan 2007 18:45:25 +0000, by miham
-
(svn r8161) -Fix (FS#555, r8144): enroute_from_xy was not set properly for old savegames. draftTue, 16 Jan 2007 18:31:58 +0000, by rubidium