Commit Graph

2979 Commits (c04b619aff547233de16e341f462c4fe8815b32d)
 

Author SHA1 Message Date
Darkvater c04b619aff (svn r3553) - Revert r3549 "Change the behaviour of OTTD_ALIGNMENT". Some tests showed that forcing aligned reads slowed down the code (drawing smallmap) by 14%. Change back to the old behaviour. 19 years ago
tron 81d7f496c6 (svn r3552) Remove the global variable _mixer 19 years ago
peter1138 f00f4f5b47 (svn r3551) Add directives to allow Visual Studio 2005 compilation. 19 years ago
Darkvater 6e1be04923 (svn r3550) - [Patches]: fix GCC warning, sorry 19 years ago
Darkvater 655e5b7ee2 (svn r3549) - Change the behaviour of OTTD_ALIGNMENT. Force aligned reading as default, undefine it if unwanted/unneeded for some reason. I undeffed windows and watcom for now as they were like this. 19 years ago
Darkvater 949340ed6b (svn r3548) - [Patches]: rework two loops in make_oneofmany() and make_manyofmany() 19 years ago
Darkvater 3156a052d5 (svn r3547) - [Patches]: do some general cleanup, commentarization before starting actual work. This patch contains no functional changes (I hope). It might break GPMI-builds though when trying to join a trunk/ network game or vice versa. To solve, you can change the order of the first 8 enums in SettingDescType. I think that'll work. 19 years ago
peter1138 2d67fc8741 (svn r3546) - NewGRF feature: Implement rail vehicle 'property' 0x1A: allows shuffling order of rail vehicle purchase list (and replace vehicle list) 19 years ago
bjarni c77c99b3c7 (svn r3535) -Feature: [autoreplace] allow autoreplacing of train wagons
currently ALL available wagons are displayed in the right menu in the replace window
	however the replacement will only be done if the new wagon can be refitted to carry same cargo as the old one is currently carrying

	Since the standard vehicles do not have any valid wagon replacements, this feature can only be used when using newgrf sets
19 years ago
Darkvater a88ed0583b (svn r3534) - Codechange: remove unused savedump patch-settings. 19 years ago
tron fe6002e20f (svn r3532) Revert r3467, was total nonesense, my fault 19 years ago
peter1138 a3c14182d3 (svn r3530) - NewGRF: Move station resolver to newgrf_station 19 years ago
Darkvater e57ea5e57d (svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help) 19 years ago
peter1138 144c1f39a4 (svn r3528) - Feature: Allow sorting of vehicle lists by model or value (based on meush's work) 19 years ago
Darkvater ad9e054822 (svn r3527) - Codechange: merge change from branch/0.4.5/. It should be other way, but ok :S 19 years ago
peter1138 50ff85428b (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files. 19 years ago
peter1138 6c28b1cec7 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files. 19 years ago
peter1138 23d2bfb8b2 (svn r3523) Undefine helper macros after using them 19 years ago
peter1138 e369081657 (svn r3522) - Wrap the vehicle info tables with a macro to simplify adding new fields in the future. 19 years ago
peter1138 8e16eee137 (svn r3521) - Feature: Allow trains details view to be resized. 19 years ago
tron 17ec6ed70d (svn r3520) Remove unused parameters from some functions 19 years ago
tron b197b9422f (svn r3516) Fix embarrassing bug in r3514 19 years ago
tron 41dda81b29 (svn r3515) Fix copy&pasto in r3514 19 years ago
tron 5e0c8a239e (svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
See clear.h for details
19 years ago
peter1138 2a71cd9dcf (svn r3513) Fix strange typo in last commit ... 19 years ago
peter1138 49e51cf27f (svn r3512) Yet more whitespace fixes (mostly by Rubidium) 19 years ago
tron 1c3e8630fe (svn r3511) More whitespace ([FS#46] by Rubidium) 19 years ago
tron 9712d6f639 (svn r3510) Fiddle with whitespace and parentheses 19 years ago
tron f2c5567ab5 (svn r3509) Now -p is really gone (fix r3508) 19 years ago
tron 6f1a6d7a87 (svn r3508) Completly remove the deprecated -p parameter (is superseded by -n) 19 years ago
matthijs a893361692 (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
- Fix: Fix small syntactic error in the manpage.
19 years ago
Darkvater 95ccec58a3 (svn r3505) - Update known-bugs and delete scenarios from SVN. 19 years ago
Darkvater b3e08febc6 (svn r3502) - Update appropiate files with release information for 0.4.5 19 years ago
Darkvater 009e9bf424 (svn r3501) - Load the lobby-window with up-to-date data upon opening 19 years ago
Darkvater 5502f3bf3d (svn r3500) - Workaround the inaccurate count of spectators/companies that can happen in certain border-cases. For now just dynamically get this value when requested so it is always right. To do properly all player/client creation/destruction needs a hook for networking. 19 years ago
Darkvater bfe7040cde (svn r3499) - Fix: a few gui glitches in the network window:
1. disable widgets also when the active companies/spectators is bigger than the max.
     This can happen if the server has changed the settings.
  2. updated scroll-count in the lobby as the window is higher.
19 years ago
tron ea45799d5b (svn r3498) Fix the edge case for r3419/r3488: when a vehicle just enters a tile, the height difference can be 8 19 years ago
Darkvater b0927f6aaa (svn r3497) - Update some more language files (thanks ln- (finnish), egladil (swedish)) 19 years ago
peter1138 0ad6dc9cc2 (svn r3496) - Validate filename titles before they get displayed. This avoids crashes with UTF-8 encoded or bad filenames by replacing undisplayable characters with a '?' 19 years ago
tron ee889951ea (svn r3495) Rename the string handles for cargo names with a quantity and abbreviated cargo names to something sensible, i.e. STR_QUANTITY_$NAME and STR_ABBREV_$NAME 19 years ago
Darkvater 35e369336e (svn r3494) - Update several languages. Thanks all translators online atm (Bjarni, glx, MeusH, Tron, me, my sister)
- Remove the most blatant of untranslated or wrongly-outdated strings.
19 years ago
bjarni ab81c6f79c (svn r3493) -docs: [OSX] forgot to add Cocoa drivers and universal binaries as supported (thanks to Tobin for noticing) 19 years ago
bjarni 2d0dc53ee1 (svn r3492) -docs: [OSX] Updated readme regarding compiling universal binaries 19 years ago
peter1138 36dc9ffeda (svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented) 19 years ago
tron 244d4ab5cb (svn r3490) -Fix: A bunch (10) of off-by-one errors when checking if a TileIndex points to a tile on the map 19 years ago
tron ec74a57ada (svn r3489) Remove an unused declaration 19 years ago
tron 8529923e01 (svn r3488) Simplify the check in r3419 19 years ago
tron a56ab08f3b (svn r3487) -Fix: Price for demolishing a bridge was dependent on orientation and map size 19 years ago
peter1138 4bc7df663c (svn r3486) - NewGRF fix: Always reinitialize the ttdpatch flags as patch settings may have changed. 19 years ago
Darkvater 8316942f91 (svn r3485) - [Post-PBS]: when reverting PBS and removing station-tile reservations a station can of course not be a crossing as well. Thanks glx. 19 years ago