summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-04(svn r7356) -Codechange: replace 'for (i = 0, wi = w->widget; wi->type != WWT...rubidium
2006-12-04(svn r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; ...rubidium
2006-12-04(svn r7354) -Codechange: Remove grffile->flags and use grfconfig->flags exclu...peter1138
2006-12-04(svn r7353) -Codechange: constify Window* in IsWindowWidget(Lowered|Hidden|Di...rubidium
2006-12-04(svn r7352) -Codechange: add widget_count parameter to the window.rubidium
2006-12-04(svn r7351) -Fix (r6619): Disabled platform length and numbers were not reset...peter1138
2006-12-04(svn r7350) -Fix: do not handle the save game/scenario filename edit box when...rubidium
2006-12-04(svn r7349) -Fix (r7348): Stripping data path didn't work for absolute paths.peter1138
2006-12-04(svn r7348) -Feature: Initial support for saving NewGRF settings with savegam...peter1138
2006-12-04(svn r7347) -Translations: Use correct plural type for Russianpeter1138
2006-12-04(svn r7346) WebTranslator2 update to 2006-12-04 05:22:02miham
2006-12-03(svn r7345) -Codechange: enumification of NewGRF loading stage, and move enum...peter1138
2006-12-03(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgott...matthijs
2006-12-03(svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker optio...Darkvater
2006-12-03(svn r7337) -Feature: [win32] Add font selection by specifying a font-name, a...Darkvater
2006-12-03(svn r7336) -Codechange: [win32] Add freetype support for Windows project files.Darkvater
2006-12-03(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newsta...peter1138
2006-12-03(svn r7334) -Revert accidentally committed file in r7333Darkvater
2006-12-03(svn r7333) -Codechange: [win32] Extend the OTTD2FS and FS2OTTD functions to ...Darkvater
2006-12-03(svn r7332) -Fix: segmentation fault, discovered by ln-, in the SDL video dri...rubidium
2006-12-03(svn r7331) - Codechange: Rename all memory pool macro's and types to "old po...matthijs
2006-12-03(svn r7330) -Fix (r7304): Data invalidation doesn't always happen as the local peter1138
2006-12-03(svn r7329) -Fix (r7157): Invalid viewport position on quick zoomKUDr
2006-12-03(svn r7328) -Fix: memory corruption. The 'Load Heightmap' window does not hav...rubidium
2006-12-03(svn r7327) -Fix: [YAPF] missing YAPF cache notification when building road o...KUDr
2006-12-02(svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)peter1138
2006-12-02(svn r7325) -Feature: Add support for action 5 type 0x0D, coast sprites.peter1138
2006-12-02(svn r7324) -Codechange: reset newgrf signal location datapeter1138
2006-12-02(svn r7323) -Fix (r7182): When translating NewGRF strings, look at the first peter1138
2006-12-01(svn r7322) -Update win32 project files for ukrainian and bulgarian language ...Darkvater
2006-12-01(svn r7321) -Translations: Move bulgarian and ukrainian out of unfinished as ...peter1138
2006-12-01(svn r7320) -Translations: add russian to MS VC project filespeter1138
2006-12-01(svn r7319) -Fix (r7182): (NewGRF) Add space for terminator when translating ...peter1138
2006-12-01(svn r7318) -Fix: change some unfinished strings: STRING->{CARGO,POWER,WEIGHT...rubidium
2006-12-01(svn r7317) -Fix: (r7299) warning: unused variable num_engines (peter1138)KUDr
2006-12-01(svn r7316) -Codechange: Make train-build-gui and aircraft-build-gui (unified...Darkvater
2006-12-01(svn r7315) -Fix: Have the first engine in the list be selected once again wh...Darkvater
2006-12-01(svn r7314) -Cleanup: const, whitespace, coding style and variable usage.Darkvater
2006-12-01(svn r7313) -Codechange: Calling invalidate data on a window will surely warr...Darkvater
2006-11-30(svn r7312) -Fix: When loading a game from a dedicated server the local playe...Darkvater
2006-11-30(svn r7310) -Codechange: Change scrolling dropdown box to use 1 scroll unit =...peter1138
2006-11-30(svn r7309) -Codechange: sort train engines/wagons by number first and then b...KUDr
2006-11-30(svn r7308) -Codechange: call GenerateBuildList() only when needed instead of...KUDr
2006-11-30(svn r7306) -Codechange: constness (Darkvater)KUDr
2006-11-30(svn r7305) -Codestyle: Indentation fixespeter1138
2006-11-30(svn r7304) -Codechange: Reinstate caching of sorted purchase list. Dropping ...peter1138
2006-11-30(svn r7303) -Codechange: Sort wagon list as well as engine list.peter1138
2006-11-30(svn r7301) -Fix: (r7299) Forgotten $Id$ and eol-style (peter1138)KUDr
2006-11-30(svn r7300) -Fix: (r7299) removed unused strings from lang filesKUDr
2006-11-30(svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified ...KUDr