Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-26 | (svn r828) Everyone welcome table/sprites.h in trunk - so far not in use ↵ | pasky | |
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. | |||
2004-11-26 | (svn r827) Dye bridge ramps in the matching colours compared to the rest of ↵ | tron | |
the bridge This fix was created by Celestar | |||
2004-11-26 | (svn r826) Seperate all bridge related tables from tunnel_land.h into their ↵ | tron | |
own file | |||
2004-11-26 | (svn r822) Use a struct instead of pairs of bytes for the string colormap. | tron | |
While here give the string colormap a more canonical name. | |||
2004-11-26 | (svn r819) Code cleanup: colors for langfile strings are now taken from a ↵ | dominik | |
color table instead of a sprite | |||
2004-11-26 | (svn r818) Daily langfile updates (automatic) | miham | |
2004-11-25 | (svn r815) Include strings.h only in the files which need it. | tron | |
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. | |||
2004-11-25 | (svn r814) Daily langfile updates (automatic) | miham | |
2004-11-25 | (svn r813) Push two tables from vehicle_gui.h into vehicle_gui.c - they were ↵ | tron | |
in the binary 48 (!) times. While here change the type for one table from uint16 to StringID. | |||
2004-11-24 | (svn r803) Switch to ISO 8859-15 | tron | |
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. | |||
2004-11-24 | (svn r802) -add latvian to VS.net Project (bociusz) | darkvater | |
2004-11-24 | (svn r801) - re-enabled background highlighting in Newgrf GUI | dominik | |
- minor Newgrf GUI fixes and adjustments | |||
2004-11-24 | (svn r800) Check if the data tables for houses have the correct number of ↵ | tron | |
elements via compile time asserts | |||
2004-11-24 | (svn r793) Merge INLINE -> inline replacement (revision 376) | tron | |
2004-11-24 | (svn r792) Small cleanup: Kill a goto | tron | |
2004-11-24 | (svn r788) added a latvian translation (currently contains 0 strings) | bjarni | |
2004-11-23 | (svn r787) Invert the sense of the DO_TRANS_BUILDINGS flag to be consistent ↵ | tron | |
with its own name and all other DO_* flags. Now it is active-true. | |||
2004-11-23 | (svn r786) Daily langfile updates (automatic) | miham | |
2004-11-23 | (svn r785) -Fix: A train can leave and enter the same depot at the same ↵ | tron | |
time, then the trai simply got stuck | |||
2004-11-23 | (svn r780) Always report a bus/lorry station as unpassable. | tron | |
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 ] | |||
2004-11-23 | (svn r779) Reverting last commit, svn didn't cancel the commit like I was ↵ | matthijs | |
meaning to tell it. Tron will commit the real bugfix we were working on in a minute (I hope ;-) | |||
2004-11-23 | (svn r778) -Fix: [ 1064742 ] | matthijs | |
2004-11-22 | (svn r773) When refitting a train engine, refit also all the attached wagons ↵ | pasky | |
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. | |||
2004-11-22 | (svn r772) Whoops, I know. Do not consider pointer to be a boolean value. ↵ | pasky | |
Sorry 'bout that, sirs. | |||
2004-11-22 | (svn r771) Do not give a file new {struct GRFFile} if it was already loaded ↵ | pasky | |
once. Eliminates those double entries in the newgrf manager and also some possible memory leaks. | |||
2004-11-22 | (svn r770) Daily langfile updates (automatic) | miham | |
2004-11-22 | (svn r769) Fixed a tiny mistake in the _userstring boundary check. Let's ↵ | pasky | |
hope I got it right this time. | |||
2004-11-22 | (svn r768) In the NewGRF manager, show GRF ids as 8-digit hex numbers ↵ | pasky | |
(that's how they are supposed to look). | |||
2004-11-22 | (svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't ↵ | pasky | |
overflow it anywhere (as long as we keep USERSTRING_LEN above 7 or so). | |||
2004-11-22 | (svn r766) -Fix: compilation problems on windows | darkvater | |
-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!!) | |||
2004-11-22 | (svn r764) Enumerate the houses only one per town can exist and use the ↵ | tron | |
enums instead of magic numbers to check for these | |||
2004-11-22 | (svn r760) Replace some bit-juggling with bit fields | tron | |
2004-11-22 | (svn r757) Repair the damage inflicted on english.txt in revision 745 | tron | |
2004-11-22 | (svn r756) Demystify and explain some piece of code regarding which house ↵ | tron | |
sprite to draw | |||
2004-11-21 | (svn r746) Daily langfile updates (automatic) | miham | |
2004-11-21 | (svn r745) Added newgrf GUI (in options menu)\nThe interface currently only ↵ | dominik | |
displays the installed grf sets, you can't (de)activate them through the gui yet | |||
2004-11-21 | (svn r739) Daily langfile updates (automatic) | miham | |
2004-11-21 | (svn r727) The langauge files depend on english.txt, not strings.h | tron | |
2004-11-21 | (svn r726) The OpenTTD binary doesn't depend on the language files, so move ↵ | tron | |
this dependency to the all target | |||
2004-11-21 | (svn r725) Fix language file dependencies | tron | |
2004-11-21 | (svn r724) Remove restriction that a tile can only accept 3 cargo types. | tron | |
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. | |||
2004-11-21 | (svn r723) Increase size of dparam so more parameters can be passed to ↵ | tron | |
string output | |||
2004-11-21 | (svn r721) Daily langfile updates (automatic) | miham | |
2004-11-20 | (svn r703) Attempt to improve the town growth algorithm - now it scales over ↵ | pasky | |
76 houses, is slightly exponential and travels further for larger towns. | |||
2004-11-20 | (svn r702) -Fix: Buffer overflow in music/sound/video-driver-parameter (Oskar_) | truelight | |
2004-11-20 | (svn r698) Merge a town growth fix from TTDPatch - in arctic and desert ↵ | pasky | |
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?) | |||
2004-11-20 | (svn r697) Fix the town road removal crash _still_ present there. | pasky | |
2004-11-20 | (svn r696) Do not consider a road station as street when growing the town. | pasky | |
2004-11-20 | (svn r694) Make the town sometimes build streets on slopes. | pasky | |
2004-11-19 | (svn r688) Fix eol-style (hopefully). | pasky | |