Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-29 | Codechange: use separate pre and post callbacks for string settings | rubidium42 | |
2021-05-29 | Codechange: split Write_ValidateSetting to get separate functions for making ↵ | rubidium42 | |
ints valid and writing ints | |||
2021-05-29 | Codechange: split Write_ValidateSetting to get separate functions for making ↵ | rubidium42 | |
strings valid and writing strings | |||
2021-05-28 | Update: Translations from eints | translators | |
norwegian (bokmal): 3 changes by Anolitt dutch: 3 changes by Afoklala portuguese (brazilian): 3 changes by Vimerum | |||
2021-05-27 | Update: Translations from eints | translators | |
chinese (traditional): 9 changes by benny30111 english (us): 3 changes by 2TallTyler | |||
2021-05-27 | Change: by default, make "unload all" leave stations empty (#9301) | Patric Stout | |
2021-05-27 | Codechange: add helper functions to read an int setting value | rubidium42 | |
2021-05-27 | Codechange: remove SettingDescType in lieu of the actual classes | rubidium42 | |
2021-05-27 | Codechange: let OneOfMany and ManyOfMany be their own classes as well | rubidium42 | |
2021-05-27 | Codechange: make BoolSettingDesc its own sub class | rubidium42 | |
2021-05-27 | Cleanup: remove unneeded temporary variables and casts | rubidium42 | |
2021-05-27 | Codechange: move bits of SettingDesc down to the appropriate sub classes | rubidium42 | |
And by doing so remove the hack where ints were put into pointers so "def" could either be an int or a string | |||
2021-05-27 | Codechange: use IntSettingDesc in the settings GUI | rubidium42 | |
2021-05-27 | Codechange: make parsing of IniItems overridable functions of SettingDesc | rubidium42 | |
2021-05-27 | Codechange: make Write_ValidateSetting a function of StringSettingDesc | rubidium42 | |
2021-05-27 | Codechange: make Write_ValidateSetting a function of IntSettingDesc | rubidium42 | |
2021-05-27 | Cleanup: use (config) formatting for console settings functions | rubidium42 | |
2021-05-27 | Codechange: make formatting of values into strings a method of SettingDesc | rubidium42 | |
2021-05-27 | Codechange: make sub classes of SettingDesc for the different types of settings | rubidium42 | |
2021-05-27 | Codechange: make SettingDesc an instance in the setting table to allow for ↵ | rubidium42 | |
sub classes | |||
2021-05-27 | Codechange: do not use SettingDescBase directly when not needed | rubidium42 | |
2021-05-27 | Codechange: use initializer_lists for the settings tables | rubidium42 | |
Not using vectors as those require copying from the initializer list and that makes unique_ptrs to the actual SettingDesc objects later impossible. | |||
2021-05-27 | Codechange: let SettingDesc extend SettingDescBase | rubidium42 | |
2021-05-27 | Cleanup: remove and/or fix some confusing comments | rubidium42 | |
The comments for SettingDescType; it is a byte, so not 4 bytes and since it is not a flag there are about 250 other possibilities left instead of 9. SettingGuiFlag is uint16 so has 2 bytes allocated. SettingDescGlobVarList and related comments imply that global vars cannot be used elsewhere, but they are used for settings just fine. Even then the type is not used anywhere else but the definition of the table. | |||
2021-05-27 | Codechange: just pass the SettingDesc to SetSettingValue and remove ↵ | rubidium42 | |
distinction between (non)company | |||
2021-05-27 | Change: mark copy-assignment as deleted for classes with a copy-constructor ↵ | rubidium42 | |
that is not trivial This to prevent the default copy-assignment getting used when during the assignment also some other memory needs to be allocated as that would otherwise be freed. | |||
2021-05-27 | Cleanup: remove unused copy-constructor without copy-assignment | rubidium42 | |
2021-05-27 | Codechange: linkgraph always iterates with NodeIDs over the Size(), so make ↵ | rubidium42 | |
Size() the same type to prevent infinite loops | |||
2021-05-27 | Cleanup: remove dead code; ++ on ostreambuf_iterator is a no-op | rubidium42 | |
2021-05-27 | Codechange: remove unneeded comparison and casts | rubidium42 | |
Division by resize_y is already yielding an unsigned number, so when clicking in the WD_FRAMERECT_TOP you would already get a huge value, so sel would never be negative. So, leave sel an unsigned number and remove the <= check. | |||
2021-05-27 | Codechange: pass large parameter by reference instead of value, especially ↵ | rubidium42 | |
in a recursive function | |||
2021-05-27 | Fix: do not hide parameter by local variable with the same name | rubidium42 | |
2021-05-27 | Fix: part of a tile might not be marked dirty upon terraforming | rubidium42 | |
2021-05-26 | Update: Translations from eints | translators | |
russian: 3 changes by Ln-Wolf slovak: 3 changes by FuryPapaya spanish: 3 changes by MontyMontana | |||
2021-05-26 | Feature: Sign Windows builds | Owen Rudge | |
2021-05-25 | Update: Translations from eints | translators | |
swedish: 27 changes by joeax910 spanish (mexican): 1 change by absay korean: 4 changes by telk5093 german: 3 changes by Wuzzy2 finnish: 3 changes by hpiirai french: 3 changes by glx22 portuguese: 3 changes by azulcosta | |||
2021-05-24 | Update: Translations from eints | translators | |
swedish: 50 changes by joeax910 | |||
2021-05-24 | Fix: Network on Haiku, remove old code for BeOS | milek7 | |
2021-05-24 | Fix: Workarounds for BeMidi driver to work properly on Haiku | milek7 | |
2021-05-24 | Fix: Building on Haiku | milek7 | |
2021-05-23 | Change: Show what is affected by "wagon removal" toggle | glx22 | |
2021-05-23 | Change: Unhide Ctrl effect for group replace protection | glx22 | |
2021-05-23 | Update: Translations from eints | translators | |
chinese (traditional): 3 changes by benny30111 | |||
2021-05-23 | Fix #9264: Do not attach temporary wagons to free wagon chains when ↵ | Jonathan G Rennison | |
autoreplacing | |||
2021-05-23 | Fix: Encountering two-way red signals could prune unrelated branches. | Vít Šefl | |
The intermediate node branch is now only pruned if the node is on the path leading to the two-way red signal. | |||
2021-05-23 | Fix: [OpenGL] Increase timeout when waiting for the GPU to be done with the ↵ | Michael Lutz | |
drawing buffer. The old timeout could be too short if v-sync was on on lower refresh rates. | |||
2021-05-22 | Update: Translations from eints | translators | |
japanese: 4 changes by akaregi korean: 2 changes by telk5093 | |||
2021-05-21 | Update: Translations from eints | translators | |
japanese: 42 changes by akaregi | |||
2021-05-20 | Update: Translations from eints | translators | |
japanese: 74 changes by akaregi | |||
2021-05-20 | Change: [Actions] use newly created Actions instead of custom ↵ | Patric Stout | |
shell-scripting (#9284) |