ecere:sizeFixes

Last commit made on 2019-12-20
Get this branch:
git clone -b sizeFixes https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
sizeFixes
Repository:
lp:ecere

Recent commits

7453904... by Jerome St-Louis

ecere/gfx/Sphere: Tweaks to enable 32 bit, additional precision
- TODO: Add an option

b570b49... by Jerome St-Louis

ecere/com;gfx: Fixes for handling large memory allocation, Bitmaps

0908cce... by Jerome St-Louis

butterbur: ImageResource OnCompare()

37cc2e2... by Jerome St-Louis

butterbur/GLMultiDraw: Fixes to build for Android

6cd31a5... by Jerome St-Louis

ecere/sys/JSON: Fixed extra quotes being added saving timestamps

eabd38d... by Jerome St-Louis

butterbur; ecere/gfx: Added blackTint to colorize both black & white or negate an image

8067a53... by Jerome St-Louis

ecere/com/HashMap: Optimization to clear many entries at once without individual function calls

acce2d9... by Jerome St-Louis

butterbur/GLMultiDraw: Fixed clearing VAO after freeing
- This was causing major obscure issues when attempting to re-initialize multi-draw object

ecdefaa... by Jerome St-Louis

Butterbur: updated to reflect shader resources moved; Fixed copying null font; Fixed unit tests missing stringTools

f164519... by Jerome St-Louis

extras/stringTools: copyEscapeString() Added null check