Commit Graph

2952 Commits (9712d6f639c2a32aac05c22ff17cdb3ee32a977d)
 

Author SHA1 Message Date
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
bjarni 6f183780c9 (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 32b6f9e618 (svn r3483) -Fix: fixed warning about setjmp (tnx Bjarni for testing, and tnx for
taking the effort to commit it)
19 years ago
Darkvater 25c7e1fe34 (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 44131d5416 (svn r3481) - Try and fix an svn discrepancy of trolly.h #2 19 years ago
Darkvater d774ae91ae (svn r3480) - Try and fix an svn discrepancy of trolly.h 19 years ago
truelight c249b70622 (svn r3479) -Fix: fixed warnings on 64bit platforms (anyway, most 64bit platforms)
(tnx to qball and DarkVater for testing)
19 years ago
Darkvater 3f7cb3d0eb (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 a33a7bc4f8 (svn r3477) -Fix: a fix that fixed the last commit.. I shouldn't be committing here :) 19 years ago
truelight 8650268e3d (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well 19 years ago
Darkvater 21684a66fe (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 38b9d233af (svn r3474) -Fix: don't use CXXFLAGS for DEP and CFLAGS for Compile, gives funny results ;) 19 years ago
Darkvater e707c8c7e6 (svn r3473) - [PBS] forgot to delete pbs.[ch] 19 years ago
Darkvater 4014e36aec (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
- The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals.
19 years ago
Darkvater e051091c35 (svn r3470) - Fix: plug a memleak in _network_host_list. 19 years ago
Darkvater 35c5738689 (svn r3469) - Fix: plug a possible memleak with subsequential strdup's without freeing the previous value and make it possible to ban offline clients 19 years ago
peter1138 bd8f108703 (svn r3468) - Fix: Rail type availability should take climate type into account. 19 years ago
Darkvater 89a9939112 (svn r3467) - CodeChange: Remove an useless assignment (reads a value and just writes it back)" tree_cmd.c 19 years ago
Darkvater 9eb1589827 (svn r3466) - Codechange: Some changes to increase readability of signals code. 19 years ago
peter1138 c75f8ae5ef (svn r3465) - Reduce length of reverse scrolling patch option to make it fit in the window 19 years ago
Darkvater 3853c886e1 (svn r3464) - Fix: restate some of the sprites in their old spaces. Was missed out because the patch was so huge. Thanks to Tron for pointing out the command of diff to ignore whitespace-only changes (--diff-cmd diff -x -ub) 19 years ago
Darkvater 14742eb1f3 (svn r3463) - Fix: it seems estonian/turkish were moved back from unfinished. So update project file and fix their errors 19 years ago
Darkvater 1693f5052b (svn r3462) - Fix: a one-off pixel alignment in the minimap window that "overflowed" its panel in the tropical climate (qball should be satisfied now) 19 years ago
Darkvater a902af3fc6 (svn r3461) - Fix: Increase window-size as for 64-bit machines it wasn't enough 19 years ago
Darkvater 9f6324d5d8 (svn r3460) - Fix: fix language errors and translate some missing string as far as my knowledge of those languages go (thx egladil for swedish) 19 years ago
Darkvater dba8dc56c6 (svn r3459) - CodeChange: add help-output to strgen and also verbose variants of the switches 19 years ago
truelight e9519c20b0 (svn r3458) -Fix: forgot one instance in last commit 19 years ago
truelight 3cf98b766f (svn r3457) -Fix: killed some warnings about strict-alias in an ugly way (but it works ;)) 19 years ago