Age | Commit message (Expand) | Author |
2006-10-03 | (svn r6631) -Codechange: Use accessors for click_state. | belugas |
2006-09-29 | (svn r6569) -Fix r6562: fixed incorrect drawing of road vehicle depot | bjarni |
2006-09-28 | (svn r6562) -Codechange: merged the vehicle list window widget arrays | bjarni |
2006-09-23 | (svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo... | belugas |
2006-09-16 | (svn r6462) -Codechange: Have GetStringWidth() return width as well as the he... | Darkvater |
2006-09-05 | (svn r6405) -Codechange: When showing tooltips, properly position the tooltip... | Darkvater |
2006-08-27 | (svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which... | Darkvater |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-19 | (svn r5946) -Add: merged the TGP branch to mainline. TGP adds: | truelight |
2006-08-19 | (svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex... | truelight |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-15 | (svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really c... | rubidium |
2006-08-15 | (svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-05 | (svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move... | Darkvater |
2006-08-04 | (svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern ... | Darkvater |
2006-08-02 | (svn r5714) Backport from branches/TGP (r5701 and r5711) | miham |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-07-13 | (svn r5489) -Fix: corrected tokai's name and morphos details (tokai) | truelight |
2006-06-28 | (svn r5409) - Regression [r5391]: WE_CLICK event of SelectScenarioWndProc() c... | peter1138 |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-05-22 | (svn r4946) "Feature": Add a cheat that allows running electric engines on no... | celestar |
2006-05-09 | (svn r4802) - Codechange: replace _stringwidth_base and associated magic numb... | peter1138 |
2006-05-02 | (svn r4690) [Fix] Fixed ShowQueryString() to close FS#151 | miham |
2006-04-29 | (svn r4623) - Codechange: s/byte/PlayerID/ | Darkvater |
2006-04-19 | (svn r4478) -Fix (FS#107) In the cheat menu, don't hard-code the player icon,... | celestar |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-04-06 | (svn r4302) - Fix: s/maxlength/maxwidth of course, the buffer size is always ... | Darkvater |
2006-04-06 | (svn r4301) - Fix: the maxlength parameter of Textbuf is supposed to be the s... | Darkvater |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-03-25 | (svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the... | Darkvater |
2006-03-21 | (svn r4002) - Fix: Use the title of a savegame in the saveload dialog-editbox... | Darkvater |
2006-03-21 | (svn r4001) - Add length parameter to FiosMakeSavegameName() and use this fun... | Darkvater |
2006-03-13 | (svn r3853) - Fix a change of SetDParam64 to SetDParam in r3713 that caused s... | Darkvater |
2006-03-01 | (svn r3713) - Fix up the cheats window a little. The cheats code is still abo... | Darkvater |
2006-03-01 | (svn r3710) - Use the general function DrawArrowButtons() instead of doing it... | Darkvater |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-01-27 | (svn r3453) - CodeChange: Also show the landinfo debug information when build... | Darkvater |
2006-01-26 | (svn r3439) - CodeChange: Remove a whole bunch of global variables and put th... | Darkvater |
2006-01-23 | (svn r3421) - Revert r3412 as it didn't work. | peter1138 |
2005-12-14 | (svn r3298) Remove unused and write-only variables | tron |
2005-12-13 | (svn r3295) - Regressionfix: scrolling with mousewheel no longer worked in sa... | Darkvater |
2005-12-13 | (svn r3293) - Miscellaneous: add peter1138 as developer | Darkvater |
2005-12-10 | (svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed() | peter1138 |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-29 | (svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore" | peter1138 |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-13 | (svn r3173) Use the trinary operator and switch to improve readability | tron |