This is my current worklog.
Updated daily and archived by the weekend.
Currently mostly working on Nuclide and connected games.
* = Completed
+ = Completed at later date than specified
- = Cut/discarded at a later date
~ = Ongoing
= 2025-04-10 ===================================
~ merging Nuclide 'Develop' into master (ongoing)
Yesterday I moved all save/restore/transition code
into ncSessionManager. A bunch of code from trigger_transition
has been moved as well because that sort of low-level
stuff doesn't belong in entity logic.
Here's what needs to be done to the save/restore system for it
to be usable:
The field for .classname needs to indicate the exact internal spawn class.
Currently there's some hacks like 'every player has to be of
.classname="player" in order to be recognized as such
that needs to go away.
So today I am digging through, making sure any find() loops for "player"
entities and such are replaced with the new ents.NextPlayer() and
ents.IsPlayer() APIs where applicable.
The challenge is solely that it is defined in lots of places.
= 2025-04-10 ===================================
* move save/restore/transition operations into a manager class
to avoid any state code being in the entity logic
Few more hold-ups until I can merge Nuclide's Develop
branch into master:
1. inventory items still become pickups when loading a save
2. level transitions do not carry across inventory items
(should be as easy as setting a flag)
3. only 'FreeCS' still has bugs that its -master branch does
not have. I will need a few extra days to iron those out
Last week I was busy with our company taxes, and knocked
out a few other things while I was in another headspace.
I also have been spending my free time indexing lots
and lots of videos, mods and files from the various
large data dumps. Think AtomicGamer, FilePlanet and so on.
Part of our larger effort of documenting our dataset in
the types of custom content that exists across the various
games in the id Tech family of engines. It is quite a process.
And all those WD 24 TB drives aren't cheap!
Back to the usual work stuff:
FreeHL (now called Rad-Therapy to avoid trademark issues)
is by itself pretty good in terms of completion.
Basically where it was before things got thrown out,
but this is what needs doing there over all, roughly:
- Monsters need their schedules, still.
They don't do much decision making otherwise.
- Several entities and map logic isn't
triggering right. Could be missing entity implementations
or bugs within said implementations.
- Get off my ass and fix the damn satchel.
Of course, there's plenty of things that still
need to be better. While the new VGUI menu has a server browser
now it is still only temporary. That menu still has no options
either.
If you've seen the Develop branch at all, you'll notice that
attempts to streamline things is done regularily. I do not
know if I will get to doing much more on the menu now though
I just kinda want to go back to working in the main branch
where the menu wasn't any better anyway.
I also worked on frag-net.com's site this week. Cleaned up
navigation for games (ensuring we can add many more without
cluttering it up any further), adding a few missing pages.
Some of those updates will go up next week.
Random annoyance:
There's so many things we miss and didn't cover on the site news/playbacks
that we learn about after the fact - that ticks me off.
Information is all over the place now and life moves too damn fast!