Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-14 | Feature: [GS] Allow non-question type windows to have no buttons | dP | |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-09-29 | Fix: Some typos found using codespell | JMcKiern | |
2019-07-14 | Fix: Make GSGoal.QuestionClient work correctly at least for clients with ID ↵ | dP | |
< 2**16 | |||
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson | |
2019-03-20 | Remove: ENABLE_NETWORK switch | Patric Stout | |
This switch has been a pain for years. Often disabling broke compilation, as no developer compiles OpenTTD without, neither do any of our official binaries. Additionaly, it has grown so hugely in our codebase, that it clearly shows that the current solution was a poor one. 350+ instances of "#ifdef ENABLE_NETWORK" were in the code, of which only ~30 in the networking code itself. The rest were all around the code to do the right thing, from GUI to NewGRF. A more proper solution would be to stub all the functions, and make sure the rest of the code can simply assume network is available. This was also partially done, and most variables were correct if networking was disabled. Despite that, often the #ifdefs were still used. With the recent removal of DOS, there is also no platform anymore which we support where networking isn't working out-of-the-box. All in all, it is time to remove the ENABLE_NETWORK switch. No replacement is planned, but if you feel we really need this option, we welcome any Pull Request which implements this in a way that doesn't crawl through the code like this diff shows we used to. | |||
2018-04-28 | Feature: Add GS method to question a single client (#6748) | Pavel Stupnikov | |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵ | rubidium | |
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | |||
2013-11-16 | (svn r26012) -Add: new goal type that show a story page when clicked | zuu | |
2013-11-09 | (svn r25959) -Fix: clang warnings; either because type safety was assumed, ↵ | rubidium | |
or because technically the wrong value was tested | |||
2013-05-26 | (svn r25296) -Feature: Goals can now have a progress text and/or be marked ↵ | zuu | |
as completed. | |||
2013-02-08 | (svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters | rubidium | |
2012-01-21 | (svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question ↵ | rubidium | |
window's title from a (small) set of options | |||
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium | |
2012-01-03 | (svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) ↵ | truebrain | |
company(ies). It can contain random text, and at most 3 buttons from a collection of 17 | |||
2011-12-19 | (svn r23636) -Add: introduce ScriptText in parameters where it can be used | truebrain | |
2011-12-19 | (svn r23630) -Add: a Goal GUI to show your current goals | truebrain | |