------------------------------------------------------------------------ r780 | tron | 2004-11-23 18:04:04 +0000 (Tue, 23 Nov 2004) | 4 lines 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 ] ------------------------------------------------------------------------ r779 | matthijs | 2004-11-23 17:46:39 +0000 (Tue, 23 Nov 2004) | 3 lines 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 ;-) ------------------------------------------------------------------------ r778 | matthijs | 2004-11-23 17:16:41 +0000 (Tue, 23 Nov 2004) | 2 lines -Fix: [ 1064742 ]  ------------------------------------------------------------------------ r773 | pasky | 2004-11-22 23:05:34 +0000 (Mon, 22 Nov 2004) | 1 line 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. ------------------------------------------------------------------------ r772 | pasky | 2004-11-22 22:52:01 +0000 (Mon, 22 Nov 2004) | 1 line Whoops, I know. Do not consider pointer to be a boolean value. Sorry 'bout that, sirs. ------------------------------------------------------------------------ r771 | pasky | 2004-11-22 22:51:19 +0000 (Mon, 22 Nov 2004) | 1 line 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. ------------------------------------------------------------------------ r770 | miham | 2004-11-22 22:22:03 +0000 (Mon, 22 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r769 | pasky | 2004-11-22 21:53:19 +0000 (Mon, 22 Nov 2004) | 1 line Fixed a tiny mistake in the _userstring boundary check. Let's hope I got it right this time. ------------------------------------------------------------------------ r768 | pasky | 2004-11-22 21:48:40 +0000 (Mon, 22 Nov 2004) | 1 line In the NewGRF manager, show GRF ids as 8-digit hex numbers (that's how they are supposed to look). ------------------------------------------------------------------------ r767 | pasky | 2004-11-22 21:41:25 +0000 (Mon, 22 Nov 2004) | 1 line 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). ------------------------------------------------------------------------ r766 | darkvater | 2004-11-22 20:49:42 +0000 (Mon, 22 Nov 2004) | 4 lines -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!!) ------------------------------------------------------------------------ r764 | tron | 2004-11-22 18:42:03 +0000 (Mon, 22 Nov 2004) | 2 lines Enumerate the houses only one per town can exist and use the enums instead of magic numbers to check for these ------------------------------------------------------------------------ r760 | tron | 2004-11-22 11:01:30 +0000 (Mon, 22 Nov 2004) | 1 line Replace some bit-juggling with bit fields ------------------------------------------------------------------------ r757 | tron | 2004-11-22 10:26:59 +0000 (Mon, 22 Nov 2004) | 1 line Repair the damage inflicted on english.txt in revision 745 ------------------------------------------------------------------------ r756 | tron | 2004-11-22 10:09:37 +0000 (Mon, 22 Nov 2004) | 1 line Demystify and explain some piece of code regarding which house sprite to draw ------------------------------------------------------------------------ r746 | miham | 2004-11-21 23:20:11 +0000 (Sun, 21 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r745 | dominik | 2004-11-21 22:44:13 +0000 (Sun, 21 Nov 2004) | 1 line 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 ------------------------------------------------------------------------ r739 | miham | 2004-11-21 15:18:41 +0000 (Sun, 21 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r727 | tron | 2004-11-21 12:21:23 +0000 (Sun, 21 Nov 2004) | 1 line The langauge files depend on english.txt, not strings.h ------------------------------------------------------------------------ r726 | tron | 2004-11-21 12:18:52 +0000 (Sun, 21 Nov 2004) | 1 line The OpenTTD binary doesn't depend on the language files, so move this dependency to the all target ------------------------------------------------------------------------ r725 | tron | 2004-11-21 11:34:07 +0000 (Sun, 21 Nov 2004) | 1 line Fix language file dependencies ------------------------------------------------------------------------ r724 | tron | 2004-11-21 10:49:40 +0000 (Sun, 21 Nov 2004) | 6 lines 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. ------------------------------------------------------------------------ r723 | tron | 2004-11-21 10:42:01 +0000 (Sun, 21 Nov 2004) | 1 line Increase size of dparam so more parameters can be passed to string output ------------------------------------------------------------------------ r721 | miham | 2004-11-21 08:22:57 +0000 (Sun, 21 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r703 | pasky | 2004-11-20 11:57:45 +0000 (Sat, 20 Nov 2004) | 1 line Attempt to improve the town growth algorithm - now it scales over 76 houses, is slightly exponential and travels further for larger towns. ------------------------------------------------------------------------ r702 | truelight | 2004-11-20 11:15:31 +0000 (Sat, 20 Nov 2004) | 2 lines -Fix: Buffer overflow in music/sound/video-driver-parameter (Oskar_) ------------------------------------------------------------------------ r698 | pasky | 2004-11-20 02:36:10 +0000 (Sat, 20 Nov 2004) | 1 line 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?) ------------------------------------------------------------------------ r697 | pasky | 2004-11-20 02:25:31 +0000 (Sat, 20 Nov 2004) | 1 line Fix the town road removal crash _still_ present there. ------------------------------------------------------------------------ r696 | pasky | 2004-11-20 01:49:42 +0000 (Sat, 20 Nov 2004) | 1 line Do not consider a road station as street when growing the town. ------------------------------------------------------------------------ r694 | pasky | 2004-11-20 01:08:41 +0000 (Sat, 20 Nov 2004) | 1 line Make the town sometimes build streets on slopes. ------------------------------------------------------------------------ r688 | pasky | 2004-11-19 22:59:31 +0000 (Fri, 19 Nov 2004) | 1 line Fix eol-style (hopefully). ------------------------------------------------------------------------ r687 | pasky | 2004-11-19 22:53:18 +0000 (Fri, 19 Nov 2004) | 1 line Export InitNewGRFFile() and DecodeSpecialSprite() properly. ------------------------------------------------------------------------ r681 | pasky | 2004-11-19 22:29:30 +0000 (Fri, 19 Nov 2004) | 1 line Support for VERBOSE configuration variable which shows the commands actually used for compilation. ------------------------------------------------------------------------ r679 | pasky | 2004-11-19 21:57:02 +0000 (Fri, 19 Nov 2004) | 1 line Clarify bp.sprite assignment in GfxMainBlitter(). Pointed out by Oskar. ------------------------------------------------------------------------ r677 | darkvater | 2004-11-19 19:13:32 +0000 (Fri, 19 Nov 2004) | 1 line -newgrf: Fix some custom electric trains appearing in maglev depots (pasky). ------------------------------------------------------------------------ r669 | darkvater | 2004-11-17 21:57:00 +0000 (Wed, 17 Nov 2004) | 1 line -Add missing language files to VS.NET and VS6 project files (bociusz). ------------------------------------------------------------------------ r668 | tron | 2004-11-17 21:36:04 +0000 (Wed, 17 Nov 2004) | 4 lines -Fix: [ 1068269 ] - Number of passangers and mail in exclusive test offer window is swapped - Wrong data caused by double index shift is displayed in exclusive test offer window ------------------------------------------------------------------------ r667 | tron | 2004-11-17 21:11:16 +0000 (Wed, 17 Nov 2004) | 4 lines Fix bug in rendering stations from savegames Also don't pitch custom station sprites by railtype (pasky) ------------------------------------------------------------------------ r666 | darkvater | 2004-11-17 20:30:34 +0000 (Wed, 17 Nov 2004) | 1 line -Added missing sprite.c for VS6 project file ------------------------------------------------------------------------ r665 | dominik | 2004-11-17 20:08:13 +0000 (Wed, 17 Nov 2004) | 1 line code fixes for newgrf.c/newgrf.h ------------------------------------------------------------------------ r664 | tron | 2004-11-17 19:29:24 +0000 (Wed, 17 Nov 2004) | 1 line Fix warning on MorphOS ------------------------------------------------------------------------ r663 | dominik | 2004-11-17 18:53:49 +0000 (Wed, 17 Nov 2004) | 1 line [newgrf] sorry, forgot newgrf.h ------------------------------------------------------------------------ r662 | dominik | 2004-11-17 18:49:55 +0000 (Wed, 17 Nov 2004) | 1 line [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h ------------------------------------------------------------------------ r661 | tron | 2004-11-17 18:38:07 +0000 (Wed, 17 Nov 2004) | 3 lines Make strgen print its own revision instead of the repo's. This also fixes the annoying unecessary language file recompiles. ------------------------------------------------------------------------ r660 | tron | 2004-11-17 18:22:21 +0000 (Wed, 17 Nov 2004) | 1 line Fix typo introduced in r655 ------------------------------------------------------------------------ r659 | tron | 2004-11-17 18:03:33 +0000 (Wed, 17 Nov 2004) | 2 lines Support for cutomized TTDPatch-style new stations (no selector GUI yet) (pasky) ------------------------------------------------------------------------ r658 | tron | 2004-11-17 17:15:36 +0000 (Wed, 17 Nov 2004) | 1 line Ignore callbackish randomized spritegroups - they would just crash us (pasky) ------------------------------------------------------------------------ r657 | celestar | 2004-11-17 15:14:18 +0000 (Wed, 17 Nov 2004) | 2 lines Do not touch 0x8000 bit in sprite index for custom waypoints. (pasky) ------------------------------------------------------------------------ r655 | tron | 2004-11-17 09:07:29 +0000 (Wed, 17 Nov 2004) | 2 lines Add the necessary bits to make building on SunOS/Solaris work ------------------------------------------------------------------------ r654 | tron | 2004-11-17 08:52:47 +0000 (Wed, 17 Nov 2004) | 2 lines Hopefully complete support for randomized variational spritegroups (i.e. the cars transporter in DBSetXL gets different cars each time) (pasky) ------------------------------------------------------------------------ r653 | tron | 2004-11-17 08:11:24 +0000 (Wed, 17 Nov 2004) | 1 line Prevent SDL parachute from catching SIGSEGV and SIGFPE (pasky) ------------------------------------------------------------------------ r652 | tron | 2004-11-17 07:57:28 +0000 (Wed, 17 Nov 2004) | 1 line Factorise special case for MorphOS regarding signal() handling ------------------------------------------------------------------------ r651 | miham | 2004-11-17 02:24:21 +0000 (Wed, 17 Nov 2004) | 3 lines LoadNewGrfFile() now doesn't care about num_sprites and just loads whatever is available. Fixes George's long vehicles. (pasky) ------------------------------------------------------------------------ r650 | miham | 2004-11-17 02:01:12 +0000 (Wed, 17 Nov 2004) | 1 line Pasky fix #4. (Misc fixes to get USSet going) ------------------------------------------------------------------------ r649 | miham | 2004-11-17 01:09:15 +0000 (Wed, 17 Nov 2004) | 1 line Support for custom rail vehicle refit bitmasks. (pasky) ------------------------------------------------------------------------ r648 | miham | 2004-11-17 01:00:04 +0000 (Wed, 17 Nov 2004) | 1 line Dummy skip-support for two new station properties. Rename FOR_EACH_ENGINE() to more appropriate FOR_EACH_OBJECT(). (pasky) ------------------------------------------------------------------------ r647 | miham | 2004-11-17 00:52:54 +0000 (Wed, 17 Nov 2004) | 1 line Cleanup custom station classes handling. (pasky) ------------------------------------------------------------------------ r646 | darkvater | 2004-11-16 23:51:38 +0000 (Tue, 16 Nov 2004) | 1 line -Fix: braindead case-sensitive file extension filter replaced with a case-INsensitive one (joint effort of Bjarni and Darkvater). ------------------------------------------------------------------------ r645 | darkvater | 2004-11-16 23:26:15 +0000 (Tue, 16 Nov 2004) | 2 lines -Feature: Finally support for TTDLX games on Big Endian machines such as Macintosh and MorphOS; thanks for testing Bjarni :) -Added turkish.txt to lang-project and screenshot.h to ttd-project ------------------------------------------------------------------------