summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
AgeCommit message (Expand)Author
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-06(svn r12970) -Codechange: coding style for some function namesglx
2008-05-05(svn r12965) -Codechange: add support for callback 37 in industries directory...glx
2008-05-05(svn r12964) -Codechange: rewrite callback 37 related code so it will be easi...glx
2008-05-05(svn r12959) -Fix: don't assume no production when the first produced cargo i...glx
2008-05-05(svn r12956) -Codechange: Code-style application on switch-case aligmentbelugas
2008-05-05(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location'...peter1138
2008-04-21(svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTD...rubidium
2008-04-19(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-03-28(svn r12479) -Codechange [FS#1723]: Simplify the method used to resize the in...peter1138
2008-03-28(svn r12455) -Codechange: Implement NewGRF callback 37 (cargo sub-type displa...glx
2008-02-03(svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte...smatz
2008-01-29(svn r12006) -Fix: implement FS#1697 without the nasty side effects as specif...rubidium
2008-01-26(svn r11987) -Feature[newGRF]: Allow the industry view window to be resized o...belugas
2008-01-18(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-01(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th...peter1138
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-09(svn r11609) -Fix [FS#1524]: wrong error messages were shown when trying to b...rubidium
2007-12-09(svn r11607) -Codechange: Enumify the industry widgetsskidd13
2007-12-08(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done...glx
2007-12-08(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove ...belugas
2007-12-08(svn r11592) -Codechange: Use the Window member RaiseButtons and remove the n...belugas
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-15(svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh...rubidium
2007-11-13(svn r11427) -Fix: Forgot to Truncate the string "Many Random Industries" in ...belugas
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-11-03(svn r11372) -Fix [FS#1394]: don't stop on first invalid cargo type when disp...glx
2007-10-29(svn r11356) -Fix (r11305): funding industries in MP game was causing desyncglx
2007-10-25(svn r11340) -Fix[FS#1362]: Newindustries can provide no production at start....belugas
2007-10-17(svn r11287) -Codechange: add support for pushing paramaters into NewIndustri...rubidium
2007-10-17(svn r11284) -Codechange: don't reset build industry cursor if it failedglx
2007-10-12(svn r11247) -Fix: The Industry's name to fund could be larger than the windo...belugas
2007-10-10(svn r11242) -Codechange: When displaying the industry funding gui, present t...belugas