Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-17 | (svn r13151) -Codechange: use an enum instead of bool as return type of ↵ | rubidium | |
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean. | |||
2008-05-13 | (svn r13069) -Codechange: it is no longer needed to pass a void *data ↵ | rubidium | |
pointer with the WE_CREATE message because nothing uses it anymore. | |||
2008-05-11 | (svn r13042) -Codechange: make a class of CreateScenarioWindow, ↵ | rubidium | |
GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables. |