Age | Commit message (Expand) | Author |
2012-06-01 | (svn r24315) -Fix: Make the AI settings window behave more like the other set... | frosch |
2012-06-01 | (svn r24313) -Fix: Some obiwans wrt. clicking on setting buttons. | frosch |
2012-06-01 | (svn r24312) -Change: Center the settings buttons in the AI and NewGRF config... | frosch |
2012-06-01 | (svn r24310) -Codechange: Add named constants for the dimensions of settings ... | frosch |
2012-06-01 | (svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h | frosch |
2012-05-26 | (svn r24291) -Add: [Script] ScriptEventRoadReconstruction. | frosch |
2012-05-26 | (svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights. | frosch |
2012-05-26 | (svn r24289) -Add: [Script] Base class for script events involving a company ... | frosch |
2012-05-23 | (svn r24268) -Fix: Use the same colour scheme for the script selection window... | frosch |
2012-04-09 | (svn r24108) -Fix [FS#5142]: When starting GS or AI, always use the settings ... | frosch |
2012-02-19 | (svn r23969) -Codechange: trunk heads to 1.3 now | rubidium |
2012-02-12 | (svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and g... | rubidium |
2012-02-11 | (svn r23930) -Fix [FS#4944]: [Script] Do not close the parameter window when ... | rubidium |
2012-01-05 | (svn r23757) -Codechange: Unify the drawing of toggle buttons for boolean set... | frosch |
2012-01-03 | (svn r23746) -Fix: also set 'info' to NULL if 'instance' dies (for both AI an... | truebrain |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2012-01-03 | (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed | rubidium |
2012-01-02 | (svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when t... | rubidium |
2012-01-02 | (svn r23718) -Fix [FS#4936]: rescanai caused crash when the AI settings of an... | rubidium |
2012-01-01 | (svn r23704) -Doc: Doxygen comment fixes and additions. | alberth |
2011-12-27 | (svn r23678) -Fix: close the editbox of settings when changing an AI, to avoi... | truebrain |
2011-12-27 | (svn r23677) -Fix [FS#4909]: invalidate AI Parameters window when changing AI | truebrain |
2011-12-24 | (svn r23668) -Fix: the 'Configure' button in the 'AI / Game Configuration' wi... | smatz |
2011-12-21 | (svn r23653) -Fix: also show GameScripts when you click Check Online Content ... | truebrain |
2011-12-21 | (svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable | truebrain |
2011-12-19 | (svn r23636) -Add: introduce ScriptText in parameters where it can be used | truebrain |
2011-12-19 | (svn r23632) -Add: GSCompanyMode, to change company in GameScripts | truebrain |
2011-12-19 | (svn r23607) -Add: wire GameScript in all the GUIs | truebrain |
2011-12-19 | (svn r23601) -Fix: fix the conflict in window number | truebrain |
2011-12-18 | (svn r23589) -Codechange: Make the AI-start-delay setting translateable. | frosch |
2011-12-16 | (svn r23531) -Codechange: document and rename widgets to be consistent and un... | truebrain |
2011-12-15 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | truebrain |
2011-12-15 | (svn r23524) -Codechange: move the name of the scanner to a level deeper | truebrain |
2011-12-13 | (svn r23506) -Add: [NoAI] Support for dealing with aircraft range. | michi_cc |
2011-12-10 | (svn r23474) -Codechange: move the declaration error related functions to err... | rubidium |
2011-12-03 | (svn r23416) -Add: [NoAI] API for querying infrastructure costs. | michi_cc |
2011-12-02 | (svn r23399) -Fix (r23362): a randomizer should return a random value, not al... | truebrain |
2011-12-01 | (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') | truebrain |
2011-12-01 | (svn r23384) -Remove: no longer allow a binary to be without AI support; the ... | truebrain |
2011-11-30 | (svn r23377) -Fix: compilation failure when networking is disabled | rubidium |
2011-11-29 | (svn r23374) -Add: Doxygen files for the NoAI API (Yexo) | truebrain |
2011-11-29 | (svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C+... | truebrain |
2011-11-29 | (svn r23372) -Move: move squirrel export script to script/api/ | truebrain |
2011-11-29 | (svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API | truebrain |
2011-11-29 | (svn r23370) -Add: support @api tag in API header files, to select which API ... | truebrain |
2011-11-29 | (svn r23368) -Codechange: move FindLibrary down a few layers, so there is no ... | truebrain |
2011-11-29 | (svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid glo... | truebrain |
2011-11-29 | (svn r23366) -Codechange: move most of the Dummy code to script/, unifying it | truebrain |
2011-11-29 | (svn r23365) -Codechange: move constants to a single place, to avoid duplicat... | truebrain |
2011-11-29 | (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig | truebrain |