Kevin Fuller
Kevin Fuller
The AOE CD comes with some fonts in the /system/fonts path. Unfortunately, it's not in the game data directory (I'm guessing the installer would add it to the system if...
Find an audio library (probably [SDL2_mixer](https://github.com/andelf/rust-sdl2_mixer)) that will suite the needs of this game. Integrate with this library and update the README's install instructions.
**Text** - [ ] Label - [ ] Static text area **Button** - [ ] Normal text button - [ ] Toggle text button - [ ] Normal image button...
Display the mouse cursor graphics discovered in #39 in the game (following the mouse).
When a DRS file can't be found, it just outputs: ``` Failed to preload DRS archives: IO Error error: Process didn't exit successfully: target/debug/open_aoe (exit code: 1) ``` It looks...
This issue tracks the **minimum** amount of work needed to be done in order for someone to play a conquest scenario to victory/defeat. The items in this issue should drive...
Now that the game is rendering delta graphics (see #37), there are a hundreds of TODO comments being printed out when the game starts up: ``` ... TODO: skipped 15...
I got terrain border rendering working well for my limited test cases, but I just loaded up one of the scenarios that come packaged with the original game and noticed...