summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-10(svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc pos...Darkvater
2006-11-10(svn r7127) -Codechange [FS#149]: Improve the usability of the signal-dragger...Darkvater
2006-11-10(svn r7126) -Synchronize the engine-renew settings of a player when joining a...Darkvater
2006-11-10(svn r7125) -Fix: Several errors/glitches related to multiplayer and bankrupc...Darkvater
2006-11-10(svn r7124) -Fix (r37xx): sizeof(bool) = 4 for (certain) OSX do not assume it...Darkvater
2006-11-09(svn r7121) -Fix(r1): Tell the town that this player has built a statue only ...belugas
2006-11-09(svn r7120) -Fix (r6631): A town size of 0 in the scenario editor is a random...Darkvater
2006-11-08(svn r7116) WebTranslator2 update to 2006-11-08 19:31:08miham
2006-11-08(svn r7115) -Fix [FS#371]: Cloning a vehicle that has been refitted would inc...peter1138
2006-11-08(svn r7114) -Codechange: [NewStations] Free up custom station layoutspeter1138
2006-11-08(svn r7113) -Codechange: [NewStations] Add support for copying custom station...peter1138
2006-11-08(svn r7112) -Codechange (r7106): Improve the test for determining if the rail...peter1138
2006-11-08(svn r7111) After checking p1 in CmdBuildSingleRail() assign it to a variable...tron
2006-11-08(svn r7110) -Fix: Do not let ships enter partial water tiles under bridges; t...peter1138
2006-11-08(svn r7109) -Codechange: use map accessor IsClearWaterTilebelugas
2006-11-07(svn r7108) -Fix (r7106): signed/unsigned comparison warningDarkvater
2006-11-07(svn r7106) -Feature: Allow over-building of compatible railtypes, i.e. norma...peter1138
2006-11-07(svn r7104) WebTranslator2 update to 2006-11-07 19:41:56miham
2006-11-07(svn r7102) -Codechange: Remove and hardcode unnecessary patch setting progre...peter1138
2006-11-07(svn r7101) Evaluate the necessary flags for libpng once per make run, not ev...tron
2006-11-07(svn r7100) Evaluate the necessary flags for SDL once per make run, not every...tron
2006-11-07(svn r7099) -Fix (r4768): When changing the selected newstation type, ensure ...peter1138
2006-11-07(svn r7098) -Regression (r7094): Zoom buttons were not properly updated with ...Darkvater
2006-11-07(svn r7096) -Fix (r6995 (sort-of)): Don't set bit 6 when convert grf ver 6 la...peter1138
2006-11-07(svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it ...Darkvater
2006-11-07(svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWi...Darkvater
2006-11-07(svn r7093) -Codechange: Move DoZoomInOutWindow declaration to viewport.h and...Darkvater
2006-11-07(svn r7092) -Codechange: Add function to send a window message to a whole cla...Darkvater
2006-11-07(svn r7091) Make some code a) shorter b) simpler c) not leak memorytron
2006-11-06(svn r7086) -Featurette: Add additional positioning for long dropdown lists: ...peter1138
2006-11-06(svn r7084) WebTranslator2 update to 2006-11-06 22:12:45miham
2006-11-06(svn r7083) -Fix 6631: Protect out of boundaries widget testingbelugas
2006-11-06(svn r7080) -Codechange: Remove negative array indexes, and only add ", " whe...peter1138
2006-11-06(svn r7079) -Codechange: Move an array to the only place it is used.peter1138
2006-11-06(svn r7078) -Codechange: Make the zoom in/out buttons of the extra viewport i...Darkvater
2006-11-06(svn r7077) -Codechange: Send proper message to network window, and handle se...Darkvater
2006-11-06(svn r7076) -Codechange: Prefer includes instead of using extern. Move Update...Darkvater
2006-11-06(svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! ...Darkvater
2006-11-05(svn r7074) -Fix (r7073): stupid debugspeter1138
2006-11-05(svn r7073) -Feature: Add cargo refit support to both AIs for road vehiclespeter1138
2006-11-05(svn r7072) -Fix (r7070): Go up, not down, through the engines. And replace t...peter1138
2006-11-05(svn r7070) -Codechange: Make the AI choose road vehicles based on a rating (...peter1138
2006-11-05(svn r7069) -Fix: AI tried to build road from the back or side of road stop/d...KUDr
2006-11-05(svn r7068) if () cascades -> switch ()tron
2006-11-05(svn r7067) Remove the unused parameter params_3 from AddStringToDraw()tron
2006-11-05(svn r7066) -Codechange: Factorise common codetron
2006-11-05(svn r7065) Use simple assignment instead of memcpy()tron
2006-11-05(svn r7064) statictron
2006-11-05(svn r7063) statictron
2006-11-05(svn r7062) -[win32] Codechange: Remove unneeded WM_MOUSEENTER event, and cha...Darkvater