Marasa
Expect occasional lava showers throughout the week on Marasa. These brief but intense bursts of liquid rock can create mesmerizing displays in the sky. Be cautious and wear heat-resistant gear when venturing outside.
Marasai
Meteor showers are occurring sporadically in the vicinity of Marasai, creating dazzling displays of shooting stars across the night sky. Observers are advised to enjoy the spectacle from a safe distance.
Marasa Asteroid Field
The Marasa Asteroid Field occasionally experiences a celestial light show akin to an aurora borealis, where cosmic particles interact with the magnetic fields of nearby asteroids. Space travelers are treated to mesmerizing displays of colors in the zero-gravity environment.
Illodia I
Toxic snow is falling across Illodia I, creating hazardous accumulations on surfaces. Protective suits and masks are essential when venturing outdoors to prevent contact with the poisonous particles in the snow.
DAMN
Deep Automation Mining Nexus
5/11/2024
- Added Deposit and Withdraw.
- Made Deposit and Withdraw automatic with the API.
- Fixed Refresh Token for SWC API bug. I still need to make sure the new fix is applied throughout the entire site. Once it is we should see more stability and less logouts and fewer errors caused by invalid tokens.
4/28/2024
- Faction Filtering is now a tool to filter factions with certain modules.
4/16/2024
- Added different themes. Will work on improving them, but wanted the functionality added to the site.
3/31/2024
- Fixed some errors I found.
- Changed the way SWC API Tokens are handled and stored.
- Worked more on User Administration.
3/30/2024
- Fixed a few layout and removed old code.
3/28/2024
- Added Remember Me to login.
Haven't tested it. - Changed Remember Me so hopefully multiple devices will work with it.
- Added bootstrap icons
- Removed Page Execution time from footer on small screens.
- Added some Database Migrate Tools. Haven't fully tested it out, but it is set up.
3/27/2024
- Fixed bug with the daily jobs.
- Should be gathering Hyperlane data correctly now.
3/26/2024
- Fixed bug with GNS Sync so that it doesn't go through all previous GNS.
3/23/2024
- Been working on an interactive map.
- GNS is now hooked to SWC API instead of the XML feed.
- Fixed some errors with the syncing tools and removed the rate limits off of things that are not limited.
- Fixed a few bugs and improved code in several areas.
- VAG: Updated so if no vendor or items are found it tells you.
- GNS Flash News Archive bug fixes.
- Added Site Execution Time to Footer
3/22/2024
- Changed the way User Transactions worked in the backend to make it a bit more robust and reusable.
- Finished the Lottery drawing and disbursement of prizes.
- Added planet weather from the left nav to the database, so I can change them through the site's admin.
3/20/2024
- Worked on Lottery some more. Can buy tickets and started on the actual drawing and disbursement of prizes.
- Added commas on the Ship Compare Tool.
3/19/2024
- Changed the main font.
- Changed the navbar a bit.
3/18/2024
- Fixed layout issue with mobile on the index page.
- Fixed bug with Y8 XMLs in IDGAF.
- Fixed Navbar Brand. DAMN was not aligning right in the Nav and it was bothering me.
3/16/2024
- Fixed more of the layout issues.
- Production Calculator Done.
- Ship Compare Tool - Not sure what can really be done for mobiles. I did redesign the selectors for mobile to make it a bit easier to select a ship.
- Set up GitHub for version control and got the databases to import into my IDE so now my IDE reports fewer errors now that it has the database to access.
- Finished the backend for Powerball. Probably change a few things up still. But for a version 1 it will work.
- Started working on a casino administration, so I can change variables and settings.
- Notification update to the main navbar. Clicking on the Icon doesn't update if the notification has been read or not yet.
- Changed Notification Icon. Now if there are new ones it will display them and if no new ones it brings you to all.
- I've now set up a dev site, and I've set up my hosting with GitHub so now all I need to do is commit changes to GitHub, and it will automatically commit the changes live.
3/13/2024
- Changed the way Powerball tickets are checked to make sure no matter what order you put them in it should catch if the user has that those sets of numbers.
- Changed the folder locations of VAG and IDGAF.
3/12/2024
- Changed the way I handle external libraries. Now using composer2 to manage almost all external libraries. This should help with managing and updating them. Some bugs might come up.
3/11/2024
- Fixed a few more template bugs.
- Moved the MySQL debugging tool into the Administration nav.
- DAMN Casino? I am working on a few games. I'd like to continue to expand our game collection in the future.
- 5 Ball Powerball
- Database Transactions: Got these up for the upcoming Casino updates. Included them into Logger. Now if something fails in a middle of a transaction it will roll back to where it started.
- Fixed bug with Database Transactions. I am using multiple databases to keep some of the information separate, which in turn made transactions a bit more complicated, had to recode a few of the functions. Bugs might pop up.
3/10/2024
- Moved all archives to an archives folder. Added Flash News and a search for it.
- Site wide update: Removed some redundancy in the template code. Should not really see a difference besides a more uniform template.
- Site wide update: Got new logo image done...we no longer need glasses. Nice crisp clear image thanks Akasha!
- Logging Class: I've started building my own custom logging class to help log things for debugging. Currently, it handles all mysql queries, binds, and execution times. I wanted to change how I logged the mysql stuff because eventually this site will use more than one database. The way it was set up anytime I made a new connection it would have wiped all the logs and data. Now with it in its own class I am able to keep the logs no matter how many times I switch databases on a single page.
3/9/2024
- VAG (Vendors Acquisition Guide): Is nearing completion. This tool will be used to find items/droids/rms from vendors. Search will also include distance if a coordinate is given.
- VAG is now live. Must be logged in to view, sorry no free shows here!
- Added raw materials to database, so I don't have to keep typing them all!
- IDGAF: Fixed bug with search searching everyone's asteroid fields/planet deposits.
- IDGAF: Shared Access. This is one directional meaning if you add a friend to your IDGAF they can see yours, but you can not see theirs. Shared Access should take into account if more than one user has the same information for fields and planets.
3/8/2024
- Fixed a bunch of bugs from the last few updates. Trying to reduce pages and combine common things.
- Finally getting around to actually using my class autoloader, think I added it around the 6th just never actually removed the old code until now.
- Syncing Vendors and their wares works. Eventually a search will be made.
3/7/2024
- Updated database class to include how long queries are taking for debugging purposes.
- Added the debugging tool to the footer of pages...only Admins can see it.
- IDGAF: Fixed a few more bugs with it. Shouldn't have an issue having Asteroid Field's and Planet deposits in the same sector.
- IDGAF: Fixed totals to reflect both AF and Planets in the Sector.
- Database debugging tool on bottom now displays what was bound to the query. This will help me know what was sent in replace of wildcards.
3/6/2024
- New Tool (Must be logged in): Asteroid Field Tracker. Use XML to track Asteroid field deposits.
- Cleaned up some code. Continued to make things a bit more OOP, so I will eventually code a bit less here and there. I'll just be able to call functions from different classes to do what is needed.
- AF Tracker: Can now upload multiple xml files at once.
- Should add this to DAMNIT
- AF Tracker: Will now check daily if deposits should change to Volatile. It will not update through each stability...It will go from Stable to Volatile, Unsettled to Volatile, if its Volatile it will remove it after 1 month, if a new xml is not updated.
- Backend Update: Changed the way the head tag is handled. Since most of them are the same for every page now if I need to add something globally all I have to do is add it to the include file, and I still let it, so I can add additional things if I need for that page.
- AF Tracker: Now with the daily checked it will send the user a notification.
- NEW - Notifications: Will need to improve the code on this, but it's a start.
- AF Tracker: Can now search by any x,y coordinate and RM Type and find the closest AF you have.
- AF Tracker renamed to IDGAF (Index of Deposits in Ground and Asteroid Fields) -Thanks Talak Kasra
- IDGAF: Added planet deposit XML to the uploader.
- IDGAF: Adjusted and fixed code to include planet deposits.
- IDGAF Search: Does NOT include planet deposits.
- IDGAF: Fixed error when only 1 deposit is present.
3/5/2024
- Fixed some template issues with mobile. Navbar should no longer get covered up by the footer.
3/3/2024
- Production Tool: Fixed bug with it not counting Quantity.
- Admin Tool: User Management - Fixed bug where the search would mess with the buttons.
- Code Update: Changed the way logins are handled.
- Production Tool: Total Trips updates automatically if you have a ship selected.
- SWC Sync Tool: Fixed weapons, so they should be stored in the database, unfortunately the API does not include the RMs needed to build the weapons.
- Production Tool: Fixed Fits In to include volume checks.
- Production Tool: Quantity is now limited to 99,999.
- SWC Sync Tool: Fixed Factions, was not adding factions to the database.
- Compare Ship Tool: Mainly up. Still want to do a few updates.
3/2/2024
- Production Tool: Added fits in and total trips.
- Database: Fixed storage type for weight capacity.
2/28/2024
- Production Tool: Mainly works. Doesn't include what it fits in yet or how many trips would be needed.
- Production Tool: Added search ability and autocomplete.