------------------------------------------------------------------------ r844 | tron | 2004-11-28 12:24:48 +0000 (Sun, 28 Nov 2004) | 2 lines Fix some typos ([ 1074329 ]) and use a bigger font in the detailed performance rating window ------------------------------------------------------------------------ r843 | tron | 2004-11-27 21:28:51 +0000 (Sat, 27 Nov 2004) | 1 line Remove redundant variable assignments and function calls ------------------------------------------------------------------------ r842 | tron | 2004-11-27 19:53:53 +0000 (Sat, 27 Nov 2004) | 2 lines -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position ------------------------------------------------------------------------ r831 | pasky | 2004-11-26 22:29:02 +0000 (Fri, 26 Nov 2004) | 1 line Remove station-specific roadbits magic. Tron already fixed road stations so that they don't give out roadbits in r780. ------------------------------------------------------------------------ r830 | pasky | 2004-11-26 22:21:12 +0000 (Fri, 26 Nov 2004) | 1 line Move the MP_STATION roadbits guard to GetTownRoadBitsByTile() wrapper of GetRoadBitsByTile(). This should really and for once fix the road-behind-road-station bug. ------------------------------------------------------------------------ r829 | tron | 2004-11-26 21:52:18 +0000 (Fri, 26 Nov 2004) | 2 lines Fix small glitch: Immediately redraw the tile selection square when using the hotkey to toggle removal ------------------------------------------------------------------------ r828 | pasky | 2004-11-26 21:14:42 +0000 (Fri, 26 Nov 2004) | 1 line 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. ------------------------------------------------------------------------ r827 | tron | 2004-11-26 21:11:37 +0000 (Fri, 26 Nov 2004) | 3 lines Dye bridge ramps in the matching colours compared to the rest of the bridge This fix was created by Celestar ------------------------------------------------------------------------ r826 | tron | 2004-11-26 20:29:05 +0000 (Fri, 26 Nov 2004) | 2 lines Seperate all bridge related tables from tunnel_land.h into their own file ------------------------------------------------------------------------ r822 | tron | 2004-11-26 16:55:35 +0000 (Fri, 26 Nov 2004) | 3 lines Use a struct instead of pairs of bytes for the string colormap. While here give the string colormap a more canonical name. ------------------------------------------------------------------------ r819 | dominik | 2004-11-26 14:00:57 +0000 (Fri, 26 Nov 2004) | 1 line Code cleanup: colors for langfile strings are now taken from a color table instead of a sprite ------------------------------------------------------------------------ r818 | miham | 2004-11-26 07:30:06 +0000 (Fri, 26 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r815 | tron | 2004-11-25 10:47:30 +0000 (Thu, 25 Nov 2004) | 3 lines 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. ------------------------------------------------------------------------ r814 | miham | 2004-11-25 08:11:48 +0000 (Thu, 25 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r813 | tron | 2004-11-25 06:05:47 +0000 (Thu, 25 Nov 2004) | 3 lines 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. ------------------------------------------------------------------------ r803 | tron | 2004-11-24 22:52:57 +0000 (Wed, 24 Nov 2004) | 3 lines 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. ------------------------------------------------------------------------ r802 | darkvater | 2004-11-24 20:56:52 +0000 (Wed, 24 Nov 2004) | 1 line -add latvian to VS.net Project (bociusz) ------------------------------------------------------------------------ r801 | dominik | 2004-11-24 20:08:38 +0000 (Wed, 24 Nov 2004) | 3 lines - re-enabled background highlighting in Newgrf GUI - minor Newgrf GUI fixes and adjustments ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------