Shlomi Fish
|
70123aaa5d
|
Require a minimal version of "attr".
See: https://github.com/shlomif/PySolFC/issues/159 . Thanks to
@radub7 for the report.
|
2020-05-06 15:11:25 +03:00 |
|
Shlomi Fish
|
2c16d5773d
|
fix a crash on "open game"
|
2020-02-09 11:42:44 +02:00 |
|
Shlomi Fish
|
eb5e97acc7
|
Refactoring / code cleanup.
Use a frozenset()-like list.
See:
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
8078db9abc
|
fix load/save
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
70012407b0
|
Extract a function or class to step away from God Object.
See:
* https://en.wikipedia.org/wiki/God_object
* https://www.c-sharpcorner.com/article/god-object-a-code-smell/ .
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
93d8c2a564
|
Extract a function or class to step away from God Object.
See:
* https://en.wikipedia.org/wiki/God_object
* https://www.c-sharpcorner.com/article/god-object-a-code-smell/ .
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
4e7a01517a
|
Extract a function or class to step away from God Object.
See:
* https://en.wikipedia.org/wiki/God_object
* https://www.c-sharpcorner.com/article/god-object-a-code-smell/ .
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
lufebe16
|
ad0512d333
|
fixed2: allow game restore to accept older storage format.
|
2020-02-09 11:39:40 +02:00 |
|
lb@lb7520
|
62a754a0ee
|
fixed: restore game
|
2020-02-09 11:39:40 +02:00 |
|
Juhani Numminen
|
2f93667fc6
|
Improve internationalization
- More strings marked for translation
- Used format strings instead of concatinating fragments
- Removed space before '?' or '!' from sentences in English
Following the GNU gettext guidelines at
https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
18e6ab96be
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
d8367a140a
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
39a4978357
|
Extract a method or a function.
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
6ddacc7d27
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
08a1a9b872
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:40 +02:00 |
|
Shlomi Fish
|
493e044122
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
35d6c0e9b4
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
b3f6232dd7
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
f3d3517160
|
add missing attribute.
See https://github.com/shlomif/PySolFC/issues/129 .
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
9ef244d185
|
Extract a function or class to step away from God Object.
See:
* https://en.wikipedia.org/wiki/God_object
* https://www.c-sharpcorner.com/article/god-object-a-code-smell/ .
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
bc63eac8cd
|
Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
cf84de4070
|
Extract a method or a function.
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
f69d5cb9b4
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
dde8e2b3df
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
9dd1eeb15e
|
remove pointless comments
|
2020-02-09 11:39:38 +02:00 |
|
Shlomi Fish
|
b306d78c47
|
extract a method.
|
2020-02-09 11:39:38 +02:00 |
|