summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
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
2007-03-03(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t...belugas
2007-03-02(svn r8977) -Codechange: Remove the hardcoded maximum width for some drawstri...Darkvater
2007-03-02(svn r8969) -Codechange: rework of the player face bits.rubidium
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-21(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and ...maedhros
2007-01-18(svn r8273) -Fix: return value from clamp was ignoredKUDr
2007-01-18(svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This e...Darkvater
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-13(svn r8098) -Fix (r6964): For editboxen, always fill the background with blac...Darkvater
2007-01-11(svn r8050) -Codechange: Rename map member extra to m6, since its usage has b...belugas
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr