Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-01 | (svn r3515) Fix copy&pasto in r3514 | tron | |
2006-02-01 | (svn r3514) -Codechange: Replace direct fiddling of bits for the ground type ↵ | tron | |
and density of clear tiles with symbolic names and accessors. See clear.h for details | |||
2006-02-01 | (svn r3513) Fix strange typo in last commit ... | peter1138 | |
2006-02-01 | (svn r3512) Yet more whitespace fixes (mostly by Rubidium) | peter1138 | |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron | |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron | |
2006-02-01 | (svn r3509) Now -p is really gone (fix r3508) | tron | |
2006-02-01 | (svn r3508) Completly remove the deprecated -p parameter (is superseded by -n) | tron | |
2006-02-01 | (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before ↵ | matthijs | |
copying files there. - Fix: Fix small syntactic error in the manpage. | |||
2006-01-31 | (svn r3505) - Update known-bugs and delete scenarios from SVN. | Darkvater | |
2006-01-31 | (svn r3502) - Update appropiate files with release information for 0.4.5 | Darkvater | |
2006-01-31 | (svn r3501) - Load the lobby-window with up-to-date data upon opening | Darkvater | |
2006-01-31 | (svn r3500) - Workaround the inaccurate count of spectators/companies that ↵ | Darkvater | |
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. | |||
2006-01-31 | (svn r3499) - Fix: a few gui glitches in the network window: | Darkvater | |
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. | |||
2006-01-31 | (svn r3498) Fix the edge case for r3419/r3488: when a vehicle just enters a ↵ | tron | |
tile, the height difference can be 8 | |||
2006-01-31 | (svn r3497) - Update some more language files (thanks ln- (finnish), egladil ↵ | Darkvater | |
(swedish)) | |||
2006-01-31 | (svn r3496) - Validate filename titles before they get displayed. This ↵ | peter1138 | |
avoids crashes with UTF-8 encoded or bad filenames by replacing undisplayable characters with a '?' | |||
2006-01-31 | (svn r3495) Rename the string handles for cargo names with a quantity and ↵ | tron | |
abbreviated cargo names to something sensible, i.e. STR_QUANTITY_$NAME and STR_ABBREV_$NAME | |||
2006-01-30 | (svn r3494) - Update several languages. Thanks all translators online atm ↵ | Darkvater | |
(Bjarni, glx, MeusH, Tron, me, my sister) - Remove the most blatant of untranslated or wrongly-outdated strings. | |||
2006-01-30 | (svn r3493) -docs: [OSX] forgot to add Cocoa drivers and universal binaries ↵ | bjarni | |
as supported (thanks to Tobin for noticing) | |||
2006-01-30 | (svn r3492) -docs: [OSX] Updated readme regarding compiling universal binaries | bjarni | |
2006-01-30 | (svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented) | peter1138 | |
2006-01-30 | (svn r3490) -Fix: A bunch (10) of off-by-one errors when checking if a ↵ | tron | |
TileIndex points to a tile on the map | |||
2006-01-30 | (svn r3489) Remove an unused declaration | tron | |
2006-01-30 | (svn r3488) Simplify the check in r3419 | tron | |
2006-01-30 | (svn r3487) -Fix: Price for demolishing a bridge was dependent on ↵ | tron | |
orientation and map size | |||
2006-01-30 | (svn r3486) - NewGRF fix: Always reinitialize the ttdpatch flags as patch ↵ | peter1138 | |
settings may have changed. | |||
2006-01-30 | (svn r3485) - [Post-PBS]: when reverting PBS and removing station-tile ↵ | Darkvater | |
reservations a station can of course not be a crossing as well. Thanks glx. | |||
2006-01-29 | (svn r3484) -fix: fixed issue in last commit where loading savegame versions ↵ | bjarni | |
18 and 19 didn't init the multiheaded engine pointers | |||
2006-01-29 | (svn r3483) -Fix: fixed warning about setjmp (tnx Bjarni for testing, and ↵ | truelight | |
tnx for taking the effort to commit it) | |||
2006-01-29 | (svn r3482) - Fix: since multiheaded links are not saved anymore do NOT save ↵ | Darkvater | |
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. | |||
2006-01-29 | (svn r3481) - Try and fix an svn discrepancy of trolly.h #2 | Darkvater | |
2006-01-29 | (svn r3480) - Try and fix an svn discrepancy of trolly.h | Darkvater | |
2006-01-29 | (svn r3479) -Fix: fixed warnings on 64bit platforms (anyway, most 64bit ↵ | truelight | |
platforms) (tnx to qball and DarkVater for testing) | |||
2006-01-29 | (svn r3478) - Fix: In the network game list do the default sorting on ↵ | Darkvater | |
connectivity (so servers which you can join are on top) and sort on names as a second criteria on clients and connectivity. | |||
2006-01-29 | (svn r3477) -Fix: a fix that fixed the last commit.. I shouldn't be ↵ | truelight | |
committing here :) | |||
2006-01-29 | (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh ↵ | truelight | |
well | |||
2006-01-29 | (svn r3475) - Fix: you couldn't remove an item from a list-type of config ↵ | Darkvater | |
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. | |||
2006-01-29 | (svn r3474) -Fix: don't use CXXFLAGS for DEP and CFLAGS for Compile, gives ↵ | truelight | |
funny results ;) | |||
2006-01-29 | (svn r3473) - [PBS] forgot to delete pbs.[ch] | Darkvater | |
2006-01-29 | (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it ↵ | Darkvater | |
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. | |||
2006-01-29 | (svn r3470) - Fix: plug a memleak in _network_host_list. | Darkvater | |
2006-01-29 | (svn r3469) - Fix: plug a possible memleak with subsequential strdup's ↵ | Darkvater | |
without freeing the previous value and make it possible to ban offline clients | |||
2006-01-29 | (svn r3468) - Fix: Rail type availability should take climate type into account. | peter1138 | |
2006-01-29 | (svn r3467) - CodeChange: Remove an useless assignment (reads a value and ↵ | Darkvater | |
just writes it back)" tree_cmd.c | |||
2006-01-29 | (svn r3466) - Codechange: Some changes to increase readability of signals code. | Darkvater | |
2006-01-29 | (svn r3465) - Reduce length of reverse scrolling patch option to make it fit ↵ | peter1138 | |
in the window | |||
2006-01-28 | (svn r3464) - Fix: restate some of the sprites in their old spaces. Was ↵ | Darkvater | |
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) | |||
2006-01-28 | (svn r3463) - Fix: it seems estonian/turkish were moved back from ↵ | Darkvater | |
unfinished. So update project file and fix their errors | |||
2006-01-28 | (svn r3462) - Fix: a one-off pixel alignment in the minimap window that ↵ | Darkvater | |
"overflowed" its panel in the tropical climate (qball should be satisfied now) |