Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows the translation of a few more strings
in the Cloud settings tab.
Thanks to sev- for the fix.
|
|
|
|
|
|
|
|
Cloud related:
* gui/downloaddialog.cpp
* gui/remotebrowser.cpp
* gui/storagewizarddialog.cpp
* backends/cloud/storage.cpp
Various:
* gui/eitgamedialog.cpp
|
|
|
|
pointers type in movesens
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since _points is allocated with realloc(), it should be freed with
free(), not delete.
|
|
|
|
|
|
|
|
|