Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-14 | FULLPIPE: Silence GCC memset() warnings | Torbjörn Andersson | |
Recent GCC versions complain if you memset() a class or struct that contain non-POD data types. Get around that by either initializing the object when created, or by adding a reset() method. | |||
2017-11-18 | FULLPIPE: Fix memory leaks, ownership issues with various point lists | Colin Snover | |
2017-11-18 | FULLPIPE: Fix memory leak of MGMItem | Colin Snover | |
2017-11-18 | FULLPIPE: Fix leaks of MGMSubItem | Colin Snover | |
2017-11-18 | FULLPIPE: Make dimensions/coordinate getters pure functions | Colin Snover | |
2016-08-14 | FULLPIPE: Renamed rest of the AniHandler class methods | Eugene Sandulenko | |
2016-08-14 | FULLPIPE: Further renames in AniHandler class | Eugene Sandulenko | |
2016-08-14 | FULLPIPE: Mass renaming of AniHandler class | Eugene Sandulenko | |
2016-08-14 | FULLPIPE: Rename MGM class to AniHandler | Eugene Sandulenko | |
2016-08-14 | FULLPIPE: Rename mgm.* to anihandler.* | Eugene Sandulenko | |