summaryrefslogtreecommitdiff
path: root/src/ai/ai_gui.cpp
AgeCommit message (Expand)Author
2009-09-02(svn r17366) -Codechange: make the AI GUIs use the scrollbar wrappersrubidium
2009-08-28(svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first av...yexo
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-09(svn r17130) -Fix [FS#3099]: Last line of output in the AI debug window did n...alberth
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-08-02(svn r17044) -Codechange: ai windows use nested widget tree.alberth
2009-07-23(svn r16930) -Codechange: more StringID name unification and groupingrubidium
2009-07-16(svn r16845) -Codechange: Introduction of constants for describing the bits i...alberth
2009-07-09(svn r16780) -Add [FS#3015]: Allow the AI Debug Window to become sticky.alberth
2009-06-10(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal...smatz
2009-06-10(svn r16557) -Feature(tte) [NoAI][FS#2892]: mark dead AIs by red background i...smatz
2009-06-06(svn r16522) -Fix [FS#2962]: possible assert in ai debug window when an AI wa...yexo
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when th...rubidium
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-19(svn r16094) -Fix: AIDebug window profiled the blitters by invalidating itsel...frosch
2009-04-19(svn r16093) -Feature [FS#2808]: Add GetURL() as possible function to info.nu...yexo
2009-04-19(svn r16091) -Change [FS#2778]: Reverse the order of the lines in the AI debu...yexo
2009-03-29(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...alberth
2009-03-25(svn r15852) -Codechange: New widgets for the AI windows.yexo
2009-03-25(svn r15844) -Codechange: allow text alignment to be forced so the console an...rubidium
2009-03-24(svn r15835) -Codechange: Prevent using the return value of DrawString as muc...yexo
2009-03-22(svn r15811) -Fix: left != right and as a result of that the ai debug window ...rubidium
2009-03-22(svn r15806) -Codechange: pass both left and right to the vehicle details dra...rubidium
2009-03-21(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n...rubidium
2009-03-21(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-14(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs...yexo
2009-02-23(svn r15562) -Change: Use GetName() to determine the unique AI name instead o...yexo
2009-02-21(svn r15538) -Fix (r15334): The difficulty level wasn't set to custom when ch...yexo
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
2009-02-06(svn r15366) -Add [NoAI]: Add AddLabels() where you can define labels for the...Yexo
2009-02-02(svn r15322) -Fix (r15175): The AI list window didn't display information abo...Yexo
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15215) -Fix: various MSVC x64 compiler warningsrubidium
2009-01-21(svn r15191) -Fix (r15188): -1 is not a bool (MSVC warning)glx
2009-01-21(svn r15188) -Feature: You can now change the number of AIs from the AI confi...Yexo
2009-01-21(svn r15186) -Fix: Select the currently selected AI instead of the second on ...Yexo
2009-01-21(svn r15185) -Fix (r15175): It was impossible to select AIs that had a differ...Yexo
2009-01-20(svn r15175) -Feature: Add the option to select the AIs to start in a new gam...Yexo
2009-01-15(svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir requ...truebrain
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain