Commit Graph

2967 Commits (c5a669b39f6a78ee3ed0b819dd9bc5985cbb2c18)
 

Author SHA1 Message Date
Darkvater c5a669b39f (svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help) 19 years ago
peter1138 6dd2affaad (svn r3528) - Feature: Allow sorting of vehicle lists by model or value (based on meush's work) 19 years ago
Darkvater 0a1a37c8db (svn r3527) - Codechange: merge change from branch/0.4.5/. It should be other way, but ok :S 19 years ago
peter1138 ea4c5bbd2d (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files. 19 years ago
peter1138 b88904f345 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files. 19 years ago
peter1138 6823be9d03 (svn r3523) Undefine helper macros after using them 19 years ago
peter1138 78c2b9a056 (svn r3522) - Wrap the vehicle info tables with a macro to simplify adding new fields in the future. 19 years ago
peter1138 fc5a00d066 (svn r3521) - Feature: Allow trains details view to be resized. 19 years ago
tron b844aa2db3 (svn r3520) Remove unused parameters from some functions 19 years ago
tron 21fb5b5150 (svn r3516) Fix embarrassing bug in r3514 19 years ago
tron 272a27b795 (svn r3515) Fix copy&pasto in r3514 19 years ago
tron ac4f4e30d5 (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 2b98509692 (svn r3513) Fix strange typo in last commit ... 19 years ago
peter1138 80952253c2 (svn r3512) Yet more whitespace fixes (mostly by Rubidium) 19 years ago
tron 84fb96fe85 (svn r3511) More whitespace ([FS#46] by Rubidium) 19 years ago
tron 22dc05faf2 (svn r3510) Fiddle with whitespace and parentheses 19 years ago
tron 8cdd3261fc (svn r3509) Now -p is really gone (fix r3508) 19 years ago
tron 6c1db94a7d (svn r3508) Completly remove the deprecated -p parameter (is superseded by -n) 19 years ago
matthijs d22e2d12cf (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 0993ff118c (svn r3505) - Update known-bugs and delete scenarios from SVN. 19 years ago
Darkvater 024db8d058 (svn r3502) - Update appropiate files with release information for 0.4.5 19 years ago
Darkvater 896551850a (svn r3501) - Load the lobby-window with up-to-date data upon opening 19 years ago
Darkvater f2448ebfd4 (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 9d07426a29 (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 4e2bb34be3 (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 0f535026cf (svn r3497) - Update some more language files (thanks ln- (finnish), egladil (swedish)) 19 years ago
peter1138 9fd6b1009e (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 822afdcecd (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 58f5dbd365 (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 a092ee463f (svn r3493) -docs: [OSX] forgot to add Cocoa drivers and universal binaries as supported (thanks to Tobin for noticing) 19 years ago
bjarni e2df07ec05 (svn r3492) -docs: [OSX] Updated readme regarding compiling universal binaries 19 years ago
peter1138 e2dda7bce6 (svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented) 19 years ago
tron 5e1e902600 (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 c8dd64bdbc (svn r3489) Remove an unused declaration 19 years ago
tron 7d03773383 (svn r3488) Simplify the check in r3419 19 years ago
tron 2f668b8669 (svn r3487) -Fix: Price for demolishing a bridge was dependent on orientation and map size 19 years ago
peter1138 876813cd9d (svn r3486) - NewGRF fix: Always reinitialize the ttdpatch flags as patch settings may have changed. 19 years ago
Darkvater 61a7b45dd9 (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
bjarni 8c7e594b08 (svn r3484) -fix: fixed issue in last commit where loading savegame versions 18 and 19 didn't init the multiheaded engine pointers 19 years ago
truelight b7beb3d87d (svn r3483) -Fix: fixed warning about setjmp (tnx Bjarni for testing, and tnx for
taking the effort to commit it)
19 years ago
Darkvater e6d16d17dc (svn r3482) - Fix: since multiheaded links are not saved anymore do NOT save them anymore at all, return the extra space. Since Bjarni's fix for this was abominable, the weird situation arises of 2 NULL structs of free space, of which the first isn't usable. 19 years ago
Darkvater f3b0de85bf (svn r3481) - Try and fix an svn discrepancy of trolly.h #2 19 years ago
Darkvater b2fac2e99f (svn r3480) - Try and fix an svn discrepancy of trolly.h 19 years ago
truelight f7603ba3ac (svn r3479) -Fix: fixed warnings on 64bit platforms (anyway, most 64bit platforms)
(tnx to qball and DarkVater for testing)
19 years ago
Darkvater ddfe8f608f (svn r3478) - Fix: In the network game list do the default sorting on connectivity (so servers which you can join are on top) and sort on names as a second criteria on clients and connectivity. 19 years ago
truelight 8b8ef85ccb (svn r3477) -Fix: a fix that fixed the last commit.. I shouldn't be committing here :) 19 years ago
truelight 524934bbf6 (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well 19 years ago
Darkvater 132125de77 (svn r3475) - Fix: you couldn't remove an item from a list-type of config ingame from the configuration file. Whatever you did, upon restart of OpenTTD those items were still there. To fix this we initialize the first item to NULL in SaveList as it is rebuilt anyways fully. 19 years ago
truelight 9d11d11d68 (svn r3474) -Fix: don't use CXXFLAGS for DEP and CFLAGS for Compile, gives funny results ;) 19 years ago
Darkvater 98c62ba8e0 (svn r3473) - [PBS] forgot to delete pbs.[ch] 19 years ago