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
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
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)
Sun, 21 Jan 2007 19:27:50 +0000 miham (svn r8323) [Translations] -Fix: removed untranslated strings from chinese language, fixed a wrong plural param
Sun, 21 Jan 2007 19:19:25 +0000 maedhros (svn r8322) -Codechange: Rename unk61A and unk61C to something a little more descriptive.
Sun, 21 Jan 2007 19:00:31 +0000 tron (svn r8321) -Fix
Sun, 21 Jan 2007 18:46:19 +0000 tron (svn r8320) -Fix
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.
Sun, 21 Jan 2007 18:30:21 +0000 miham (svn r8318) -Update: WebTranslator2 update to 2007-01-21 19:29:35
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.
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.
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
Sun, 21 Jan 2007 16:08:18 +0000 tron (svn r8314) -Fix
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
Sun, 21 Jan 2007 15:03:37 +0000 maedhros (svn r8312) -Fix (r8038, sort of): Operating profit and the company value can be negative,
Sun, 21 Jan 2007 14:44:25 +0000 truelight (svn r8311) [WinCE] -Fix r8304: GDI wasn't enabled by default on WinCE
Sun, 21 Jan 2007 14:36:08 +0000 truelight (svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
Sun, 21 Jan 2007 14:32:40 +0000 truelight (svn r8309) [WinCE] -Fix: WinCE doesn't know resolution changing
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)
Sun, 21 Jan 2007 14:19:44 +0000 truelight (svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later.
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
Sun, 21 Jan 2007 14:15:38 +0000 truelight (svn r8305) -Codechange: defining 'static const' in a header is a bit weird.
Sun, 21 Jan 2007 14:14:27 +0000 truelight (svn r8304) [WinCE] -Add: added configure detection for WinCE.
Sun, 21 Jan 2007 13:16:31 +0000 bjarni (svn r8303) -Codechange (r8293): default is moved to the front of the switch in ShowVehicleListWindowLocal()
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.
Sun, 21 Jan 2007 11:49:18 +0000 maedhros (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
Sun, 21 Jan 2007 08:04:14 +0000 tron (svn r8299) -Fix
Sun, 21 Jan 2007 01:25:59 +0000 bjarni (svn r8296) -Fix: GenerateVehicleSortList() tried to put a TileIndex into an uint16
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
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
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)
Sat, 20 Jan 2007 18:50:50 +0000 miham (svn r8290) -Update: WebTranslator2 update to 2007-01-20 19:46:14
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)
Sat, 20 Jan 2007 11:26:16 +0000 bjarni (svn r8288) -Fix: [OSX] compiling with debug enabled now works again
Sat, 20 Jan 2007 09:49:29 +0000 peter1138 (svn r8287) -Fix (r8286): forgot to check for newline format, sorry...
Sat, 20 Jan 2007 09:19:37 +0000 peter1138 (svn r8286) -Add: Korean translation by Ezi
Fri, 19 Jan 2007 22:41:50 +0000 KUDr (svn r8284) -Fix (r8277): g++ compilation error: missing brackets in sizeof
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,
Fri, 19 Jan 2007 18:33:30 +0000 miham (svn r8281) -Update: WebTranslator2 update to 2007-01-19 19:32:57
Fri, 19 Jan 2007 17:46:44 +0000 peter1138 (svn r8280) -Codechange: Remove unnecessarily complex assignment of waypoint string ID.
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
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.
Fri, 19 Jan 2007 11:47:48 +0000 tron (svn r8276) -Fix
Fri, 19 Jan 2007 06:08:04 +0000 tron (svn r8275) -Fix
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.
Thu, 18 Jan 2007 23:48:04 +0000 KUDr (svn r8273) -Fix: return value from clamp was ignored
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)
Thu, 18 Jan 2007 22:24:11 +0000 miham (svn r8267) [Translations] -Fix: (r8266) fixed the ownname and the isocode of the russian language
Thu, 18 Jan 2007 18:42:50 +0000 miham (svn r8266) -Update: WebTranslator2 update to 2007-01-18 19:42:06
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.
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.
Thu, 18 Jan 2007 15:26:52 +0000 Darkvater (svn r8252) -Regression(r8204): WT2 commit removed ##isocode from Russian, resulting in a clean
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)
Thu, 18 Jan 2007 14:06:30 +0000 Darkvater (svn r8239) -Regression (r7278): Help window was empty for UNICODE builds
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)
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).
Wed, 17 Jan 2007 22:44:49 +0000 peter1138 (svn r8214) -Fix (r8038): The fast forward flag stores 2 bits, not 1. Remember the
Wed, 17 Jan 2007 22:32:34 +0000 tron (svn r8212) -Fix
Wed, 17 Jan 2007 22:19:12 +0000 peter1138 (svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map
Wed, 17 Jan 2007 21:14:17 +0000 tron (svn r8207) -Fix