Commit Graph

  • 701e58e157 (svn r972) Makefile: added make release (currently only works on mac) Mac: sets the STATIC flag if no makefile.config is found bjarni 2004-12-07 17:58:06 +0000
  • bad25dec0e (svn r971) Mac: updated text files and added the link files from the releases bjarni 2004-12-07 17:27:55 +0000
  • 051134ac9f (svn r970) Added 2nd data path for all non-windows OSes added completely customizable lang path (all non-Windows OSes) bjarni 2004-12-07 17:16:57 +0000
  • a3a2f0617c (svn r962) Fixed a problem with the new order system due to missing '{}' (another place) Celestar 2004-12-06 00:03:26 +0000
  • 293d5bffa8 (svn r961) Fixed a problem with the new order system due to missing '{}' Celestar 2004-12-05 23:57:08 +0000
  • c8d83ce557 (svn r960) -Fix: forgotten conversion of orders for the AI (Tron) darkvater 2004-12-05 21:30:58 +0000
  • 860a39af2a (svn r959) -Fix: fix previous typo for workaround of braindead MSVC6 (Tron) -Fix: added debug code to autosave cause it is buggy in multiplayer (does not remember settings; takes them from _opt instead of _new_opt (or vice versa)). darkvater 2004-12-05 20:02:49 +0000
  • 78b651c2c9 (svn r957) -Fix: vehicle.c compiler problems for MSVC6 only! (Tron) darkvater 2004-12-05 19:50:58 +0000
  • 7c2448ecea (svn r955) Replace uint16 for orders with struct Order This adds no functionality, but is a stepping stone for future improvement (like 16bit order indices) and is easier to read. This changes preserves binary compatibility wrt savegames. tron 2004-12-05 12:43:04 +0000
  • 1de8e294d8 (svn r954) -Fix: [Console] Hook fixes (sign_de) -Add: [Console] Auto sort commands and variables (sign_de) truelight 2004-12-05 12:25:25 +0000
  • cef5ac8c8b (svn r953) Daily langfile updates (automatic) miham 2004-12-05 11:40:58 +0000
  • 6e49b85703 (svn r952) -A tiny insignificant fix for a toyland industry gfx -Added table\sprites.h to VS.NET project file darkvater 2004-12-04 23:43:54 +0000
  • 14a025a6bf (svn r951) Makefile: fixed missing flag for libpng, which prevented lib detection if SDL was not used Makefile: Combined the OSX specific libpng code with the general one. Now OSX have no special code for libpng bjarni 2004-12-04 23:19:31 +0000
  • e7ee76dc56 (svn r950) Daily langfile updates (automatic) miham 2004-12-04 22:29:18 +0000
  • 47713d05e3 (svn r949) Makefile: added DEDICATED flag to allow complilation of dedicated servers without linking to SDL. Request by Jezral bjarni 2004-12-04 20:34:59 +0000
  • 40121d60cd (svn r948) -Codechange: clearified my last commit a bit more with some comment in the code truelight 2004-12-04 18:57:42 +0000
  • 43e495045c (svn r947) -Fix: [Network] Desync problem truelight 2004-12-04 18:43:07 +0000
  • 581302e147 (svn r946) Remove double patch option which crept in during merge tron 2004-12-04 18:27:08 +0000
  • 00168d4660 (svn r945) -Fix: [Network] Terraform callback went wrong in merge -Fix: Some settings went wrong in merge truelight 2004-12-04 18:17:52 +0000
  • 39382a16f3 (svn r944) -Updated vc6 project file (Hackykid) truelight 2004-12-04 18:16:20 +0000
  • b8f6d41418 (svn r942) -Merged branch/network back into the trunk truelight 2004-12-04 17:54:56 +0000
  • 0434287ef8 (svn r939) -Fix: Fixed compiler errors truelight 2004-12-04 15:02:45 +0000
  • e56c3cddd8 (svn r925) Use sound enums Also play the correct sound when a toyland road vehicle breaks down tron 2004-12-04 09:26:39 +0000
  • d036559e0e (svn r924) Use RailVehInfo() instead of &_rail_vehicle_info[] tron 2004-12-04 07:41:37 +0000
  • aa183e35d8 (svn r923) Forgot s/rail_vehinfo/RailVehInfo/ tron 2004-12-04 00:34:20 +0000
  • 56dd31f33b (svn r920) Replace vehicle info macros with inline functions and add asserts to check limits tron 2004-12-03 21:57:05 +0000
  • 5149373467 (svn r909) Small cleanup in vehicle.c, this should fix some warnings on 64bit machines tron 2004-12-03 14:38:02 +0000
  • c00258237e (svn r907) Sprinkle holy ANSI water: - "inline" must before the return type (and after "static") - Initialise all struct members, not just some of them - Remove (one) spurious semicolon tron 2004-12-03 07:43:00 +0000
  • b7f0b278fb (svn r906) Daily langfile updates (automatic) miham 2004-12-03 05:59:26 +0000
  • fdb447ac55 (svn r901) Small step in the process to clean up the DPARAM mess: - reduce to 2 sizes (*DParam64 for 64bit values, *DParam for the rest) - use inline functions instead of macros - add assert()s to check for buffer overruns tron 2004-12-02 22:53:07 +0000
  • 2c88f958ed (svn r880) Daily langfile updates (automatic) miham 2004-12-01 21:35:14 +0000
  • a317cbdc09 (svn r877) Moved bemidi.cpp correctly this time bjarni 2004-12-01 19:44:39 +0000
  • 5a458590b8 (svn r876) reverted the accidently cleared bemidi.cpp bjarni 2004-12-01 19:42:42 +0000
  • e9b49ebf8e (svn r870) BeOS: made the move of bemidi.cpp properly (I hope) bjarni 2004-12-01 15:25:18 +0000
  • c925f452e7 (svn r869) Mac: finally made asserts open the console, so people should be able to see what went wrong even if they opened the game in the GUI deleted the wrongly moved bemidi.cpp bjarni 2004-12-01 15:23:05 +0000
  • 2fc6077a68 (svn r862) Cygwin: libdetection now sets the flags properly if no Makefile.config is found Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved bjarni 2004-12-01 11:50:20 +0000
  • ec7586dac3 (svn r857) Daily langfile updates (automatic) miham 2004-11-29 23:20:07 +0000
  • 00d6b3609f (svn r856) Makefile: added the flags CYGWIN and MINGW to libdetection. They were missing in the autodetected makefile.config Bjarni 2004-11-29 20:26:00 +0000
  • a580b4c21e (svn r855) BeOS: moved bemidi to os/beos/ (w-ber) bjarni 2004-11-29 20:03:04 +0000
  • ccd731a2ce (svn r854) -Fix [1070274] Invisible trains. Weird macros and MSVC optimizing don't always mix. (Tron) darkvater 2004-11-29 19:26:24 +0000
  • d701668f50 (svn r853) -Feature: Implement improved vehicle loading algorithm It's not FIFO loading, but does the right thing in the common case: If a vehicle is empty and another vehicle is already loading the same cargo at this station then the vehicle waits. tron 2004-11-29 11:59:09 +0000
  • 5733ad3e32 (svn r852) Daily langfile updates (automatic) miham 2004-11-28 22:43:46 +0000
  • 29cec910fc (svn r850) Adjust the other language files according to revision 844 tron 2004-11-28 21:37:23 +0000
  • 9be1dadb04 (svn r847) Add the station type icons to strgen: {TRAIN}, {LORRY}, {BUS}, {PLANE} and {SHIP} tron 2004-11-28 19:46:24 +0000
  • d542f5624a (svn r844) Fix some typos ([ 1074329 ]) and use a bigger font in the detailed performance rating window tron 2004-11-28 12:24:48 +0000
  • 6b9a744b2d (svn r843) Remove redundant variable assignments and function calls tron 2004-11-27 21:28:51 +0000
  • 12d6d679b0 (svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position tron 2004-11-27 19:53:53 +0000
  • 97c533eb9c (svn r831) Remove station-specific roadbits magic. Tron already fixed road stations so that they don't give out roadbits in r780. pasky 2004-11-26 22:29:02 +0000
  • 0554031514 (svn r830) Move the MP_STATION roadbits guard to GetTownRoadBitsByTile() wrapper of GetRoadBitsByTile(). This should really and for once fix the road-behind-road-station bug. pasky 2004-11-26 22:21:12 +0000
  • 908adfc191 (svn r829) Fix small glitch: Immediately redraw the tile selection square when using the hotkey to toggle removal tron 2004-11-26 21:52:18 +0000
  • 08e16d966a (svn r828) Everyone welcome table/sprites.h in trunk - so far not in use besides enum AnimCursors migrated from viewport.h and tiny fragment of enum Sprites migrated from ttd.h (we should slowly convert trunk to use the symbolic names instead of sprite numbers too to reduce the delta to map). Ported from the map branch, where the work was done by Darkvater, Celestar and Tron. pasky 2004-11-26 21:14:42 +0000
  • daa599c135 (svn r827) Dye bridge ramps in the matching colours compared to the rest of the bridge This fix was created by Celestar tron 2004-11-26 21:11:37 +0000
  • 1c86acd8ba (svn r826) Seperate all bridge related tables from tunnel_land.h into their own file tron 2004-11-26 20:29:05 +0000
  • 7b8bf96c2b (svn r822) Use a struct instead of pairs of bytes for the string colormap. While here give the string colormap a more canonical name. tron 2004-11-26 16:55:35 +0000
  • d801ca16a3 (svn r819) Code cleanup: colors for langfile strings are now taken from a color table instead of a sprite dominik 2004-11-26 14:00:57 +0000
  • a295166754 (svn r818) Daily langfile updates (automatic) miham 2004-11-26 07:30:06 +0000
  • acbd1801c7 (svn r815) Include strings.h only in the files which need it. This should reduce the compile time after altering english.txt by about 1/3, because "only" 62 instead of 90 .c files must be recompiled. tron 2004-11-25 10:47:30 +0000
  • 908d2471ec (svn r814) Daily langfile updates (automatic) miham 2004-11-25 08:11:48 +0000
  • b07357373f (svn r813) Push two tables from vehicle_gui.h into vehicle_gui.c - they were in the binary 48 (!) times. While here change the type for one table from uint16 to StringID. tron 2004-11-25 06:05:47 +0000
  • e35a0b1c44 (svn r803) Switch to ISO 8859-15 It has proper support for the euro sign and includes letters which are needed by the Latvian translation (and perhaps others), though the letter sprites are missing. tron 2004-11-24 22:52:57 +0000
  • 669368cf21 (svn r802) -add latvian to VS.net Project (bociusz) darkvater 2004-11-24 20:56:52 +0000
  • 372340b731 (svn r801) - re-enabled background highlighting in Newgrf GUI - minor Newgrf GUI fixes and adjustments dominik 2004-11-24 20:08:38 +0000
  • 3ef3f05288 (svn r800) Check if the data tables for houses have the correct number of elements via compile time asserts tron 2004-11-24 17:19:26 +0000
  • fca55e3741 (svn r793) Merge INLINE -> inline replacement (revision 376) tron 2004-11-24 13:19:48 +0000
  • 0ea87b6473 (svn r792) Small cleanup: Kill a goto tron 2004-11-24 12:47:25 +0000
  • aceb89fb7d (svn r788) added a latvian translation (currently contains 0 strings) bjarni 2004-11-24 09:10:42 +0000
  • e8537f5512 (svn r787) Invert the sense of the DO_TRANS_BUILDINGS flag to be consistent with its own name and all other DO_* flags. Now it is active-true. tron 2004-11-23 22:36:11 +0000
  • 06158be674 (svn r786) Daily langfile updates (automatic) miham 2004-11-23 20:54:51 +0000
  • 0b3cceb21d (svn r785) -Fix: A train can leave and enter the same depot at the same time, then the trai simply got stuck tron 2004-11-23 20:25:18 +0000
  • c5b0ecac4f (svn r780) Always report a bus/lorry station as unpassable. The current behavior just causes bugs and the pathfinder does the necessary magic to handle stations as destinations and enter them anyway. This fixes [ 1058809 ] tron 2004-11-23 18:04:04 +0000
  • a3cb5499bf (svn r779) Reverting last commit, svn didn't cancel the commit like I was meaning to tell it. Tron will commit the real bugfix we were working on in a minute (I hope ;-) matthijs 2004-11-23 17:46:39 +0000
  • ca0f5ffe60 (svn r778) -Fix: [ 1064742 ]  matthijs 2004-11-23 17:16:41 +0000
  • 2214a9df5c (svn r773) When refitting a train engine, refit also all the attached wagons which can be refitted (applicable to DBSetXL, as shown in http://pasky.or.cz/~pasky/dev/openttd/screenshots/wagrefit.png). This is how TTDPatch does it, pointed out by Bjarni. pasky 2004-11-22 23:05:34 +0000
  • 34c89d6896 (svn r772) Whoops, I know. Do not consider pointer to be a boolean value. Sorry 'bout that, sirs. pasky 2004-11-22 22:52:01 +0000
  • f012e15c95 (svn r771) Do not give a file new {struct GRFFile} if it was already loaded once. Eliminates those double entries in the newgrf manager and also some possible memory leaks. pasky 2004-11-22 22:51:19 +0000
  • b2e973056a (svn r770) Daily langfile updates (automatic) miham 2004-11-22 22:22:03 +0000
  • 4beb4ae2bc (svn r769) Fixed a tiny mistake in the _userstring boundary check. Let's hope I got it right this time. pasky 2004-11-22 21:53:19 +0000
  • bf587e9aac (svn r768) In the NewGRF manager, show GRF ids as 8-digit hex numbers (that's how they are supposed to look). pasky 2004-11-22 21:48:40 +0000
  • 3ee0dee12a (svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overflow it anywhere (as long as we keep USERSTRING_LEN above 7 or so). pasky 2004-11-22 21:41:25 +0000
  • d4b723a7c9 (svn r766) -Fix: compilation problems on windows -There is nothing wrong with uses spacebars in the code; they are not a luxury item -Please use standard rowsizes of 14px and less magic numbers (highlighted items drawn in white as all other windows do) -TYPEDEF structs (this goes to pasky!!) darkvater 2004-11-22 20:49:42 +0000
  • d51887fbed (svn r764) Enumerate the houses only one per town can exist and use the enums instead of magic numbers to check for these tron 2004-11-22 18:42:03 +0000
  • 8a3d7cce1c (svn r760) Replace some bit-juggling with bit fields tron 2004-11-22 11:01:30 +0000
  • a744e8e375 (svn r757) Repair the damage inflicted on english.txt in revision 745 tron 2004-11-22 10:26:59 +0000
  • 40a04816a4 (svn r756) Demystify and explain some piece of code regarding which house sprite to draw tron 2004-11-22 10:09:37 +0000
  • 6d81770985 (svn r746) Daily langfile updates (automatic) miham 2004-11-21 23:20:11 +0000
  • 4e41cf9e2b (svn r745) Added newgrf GUI (in options menu)\nThe interface currently only displays the installed grf sets, you can't (de)activate them through the gui yet dominik 2004-11-21 22:44:13 +0000
  • 485102814f (svn r739) Daily langfile updates (automatic) miham 2004-11-21 15:18:41 +0000
  • 17cfda1a98 (svn r727) The langauge files depend on english.txt, not strings.h tron 2004-11-21 12:21:23 +0000
  • 7fea17457d (svn r726) The OpenTTD binary doesn't depend on the language files, so move this dependency to the all target tron 2004-11-21 12:18:52 +0000
  • 2a3969695b (svn r725) Fix language file dependencies tron 2004-11-21 11:34:07 +0000
  • 57adc97733 (svn r724) Remove restriction that a tile can only accept 3 cargo types. This especially enables houses to accept passengers, mail, goods AND food. Add string templates for up to 5 cargo types for the tile info window. If more are needed just add them. Simplify (de-uglify) the logic for cargo acceptence for houses and split the goods/food table into two. The acceptance is unmodified, but accepting goods AND food is now trivially possible. The exact amounts have to be decided. This is based on Celestar's changes in the map branch plus some further bits that will be merged there soon. tron 2004-11-21 10:49:40 +0000
  • 75d002690a (svn r723) Increase size of dparam so more parameters can be passed to string output tron 2004-11-21 10:42:01 +0000
  • 4bba1273aa (svn r721) Daily langfile updates (automatic) miham 2004-11-21 08:22:57 +0000
  • bf6dace925 (svn r703) Attempt to improve the town growth algorithm - now it scales over 76 houses, is slightly exponential and travels further for larger towns. pasky 2004-11-20 11:57:45 +0000
  • 32f69dab0e (svn r702) -Fix: Buffer overflow in music/sound/video-driver-parameter (Oskar_) truelight 2004-11-20 11:15:31 +0000
  • 578bde9aae (svn r698) Merge a town growth fix from TTDPatch - in arctic and desert climate, require food (and possibly water) only if the population is more than 90, so that the town gets chance to actually accept it. (By Marcin?) pasky 2004-11-20 02:36:10 +0000
  • e1c1036648 (svn r697) Fix the town road removal crash _still_ present there. pasky 2004-11-20 02:25:31 +0000
  • 5650257c0c (svn r696) Do not consider a road station as street when growing the town. pasky 2004-11-20 01:49:42 +0000
  • 7a8fb5d2fd (svn r694) Make the town sometimes build streets on slopes. pasky 2004-11-20 01:08:41 +0000
  • d9096f9ea4 (svn r688) Fix eol-style (hopefully). pasky 2004-11-19 22:59:31 +0000