1
0
Fork 0

Commit Graph

  • 19c55cbb75 (svn r1650) - Added known-bugs.txt to os/debian/docs matthijs 2005-01-24 21:51:06 +0000
  • 720b906a74 (svn r1649) Makefile: added known-bugs.txt to mac and MorphOS release scripts and made a really dirty hack to force 0.3.6 on binary files compiled with this makefile bjarni 2005-01-24 21:39:16 +0000
  • e05f961eed (svn r1648) -Fix: server can now pause and unpause a game through the console. Use 'pause' and 'unpause' darkvater 2005-01-24 21:33:44 +0000
  • 6151c1044a (svn r1647) Remove stale comment and fix typo tron 2005-01-24 20:55:54 +0000
  • aad7995648 (svn r1646) Miscellaneous langfile fixes, in particular for STR_NETWORK_SERVER_ADDRESS, broken by myself in r1611 dominik 2005-01-24 20:42:02 +0000
  • 700862295f (svn r1645) Updated Mandrakelinux spec file and added some ScummVMish comments dominik 2005-01-24 20:35:07 +0000
  • b9c13283a4 (svn r1644) - Some minor corrections to the os/debian dir. matthijs 2005-01-24 20:33:43 +0000
  • f08983a948 (svn r1643) -Fix: [ 1108547 ] You can now change the server-password via the GUI again truelight 2005-01-24 20:25:52 +0000
  • 7a5ce1cb34 (svn r1642) -Fix: solve AI related order-problem truelight 2005-01-24 20:20:30 +0000
  • 7f14b69022 (svn r1641) Remove a boundary check added in r1332 to work around a bug - the real cause has been eleminated in r1413. Leave an assert() just to be sure... tron 2005-01-24 18:57:16 +0000
  • 6e2abeba5e (svn r1640) fix: now helicopters will use a hangar in schedule to be replaced in, even if they are only set to service there. Since helicopters are serviced at helipads, they will only go there if they needs to be replaced or renewed. bjarni 2005-01-24 18:21:23 +0000
  • eae329f332 (svn r1639) Fixed spelling: Wrong command in error for goto_dir dominik 2005-01-24 17:49:22 +0000
  • ef3961448f (svn r1638) -Fix: Train crashes should no longer desync the game. This is more of a workaround, as somewhere there might be some InteractiveRandom() abuse in the code. celestar 2005-01-24 14:39:22 +0000
  • 9139f4ba84 (svn r1637) -Fix: VS6 warning -Added missing files to VS6 and VS.Net project files (bociusz) darkvater 2005-01-24 11:32:47 +0000
  • 6dc99f7738 (svn r1636) fix: helicopters now go to a hangar if they are set for replacement or needs to be renewed bjarni 2005-01-24 10:50:57 +0000
  • b4c4daf775 (svn r1635) fix: forgot to set SetVScrollCount properly in autoreplace train GUI. It appears ok now bjarni 2005-01-24 08:49:14 +0000
  • ad6cc5a12d (svn r1634) Update readme: JAM support has been removed, also be more precise which version of SDL is needed to compile tron 2005-01-24 07:18:45 +0000
  • a9e789fa02 (svn r1633) -Fix: [1040119] Flood and wagons in depot darkvater 2005-01-24 00:36:22 +0000
  • 590bbd7e21 (svn r1632) -Fix: [1108008] Scenario creation bug; engines are of correct year when scenario is saved darkvater 2005-01-23 23:59:49 +0000
  • 29e0ded977 (svn r1631) A couple of fixes for the signed/unsigned warnings. Only train_cmd.c remains to need fixing... dominik 2005-01-23 23:58:35 +0000
  • 6912223444 (svn r1630) Langfile update miham 2005-01-23 22:39:34 +0000
  • 6510b12203 (svn r1629) added a counter to tell how many engines you have of each type to the autoreplace vehicle windows and made them show only the vehicles you actually have in the left list. this also fixes some window updates issues when autoreplacing bjarni 2005-01-23 22:01:51 +0000
  • dd6a6fa7ec (svn r1628) -Fix: [1107893] script command; log file pointer was not reset to NULL after logging was closed darkvater 2005-01-23 21:42:29 +0000
  • 94dc25b45f (svn r1627) -Fix: The tabulizer in action ^_^ darkvater 2005-01-23 21:30:31 +0000
  • f1c151f157 (svn r1626) -Updated readme and credits list. darkvater 2005-01-23 21:24:33 +0000
  • f31d8bb9a1 (svn r1625) -Alphabetized credits list darkvater 2005-01-23 20:41:20 +0000
  • 660f130d2b (svn r1624) -Fix: [1106930] BugFix: placing signals with 2x1 drags is treated as placing a single signal thus providing an easy fix for a nasty problem. darkvater 2005-01-23 20:40:49 +0000
  • a2619da37e (svn r1623) Remove dead code tron 2005-01-23 20:06:38 +0000
  • 24a34936db (svn r1622) -Fix: variables can't be defined after a statement.. (Igor2Code) truelight 2005-01-23 19:33:42 +0000
  • 8edff76765 (svn r1621) -Fix: fixed some compiler warnings for the random-debug-switch truelight 2005-01-23 19:02:53 +0000
  • 2cf65953db (svn r1620) Fix typo in r1619 tron 2005-01-23 17:51:22 +0000
  • 62e8c573e8 (svn r1619) Fight bit rot in the Makefile: - Begin all echos with ===> to visually emphasise them - Add @ to suppress printing of commands where it was missing - Add echos to rules where none were - Rephrase some existing echos - Remove VERBOSE_FILTER, because piping errors to /dev/null is ... a bad idea tron 2005-01-23 17:35:01 +0000
  • 88c10e02ff (svn r1618) () -> (void) tron 2005-01-23 16:33:09 +0000
  • 1a92141896 (svn r1617) -Fix: Ugly hack to only call ResetObjectToPlaceon childwindows of build-toolbar if the window is closed manually (with 'X'); if not checked ResetObjectToPlace is called twice resulting in undesired actions (eg. clicked button is unclicked immediately). darkvater 2005-01-23 15:25:17 +0000
  • 53d1c3f117 (svn r1616) Introduce ttd_strlcat() and use it to de-uglify some piece of code in misc_cmd. While here rename the len parameter of ttd_strlcpy() to size, because it is a buffer size and not a string length. Also add -Wwrite-strings to the Makefile, because the above mentioned piece of code was the only part which triggered this warning. tron 2005-01-23 15:16:47 +0000
  • 9a96f5b64e (svn r1615) -Fix: [1107350] console ignoring return character occasionally. For everyone that is running 2 dedicated servers on 1 windows machine, console input is now correct (event was the same so it was random which console received the input) darkvater 2005-01-23 14:15:42 +0000
  • 52ec917125 (svn r1614) Fix: Signals were not updated correctly when the vehicle drive side was changed dominik 2005-01-23 13:45:20 +0000
  • ae792cedde (svn r1613) -Fix: WE_CLICK event is not called on default actions. If special action is needed, use the other events like WE_RESIZE or WE_DESTROY, etc. darkvater 2005-01-23 13:42:26 +0000
  • bb276ef5a9 (svn r1612) -Fix: made sure that ->next pointers are set to NULL truelight 2005-01-23 13:30:02 +0000
  • 7d0468aaa4 (svn r1611) Display server port in the multiplayer game info window I had to make the multiplayer window 10 pixels wider for this dominik 2005-01-23 13:19:15 +0000
  • 44f48ce915 (svn r1610) Remove trailing whitespace (last time ever, i hope) tron 2005-01-23 13:09:35 +0000
  • 80131e1e4a (svn r1609) -Codechange: converted the last order-loop with FOR_VEHICLE_ORDERS truelight 2005-01-23 13:08:01 +0000
  • a11eddd04b (svn r1608) Make ReplaceWords() comprehensible tron 2005-01-23 12:04:40 +0000
  • 8fe9bc6439 (svn r1607) -Fix: When deleting an order, the next pointer was not cleared, resulting in some unusual behavoir from time to time truelight 2005-01-23 11:37:27 +0000
  • 9f60324821 (svn r1606) Fix some bogus casts tron 2005-01-23 10:54:32 +0000
  • fd25a53d1b (svn r1605) Remove redundant if tron 2005-01-23 10:47:15 +0000
  • 322bd934be (svn r1604) Fix: [ 1105112 ] Destroyed train locks crossings dominik 2005-01-23 10:40:54 +0000
  • 720b183017 (svn r1603) -Fix: unused variable in FormatTinyDate -Fix: added void to all win32.c functions as well darkvater 2005-01-23 10:34:39 +0000
  • 7243369333 (svn r1602) -Fix: [1107514] When resizing a window, make sure the correct window receives the click tron 2005-01-23 08:34:39 +0000
  • f83828d944 (svn r1601) Add: A brand new set of icons. Removed: The old icons dominik 2005-01-22 23:57:03 +0000
  • c7502c6eb3 (svn r1600) Mac: applied the new icon to the mac binary file bjarni 2005-01-22 23:55:45 +0000
  • 8e7d88c85b (svn r1599) fix: autoreplace window now updates when inflation alters prices Hackykid and not LordOfThePigs pointed out the update problem fixed in rev 1597. Sorry. Sometimes development can get too fast bjarni 2005-01-22 23:41:23 +0000
  • 6027e777c8 (svn r1598) Feature: Message history now is stickyable and resizeable The news messages are now precisely cropped according to pixel width to fit optimal into the window. Introduced a new date format: DATE_TINY, which is ISOish. dominik 2005-01-22 23:13:20 +0000
  • 8313879b3c (svn r1597) fix: autoreplace vehicle lists are now redrawn when a new vehicle becomes available (thanks LordOfThePigs for pointing this one out) bjarni 2005-01-22 23:11:25 +0000
  • e5cd6b6193 (svn r1596) Add some more statics tron 2005-01-22 22:47:58 +0000
  • e75c48ec7a (svn r1595) EmergencySave() is only used on WIN32, add preprocessor guard to hide it everywhere else tron 2005-01-22 22:46:10 +0000
  • 189ca73707 (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile tron 2005-01-22 20:23:18 +0000
  • 7984a9a500 (svn r1593) Remove yet another alloca() tron 2005-01-22 19:41:30 +0000
  • 54e78e114c (svn r1592) -Fix: [1090495] Slopes under high bridges weren't flooded tron 2005-01-22 19:05:30 +0000
  • 6fb79d5f33 (svn r1591) Make dedicated servers on OS/2 check for input the UNIX way tron 2005-01-22 18:59:53 +0000
  • b49547b2b5 (svn r1590) -Fix: [1107347] ban 1 crashes dedicated server. Dedicated server cannot ban itself :) darkvater 2005-01-22 18:51:09 +0000
  • c0a0d1bb22 (svn r1589) Adapt the AI to a slight behavior change of CmdBuildSignals() introduced in r1585 tron 2005-01-22 18:46:30 +0000
  • f40ff3c134 (svn r1588) -Fix: [ 1105959 ] coded a workaround in the acceleration code so that trains don't think they're on a slope while they drive around in a tunnel celestar 2005-01-22 18:39:52 +0000
  • 7c28bafba9 (svn r1587) -CodeChange: fixed up the graph loop a little..numd now shows the exact amount, no +1 needed -CodeMotion: moved 'Company performancerating detail' to the end of the file; it fits there darkvater 2005-01-22 16:24:21 +0000
  • 6e17ee9fe2 (svn r1586) Fix: [ 1107340 ] Graphs don't show comapany info for company #8 dominik 2005-01-22 15:50:54 +0000
  • 5d443a2482 (svn r1585) Rewrite CmdBuildSignals() This addresses several issues: - Correct comments - Check input parameters for validity (and don't assert() them) - Reorder checks if action is possible to produce more meaningful error messages - Correct bug where money was charged for an action which should be free - Kill warning about uninitialized variable, because the variable exists no more - Make more clear how the function works (at least i hope so) tron 2005-01-22 14:52:20 +0000
  • 4ce10986b5 (svn r1584) Fix: Highlighlighting tiles under bridges works again correctly for square selection tools. dominik 2005-01-22 09:17:58 +0000
  • 0a944dc950 (svn r1583) -Fix: You should no longer be able to delete bridges on any type of underground when there is a vehicle on it darkvater 2005-01-21 19:52:32 +0000
  • 5290d5f667 (svn r1582) Fix: Only the train orders GUI has a non-stop button now. dominik 2005-01-21 18:36:17 +0000
  • 962dd27a8c (svn r1581) Added a display for the total map population to the town display (Jango) celestar 2005-01-21 16:51:25 +0000
  • 2f4959dcd8 (svn r1580) Fix: [ 1106354 ] Graph's keys get confused Fix: Graphs were not updated correctly when one graph with a certain selection was already open and another graph window was opened dominik 2005-01-21 11:12:17 +0000
  • ef93fcfe48 (svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it in their schedule. This makes buoys more useable in multiplayer games again, as buoys can't be deleted by other players if they are used. dominik 2005-01-20 22:19:34 +0000
  • c245d93e7d (svn r1578) -Fix: [1102454] dedicated server crashes after some hours (highscore problems for dedicated...should be really solved now) darkvater 2005-01-20 18:57:09 +0000
  • 2e0d576e6b (svn r1577) Fix: [1103301] Railroad tracks on slopes weren't flooded tron 2005-01-20 18:19:37 +0000
  • 44dae05c3d (svn r1576) Clean TileLoopWaterHelper() a bit up tron 2005-01-20 18:18:32 +0000
  • 1af764c4d0 (svn r1575) -Fix: Forgot to exit the construction phase for the waypoint window (if you have newgrfs loaded) Celestar 2005-01-20 10:31:59 +0000
  • f8345b3fe6 (svn r1574) -Fix [ 1105281 ] upgrade rail fails when train under bridge celestar 2005-01-20 09:12:20 +0000
  • f0e616ea2b (svn r1573) -Fix: Station and depot building mode is now terminated if the corresponding windows are closed [ 1104277 ] celestar 2005-01-20 08:36:15 +0000
  • e9c25f8274 (svn r1572) Remove dead code from ludde's autorail implementation which was left over by revision 1571 tron 2005-01-19 21:50:38 +0000
  • aaf09ceb26 (svn r1571) Feature: Visually enhanced autorail placing When using the autorail tool, the rail pieces which are going to be build are highlighted. If a piece is shown in red, this indicates that the slope/rail combination is impossible. It does not tell you if the rail line construction might not be possible because of other obstacles, e.g. houses or water. dominik 2005-01-19 20:55:23 +0000
  • 28df4a0e25 (svn r1570) Make the gcc version test work with old versions of test (i.e. don't use the < operator) tron 2005-01-19 20:22:10 +0000
  • 7837be0575 (svn r1569) -Fix: signed/unsigned mismatch darkvater 2005-01-19 19:32:33 +0000
  • 2fd3553d78 (svn r1568) made an enum of train subtypes to make the code more readable bjarni 2005-01-19 19:15:03 +0000
  • e4a3d284b2 (svn r1567) -Fix: [110452] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. Signal updating is also correct. (Hackykid) darkvater 2005-01-19 13:31:46 +0000
  • 15630855dd (svn r1566) -Fix eol-style on script files, as well as update them a bit (sign_de) darkvater 2005-01-19 13:22:01 +0000
  • 941da5dc94 (svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before display -CodeChange: replaced one if (foo) return true else return false by return (foo) celestar 2005-01-19 10:00:37 +0000
  • a6d1544447 (svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie) tron 2005-01-19 05:55:30 +0000
  • 69065b53c8 (svn r1563) fix: autoreplaced trains now sets wagon override properly bjarni 2005-01-19 01:18:29 +0000
  • f09b0def11 (svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX) bjarni 2005-01-18 23:48:55 +0000
  • b1c4b0f07d (svn r1561) Fix: autoreplacing a singleheaded engine into a dualheaded engine now adds the the rear engine autoreplacing a dualheaded engine into a singleheaded engine now sells the rear engine as a sideeffect of this, the price for replacing both engines are now added and displayed once from the depot(instead of two identical numbers written on top of each other, looking like one) fix: cost for autorenew dualheaded engines were doubled and their value where doubled too bjarni 2005-01-18 23:27:06 +0000
  • 31d6f87d80 (svn r1560) Introduce SetTileType() and SetTileHeight() Replace direct references to _map_type_and_height with these tron 2005-01-18 18:41:56 +0000
  • 64b08311b9 (svn r1559) Use IsTileType() instead of bit shifting and comparisons tron 2005-01-18 17:19:34 +0000
  • 389a4bf44d (svn r1558) -Fix: [ 1104350 ] Crashed trains do not initiate the lost vehicle message anymore Celestar 2005-01-18 16:01:35 +0000
  • eaa6bf3f42 (svn r1557) Replace strange if () do while () construct with a plain for () tron 2005-01-18 15:26:14 +0000
  • 5bcf3d2bc0 (svn r1556) -Fix: Vehicle list updates should now really work Celestar 2005-01-18 09:35:31 +0000
  • 4559279686 (svn r1555) Daily (err.. this time it's rather weekly, sorry!) langfile updates miham 2005-01-17 22:44:33 +0000
  • e0471187d0 (svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before displayed, so that there are no stray error messages any more. -Feature/Fix: Order Checking is only execute for ONE vehicle in an order-share system celestar 2005-01-17 21:54:45 +0000
  • 9fadf6cf84 (svn r1553) Check which gcc version is present and only set availible compiler flags tron 2005-01-17 13:21:10 +0000
  • f4f705e723 (svn r1552) Make ottd compile on Zeta tron 2005-01-17 13:13:11 +0000
  • 1847b99461 (svn r1551) Silence a warning and simplify a preprocessor check tron 2005-01-17 10:17:18 +0000