* implemented a form of slope fix
* fixed the slope fix to not allow for hyper cheese
* implemented gheskett's suggestions
* Added space between comment and define
Co-authored-by: Gregory Heskett <gheskett@gmail.com>
---------
Co-authored-by: dnvic <business@dnvic.com>
Co-authored-by: Gregory Heskett <gheskett@gmail.com>
* add displaylist macros
* implement displaylist macro in memory.c
* API update
* implement displaylist macro on all 'hot' code paths
* Remove the macro entirely
* rename tmpDL
* remove the other two macros
* catch the last 2 missing statements
---------
Co-authored-by: someone2639 <someone2639@gmail.com>
* math util cleanup
* clean up min/max 3 and also distance and angle functions
* improve pipelining and make macros safe
* macros safer and cleaned approaches
* fix build
* made sure puppycam builds (and fixed unused var warnings)
* added 32 bit mins and maxs
* removed extraneous mat stack index decrement in geo_process_camera (#708)
* Fixed typo in FCR enums (#707)
* v2.1.1
---------
Co-authored-by: Matt Pharoah <mtpharoah@gmail.com>
* Cannon render mode fix
Slipped past me.
* Removed sharp transitions
I like the idea but it really isn´t vanilla and causes issues.
Might be worth revisiting but for now lets just get rid of it.
* fixes
Missing render mode set for transitions, reduced display list alloc for cannon
tested more this time