------------------------------------------------------------------------ r800 | tron | 2004-11-24 17:19:26 +0000 (Wed, 24 Nov 2004) | 1 line Check if the data tables for houses have the correct number of elements via compile time asserts ------------------------------------------------------------------------ r793 | tron | 2004-11-24 13:19:48 +0000 (Wed, 24 Nov 2004) | 1 line Merge INLINE -> inline replacement (revision 376) ------------------------------------------------------------------------ r792 | tron | 2004-11-24 12:47:25 +0000 (Wed, 24 Nov 2004) | 1 line Small cleanup: Kill a goto ------------------------------------------------------------------------ r788 | bjarni | 2004-11-24 09:10:42 +0000 (Wed, 24 Nov 2004) | 1 line added a latvian translation (currently contains 0 strings) ------------------------------------------------------------------------ r787 | tron | 2004-11-23 22:36:11 +0000 (Tue, 23 Nov 2004) | 3 lines 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. ------------------------------------------------------------------------ r786 | miham | 2004-11-23 20:54:51 +0000 (Tue, 23 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r785 | tron | 2004-11-23 20:25:18 +0000 (Tue, 23 Nov 2004) | 2 lines -Fix: A train can leave and enter the same depot at the same time, then the trai simply got stuck ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------