Commit graph

11 commits

Author SHA1 Message Date
190b6b2eab chore: sync local changes to Forgejo
Some checks are pending
Build AeThex Engine / build-windows (push) Waiting to run
Build AeThex Engine / build-linux (push) Waiting to run
Build AeThex Engine / build-macos (push) Waiting to run
Build AeThex Engine / create-release (push) Blocked by required conditions
Deploy Docsify Documentation / build (push) Waiting to run
Deploy Docsify Documentation / deploy (push) Blocked by required conditions
2026-03-13 00:37:06 -07:00
MrPiglr
7c95244e3e Add Discord Rich Presence module for AeThex Engine
Features:
- Native IPC connection to Discord (Windows named pipes, Unix sockets)
- Full presence customization (details, state, images, timestamps)
- Party support for multiplayer games
- Invite secrets support (match, join, spectate)
- Helper methods for editor and game presence
- GDScript autoload manager template
- Cross-platform support (Windows, macOS, Linux)

Usage:
  DiscordRPC.initialize('YOUR_APP_ID')
  DiscordRPC.set_game_presence('My Game', 'Playing Level 1')
  DiscordRPC.update_presence()

Also renamed project.godot to project.aethex for showcase games
2026-03-06 20:02:43 -07:00
MrPiglr
39c99577f5 Add aethex_cloud module - connects engine to Railway gateway 2026-03-06 16:03:36 -07:00
MrPiglr
ce88320459 AeThex AI module architecture and cloud services integration 2026-03-06 15:31:39 -07:00
MrPiglr
71f7b991a5 Fix build: add GODOT_VERSION compatibility macros, fix includes, disable incomplete modules 2026-03-01 00:21:43 -07:00
MrPiglr
ac3dd59c42 Replace Godot branding with AeThex, fix Windows platform files 2026-02-25 17:43:03 -07:00
MrPiglr
9cb8425d17 new file: docs/AETHEX_LANG_INTEGRATION.md 2026-02-24 01:55:30 -07:00
73b27e6fbe
new file: LOGO_CONFIG_GUIDE.md 2026-02-24 04:30:27 +00:00
2c337c0c1e
🎨 Replace all Godot branding with AeThex logos and icons
- Generated new icon.png, logo.png with hexagon 'A' design
- Updated app_icon.png and splash.png
- Created Windows .ico files with AeThex branding
- Added Python scripts to regenerate branding assets
- All assets use AeThex colors (cyan #00D9FF, purple #8B5CF6)

Rebuild the engine to see the new branding!
2026-02-23 19:24:23 +00:00
9dddce666d
🚀 AeThex Engine v1.0 - Complete Fork
- Forked from Godot Engine 4.7-dev (MIT License)
- Rebranded to AeThex Engine with cyan/purple theme
- Added AI-powered development assistant module
- Integrated Claude API for code completion & error fixing
- Custom hexagon logo and branding
- Multi-platform CI/CD (Windows, Linux, macOS)
- Built Linux editor binary (151MB)
- Complete source code with all customizations

Tech Stack:
- C++ game engine core
- AI Module: Claude 3.5 Sonnet integration
- Build: SCons, 14K+ source files
- License: MIT (Godot) + Custom (AeThex features)

Ready for Windows build via GitHub Actions!
2026-02-23 05:01:56 +00:00
574e21796e
modified: README.md 2026-02-23 04:47:38 +00:00