Commit Graph

700 Commits (376c5adb7ce86c3179dc38151c0ef15ef6f4f723)
 

Author SHA1 Message Date
tron 0ea87b6473 (svn r792) Small cleanup: Kill a goto 20 years ago
bjarni aceb89fb7d (svn r788) added a latvian translation (currently contains 0 strings) 20 years ago
tron 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.
20 years ago
miham 06158be674 (svn r786) Daily langfile updates (automatic) 20 years ago
tron 0b3cceb21d (svn r785) -Fix: A train can leave and enter the same depot at the same time, then the trai simply got stuck 20 years ago
tron 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 ]
20 years ago
matthijs 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 ;-)
20 years ago
matthijs ca0f5ffe60 (svn r778) -Fix: [ 1064742 ]  20 years ago
pasky 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. 20 years ago
pasky 34c89d6896 (svn r772) Whoops, I know. Do not consider pointer to be a boolean value. Sorry 'bout that, sirs. 20 years ago
pasky 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. 20 years ago
miham b2e973056a (svn r770) Daily langfile updates (automatic) 20 years ago
pasky 4beb4ae2bc (svn r769) Fixed a tiny mistake in the _userstring boundary check. Let's hope I got it right this time. 20 years ago
pasky bf587e9aac (svn r768) In the NewGRF manager, show GRF ids as 8-digit hex numbers (that's how they are supposed to look). 20 years ago
pasky 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). 20 years ago
darkvater 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!!)
20 years ago
tron d51887fbed (svn r764) Enumerate the houses only one per town can exist and use the enums instead of magic numbers to check for these 20 years ago
tron 8a3d7cce1c (svn r760) Replace some bit-juggling with bit fields 20 years ago
tron a744e8e375 (svn r757) Repair the damage inflicted on english.txt in revision 745 20 years ago
tron 40a04816a4 (svn r756) Demystify and explain some piece of code regarding which house sprite to draw 20 years ago
miham 6d81770985 (svn r746) Daily langfile updates (automatic) 20 years ago
dominik 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 20 years ago
miham 485102814f (svn r739) Daily langfile updates (automatic) 20 years ago
tron 17cfda1a98 (svn r727) The langauge files depend on english.txt, not strings.h 20 years ago
tron 7fea17457d (svn r726) The OpenTTD binary doesn't depend on the language files, so move this dependency to the all target 20 years ago
tron 2a3969695b (svn r725) Fix language file dependencies 20 years ago
tron 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.
20 years ago
tron 75d002690a (svn r723) Increase size of dparam so more parameters can be passed to string output 20 years ago
miham 4bba1273aa (svn r721) Daily langfile updates (automatic) 20 years ago
pasky 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. 20 years ago
truelight 32f69dab0e (svn r702) -Fix: Buffer overflow in music/sound/video-driver-parameter (Oskar_) 20 years ago
pasky 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?) 20 years ago
pasky e1c1036648 (svn r697) Fix the town road removal crash _still_ present there. 20 years ago
pasky 5650257c0c (svn r696) Do not consider a road station as street when growing the town. 20 years ago
pasky 7a8fb5d2fd (svn r694) Make the town sometimes build streets on slopes. 20 years ago
pasky d9096f9ea4 (svn r688) Fix eol-style (hopefully). 20 years ago
pasky 989fd10d06 (svn r687) Export InitNewGRFFile() and DecodeSpecialSprite() properly. 20 years ago
pasky ad068622fb (svn r681) Support for VERBOSE configuration variable which shows the commands actually used for compilation. 20 years ago
pasky 0f7e48ead2 (svn r679) Clarify bp.sprite assignment in GfxMainBlitter(). Pointed out by Oskar. 20 years ago
darkvater 249438be88 (svn r677) -newgrf: Fix some custom electric trains appearing in maglev depots (pasky). 20 years ago
darkvater d51daeab1a (svn r669) -Add missing language files to VS.NET and VS6 project files (bociusz). 20 years ago
tron 3f91aff573 (svn r668) -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
20 years ago
tron 83ffb9c7fa (svn r667) Fix bug in rendering stations from savegames
Also don't pitch custom station sprites by railtype
(pasky)
20 years ago
darkvater 258ffc1382 (svn r666) -Added missing sprite.c for VS6 project file 20 years ago
dominik 8d91459f37 (svn r665) code fixes for newgrf.c/newgrf.h 20 years ago
tron 9dd7c284f0 (svn r664) Fix warning on MorphOS 20 years ago
dominik 31184f974e (svn r663) [newgrf] sorry, forgot newgrf.h 20 years ago
dominik 4612dcdb48 (svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h 20 years ago
tron 0f24c74b14 (svn r661) Make strgen print its own revision instead of the repo's.
This also fixes the annoying unecessary language file recompiles.
20 years ago
tron d753aeea58 (svn r660) Fix typo introduced in r655 20 years ago