-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
52 lines (31 loc) · 2.42 KB
/
TODO
File metadata and controls
52 lines (31 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Fix up the dowwnloader widget
Create a map (using slade's map editor or eureka) to be included with the program as a "stock" MAP
And really, all that is needed is a 'rendering' of the map as it appears in the application....
Design a Class that inherits omgifol WAD class and adds the ability to load from a io.BytesIO
Allow opening wad files from a zip locally
if we dont have a connection to a idGames server then don't allow attempts to download from
these servers in the File menu
Don't rely/propagate HARDCODED URLS!!!!
implement a system to allow the user to select from a list of idGames mirrors along
with the statuses of each server
4/15/26 ===============================================================================
- make SURE that when the site/mirror SSL certs expire, which we are using, it
doesn't break the application!
4/5/26 ================================================================================
- load WAD file details when loading a local wad file
4/2/26 ================================================================================
- Implement a wadfile caching system when downloading over http(idGames)
4/1/26 ===============================================================================
✅BUG(FIXED!): when going from a wadfile from the net to locally stored, the loaded wadfile isn't 'loaded'
TODO: look into why wadget is broken - later
show the wadfile filename/TITLE in the application title-bar!!!
fix 'loading wadfile...' in the map-viewer window
the idGames wadfile loader widget should hide when Ok is clicked (if an idGames address is entered ONLY)
✅ put 'Select Map' on the left side of the map-selection box!!!!
✅ change the text of the 'clear map' widget to 'Clear Map' instead of 'Clear...'
FEATURE: add < and > arrows for changing the map that's viewed
and also a check-box for plotting 'all maps' in the loaded wadfile!
add a 'status bar' to the map-viewer window that shows the loaded
wadfile's number of vertices, linedefs, sectors, etc...
3/31/26 - 'uv add wadget' - check out how wadget interacts with idGames db!
remove after done with the lib!