summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
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-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...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-11(svn r11409) -Update: as of now, I am a retired Developer, so mark me as suchtruelight
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-10-17(svn r11287) -Codechange: add support for pushing paramaters into NewIndustri...rubidium
2007-09-04(svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remot...rubidium
2007-08-13(svn r10878) -Add [FS#653]: added TileHeight to the Land Area Information too...truelight
2007-08-02(svn r10755) -Codechange: make the town struct use the pool item class as sup...rubidium
2007-07-30(svn r10736) -Fix: Correct all mispellings of 'successful'.peter1138
2007-07-27(svn r10709) -Codechange: allow automatic downsizing of the load game/save ga...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-25(svn r10684) -Codechange: some more coding style related changes. Primarily m...rubidium
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-07-12(svn r10522) -Fix: the "build truck station" GUI showed that it would accept ...rubidium
2007-07-03(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various fi...peter1138
2007-06-26(svn r10339) -Fix r10311: if you fix your own name, at least also update your...truelight
2007-06-25(svn r10323) -Codechange: reference company name, number and player (presiden...peter1138
2007-06-24(svn r10311) -Fix: I'm not retired, just relatively inactive ;)orudge
2007-06-22(svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning v...truelight
2007-06-21(svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a little...rubidium
2007-06-21(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 w...rubidium
2007-06-21(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...rubidium
2007-06-21(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle...truelight
2007-06-21(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-06-18(svn r10208) -Codechange: replace int32 with Money where appropriate.rubidium
2007-06-18(svn r10207) -Codechange: remove the redundant player_money in favour of the ...rubidium
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).rubidium
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-12(svn r10116) -Fix [FS#850]: remove invalid characters (for the file system) f...rubidium
2007-05-25(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.rubidium
2007-05-23(svn r9901) -Codechange: Decide what to do with selected land areas based on ...maedhros
2007-05-23(svn r9900) -Codechange: Separate the variables for how to highlight a land a...maedhros
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-03-21(svn r9388) -Codechange: variable scope and type, and standardify all CargoID...peter1138
2007-03-19(svn r9315) -Merge: The newhouses branch. With this merge comes almost comple...maedhros
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9042) -Add : Maedhros as a developperbelugas
2007-03-05(svn r9011) -Codechange (r9003): Rework Utf8PrevChar so that it returns a poi...Darkvater
2007-03-04(svn r9003) -Codechange: Introduce a function Utf8PrevCharLen that finds the ...Darkvater