| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes several memory leaks | Joseph Hunkeler | 2024-02-26 | 1 | -0/+1 |
| | | |||||
| * | Fix typo in position pointer calculation | Joseph Hunkeler | 2024-02-23 | 1 | -1/+2 |
| | | | | | * Not sure how it ended up as (bclose + 2 - pos) to begin with | ||||
| * | Implement delivery_mission_render_files | Joseph Hunkeler | 2024-02-13 | 1 | -30/+34 |
| | | |||||
| * | Fix addressing issue... | Joseph Hunkeler | 2024-02-06 | 1 | -5/+6 |
| | | | | | | | | * Store the address of the pointer to template variable, instead of the pointer. Whoops! * Pre-declare all template pointers as early as possible to make them available to the entire program * Comment tpl_*() prototypes | ||||
| * | Initial commit of template engine code (not hooked up yet) | Joseph Hunkeler | 2024-01-30 | 1 | -0/+190 |
