summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-11-05(svn r7061) -[win32] Feature: Remember the window size between restarts when ...Darkvater
2006-11-05(svn r7060) -Fix (r5874): Restore of window maximized state not always workin...Darkvater
2006-11-04(svn r7059) -Fix [FS#384]: Tunnel YAPF Penalty Incorrect. The penalty for upw...KUDr
2006-11-03(svn r7058) -Codechange: Truncate text in window captionspeter1138
2006-11-03(svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each car...peter1138
2006-11-03(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG inste...Darkvater
2006-11-03(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail...Darkvater
2006-11-02(svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along...Darkvater
2006-11-01(svn r7032) - Fix (r1704): Sprite index wasn't updated with correct image num...peter1138
2006-11-01(svn r7031) -Codechange: Use _skip_sprites to skip the rest of the NewGRF whe...peter1138
2006-11-01(svn r7030) WebTranslator2 update to 2006-11-01 17:19:54miham
2006-10-31(svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now...Darkvater
2006-10-31(svn r7027) - Codechange: Replace NewGRF loading stage masks with separate fu...peter1138
2006-10-31(svn r7026) WebTranslator2 update to 2006-10-31 23:21:44miham
2006-10-31(svn r7023) -Fix: Pressing F1 in scenario editor did not work because the key...Darkvater
2006-10-31(svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive i...Darkvater
2006-10-31(svn r7020) -Fix r6047: AI tries to delete stations that are 'in use' because...glx