Commit Graph

39 Commits

Author SHA1 Message Date
Fierelier
14673a0413 Fixed api not being set global 2019-06-02 17:56:01 +02:00
Fierelier
abc132c287 Version 0.8.1 2019-06-02 16:32:08 +02:00
Fierelier
01c926bf67 Quick and dirty API support, sort of
UML will be rewritten soon, however, I still wanted to add simplistic API support.

- Initialization moved into its own function
- Title does not get set if api == True
- Program only gets initialized if __name__ equals "__main__", so it can be used as an API
2019-06-02 16:31:56 +02:00
Fierelier
cc7e74919d Version 0.8.0 2019-06-02 16:18:05 +02:00
Fierelier
4c8425c714 (Experimental) Folders no longer get claimed
I think it might be better for the user to just use elevated rights instead. This comes with complications on Windows, but I want to work these out.
2019-06-02 16:17:53 +02:00
Fierelier
2803432ac1 Minor Linux fixes
- Now supporting both " and ' in escaped paths
- The app-name filter now uses os.sep instead of "\\"
2019-06-02 16:16:15 +02:00
Fierelier
a47dc20470 Version 0.7.7 2019-01-07 04:33:40 +01:00
Fierelier
f5e0352040 Fixed deletion of folders 2019-01-07 04:33:31 +01:00
Fierelier
da27a6932b Version 0.7.6 2019-01-07 00:20:29 +01:00
Fierelier
5c95a87df5 Added prevention for rare error 2019-01-07 00:20:17 +01:00
Fierelier
e803811cd8 Version 0.7.5 2019-01-07 00:14:30 +01:00
Fierelier
779e03291c Sanity-check for folder-removal 2019-01-07 00:14:18 +01:00
Fierelier
24df9bc2fc Moved version information into class 2019-01-07 00:11:06 +01:00
Fierelier
c5a95d5868 Access test plopped into function 2019-01-07 00:07:32 +01:00
Fierelier
81b3a9e3b8 Version 0.7.4 2019-01-06 23:12:59 +01:00
Fierelier
b000d6567f Console: Added cd and mc commands
Continues are used now, also
2019-01-06 23:12:34 +01:00
Fierelier
f06ca5fc99 Console: New line in the beginning of loop instead of the end 2019-01-06 23:11:27 +01:00
Fierelier
268f3cb0c4 Added access test 2018-12-29 04:30:58 +01:00
Fierelier
a25a8c7d64 Changed version formatting yet again 2018-12-29 04:15:42 +01:00
Fierelier
9f3190bfd6 Build 20 2018-11-28 02:17:00 +01:00
Fierelier
85d0822a03 Added exit command to console mode 2018-11-28 02:16:51 +01:00
Fierelier
8c5bd03434 Changed version definitions and formatting 2018-11-28 02:16:27 +01:00
Fierelier
eb4f87e5e6 Added build definition 2018-11-28 01:26:28 +01:00
Fierelier
9dc0c232f5 Version 0.71 2018-11-28 01:16:35 +01:00
Fierelier
afa043df74 Implemented simple console tool 2018-11-28 01:16:25 +01:00
Fierelier
91423d54fa Tweaked window name 2018-11-28 00:32:32 +01:00
Fierelier
fb37f3d221 Added version number definitions 2018-11-28 00:32:15 +01:00
Fierelier
638d0b04a6 Actually added file-counter
What was I doing
2018-11-03 11:56:00 +01:00
Fierelier
618263b5d4 Fast mod-reload added + File counter, progress 2018-09-28 20:02:05 +02:00
Fierelier
936b3a9000 Folders no longer get hidden 2018-09-28 20:00:14 +02:00
Fierelier
7c7aefeddc Exception handler no longer hooked
Handler needs work
2018-09-28 19:59:23 +02:00
Fierelier
0bc37d2f72 blorp
- Changed mod-location
- Added status messages
- Simplified exception handler (needs testing)
- Folder claiming actually works now
2017-12-17 05:34:03 +01:00
Fierelier
45318f36c1 User friendly(-ish) error-handling
- Completely changed exception handling to be more user-friendly (Note:
This broke error-logging, possible Python-related issue.)
2017-08-16 15:09:53 +02:00
Fierelier
e4569f1c57 Basic error correction
- Added basic error correction.
- Program now asks before setting up the game for mod-use
2017-07-21 14:23:23 +02:00
Fierelier
26752b9200 Remove drag+drop requirement
- program can be used without initializing by drag+drop
- added temporary error handling for non-existant folders
2017-07-21 10:19:16 +02:00
Fierelier
8988f6ce16 Installscript implementation
- Mods can now use installscripts instead of using the default setup.
2017-07-03 05:28:02 +02:00
Fierelier
db0d81bfd1 Added setupVariables()
- Global variables now get set up in their own function.
2017-07-03 04:18:30 +02:00
Fierelier
077377efb6 Categories
- Added categories and sub-categories
- Added exception handler
- Game-folders are now claimed before they're used
2017-05-31 18:42:51 +02:00
Fierelier
6082478c63 Redone
- Everything has been redone.
2017-05-25 19:31:36 +02:00