haloman30

Owner
  • Posts

    1,265
  • Joined

  • Last visited

  • Days Won

    5

 Content Type 

Profiles

Bug Tracker [Legacy]

News & Announcements

Helpcenter

Products

Project: Infinity Issue Tracker

Blamite Game Engine Issue Tracker

Elaztek Launcher Issue Tracker

NTClient Version History

Suggestions Tracker [Legacy]

Blamite Documentation

Suggestions Tracker

Careers

Forums

Store

Gallery

Blogs

Downloads

Events

Stratagem

Everything posted by haloman30

  1. * Fixed font issues with Midnight 7.3, Midnight/Daylight 7.2, Midnight/Daylight 7.1, Midnight 7, and Midnight themes - Removed Killerteddy
  2. Version 1.0.0

    10 downloads

    This is a pre-alpha release of our Untitled Sandbox Project. To view the changelog for this update (and other updates), check the associated update notes blog entry:
  3. + Added Chests + Added Lava + Added Hammer - Primary tool for building, will replace direct building entirely in the future + Added Lemon + Added Dirt + Added Stone + Added Wood + Added /setspawn command (not yet functional) + Added interaction hints - used to display useful hints next to cursor when highlighting over certain objects + Added footstep sounds for most tiles + Added rain sounds + Added underground world type, with several world features + Added several player environmental effects (cold breath particles in Taiga biomes, water drops when in water or recently emerged from water, sweat drops when in hot/humid biomes) + Added female human character textures + Added early support for player-created structures (no collision, exteriors only) * World generation improvements * Modified how terrain is used internally * Worlds now specify a world format version - will be used to detect major breaking changes to how world data is stored in order to maintain backwards compatibility with old worlds * Worlds now have support for sub-worlds - A typical world is now referred to as a "Master World", which can support any number of worlds within it (ie, overworld, underground, multiple worlds at once for things such as servers in the future) * Human character now has underwear, which can be colored in character editor and can be modified by environment status (certain colors will become slightly transparent when wet) * Human character now has improved default color scheme * Improved dirt cliff textures * UI style is now slightly cleaner * Various bugfixes * Various other changes
  4. Some of you may have noticed that the Elaztek Studios website has been offline for a few days. Unlike some other past outages, this wasn't because of some internal server problem or some kind of migration. Unfortunately, the Elaztek website was subject to a security exploit - and the outage was us locking everything down to ensure everything is cleaned up and in working order before opening it back up again. If you don't care about the details of the hack, here's the key bits of information: No real damage appears to have been done, and our logs and analysis suggest that the attacker did not have the chance to actually perform any malicious action It is still theoretically possible that the attacker was able to view and access sensitive areas, including user accounts - as such, you may wish to reset your password both here, and on any other sites that also have the same password The exploit in question has been patched, and we've made several changes to limit potential future damage going forward If that's all you cared about, feel free to stop reading here. If you're interested in the exploit itself and what actually went down, as well as details of what we've done to lock things down - the rest of this announcement is for you. The Attack On July 11th, at 7:39 PM, I received an email regarding my own elaztek.com account, where someone had requested a password reset. A bit before 8PM, I noticed this and was initially amused - but still went ahead and made sure I could login and such. I was able to, and clicked around in the AdminCP a bit before heading to the frontend of the website - where I noticed I was now logged out. Returning to the AdminCP, I was now signed out - and unable to sign in. At 7:58 PM, I received another email - saying that I had logged in from another device. Uh oh. At this realization, I immediately hard reset the entire webserver - and then, upon it coming back online, I locked it all down from that point until today, the site has been sending out an HTTP 403. Upon further research, it appeared that the issue was due to a vulnerability within the forum software we use - one that had actually been patched some time ago, but I had neglected to update the software. At this realization, I attempted to upgrade the elaztek.com site - but ran into some technical issues with the upgrader, so I left it locked down. I was, however, able to upgrade the Chaotic United website - which was running the same software. After that was done, with being late in the night and having work the following day - and me already being tired before all of this, I left elaztek.com offline and went to bed. The following morning, I did some further research, and found a webpage documenting the vulnerability - all but confirming this is what happened. The previous night I had checked traffic from this IP address, and noticed it was making a large number of requests to the store application - and this exploit was in fact with that very store application. It was one of the classic blunders - input that wasn't properly sanitized, allowing for SQL injection. That page can be seen here. As of last night, I was able to successfully get elaztek.com upgraded - I could have then likely turned things on and called it a day, however I wanted to wait until today to get a few other things sorted out first. Locking Down So - what did we do to secure things down, exactly? Well - I won't go into everything, but some of the key highlights (besides upgrading the website, of course) include: Restricting the AdminCP to specific IP addresses only Rolling back the MySQL database to earlier in the day, prior to the attack Ensuring that MySQL credentials are not used for multiple websites/databases to eliminate the possibility of cross-site SQL attacks Permanently blocking the IP address of the attacker (isn't super useful since VPNs exist, but hey - can't hurt) Testing the previous exploit ourselves, with the site software updated - the exploit is in fact patched If any of you have any questions or concerns about this, feel free to reach out either here on the site, or on our Discord.
  5. * News & Announcements links posted to social media will now display the image for the announcement, rather than a generic social media logo image * Updated default social media banner image to use new logo - Removed Killerteddy
  6. Engine: + Added tag class: light [ligh] + Added tag class: material [mat] + Added tag class: scenario [scnr] + Added tag class: cache_file_resource_data [zone] (equivalent to cache_file_resource_gestalt) + Added ogre scene editor utility (imgui) + Added real console again (for the first time since the DX11 render woot - open with ~) + Added "cool magic numbers" + Added coordinates display + Added extremely basic extension system + Added option to tie director camera turning to game tick - defaults to off since it seems to cause more problems than it solves at present + Added placeholders for accessing engine and user folders * Fixed tag block, bitfield, and enum fields not being generated properly in plugins - the opening node was closed within the same node, rather than staying open and properly containing its children * Fixed a crash during shutdown caused by event listeners being deleted prior to being unregistered * Director now has separate horizontal/vertical look sensitivity options, rather than a single sensitivity for both * Decreased director near clip distance * Improved engine logger performance * Implemented OGRE-next 2.3 renderer * Changed Fieldset version to 5 * Data reference fields have been increased in size, with new value hints (a 4-character string that can be used to identify the data being stored, only used in Editing Kit for now), and 8 bytes of reserved space for future use - Removed standalone OpenGL renderer - Removed standalone Vulkan renderer - Removed bgfx renderer Guerilla: + Added support for vector2, vector3, and vector4 fields + Added support for color fields + Added support for fieldref fields - These are fields which allow tags to self-reference other fields within a tag + Added a warning dialog when closing a modified tag + Added support for "input hints" to some fields - this is a piece of text that will display to the right of some fields, indicating valid input + Added support for opening the game viewport, currently used for previewing material changes in real-time + Added Tag Designer - A new visual, drag-n-drop editor for creating and modifying tag definitions * Fixed "Editing Compiled Tag" warning being present in a newly created tag * Fixed a crash when opening certain tags (seemed to be tags that weren't part of a project) * Renamed float32 field to real * Changing any tag field will mark the tag as having been modified * Fixed a bug where closing tool windows (output, style editor, explorer bar) with the X button on the window itself would not properly update the check state in the View menu * Improved classic theme styles for tag blocks and comments * Fixed several fields not having their UI widgets disabled when viewing as a template (ie, when viewing the contents of a block with no entries) * Data reference fields now provide an option to view and edit data using the new built-in Hex Editor (which is more in-line with a standard hex editor) or Code Editor (which provides syntax highlighting for many languages) * Style Editor now has syntax highlighting support Sapien: + Added WIP Hierarchy View + Added early WIP workspace support + Added loading dialog when opening a scenario + Added Properties Palette + Added configuration file support * Fixed About dialog closing immediately after opening * Sapien now requires that scenarios be part of a project - opening scenario tags directly is no longer supported * Fixed a crash caused by a race condition when updating the Game View status bar Foundry: + Added configuration file support Editing Kit (All tools): * Editor tick rate now runs at 30TPS (was 10TPS) * Minor Output window performance improvements * Windows Classic (modified) theme improvements * Settings dialog no longer blocks the main window thread
  7. Notice All versions of the Blamite Game Engine from this point and prior, proper changelogs were not accurately tracked. As such, this changelog, as well as all others before, will likely be inaccurate and incomplete. Numerous overhauls and changes were made between this build and the most recent previous changelog (from 2018). + Added early versions Editing Kit tools: Guerilla, Foundry, Sapien, FontExtractor, Tool * Significant engine codebase overhauls * Engine configurations expanded from Debug and Release to: cache debug, cache test, cache release, tag debug, tag test * Rendering is now handled primarily through bgfx (though the earlier DX11 renderer is still usable via configuration changes) * Editing Kit tools are now handled using Qt5 * Other changes too numerous to list
  8. This version introduces support for CSC and HSC. It focuses primarily on command-based scripting. It also introduces BlamPhyLib and BlamMathLib, both of which are preperations for a basic phyiscs engine. It also introduced a special crash screen that are displayed on asserts.
  9. This version introduces the console, as well as several commands, as well as adds a work-in-progress stats view. It also tests shadowed text by re-drawing the same content twice (hacky but it works).
  10. This version marks real feature additions to the engine. Screenshots were now being properly taken/saved, and an 'Open Game Dir' function was introduced.
  11. This version includes various attempts at screenshot functions, and marked the point where the legacy DirectX SDK was retired in favor of the updated DirectX Toolkit (DirectXTK).
  12. This is the inception of the engine. It introduced DirectX 11 rendering, and the ImGUI debugging UI system.
  13. * Fixed pagination on Blamite commits page - Removed Killerteddy
  14. + Added "About" dropdown to primary navbar * Moved "News & Announcements" menu item from Community to About menu * Moved "About" submenu from Help to About menu - Removed "Home" primary navbar item - Removed Killerteddy
  15. * Fixed an issue on Midnight 7.3 where Daylight mode would be enabled by default when logged in - Removed Killerteddy
  16. * Changed CAPTCHA type from reCAPTCHA v2 to hCaptcha - Removed Killerteddy
  17. * Fixed an issue where the detailed loading wheel would sometimes display with an invalid white character on top of the intended icon - Removed Killerteddy
  18. * Fixed an issue with the Job Portal where the "Apply Now" button would say that applications were disabled if a user was not logged in * The "View Submitted Applications" link on the Job Portal home now links to the Sign-In page if a user is not logged in * Fixed missing link to Team Member Expectations page when viewing a volunteer job posting in Job Portal (and added link to Team Member Guidelines) - Removed Killerteddy
  19. * Fixed Blamite and Sandbox commits pages not displaying properly - Removed Killerteddy
  20. Hey, everyone! As you can see, our website is back online! Some of you may (or may not) have noticed that the website was offline for a couple days - all kicked off by an attempted hardware upgrade on the server. If you're interested in the details, keep on reading. How it Started The hardware upgrade in question was a graphics card - this was intended to allow for the Jenkins server to have more flexibility when it comes to building certain projects - namely, Sandbox. Godot 3.x requires that a GPU be present when building under Windows - and so, unless we wanted to upgrade to Godot 4, we needed graphics acceleration. Part of this process was migrating the Jenkins from its own dedicated server, to a virtual machine (VM) under our hypervisor - which in our case is a separate server running Proxmox. The existing server install was migrated from the original server to its new VM without any issue - but upon shutting everything down to install the graphics card, it was clear that the card was a bit too large, and would not physically fit within the server. As such, it was closed up - with plans to add a new graphics card later on down the line. Ideally, that would've been the end of it - just a brief, 30ish minute outage, and nothing more. Unfortunately, while all other VMs booted up without issue, one of them didn't - and you can probably guess which one it was. Upon realizing the website wasn't accessible, we checked into the VM - and realized it was failing to boot from its virtual hard disk. Further investigation showed that the partition table on the disk was seemingly corrupted - all software believed the disk was completely unallocated. The Recovery Process The process first began by trying to restore the original installation of CentOS 7, avoiding any need to reconfigure or reinstall anything. After several attempts, and even some degree of success in restoring the partition table - we got somewhat close, it just wasn't quite enough. We were able to get some partitions to be readable again, but we couldn't get it bootable. We also tried restoring two different Proxmox VM backups - both to no avail. Whatever had happened, it wasn't right on that day - it happened at least a few days ago, and potentially longer ago than that. Given this, and given that CentOS 7 reaches end-of-life in June 2024, we decided instead to try a different approach - which was simply reinstalling the OS entirely. Even if we managed to get the original install back, it wasn't a guarantee that we'd get it working entirely correctly. And considering we had no real idea what caused this issue to begin with - it was also possible that the issue could repeat itself again. And to top it all off - we'd still have to ultimately reinstall the OS regardless in around 6 months time anyways. This in itself was not a simple task either - as it took a few different attempted combinations of operating system and cPanel/WHM version before we found a combination that would work properly. Last night, we finally got things up and running as desired - and overnight, we reimported the automatic backup that WHM created of the cPanel account - which worked almost perfectly out of the box. The Result After some further reconfiguration, almost everything is exactly as it was - there should be essentially zero data loss - as the backup was from the same day that we performed the original hardware maintenance. Maybe a few hours of lost registrations or logs - but that's it. However, there is one thing that some of you will notice won't work anymore - some of our older archives, primarily on Chaotic United. Any archives of the CU main website or forums are no longer functional - as they require PHP 5.6 - which has been end-of-life for nearly 5 years. The old main website ran under IP.Board 3.4.x, same with the old forum archives - and a few other things here and there. Everything that required an older version of PHP will now display a 403 page, and it will likely remain this way for some time. In the future, we plan to set up a dedicated server, fully isolated from everything else, specifically to run these older websites and keep them up and running. We don't have a timeframe on when this will happen - as currently, I'm quite busy with work and preoccupied with other projects (primarily Sandbox and Blamite) - but you can be rest assured that we've got all of the data perfectly intact still, and that at some point down the line, we'll be bringing this stuff back online. In terms of non-archival stuff, however - you shouldn't notice any issues, and everything should be exactly as it was before this whole mess. To wrap up - if you happen to find anything that doesn't seem quite right, be sure to report it on our bug tracker, or let us know on our Discord server - and we'll investigate as soon as we're able. For now, though, that's all we've got. We apologize for this downtime, and we hope that getting things up and running on a fresh VM, with a newer OS, will prevent something like this from happening again.
  21. Version 1.0.0

    7 downloads

    This is a pre-alpha release of our Untitled Sandbox Project. To view the changelog for this update (and other updates), check the associated update notes blog entry:
  22. + Added Settings UI + Added "Human" character type + Added "debug_char" character type + Added an additional easter egg world feature (currently not generated anywhere) + Added item: Torch + Added in-game chat (opened with T or /) + Added support for in-game commands, accessible from chat - type /help for a list of commands + Added commands: /help, /time, /update_lights, /version + Added tile-based lighting system + Added support for digging/breaking most tiles + Added font: Munro - used in several places where Silkscreen used to be used, such as item tooltips, username tags, text input fields, etc. * Buttons now shift their text down when pressed * Character editor now supports character type, and several character appearance settings * Character editor now allows for the preview to be rotated and previewed with different animations * Shovel no longer breaks cliffs instantly, and requires cliffs be dug for a moment * Various improvements and bugfixes - Shovel can no longer be used to place cliffs
  23. + Added "Projects" menu to navbar (replaces Blamite dropdown item) + Added Sandbox and Donation Store to Projects dropdown in navbar + Added Sandbox homepage + Added Sandbox commit history page - Removed Killerteddy