You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add command-line rocketfile autoload functionality
- Added command-line argument parsing for .rocket/.xml files
- Implemented autoload on startup for Linux and macOS platforms
- Added Editor_setLoadedFilename() and Editor_getTrackData() APIs
- Cross-platform support with proper error handling
- Maintains backward compatibility with existing behavior
- Graceful error handling with user-friendly dialogs
Usage: ./RocketEditor path/to/file.rocket
* Add shared argument parser and Windows support
- Create args.c/args.h with cross-platform argument parsing
- Support --load/-l flag and bare .rocket/.xml filenames
- Update Linux, macOS, and Windows to use shared parser
- All platforms now support: RocketEditor --load file.rocket
or simply: RocketEditor file.rocket
---------
Co-authored-by: Daniel Collin <daniel@collin.com>
0 commit comments