ecere:latest

Last commit made on 2024-03-11
Get this branch:
git clone -b latest https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
latest
Repository:
lp:ecere

Recent commits

8d26fe1... by Patrick Dion <email address hidden>

ecere/gfx/3D/model/E3D: Fix for WebGL errors
- e3dRead: use ._upload(elements, ... in readBlocks

73801f1... by Jerome St-Louis

butterbur/Presentation: Partial revert of 5127e61ca477e65a1642bb71f6b206111ae7a16b
- The perspective render pass flag check was not correct, as this actually prevents the code path that starts passing the view matrix

7feed0c... by Jerome St-Louis

butterbur: Fixes related to Model color map
- Moved colorMap property from GraphicalPresentation to Model
- Added null check on material
- Loading models with shareIndices = true E3DOptions which is required to apply colorMap

4068530... by Jerome St-Louis

butterbur/imagesAndText/texturemanager: WebGL2 fix
- internal format needs to be GL_RG8

38d2747... by Patrick Dion <email address hidden>

EDA, EDASQlite: removed compiler options e.g. mmmx for emscripten config

5f16aee... by Patrick Dion <email address hidden>

gui/GuiApplication, gui/drivers/EmscriptenInterface: change html5 preprocessor tags to <emscripten/html5.h>

52b96be... by Patrick Dion <email address hidden>

ecere.epj: necessary changes for stable build on windows

bf02948... by Jerome St-Louis

ecere/gfx/3D/Mesh: Support for animations combining morphs and skins

f57561d... by Jerome St-Louis

ecere/gfx/drivers/LFB: filter() Avoid crash on MAXINT coordinates

98231e5... by Jerome St-Louis

ide/project: Fixed passing ARCH_FLAGS to C++ compiler