Commit Graph

483 Commits (8a3d7cce1c94fd12a4c05a1672868c56c7ff0d14)
 

Author SHA1 Message Date
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
tron 3a7abc2a35 (svn r659) Support for cutomized TTDPatch-style new stations (no selector GUI yet) (pasky) 20 years ago
tron c4e9896851 (svn r658) Ignore callbackish randomized spritegroups - they would just crash us (pasky) 20 years ago
celestar 155f20329b (svn r657) Do not touch 0x8000 bit in sprite index for custom waypoints. (pasky) 20 years ago
tron 87adce3ca0 (svn r655) Add the necessary bits to make building on SunOS/Solaris work 20 years ago
tron 13f0b6c0cf (svn r654) Hopefully complete support for randomized variational spritegroups (i.e. the cars transporter in DBSetXL gets different cars each time) (pasky) 20 years ago
tron 0086bb9d06 (svn r653) Prevent SDL parachute from catching SIGSEGV and SIGFPE (pasky) 20 years ago
tron 2760ed80fd (svn r652) Factorise special case for MorphOS regarding signal() handling 20 years ago
miham 4fb8338fa6 (svn r651) LoadNewGrfFile() now doesn't care about num_sprites and just loads whatever is
available. Fixes George's long vehicles. (pasky)
20 years ago
miham dd90693a4c (svn r650) Pasky fix #4. (Misc fixes to get USSet going) 20 years ago
miham 46dddda22f (svn r649) Support for custom rail vehicle refit bitmasks. (pasky) 20 years ago
miham e2f3634db3 (svn r648) Dummy skip-support for two new station properties. Rename FOR_EACH_ENGINE() to more appropriate FOR_EACH_OBJECT(). (pasky) 20 years ago
miham 86d19cb577 (svn r647) Cleanup custom station classes handling. (pasky) 20 years ago
darkvater cd6cb84889 (svn r646) -Fix: braindead case-sensitive file extension filter replaced with a case-INsensitive one (joint effort of Bjarni and Darkvater). 20 years ago
darkvater 60184e1495 (svn r645) -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
20 years ago
tron cc428ef6cf (svn r637) Add keycode for the key to open the console on BeOS 20 years ago
tron 69159b6e52 (svn r636) Set svn:eol-style for screenshot.h 20 years ago
tron b65bda506c (svn r635) Fix choosing a spritegroup from deterministic variational spritegroups if there is no structure to search (i.e. in purchase lists) (pasky) 20 years ago