Commit Graph

20 Commits

Author SHA1 Message Date
Guillaume Jacquemin f532803d56 Add a way to change the story progression state. 2021-05-11 14:54:33 +02:00
Guillaume Jacquemin 0ccc232afa Remove the screenshot management feature.
I really wasn't satisfied with it, to be honest.
2021-05-10 21:20:19 +02:00
Guillaume Jacquemin 5b23303a48 MainFrame: add logic to unsafe mode checkbox. 2021-03-05 14:56:28 +01:00
Guillaume Jacquemin 4c0f1b8ce5 Added an experimental way to rename the company. 2020-10-05 10:36:08 +02:00
Guillaume Jacquemin eb08de1a30 MainFrame: rename a symbol. 2020-10-02 12:55:52 +02:00
Guillaume Jacquemin a06ea2caa4 Finish re{writing} the MASS manager. 2020-09-30 16:27:26 +02:00
Guillaume Jacquemin 401d7d747e Fix a regression introduced in 1.1.2. Again. 2020-08-17 13:10:45 +02:00
Guillaume Jacquemin f8d8bb95e5 MainFrame: rename some events for consistency. 2020-06-21 21:39:39 +02:00
Guillaume Jacquemin 694e124d91 MainFrame: wire the frontend to the backend.
I *hate* wxListCtrl and wxImageList.
2020-06-20 10:45:49 +02:00
Guillaume Jacquemin c0e88ec90e MainFrame: expose renaming in the UI. 2020-06-13 22:29:23 +02:00
Guillaume Jacquemin 87007e8068 Add staged M.A.S.S. deletion. 2020-01-16 01:26:22 +01:00
Guillaume Jacquemin 6a07121323 MainFrame: update command state on staging selection. 2020-01-16 01:26:22 +01:00
Guillaume Jacquemin 99ee8e75a3 EvtMainFrame: add staging area stuff. 2020-01-16 01:26:22 +01:00
Guillaume Jacquemin be51d68e45 EvtMainFrame: implement stagingButtonEvent(). 2020-01-16 01:26:22 +01:00
Guillaume Jacquemin fc9d898c54 Add MassManager and move backend stuff to it.
This is a big commit, but a necessary one, as too many things were
intertwined. As a result, the code is now cleaner.
2020-01-12 14:54:23 +01:00
Guillaume Jacquemin cf3c7305c8 MainFrame: add zip creation feature. 2020-01-11 14:22:20 +01:00
Guillaume Jacquemin 802c0db2de MainFrame: add active slot tracking.
Can't do more because the variable that controls the slot gets removed
from the profile save if slot 0 is chosen in the game.
2020-01-10 22:50:41 +01:00
Guillaume Jacquemin aaf38469bd MainFrame: add game status checking.
Dangerous operations are also blocked during that time.
2020-01-10 12:23:25 +01:00
Guillaume Jacquemin 83008d3b01 MainFrame: replace the timer with a file watcher.
This will lead to less UI flickering and faster response times.
2020-01-10 00:01:24 +01:00
Guillaume Jacquemin 573eb089e4 Add files and update README.md. 2020-01-09 13:59:19 +01:00