1
0
Fork 0

Commit Graph

  • 3a86ae8ba4 (svn r8739) -Codechange: Update the oldloader debug levels to be more in spec with the guidelines in debug.h. Darkvater 2007-02-14 20:19:07 +0000
  • 12868eeb97 (svn r8738) -Fix: TTDP games have all tiles touching the water marked as MP_WATER, we do not (tiles with one corner, or steep tiles), so check and fix these tiles. Darkvater 2007-02-14 20:17:11 +0000
  • c8fb4ddf57 (svn r8737) -Regression (r8621): VEH_Type renumbering wasn't performed for TTD(P) games, failing to load them Darkvater 2007-02-14 20:10:52 +0000
  • 9990a67620 (svn r8736) -Update: WebTranslator2 update to 2007-02-14 19:54:03 afrikaans - 114 fixed by TrueTenacity (114) bulgarian - 5 fixed by kokobongo (5) catalan - 3 fixed by arnaullv (3) dutch - 3 fixed by habell (3) russian - 3 fixed by DarkFenX (3) ukrainian - 3 fixed, 1 deleted, 12 changed by mad (16) miham 2007-02-14 18:54:46 +0000
  • 0e8f006dc1 (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. rubidium 2007-02-14 16:37:16 +0000
  • 39b73119ca (svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored celestar 2007-02-14 12:00:43 +0000
  • 59a814c6d3 (svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts. celestar 2007-02-14 11:53:39 +0000
  • 447b16930e (svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments. rubidium 2007-02-14 10:33:36 +0000
  • 3789e314d9 (svn r8729) [Translations] -Fix: removed dead cases from czech language miham 2007-02-14 10:22:00 +0000
  • 6d8021b277 (svn r8728) -Update: WebTranslator2 update to 2007-02-14 10:40:39 afrikaans - 112 fixed, 3 changed by TrueTenacity (115) catalan - 1 fixed by arnaullv (1) czech - 3 deleted by Hadez (3) slovak - 64 changed by lengyel (64) traditional_chinese - 8 changed by thomasau (8) ukrainian - 9 changed by mad (9) miham 2007-02-14 09:41:20 +0000
  • f8b641e753 (svn r8727) -Cleanup (r8366): Remove BIGMULSS64 since it isn't used any more. maedhros 2007-02-14 09:39:04 +0000
  • ecfbfbd98c (svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and refactor RoadStop::AllocateBay to remove a loop condition. Suggestions by Tron. rubidium 2007-02-14 09:34:12 +0000
  • f3dc5596ad (svn r8725) -Fix (r8712): test the first bit of the bitmask, not the nth, as we are shifting the bitmask. rubidium 2007-02-14 09:23:52 +0000
  • 59284954ae (svn r8723) -Codechange: replace yet another couple of magic numbers with enums. rubidium 2007-02-14 01:00:57 +0000
  • f7783212b1 (svn r8721) -Fix (8715): road vehicles could not turn around properly rubidium 2007-02-14 00:50:34 +0000
  • 458b564726 (svn r8719) -Fix: some strings have an empty translation where it isn't empty in english. rubidium 2007-02-13 23:37:50 +0000
  • 154dff9873 (svn r8715) -Codechange/cleanup: replace magic numbers related to state of road vehicles with enums. Original patch by mart3p. rubidium 2007-02-13 22:27:27 +0000
  • 86a4b5e169 (svn r8712) -Codechange/cleanup: replace 'magic' constants with enums, use proper types instead of byte, uint etc., give variables more descriptive names and add some comments. rubidium 2007-02-13 20:57:02 +0000
  • d9385f2798 (svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into GetPlatformLength because that is what it really does. Overload it because there is already a GetPlatformLength (one gives the length of the whole platform, the other gives the remaining length in a given direction). Turned both functions into methods of Station. While messing around with it, fix a problem where loading times for overhanging trains are miscomputed. celestar 2007-02-13 16:36:38 +0000
  • 5e880a6a75 (svn r8708) -Codechange(r8514): No need to use "this->" in methods celestar 2007-02-13 15:44:37 +0000
  • 8eab3964b4 (svn r8707) -Codechange: Turn IsValidStation into a method of Station celestar 2007-02-13 15:42:52 +0000
  • 6f68ac46b8 (svn r8705) -Codechange: Increased the number of airport blocks to 64. This involves changing the enum of airport blocks to a static const uint64 as SOME platforms do not support 64-bit enums celestar 2007-02-13 12:34:54 +0000
  • d1d1d170f3 (svn r8703) -Codechange/cleanup: some magic numbers -> enums and other small coding style changes to the ShipController and TrainController. rubidium 2007-02-13 11:29:20 +0000
  • 4ec7eb2201 (svn r8701) -Codechange: replace magic numbers with enums for u.rail.track. rubidium 2007-02-13 10:46:45 +0000
  • af3001b988 (svn r8700) -Fix (8698): replaced a magic number with the wrong enum :( rubidium 2007-02-13 10:43:50 +0000
  • a419f4aeda (svn r8698) -Codechange: enumify the returns of VehicleEnterTile rubidium 2007-02-13 10:26:53 +0000
  • eab6dd9898 (svn r8694) -Codechange: make RoadStop's status accessible via accessor functions. rubidium 2007-02-13 00:25:42 +0000
  • 3b0e00e2f9 (svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p. rubidium 2007-02-12 22:46:10 +0000
  • 4d4c1e0505 (svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart Darkvater 2007-02-12 21:55:10 +0000
  • 2817acb456 (svn r8690) -Update: WebTranslator2 update to 2007-02-12 20:18:38 lithuanian - 11 fixed, 1 changed by Domas (12) slovak - 63 changed by lengyel (63) traditional_chinese - 8 changed by thomasau (8) ukrainian - 1 changed by mad (1) miham 2007-02-12 19:19:15 +0000
  • 997534a5ea (svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map. rubidium 2007-02-12 12:52:37 +0000
  • 2d3a64ffcc (svn r8687) [0.5] -Fix [FS#617]: assertion when getting the height of a bridge from the ramp tile. rubidium 2007-02-12 10:03:42 +0000
  • 704c80f27e (svn r8686) -Update: WebTranslator2 update to 2007-02-12 10:00:57 czech - 3 fixed, 59 deleted, 1 changed by Hadez (63) french - 40 changed by Skiper (36), glx (4) icelandic - 88 fixed, 25 changed by scrooge (113) italian - 3 changed by sidew (3) portuguese - 22 changed by izhirahider (22) swedish - 6 fixed by daishan (6) traditional_chinese - 22 changed by xbddc (22) miham 2007-02-12 09:01:40 +0000
  • 5e8bdaba6a (svn r8685) -Feature: selecting "end of orders" and clicking delete will delete all the vehicle's orders If the orders are shared, then it will still unshare the orders like before. bjarni 2007-02-12 00:38:15 +0000
  • 65001270ef (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. rubidium 2007-02-11 23:18:01 +0000
  • f8ceee0a34 (svn r8681) -Fix (FS#608): wrong comment (rfalke) rubidium 2007-02-11 19:31:29 +0000
  • ff8a82f749 (svn r8680) [Configure] -Codechange: allow a bit more flexible code in check_compiler truelight 2007-02-11 17:39:28 +0000
  • 6afa186e7c (svn r8679) [Configure] -Fix: 'checking for' and 'checking' was used mixed, now only 'checking' is used -Fix: 'checking host g++/gcc' is silly, changed it to 'checking host c++/cc' truelight 2007-02-11 17:36:46 +0000
  • 53785810c8 (svn r8678) [PSP] -Add: added LIBS and CFLAGS needed to compile PSP -Fix: PSP needs to link with gcc, not with g++ (don't ask) -Fix: PSP doens't support threads truelight 2007-02-11 16:28:00 +0000
  • d84e14f55f (svn r8677) -Fix r8615: removed 'debug' language from project files glx 2007-02-11 14:25:02 +0000
  • 098a63fc53 (svn r8675) [PSP] -Fix: don't autosave in networking for PSP, to time expensive truelight 2007-02-11 14:04:40 +0000
  • 0d91ed68a9 (svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulo -Add: added general header-inclusing for PSP truelight 2007-02-11 13:57:35 +0000
  • b71d6e1401 (svn r8673) -Codechange: use SetNonBlocking instead of implementing yet another version. rubidium 2007-02-11 13:39:23 +0000
  • 7ee3fc4979 (svn r8671) -Fix tron 2007-02-11 10:30:54 +0000
  • e133a523c1 (svn r8662) -Fix r8661: don't try to put negative values in unsigned vars bjarni 2007-02-10 14:22:11 +0000
  • 0c8078ae29 (svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only) -Codechange: depot windows default now makes a 1x1 matrix and resize the window by block size*number of blocks This will make less vehicle type specific code and easier to read resizing based on sprite sizes bjarni 2007-02-10 13:37:32 +0000
  • 356e47f108 (svn r8660) -Fix tron 2007-02-10 08:19:39 +0000
  • b4592c8a54 (svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++) bjarni 2007-02-10 00:22:32 +0000
  • b0d4ece2ad (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. rubidium 2007-02-09 16:21:03 +0000
  • 9aa9579283 (svn r8650) [0.5] -Fix: 'Searching Server' is not worthy of debug level 0, as this opens an extra window on MorphOS for no reason. rubidium 2007-02-09 11:13:03 +0000
  • 3f987f460d (svn r8649) [0.5] -Fix (8630): accidentally removed strings that were still in use for by 0.5 and forgot to add new languages to langs*.vcproj. rubidium 2007-02-09 10:52:21 +0000
  • 7299a42729 (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 celestar 2007-02-09 08:58:25 +0000
  • 7cd68b5a07 (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. The Fios keeps track how many times a file is opened, and tries to close up files which aren't used often. The first platform using this is PSP. Patch based on the work of Turulo. truelight 2007-02-08 23:46:25 +0000
  • 424001168d (svn r8645) -Update: WebTranslator2 update to 2007-02-08 22:52:39 french - 38 changed by Skiper (38) norwegian_nynorsk - 6 fixed by khaavik (6) traditional_chinese - 64 changed by thomasau (64) miham 2007-02-08 21:53:15 +0000
  • 23e62bfb15 (svn r8643) [0.5] -Fix: [OSX] link statically to freetype when STATIC is set bjarni 2007-02-08 19:24:36 +0000
  • 656766da02 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc. rubidium 2007-02-08 17:57:19 +0000
  • 95e386569b (svn r8640) -Release: 0.5.0-RC5. 0.5.0-RC5 rubidium 2007-02-08 16:25:17 +0000
  • bbbe65e1e5 (svn r8639) [0.5] -Update readme's, bugs, installers, changelogs etc. to prepare for 0.5.0-RC5. rubidium 2007-02-08 16:18:11 +0000
  • e3c71534e1 (svn r8638) [0.5] -Backport from trunk (8637): -Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots rubidium 2007-02-08 16:17:15 +0000
  • 3d04e8f64d (svn r8637) -Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots. rubidium 2007-02-08 15:54:36 +0000
  • f8b2fb4484 (svn r8636) [0.5] -Backport from trunk (8634, 8635): -Fix: draw canal edges under buoys that are in a canal -Codechange: replace missing sprites with a red question mark rubidium 2007-02-08 14:10:14 +0000
  • 6bbbedc8cc (svn r8635) -Fix: draw canal edges under buoys that are in a canal. rubidium 2007-02-08 14:04:02 +0000
  • ea55a04b69 (svn r8634) -Codechange: replace missing sprites with a red question mark. rubidium 2007-02-08 14:02:12 +0000
  • 26f5a156dc (svn r8633) [PSP] -Fix r8629: mixed psp-config and pspconfig, making ./configure --reconfig to fail truelight 2007-02-08 12:54:23 +0000
  • 7c1a538910 (svn r8632) [PSP] -Add: added include and lib to CFLAGS / LDFLAGS based on the SDK dir from psp-config -Fix: disabled pthread for PSP truelight 2007-02-08 12:52:25 +0000
  • c46a1cc2f6 (svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP For example, launch on 192.168.0.1 with, say, netcat a listener: netcat -l -p 3982 Launch OpenTTD on a remote host (say, PSP): ./openttd -l 192.168.0.1 -d9 And you get all debug information on 192.168.0.1. Very useful for debugging Portable systems. truelight 2007-02-08 12:27:53 +0000
  • 87bbb7a413 (svn r8630) [0.5] -Backport lots of language updates from trunk rubidium 2007-02-08 11:26:09 +0000
  • 2a7682be79 (svn r8629) [PSP] -Add: added psp-config detection in configure for PSP target truelight 2007-02-08 11:21:10 +0000
  • 062ee7d9eb (svn r8628) [PSP] -Add: added configure support for the PlayStation Portable target In the coming days/weeks there will be an attempt to port OpenTTD for this target. This is a very small step towards that. truelight 2007-02-08 11:04:39 +0000
  • 61b95ff1fc (svn r8627) [0.5] -Backport from trunk (8409, 8420 + 8421, 8533, 8612): -Regression: When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again. -Regression [FS#573]: ShowLastNewsMessage could show an out-of-bounds news item because it did not checked if a previous item actually existed the first time it is called (forced news is INVALID_NEWS). -Codechange: Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock. -Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar. -Fix [FS#582]: When the currently selected player in the performance details window is no longer active, choose the first active player instead of the first player as that may also be inactive. rubidium 2007-02-08 11:03:00 +0000
  • 0543461f5e (svn r8626) [0.5] -Backport from trunk (8294, 8296, 8536, 8540, 8609): -Fix: deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared -Fix: GenerateVehicleSortList()/CmdMassStartStopVehicle() tried to put a TileIndex into an uint16 -Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan) -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. rubidium 2007-02-08 10:41:45 +0000
  • 4e3652f337 (svn r8625) [0.5] -Backport from trunk (8253, 8273, 8497, 8520 + 8542): -Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's. -Fix: return value from clamp was ignored -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'. -Fix/Feature: requery gameservers that did not respond to their first query. rubidium 2007-02-08 10:19:03 +0000
  • 1584e061eb (svn r8624) [0.5] -Backport from trunk (8239, 8240, 8315): -Regression (r7278): Help window was empty for UNICODE builds -Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo) -Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available rubidium 2007-02-08 10:04:57 +0000
  • 03bfa6e525 (svn r8623) [0.5] -Backport from trunk (8593, 8608, 8619, 8620) -Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge. -Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns. -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. -Fix: buoys on canal tiles do not flood anymore. rubidium 2007-02-08 10:00:22 +0000
  • 596fb726d0 (svn r8622) -Update: WebTranslator2 update to 2007-02-07 22:44:21 finnish - 8 fixed by kerba (8) russian - 4 fixed, 2 changed by DarkFenX (6) slovak - 2 changed by lengyel (2) spanish - 7 fixed by eusebio (7) traditional_chinese - 38 fixed, 27 changed by thomasau (65) miham 2007-02-07 21:46:25 +0000
  • 037d636734 (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on This means that "v->type" can be used as array indexes instead of VehTypeToIndex() (or "v->type - VEH_Train/0x10 as the code still used in some places) Surprisingly this can be done without changing the savegame format bjarni 2007-02-07 19:10:19 +0000
  • 5666d8d727 (svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros). rubidium 2007-02-07 18:01:26 +0000
  • d95a872579 (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. rubidium 2007-02-07 17:52:21 +0000
  • eab0379264 (svn r8618) -Fix tron 2007-02-07 13:46:28 +0000
  • 9ad50fff33 (svn r8617) -Fix tron 2007-02-07 08:36:53 +0000
  • 122f23a470 (svn r8616) -Update: WebTranslator2 update to 2007-02-06 22:31:04 american - 6 fixed by WhiteRabbit (6) brazilian_portuguese - 11 changed by fukumori (11) croatian - 29 fixed, 1 changed by tperic (30) danish - 2 fixed by MiR (2) dutch - 4 fixed by habell (4) french - 1 fixed by glx (1) korean - 18 changed by leejaeuk5 (4), darkttd (14) russian - 4 fixed, 31 changed by DarkFenX (35) slovak - 7 fixed by lengyel (7) traditional_chinese - 2806 fixed by sam0737 (93), cylau0 (412), xbddc (109), thomasau (440), tiberiusteng (1752) ukrainian - 4 fixed, 1 deleted, 3 changed by mad (8) miham 2007-02-06 21:31:55 +0000
  • 01c5140297 (svn r8615) [Translations] -Prepare: added traditional chinese to project files as well miham 2007-02-06 21:30:40 +0000
  • 17c8b38f7a (svn r8614) [Translations] -Prepare: prepare committing traditional chinese miham 2007-02-06 21:26:54 +0000
  • f801a5c04f (svn r8613) -Fix [MorphOS]: offsetof() macro undefined for MorphOS build KUDr 2007-02-06 19:16:38 +0000
  • 7a685a35fc (svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance details window is no longer active, choose the first active player instead of the first player as that may also be inactive. maedhros 2007-02-06 15:50:15 +0000
  • 3dc645ce0a (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 celestar 2007-02-06 15:38:23 +0000
  • 80125fd934 (svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window -The user will notice the following changes: All vehicle types behaves in the same way Adding/removing an engine (new design and so on) can no longer result in the window selecting a new engine All valid replacements will be displayed since it looks at refitting options as well (this solves the missing ships with the newships GRF) Since you can't replace an engine into itself, the engine selected in the left list will no longer appear in the right list bjarni 2007-02-06 11:11:12 +0000
  • 2918fab68d (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. rubidium 2007-02-06 09:29:56 +0000
  • 8c3793a088 (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. rubidium 2007-02-06 09:25:52 +0000
  • ca1a88f6c4 (svn r8605) -Codechange: [OSX] changed all objective C to objective C++ This will permanently solve the issue where compilation on OSX broke because C++ code was added to some header files bjarni 2007-02-05 21:16:56 +0000
  • 1bf688e5b5 (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. rubidium 2007-02-05 14:00:32 +0000
  • cf5f19520c (svn r8588) -Update: WebTranslator2 update to 2007-02-04 19:36:03 catalan - 1 fixed by arnaullv (1) czech - 3 fixed, 12 changed by Hadez (15) esperanto - 2 fixed by LaPingvino (2) hungarian - 4 fixed by miham (4) korean - 8 fixed by leejaeuk5 (8) portuguese - 2 fixed, 2 changed by izhirahider (4) russian - 11 fixed, 14 changed by DarkFenX (25) miham 2007-02-04 18:36:43 +0000
  • 6b72228df5 (svn r8582) -Fix tron 2007-02-04 13:46:21 +0000
  • ccffde6d7e (svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build) KUDr 2007-02-04 11:33:02 +0000
  • 8b8e41ceb8 (svn r8575) -Fix (8125): remove unused include rubidium 2007-02-04 11:31:24 +0000
  • 62486a73ed (svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'" KUDr 2007-02-04 11:30:22 +0000
  • ec058624ad (svn r8573) -Cleanup: obey the comment style in stdafx.h. rubidium 2007-02-04 11:20:24 +0000
  • 1945653380 (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. An example of this is that fopen that we redefine to _wfopen (for Windows Unicode compatability), is reverted to a non-Windows Unicode compatible fopen. This makes it impossible to start openttd with non-ASCII characters in the path or load savegames with non-ASCII characters under Windows. rubidium 2007-02-04 11:14:42 +0000
  • 880412c5fd (svn r8570) -Fix tron 2007-02-04 10:25:57 +0000
  • e724ada674 (svn r8569) -Fix (r8464): revert properly peter1138 2007-02-04 05:53:09 +0000