Age | Commit message (Expand) | Author |
2011-07-02 | (svn r22616) -Codechange: Fix typo. | frosch |
2011-06-11 | (svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when c... | frosch |
2011-05-27 | (svn r22499) -Fix: don't lower the arrow buttons in the newgrf/AI parameter w... | yexo |
2011-05-06 | (svn r22429) -Add: some constants for specific palette colours used in the GUI. | frosch |
2011-05-04 | (svn r22421) -Fix: Replace various references to Windows palette greyscale in... | frosch |
2011-05-01 | (svn r22396) -Document: some AI doxygen stuff | rubidium |
2011-04-30 | (svn r22386) -Fix [FS#4602]: When the last AI company gets removed, the 'dead... | frosch |
2011-04-17 | (svn r22343) -Change: Remove pixel limiter for query strings. | terkhen |
2011-03-13 | (svn r22249) -Codechange: Process some more invalidation of IDs during comman... | frosch |
2011-03-13 | (svn r22248) -Codechange: Make OnInvalidateData() process 'delete this;' alre... | frosch |
2011-03-13 | (svn r22243) -Codechange: Make AIDebugWindow::OnInvalidateData() handle comma... | frosch |
2011-03-13 | (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate... | frosch |
2011-01-22 | (svn r21890) -Cleanup: remove some unneeded includes | rubidium |
2011-01-02 | (svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the s... | yexo |
2010-11-26 | (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai... | alberth |
2010-11-18 | (svn r21250) -Fix [FS#3952]: Rescanning AIs didn't "forget" removed AIs | rubidium |
2010-11-18 | (svn r21246) -Fix: upon rescanning AIs the new AIs would (after some time) sh... | rubidium |
2010-11-13 | (svn r21157) -Codechange: remove information about the text direction out of ... | rubidium |
2010-10-16 | (svn r20951) -Codechange: Add SmallMap::Contains() and use it. | frosch |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-23 | (svn r20604) -Feature: add a reset button to the newgrf parameters window | yexo |
2010-08-19 | (svn r20575) -Fix [FS#4059] (r20542): reloading of companies did load another AI | rubidium |
2010-08-19 | (svn r20558) -Codechange: use one generic function to create a list of compan... | yexo |
2010-08-19 | (svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit | yexo |
2010-08-19 | (svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in t... | yexo |
2010-08-17 | (svn r20523) -Fix [FS#4040]: Do not print a colon for AI settings with empty ... | frosch |
2010-08-13 | (svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF para... | frosch |
2010-08-12 | (svn r20470) -Codechange: Make arrow buttons lower and raise like other butto... | frosch |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ... | frosch |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-01 | (svn r20293) -Doc: add more doxygen comments in ai_gui.cp | yexo |
2010-08-01 | (svn r20292) -Codechange: remove some unused variables from AIConfigWindow | yexo |
2010-07-31 | (svn r20271) -Doc: add doxygen comments to several items under src/ai/ | yexo |
2010-07-26 | (svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS... | alberth |
2010-07-14 | (svn r20141) -Fix: Initialize the state of OnKeyPress at the AI debug window ... | terkhen |
2010-06-05 | (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEB... | frosch |
2010-05-31 | (svn r19914) -Codechange: Wrap a helper class around temporary assignments of... | frosch |
2010-05-09 | (svn r19772) -Fix [FS#3818]: the break-on-log-message feature could trigger a... | yexo |
2010-04-03 | (svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the brea... | yexo |
2010-04-02 | (svn r19545) -Fix (r19544): typo | yexo |
2010-04-02 | (svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window wher... | yexo |
2010-03-30 | (svn r19526) -Fix (r19395): clients would crash while connecting to a server ... | rubidium |
2010-03-13 | (svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or libr... | Yexo |
2010-03-11 | (svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing ... | rubidium |
2010-02-24 | (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit | smatz |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-29 | (svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running | yexo |
2010-01-29 | (svn r18947) -Fix [FS#1510]: after clicking move up/move down in the newgrf/a... | yexo |
2010-01-29 | (svn r18946) -Fix: it was possible to change AI settings without changing to ... | yexo |