Skip to content

Commit

Permalink
Updated Version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeHart66 committed May 26, 2023
1 parent babb8c4 commit f9973d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions VERSIONS.TXT
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< Updated upstream
***** v2023-05-20 *****
=======
***** v2023-05-19 *****
>>>>>>> Stashed changes
***** v2023-05-26 *****

FIX: [mojo2] Fixed DrawList.DrawQuad not drawing correctly when using a material. (Author: MikeHart)
FIX: [mojo2] Fixed alpha blending issue on IOS. (Author: Phil7)
Expand All @@ -11,6 +7,7 @@ FIX: [interpolate] Fixed InterpolateCustomLine returning correct end value. (
FIX: [transcc] Fixed missing help output of builddir parameter. (Author: MikeHart)
FIX: [TRANS] Fixed external libraries not being copied not being copied. (Author: MikeHart)
FIX: [Vec2D] Fixed typo in Vec2D.ToString(). (Author: fightlessbirds)
FIX: [mojo2/Android] Locale problem fix on Android. (Author: xpazr58)
NEW: [mojo2] Added DrawTriangleFan:Void(x:Float, y:Float, vertices:Float[], img:Image, imgX:Float=0.0, imgY:Float=0.0, imgScaleX:Float=1.0, imgScaleY:Float=1.0. (Author: Phil7)
NEW: [mojo2] Added mojo2/DrawTriangleFan_test example. (Author: Phil7)
NEW: [Vec2D] Added Div and Cross Methods. (Author: MikeHart)
Expand All @@ -27,13 +24,15 @@ MOD: [Vec2D] Renamed some Length methods, to Distance. (Author: MikeHart)
MOD: [Tween] Added Tween.FIT constant, SetFitSlope:Void(s0:Float, s1:Float) to use InterpolateFit. (Author: MikeHart)
MOD: [TED] Restructured and fixed so it can be compiled with QT 6.4.3. (Author: dawlane)
MOD: [build] New build scripts and build docs. (Author: dawlane)
MOD: [MacOs, XCode] It creates now universal builds supporting Intel and M1/M2 machines. (Author: dawlane)


KNOWN ISSUES:
- Window dragging in 32 bit Release mode still crashes, need to figure out why that is.
- GLFW_APP_ICON doesn't work with OSX and Linux.
- Because of changes in the Google billing SDK, new apps using brl.cerberusstore in Android can not be submitted atm.
- Because of changes in the Google admob SDK, new apps using brl.admob in iOS can not be submitted atm.
- Google/Android needs to be updated to support API 33



Expand Down

0 comments on commit f9973d0

Please sign in to comment.