Releases: project-imprimis/libprimis
Releases · project-imprimis/libprimis
Alpha 2 "Ballard" (2021.01)
Second alpha version of the engine library, to be used with the second alpha of the Imprimis game.
Changelog:
- Many
minmaxceilfloorabsfabsfunctions changed tostd::equivalent - Many inline
externstatements moved to headers instead of in code files - Macro indentation improvements
- Many
ICOMMANDreferences converted toCOMMANDorCOMMANDNfor future removal ofICOMMAND - Use of
inline constreferences in headers to replace those in code files - Fixed
sound.htextedit.hlacking header guards - Removed
wavaudio file support - Most
NULLstatements removed, replaced withnullptr - Windows build configuration added (static library)
- Unused
glassenvcode removed - Command argument flag documentation improvements
- Command
COMMANDNmacro documentation improvements - C++ style type casting in
stream.cpp