summaryrefslogtreecommitdiff
path: root/src/ai
AgeCommit message (Expand)Author
2018-03-14(svn r27993) -Change: Heading for 1.9 nowfrosch
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-03-12(svn r27787) -Fix: Update scrollbar when rebuilding AI/GS setting list.peter1138
2017-03-12(svn r27786) -Fix [FS#6479]: AI configuration changed incorrect parameter whe...peter1138
2017-03-11(svn r27780) -Update: Numbersfrosch
2016-05-22(svn r27581) -Fix [FS#6461]: Button size computation in script configuration ...frosch
2016-03-01(svn r27518) -Update: Numbersfrosch
2015-12-10(svn r27468) -Fix (r27444): Game Scripts were not displayed in the content do...zuu
2015-03-17(svn r27193) -Fix (r27192): Incomplete copy/paste.frosch
2015-03-17(svn r27192) -Change: heading for 1.6 nowfrosch
2015-03-15(svn r27187) -Fix: Code style.frosch
2014-10-04(svn r26954) -Codechange: GUI-scale for AI/GS settings and NewGRF settings wi...peter1138
2014-09-21(svn r26893) -Feature: ScriptStationList_Cargo for sorting cargo by from and viafonsinchen
2014-09-06(svn r26774) -Cleanup [Squirrel]: remove _SC macrorubidium
2014-05-11(svn r26583) -Fix [FS#5974]: Game script could be changed in game by double c...rubidium
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script namesrubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-03-17(svn r26406) -Change: heading for 1.5 nowfrosch
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...rubidium
2013-07-12(svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game wou...rubidium
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...frosch
2013-06-30(svn r25533) -Codechange: Use SetCapacityFromWidget more often.frosch
2013-06-30(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets de...frosch
2013-06-30(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...frosch
2013-06-15(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.frosch
2013-06-15(svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible.frosch
2013-06-15(svn r25412) -Codechange: Make use of Window::OnHotkeyfrosch
2013-06-15(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyLis...frosch
2013-06-15(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.frosch
2013-06-15(svn r25401) -Fix-ish: Add missing includes with prototypes to functions decl...frosch
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-05-12(svn r25236) -Fix [FS#5547]: crash when AI is executing a command as it is ba...rubidium
2013-03-17(svn r25104) -Fix [FS#5507]: Allow changing GS settings in-game via the AI/GS...zuu
2013-02-27(svn r25052) -Fix [FS#5490]: Refactor Script Debug GUI to only set widget sta...frosch
2013-02-14(svn r25001) -Change: heading for 1.4 nowrubidium
2013-01-20(svn r24929) -Fix [FS#5415]: Don't try to pause or unpause crashed scripts.frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-05(svn r24789) -Add: Separate setting to control the default settings of newly ...frosch
2012-12-05(svn r24788) -Change: Detach script settings from difficulty settings. Always...frosch
2012-12-05(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles an...frosch
2012-11-14(svn r24747) -Fix: Some editboxes had a different colour than the rest of the...frosch
2012-11-14(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings...frosch
2012-11-14(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow...frosch
2012-11-14(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.frosch
2012-11-14(svn r24736) -Cleanup: The third parameter of Textbuf::Initialize only makes ...frosch