summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-04(svn r3534) - Codechange: remove unused savedump patch-settings.Darkvater
2006-02-04(svn r3532) Revert r3467, was total nonesense, my faulttron
2006-02-03(svn r3530) - NewGRF: Move station resolver to newgrf_stationpeter1138
2006-02-03(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; ↵Darkvater
alignment issues (thanks Tron for the help)
2006-02-03(svn r3528) - Feature: Allow sorting of vehicle lists by model or value ↵peter1138
(based on meush's work)
2006-02-03(svn r3527) - Codechange: merge change from branch/0.4.5/. It should be ↵Darkvater
other way, but ok :S
2006-02-03(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update ↵peter1138
project files.
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into ↵peter1138
newgrf_engine.[ch], and add the new files to project files.
2006-02-03(svn r3523) Undefine helper macros after using thempeter1138
2006-02-03(svn r3522) - Wrap the vehicle info tables with a macro to simplify adding ↵peter1138
new fields in the future.
2006-02-02(svn r3521) - Feature: Allow trains details view to be resized.peter1138
2006-02-02(svn r3520) Remove unused parameters from some functionstron
2006-02-01(svn r3516) Fix embarrassing bug in r3514tron
2006-02-01(svn r3515) Fix copy&pasto in r3514tron
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 parenthesestron
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.5Darkvater
2006-01-31(svn r3501) - Load the lobby-window with up-to-date data upon openingDarkvater
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 binariesbjarni
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 declarationtron
2006-01-30(svn r3488) Simplify the check in r3419tron
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 #2Darkvater
2006-01-29(svn r3480) - Try and fix an svn discrepancy of trolly.hDarkvater
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