log

age author description
Mon, 12 Feb 2007 19:19:15 +0000 miham (svn r8690) -Update: WebTranslator2 update to 2007-02-12 20:18:38 draft
Mon, 12 Feb 2007 12:52:37 +0000 rubidium (svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map. draft
Mon, 12 Feb 2007 09:01:40 +0000 miham (svn r8686) -Update: WebTranslator2 update to 2007-02-12 10:00:57 draft
Mon, 12 Feb 2007 00:38:15 +0000 bjarni (svn r8685) -Feature: selecting "end of orders" and clicking delete will delete all the vehicle's orders draft
Sun, 11 Feb 2007 23:18:01 +0000 rubidium (svn r8684) -Fix [FS#483] (r3720): a bool (uint32 in PPC) was written to as a uint8. Later those bools are used as index into an array as they expect the value to be 0 or 1. draft
Sun, 11 Feb 2007 19:31:29 +0000 rubidium (svn r8681) -Fix (FS#608): wrong comment (rfalke) draft
Sun, 11 Feb 2007 17:39:28 +0000 truelight (svn r8680) [Configure] -Codechange: allow a bit more flexible code in check_compiler draft
Sun, 11 Feb 2007 17:36:46 +0000 truelight (svn r8679) [Configure] -Fix: 'checking for' and 'checking' was used mixed, now only 'checking' is used draft
Sun, 11 Feb 2007 16:28:00 +0000 truelight (svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSP draft
Sun, 11 Feb 2007 14:25:02 +0000 glx (svn r8677) -Fix r8615: removed 'debug' language from project files draft
Sun, 11 Feb 2007 14:04:40 +0000 truelight (svn r8675) [PSP] -Fix: don't autosave in networking for PSP, to time expensive draft
Sun, 11 Feb 2007 13:57:35 +0000 truelight (svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulo draft
Sun, 11 Feb 2007 13:39:23 +0000 rubidium (svn r8673) -Codechange: use SetNonBlocking instead of implementing yet another version. draft
Sun, 11 Feb 2007 10:30:54 +0000 tron (svn r8671) -Fix draft
Sat, 10 Feb 2007 14:22:11 +0000 bjarni (svn r8662) -Fix r8661: don't try to put negative values in unsigned vars draft
Sat, 10 Feb 2007 13:37:32 +0000 bjarni (svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only) draft
Sat, 10 Feb 2007 08:19:39 +0000 tron (svn r8660) -Fix draft
Sat, 10 Feb 2007 00:22:32 +0000 bjarni (svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++) draft
Fri, 09 Feb 2007 16:21:03 +0000 rubidium (svn r8651) -Codechange: group the functions related to getting and setting the town index and move one function that is not related to the map array out of town_map.h. draft
Fri, 09 Feb 2007 08:58:25 +0000 celestar (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms draft
Thu, 08 Feb 2007 23:46:25 +0000 truelight (svn r8647) -Codechange: add a general way to handle platforms who can only have a limited amount of file-descripters open at any given time. draft
Thu, 08 Feb 2007 21:53:15 +0000 miham (svn r8645) -Update: WebTranslator2 update to 2007-02-08 22:52:39 draft
Thu, 08 Feb 2007 17:57:19 +0000 rubidium (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc. draft
Thu, 08 Feb 2007 15:54:36 +0000 rubidium (svn r8637) -Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots. draft
Thu, 08 Feb 2007 14:04:02 +0000 rubidium (svn r8635) -Fix: draw canal edges under buoys that are in a canal. draft
Thu, 08 Feb 2007 14:02:12 +0000 rubidium (svn r8634) -Codechange: replace missing sprites with a red question mark. draft
Thu, 08 Feb 2007 12:54:23 +0000 truelight (svn r8633) [PSP] -Fix r8629: mixed psp-config and pspconfig, making ./configure --reconfig to fail draft
Thu, 08 Feb 2007 12:52:25 +0000 truelight (svn r8632) [PSP] -Add: added include and lib to CFLAGS / LDFLAGS based on the SDK dir from psp-config draft
Thu, 08 Feb 2007 12:27:53 +0000 truelight (svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP draft
Thu, 08 Feb 2007 11:21:10 +0000 truelight (svn r8629) [PSP] -Add: added psp-config detection in configure for PSP target draft
Thu, 08 Feb 2007 11:04:39 +0000 truelight (svn r8628) [PSP] -Add: added configure support for the PlayStation Portable target draft
Wed, 07 Feb 2007 21:46:25 +0000 miham (svn r8622) -Update: WebTranslator2 update to 2007-02-07 22:44:21 draft
Wed, 07 Feb 2007 19:10:19 +0000 bjarni (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on draft
Wed, 07 Feb 2007 18:01:26 +0000 rubidium (svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros). draft
Wed, 07 Feb 2007 17:52:21 +0000 rubidium (svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile. draft
Wed, 07 Feb 2007 13:46:28 +0000 tron (svn r8618) -Fix draft
Wed, 07 Feb 2007 08:36:53 +0000 tron (svn r8617) -Fix draft
Tue, 06 Feb 2007 21:31:55 +0000 miham (svn r8616) -Update: WebTranslator2 update to 2007-02-06 22:31:04 draft
Tue, 06 Feb 2007 21:30:40 +0000 miham (svn r8615) [Translations] -Prepare: added traditional chinese to project files as well draft
Tue, 06 Feb 2007 21:26:54 +0000 miham (svn r8614) [Translations] -Prepare: prepare committing traditional chinese draft
Tue, 06 Feb 2007 19:16:38 +0000 KUDr (svn r8613) -Fix [MorphOS]: offsetof() macro undefined for MorphOS build draft
Tue, 06 Feb 2007 15:50:15 +0000 maedhros (svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance draft
Tue, 06 Feb 2007 15:38:23 +0000 celestar (svn r8611) -Fix: Moved the aircraft speed limiting into UpdateAircraftSpeed and enummed some speed limits. This should give a more steady display in the status bar during taxiing draft
Tue, 06 Feb 2007 11:11:12 +0000 bjarni (svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window draft
Tue, 06 Feb 2007 09:29:56 +0000 rubidium (svn r8609) -Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel. draft
Tue, 06 Feb 2007 09:25:52 +0000 rubidium (svn r8608) -Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns. draft
Mon, 05 Feb 2007 21:16:56 +0000 bjarni (svn r8605) -Codechange: [OSX] changed all objective C to objective C++ draft
Mon, 05 Feb 2007 14:00:32 +0000 rubidium (svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge. Original patch by KeeperofTheSoul. draft
Sun, 04 Feb 2007 18:36:43 +0000 miham (svn r8588) -Update: WebTranslator2 update to 2007-02-04 19:36:03 draft
Sun, 04 Feb 2007 13:46:21 +0000 tron (svn r8582) -Fix draft
Sun, 04 Feb 2007 11:33:02 +0000 KUDr (svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build) draft
Sun, 04 Feb 2007 11:31:24 +0000 rubidium (svn r8575) -Fix (8125): remove unused include draft
Sun, 04 Feb 2007 11:30:22 +0000 KUDr (svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'" draft
Sun, 04 Feb 2007 11:20:24 +0000 rubidium (svn r8573) -Cleanup: obey the comment style in stdafx.h. draft
Sun, 04 Feb 2007 11:14:42 +0000 rubidium (svn r8572) -Fix: use the C++ version of the Standard C Library headers. This due to the fact that some stl headers will include them anyway and #undef several defines made in stdafx.h. draft
Sun, 04 Feb 2007 10:25:57 +0000 tron (svn r8570) -Fix draft
Sun, 04 Feb 2007 05:53:09 +0000 peter1138 (svn r8569) -Fix (r8464): revert properly draft
Sat, 03 Feb 2007 21:55:14 +0000 maedhros (svn r8567) -Feature: Allow upgrading bridges by building a new bridge over the top. (Based on a patch by gigajum) draft
Sat, 03 Feb 2007 21:13:34 +0000 tron (svn r8566) -Fix draft
Sat, 03 Feb 2007 20:15:17 +0000 tron (svn r8565) -Fix draft
Sat, 03 Feb 2007 20:12:06 +0000 tron (svn r8564) -Fix draft
Sat, 03 Feb 2007 20:11:10 +0000 tron (svn r8563) -Fix draft
Sat, 03 Feb 2007 18:56:42 +0000 miham (svn r8562) -Update: WebTranslator2 update to 2007-02-03 19:51:53 draft
Sat, 03 Feb 2007 13:03:11 +0000 tron (svn r8559) -Fix draft
Sat, 03 Feb 2007 09:54:42 +0000 maedhros (svn r8551) -Fix (r7759): Use ${} instead of $() for variables. draft
Sat, 03 Feb 2007 09:05:43 +0000 tron (svn r8550) -Fix draft
Sat, 03 Feb 2007 08:30:22 +0000 tron (svn r8549) -Fix draft
Sat, 03 Feb 2007 07:54:13 +0000 tron (svn r8548) -Fix draft
Sat, 03 Feb 2007 07:47:00 +0000 tron (svn r8547) -Fix draft
Fri, 02 Feb 2007 23:16:58 +0000 rubidium (svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans. draft
Fri, 02 Feb 2007 21:32:58 +0000 rubidium (svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h draft
Fri, 02 Feb 2007 21:04:50 +0000 rubidium (svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP. draft
Fri, 02 Feb 2007 20:57:03 +0000 rubidium (svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections. draft
Fri, 02 Feb 2007 20:20:56 +0000 KUDr (svn r8540) -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan) draft
Fri, 02 Feb 2007 19:09:54 +0000 tron (svn r8539) -Fix draft
Fri, 02 Feb 2007 19:07:20 +0000 tron (svn r8538) -Fix draft
Fri, 02 Feb 2007 18:48:37 +0000 miham (svn r8537) -Update: WebTranslator2 update to 2007-02-02 19:45:42 draft
Fri, 02 Feb 2007 16:51:10 +0000 celestar (svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out draft
Fri, 02 Feb 2007 15:14:28 +0000 belugas (svn r8535) -Feature: Allow lumbermill to cut trees only when they are full grown. draft
Fri, 02 Feb 2007 15:04:59 +0000 celestar (svn r8534) -Feature/Codechange: Provide aircraft with vertical separation depending on their altitude and velocity draft
Fri, 02 Feb 2007 14:32:23 +0000 rubidium (svn r8533) -Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar. draft
Fri, 02 Feb 2007 08:23:48 +0000 tron (svn r8531) -Fix draft
Fri, 02 Feb 2007 07:48:06 +0000 celestar (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists. draft
Fri, 02 Feb 2007 06:42:55 +0000 miham (svn r8527) -Update: WebTranslator2 update to 2007-02-02 07:41:47 draft
Fri, 02 Feb 2007 02:56:29 +0000 peter1138 (svn r8526) -Codechange: add stubs for unsupported newgrf station properties draft
Thu, 01 Feb 2007 23:50:15 +0000 rubidium (svn r8525) -Codechange: make NetworkSend_Packet(s) and NetworkRecv_Packet functions of NetworkTCPSocketHandler. draft
Thu, 01 Feb 2007 23:39:48 +0000 Darkvater (svn r8524) -Cleanup: Ala r8509 add some enum names to the generate landscape window draft
Thu, 01 Feb 2007 23:26:44 +0000 rubidium (svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet. draft
Thu, 01 Feb 2007 22:54:04 +0000 Darkvater (svn r8522) -Regression (r8512): The flat/random window moved the to scenario editor did not use the right settings for generating land draft
Thu, 01 Feb 2007 22:30:35 +0000 rubidium (svn r8521) -Codechange: initial step in converting Packet to a class; make and use constructors and functions related to the reading/saving the packet size. draft
Thu, 01 Feb 2007 21:04:40 +0000 rubidium (svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query. draft
Thu, 01 Feb 2007 16:48:38 +0000 celestar (svn r8514) -Codechange: Turn IsBuoy into a method of stations draft
Thu, 01 Feb 2007 16:28:11 +0000 Darkvater (svn r8513) -Cleanup (r8512): Remove the now unused strings from the language files, as well as two others that weren't used for ages (tgp had other strings for them, or simply not). draft
Thu, 01 Feb 2007 16:21:56 +0000 Darkvater (svn r8512) -Codechange: From the intro window enter the scenario editor. From the scenario editor dialog, remove the 'load heightmap' option and put that with the other options like 'load scenario', 'save scenario', etc. Play a little bit with positioning of elements inside the scenario editor dialog so it looks better. draft
Thu, 01 Feb 2007 15:49:12 +0000 rubidium (svn r8511) -Codechange: make WindowClass an enumerated value. draft
Thu, 01 Feb 2007 14:29:06 +0000 Darkvater (svn r8509) -Cleanup: Add some enum names to the create scenario window draft
Thu, 01 Feb 2007 13:01:05 +0000 Darkvater (svn r8508) -Codechange (r5762): [win32] Use an atomic operation to query and set the value of _global_dir_is_in_use for opendir etc to guarantee concurrency. draft
Thu, 01 Feb 2007 12:51:10 +0000 Darkvater (svn r8507) -Codechange/Feature: Don't remove player-owned property on-load in the scenario editor. Add a button to the landscape window to do this. draft
Thu, 01 Feb 2007 01:40:46 +0000 peter1138 (svn r8505) -Codechange: Ensure GRM allocated sprites will be below the original 16384 sprite limit. If not, fail and disable the NewGRF. draft
Wed, 31 Jan 2007 22:33:24 +0000 maedhros (svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid for, so that cargo cannot be paid for more than once. draft
Wed, 31 Jan 2007 21:42:58 +0000 tron (svn r8499) -Fix draft
Wed, 31 Jan 2007 21:38:09 +0000 tron (svn r8498) -Fix draft
Wed, 31 Jan 2007 20:20:36 +0000 Darkvater (svn r8497) -Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example 'bufsize' and 'hz'. Also use the recently introduced StrEmpty(). draft
Wed, 31 Jan 2007 10:50:12 +0000 tron (svn r8485) -Fix draft
Wed, 31 Jan 2007 10:27:45 +0000 KUDr (svn r8482) -Revert (r8480): let others to do it properly draft
Wed, 31 Jan 2007 09:54:35 +0000 KUDr (svn r8480) -Fix [lang]: Error caused by missing case draft
Wed, 31 Jan 2007 09:51:22 +0000 KUDr (svn r8479) -Fix (r8459): Silenced VC warning C4099: 'Packet' : type name first seen using 'class' now seen using 'struct' draft
Wed, 31 Jan 2007 09:49:02 +0000 tron (svn r8478) -Fix draft
Wed, 31 Jan 2007 06:25:46 +0000 tron (svn r8477) -Fix draft
Wed, 31 Jan 2007 05:08:07 +0000 tron (svn r8476) -Fix draft
Wed, 31 Jan 2007 05:01:29 +0000 tron (svn r8475) -Fix draft
Wed, 31 Jan 2007 04:34:56 +0000 tron (svn r8474) -Fix draft
Tue, 30 Jan 2007 22:00:25 +0000 peter1138 (svn r8465) -Regression (r8455): Switching from dual to single head should switch to wagon if power is zero. .Or something. draft
Tue, 30 Jan 2007 21:10:04 +0000 peter1138 (svn r8464) -Revert (r4322): Change back to converting to mph in the GUI code, as 1 mph == 1.6 km/h is too far out for some people. draft
Tue, 30 Jan 2007 18:53:10 +0000 miham (svn r8462) -Update: WebTranslator2 update to 2007-01-30 19:52:32 draft
Tue, 30 Jan 2007 17:22:56 +0000 rubidium (svn r8461) -Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console. draft
Tue, 30 Jan 2007 17:19:58 +0000 bjarni (svn r8460) -Fix (r8455): the build train window put locomotives and wagons in appeantly random order draft
Tue, 30 Jan 2007 17:12:46 +0000 rubidium (svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandler, so it can also be used the TCP socket handler. draft
Tue, 30 Jan 2007 15:09:33 +0000 miham (svn r8456) -Update: WebTranslator2 update to 2007-01-30 16:08:37 draft
Tue, 30 Jan 2007 11:53:35 +0000 belugas (svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member flags of RailVehInfo, as well as changing the code to reflect the fact that it was not a flag but rather a one value only variable. Doing so, some evaluations have been simplified. draft