ecere:iso8601

Last commit made on 2022-09-25
Get this branch:
git clone -b iso8601 https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
iso8601
Repository:
lp:ecere

Recent commits

ece378e... by Jerome St-Louis

ecere/gfx/drivers/GL: Reducing OpenGL debug log noise
- Only display full shader compilation messages when DEBUG_SHADERS is on
- Shader errors will still be displayed upon error (but missing shader name and states)
- Skipping medium severity performance debug warnings as 'recompiling shader' appears too often

928781f... by Jerome St-Louis

ecere.epj: Disabling MemoryGuard on HashMap
- Push/Pop locations while validating entries in a sparse hash map is too slow

d0b9d8d... by Jerome St-Louis

ecere/gfx/3D/Object: set on name property
- Making it possible to set name on root node

a9f2d53... by Jerome St-Louis

compiler/eccss: Fixed handling of syntax errors
- False syntax errors were breaking parsing

bae341e... by Jerome St-Louis

butterbur/TIManager: Fixes to avoid crashes on null font manager

6070724... by Jerome St-Louis

compiler/eccss: Returning null on syntax error
- Recent changes resulted in failure to parse rather than skipping unexpected tokens
- For now return fail parsing completely. TODO: introduce a best effort option?
- Printing out syntax errors in Debug mode.

510de27... by Jerome St-Louis

ecere/sys/JSON: Avoid member not found warnings on names starting with $
- TODO: Define a mechanism to address such members (e.g., $ref, $id, $schema, $defs...)

f618467... by Jerome St-Louis

ecere/gfx/3D/models/e3d: e3dView: Initial commit of E3D viewer
- modelView.ec is very similar to samples/3D/ModelView/eModel.ec and ide/src/documents/ModelView.ec,
 but now uses OpenGL instanced multi draw.
- e3dView.ec provides a GuiApplication and a ModelViewer instance
- A project including these are currently expected to also include the e3d files which are not yet included
  in libecere. The E3D files also depend on LZMA library.
- Additional 3D model loading modules can also be included in project.

d660012... by Jerome St-Louis

ecere/sys/JSON: Allow copying Map from other Map as well (REVIEW)

37652ec... by Jerome St-Louis

eda/fieldValue: Optimization for parsing arrays