Commit Graph

2979 Commits (c04b619aff547233de16e341f462c4fe8815b32d)
 

Author SHA1 Message Date
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
matthijs 5e2c06752f (svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory. 19 years ago
matthijs 7428b4503f (svn r3455) * Assert against modifying the outer border of a map into anything but MP_VOID. This might detect a bug that has been there for quite some time, if it hasn't been fixed already. 19 years ago
Darkvater 524f8b7f27 (svn r3454) - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer. 19 years ago
Darkvater 3edea59a58 (svn r3453) - CodeChange: Also show the landinfo debug information when building in release mode; however it is shown at debug level 1. 19 years ago
Darkvater f14fa3f6e0 (svn r3451) - Fix documentation; PBS bits were missing for bridge 19 years ago
Darkvater 41f885600f (svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research 19 years ago
peter1138 fccfada0b3 (svn r3449) - NewGRF Fix: When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf) 19 years ago
Darkvater c9d8fb8f07 (svn r3448) - Fix: wrap up some MinGW warnings 19 years ago
Darkvater d956c5d5da (svn r3447) - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also replaced the SPTR_STATUE_GROUND by the more obvious SPR_CONCRETE_GROUND in unmovable_cmd.c. No functional changes except for commenting out PALETTE_RECOLOR_SPRITE in table/sprites.h. (Belugas) 19 years ago
Darkvater 5e7526948a (svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron) 19 years ago
Darkvater 7d17583a29 (svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination
- Fix: wrong documentation of trees (Tron)
19 years ago
peter1138 e8e7794c97 (svn r3443) - Fix signed/unsigned comparison warning when compiling with gcc 2.95 (tokai) 19 years ago
Darkvater 0855449106 (svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp when using MSVC 19 years ago
Darkvater 227769d709 (svn r3441) - Feature: Allow the network game list to be sorted (by name/clients/compatibility ascending/descending) 19 years ago
Darkvater 1ba8bcd0de (svn r3439) - CodeChange: Remove a whole bunch of global variables and put them into the WP() macro. Also combine more than one WP-custom element. For this the maximum size of w->custom (WP) has been increased, and multiple types put inside one with possibly moved to the corresponding gui file if it is only used there. 19 years ago
Darkvater f99a200470 (svn r3438) - Fix: first request company data, then general. Yes, it should be the other way around, but with the current network code this doesn't work. So workaround (have some nice promise from TrueLight for fixing ;)) 19 years ago
Darkvater 1be559cfb8 (svn r3435) - Fix a warning, removed unused extern and some comments in network_gamelist.c 19 years ago
Darkvater 7eaac72326 (svn r3434) - Correctly update all network information when pressing refresh in the lobby. Also always allow the join button to a server unless all clients are used up (otherwise you can always join an existing company 19 years ago
peter1138 575d80442e (svn r3431) - Fix crash when moving vehicles around in a train depot under certain conditions. 19 years ago
Darkvater 958eb8b9b6 (svn r3430) - You can of course not join when there are more companies than the maximum set, not the other way around. 19 years ago
Darkvater f14df34790 (svn r3429) - Feature (Followup): Change the gamelist window to accomodate for the new information. 19 years ago
Darkvater 195619a4f9 (svn r3428) - Feature: server_info was left out previous commit. Move some commands about a bit for better logical placement 19 years ago
Darkvater 082aa38f79 (svn r3427) - Feature: Allow seeing and setting the maximum amount of companies and spectators for a server. This can be changed/viewed during runtime as well in the console. 19 years ago