Age | Commit message (Expand) | Author |
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 r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | 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-16 | (svn r11643) -Codechange: conform with the coding style for the WP macro uses. | rubidium |
2007-12-11 | (svn r11620) -Change: Some are going, some are coming, some we do not know ex... | belugas |
2007-12-09 | (svn r11614) -Fix: The about dialog scrolling was connected to the mouse inst... | skidd13 |
2007-12-08 | (svn r11601) -Codechange: more strict break conditions for _userstring, asser... | smatz |
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-07 | (svn r11588) -Codechange: use the new member introduced in r11551 | glx |
2007-12-06 | (svn r11579) -Revert(r11578): some cases of key propagation are not handled c... | belugas |
2007-12-06 | (svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi... | 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-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 such | truelight |
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 |