summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-18(svn r15760) -Codechange [FS#2704]: support that the resize box is at the lef...rubidium
2009-03-18(svn r15758) -Fix (r15757): win9x compilationglx
2009-03-18(svn r15757) -Fix/hackaround (r15314): of course on some system searching a f...glx
2009-03-17(svn r15756) -Codechange: remove the assumption that the second windget is al...rubidium
2009-03-17(svn r15755) -Fix: Number of houses in house variables 0x44, 0x60 and 0x61 we...frosch
2009-03-17(svn r15754) -Update: WebTranslator2 update to 2009-03-17 18:42:46translators
2009-03-17(svn r15753) -Fix (r15702)[FS#2742]: Crash when clicking the small area betwe...yexo
2009-03-17(svn r15752) -Fix: don't try to (un)draw the cursor when the screen is not readyglx
2009-03-17(svn r15750) -Fix: The big ufo sometimes landed just outside the map. Instead...yexo
2009-03-17(svn r15749) -Codechange: apply coding style to disaster_cmd.cppyexo
2009-03-16(svn r15748) -Fix (r1722): the assumption that the number of tiles on the X s...rubidium
2009-03-16(svn r15747) -Fix [FS#2736]: road ownership getting lost when removing a road...rubidium
2009-03-16(svn r15746) -Fix: Update threading code for OS/2, add mutex supportorudge
2009-03-16(svn r15745) -Fix: Resolve compile error in fileio.cpp on OS/2 - base paths o...orudge
2009-03-16(svn r15744) -Fix (r9667): when town generator failed to create requested num...smatz
2009-03-16(svn r15743) -Codechange: move the definitions of some fake squirrel types to...yexo
2009-03-16(svn r15742) -Fix (r15736): AIs with an invalid info.nut weren't ignored anym...yexo
2009-03-16(svn r15741) -Fix (r15740): czech town name generator needs very long buffer,...smatz
2009-03-16(svn r15740) -Codechange: make code in namegen.cpp ~50% faster, apply coding ...smatz
2009-03-16(svn r15739) -Codechange: Expose GRF ID of engines in var action property 0x25.peter1138
2009-03-15(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic clas...yexo
2009-03-15(svn r15735) -Update: trunk ain't going to 0.7 anymore ;)rubidium
2009-03-15(svn r15733) -Fix: Enabling freeform edges could cause submarines to get stuc...yexo
2009-03-15(svn r15732) -Fix: enumified constant name stylerubidium
2009-03-15(svn r15731) -Codechange: unify submarine creationrubidium
2009-03-15(svn r15729) -Fix: silence MSVC warningrubidium
2009-03-15(svn r15728) -Update: WebTranslator2 update to 2009-03-15 18:52:21translators
2009-03-15(svn r15727) -Codechange: apply coding style to namegen arrayssmatz
2009-03-15(svn r15726) -Codechange: unify coding style for const pointerssmatz
2009-03-15(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinatesmatz
2009-03-15(svn r15724) -Codechange: some widget documentation/fixing of enumified const...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15721) -Change: give a more useful (for 'normal' users) error message w...rubidium
2009-03-15(svn r15720) -Change: put a bit more information into the crash logrubidium
2009-03-15(svn r15719) -Update: the credit section.yexo
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-15(svn r15717) -Cleanup: apply some documentation coding style upon the stuff i...rubidium
2009-03-14(svn r15716) -Change [NoAI]: AI libraries should now be stored in ai/library/...yexo
2009-03-14(svn r15714) -Remove: 'Original vehicle names' - err - language... Use the (s...frosch
2009-03-14(svn r15713) -Feature(ette): Allow static newgrfs to set 'GRF ID engine overr...frosch
2009-03-14(svn r15712) -Update: WebTranslator2 update to 2009-03-14 18:38:56translators
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-14(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before def...glx
2009-03-14(svn r15709) -Change [FS#2729]: be a tad more specific about the fact that yo...rubidium
2009-03-14(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs...yexo
2009-03-14(svn r15707) -Fix (r15686): The config file was not updated on Windows becaus...michi_cc
2009-03-14(svn r15706) -Fix: Make sure the filename passed to unlink() is always in fil...michi_cc
2009-03-13(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carri...frosch
2009-03-13(svn r15704) -Cleanup: remove further includes from recently split filessmatz
2009-03-13(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.belugas