Age | Commit message (Expand) | Author |
2006-12-06 | (svn r7402) -Fix: [FS#255] Long Delay for Message Windows to Appear. Immediat... | Darkvater |
2006-12-05 | (svn r7388) -Fix (r7384 / r7368 / r3757): When adding a new news item for the... | Darkvater |
2006-12-05 | (svn r7384) -Fix: No vehicle was removed in DeleteVehicleNews when the fifo-a... | Darkvater |
2006-12-05 | (svn r7383) -Codechange: fix up typo in news-gui s/MoveToNexItem/MoveToNextIt... | Darkvater |
2006-12-05 | (svn r7370) -Cleanup: Use NewsID instead of byte for news identifiers, and so... | Darkvater |
2006-12-05 | (svn r7369) -Cleanup: Some coding style, usage of increaseIndex and decreaseI... | Darkvater |
2006-12-05 | (svn r7368) -Fix: [FS#332] Vehicle Deletion Crash [News Window Related?] (r37... | Darkvater |
2006-11-16 | (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U... | peter1138 |
2006-10-24 | (svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET... | Darkvater |
2006-10-24 | (svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i... | Darkvater |
2006-10-21 | (svn r6884) -Codechange: Add strict bounds checking in string formatting system. | Darkvater |
2006-10-17 | (svn r6804) -Codechange: Remove the unused NF_NOEXPIRE flag. | Darkvater |
2006-10-17 | (svn r6803) -Codechange: Substitute magic numbers by an enum for the news win... | Darkvater |
2006-10-03 | (svn r6631) -Codechange: Use accessors for click_state. | belugas |
2006-10-03 | (svn r6619) -Codechange: Use accessors for disabled_state. | belugas |
2006-09-23 | (svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo... | belugas |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-08-22 | (svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ... | belugas |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-15 | (svn r5915) -Cleanup: some variables were named *_date while they were only h... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-03-06 | (svn r3778) - Fix crash when resizing news history window. | peter1138 |
2006-03-04 | (svn r3761) Fix two bugs in r3757 | tron |
2006-03-04 | (svn r3758) Remove the news validation callback. It is superseded by r3757. | tron |
2006-03-04 | (svn r3757) -Feature: Delete news items about vehicles, when they get stale | tron |
2005-12-24 | (svn r3339) Remove unnecessary includes | tron |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-07-29 | (svn r2747) -Fix: r2736 broke the newpaper display. Sorry. | celestar |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-21 | (svn r2660) Get rid of some more shifting/anding/casting | tron |
2005-07-17 | (svn r2611) - CodeChange: use standardized truncutation with the newsmessage-... | Darkvater |
2005-06-20 | (svn r2465) Remove some unreachable code | tron |
2005-06-15 | (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'f... | hackykid |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-04-13 | (svn r2192) - Add greater control to the 'message options' window. Now you ca... | Darkvater |
2005-04-05 | (svn r2152) - Fix: Chatbar in MP games is now on-top of the news window. | darkvater |
2005-02-21 | (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli... | Darkvater |
2005-02-07 | (svn r1840) Repel str_buffr and use local buffers where possible | tron |
2005-02-06 | (svn r1833) byte -> char transition: the rest | tron |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny new... | tron |
2005-01-22 | (svn r1598) Feature: Message history now is stickyable and resizeable | dominik |
2005-01-22 | (svn r1596) Add some more statics | tron |