ecere:tilesSamples

Last commit made on 2020-11-20
Get this branch:
git clone -b tilesSamples https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
tilesSamples
Repository:
lp:ecere

Recent commits

cc5f14a... by Jerome St-Louis

sys/File:CopyTo(): Avoid endless loop is Read() returns 0 but Eof() returns false

89aefe7... by Jerome St-Louis

ecere/gui/Timer: Change type of 'window' member to void *
- This doesn't necessarily need to be a Window

83b0487... by Jerome St-Louis

eda/FieldValue: Fixed parsing empty string
- Was being parsed as a string containing a double quote

2f2eb64... by Jerome St-Louis

ecere/gfx/drivers/GL; butterbur.frag: Fixes for per vertex colors specified as unsigned bytes

4aed43b... by Jerome St-Louis

samples/games/TilesRPG: Initial commit
- Art by Antonio

1f406e9... by Patrick Dion <email address hidden>

JSON: add check for Array type in GetObject to call GetArray

f11b6de... by Diego Caraffini <email address hidden>

ecere/sys/JSON: Support for customValueification flag for both '{' and '['
- Required for new ProcessInputValue type
- TODO: Specifying custom types as parser properties rather than hard-coding them

e7f76b8... by Patrick Dion <email address hidden>

GLMultiDraw: added initRGBUShort and setLayerRGBUShort functions

686c084... by Jerome St-Louis

ecere/gui/drivers/XInterface: Avoid large queues of expose events piling up

e176e12... by Jerome St-Louis

ecere/gfx/3D/Transform; Quaternion: Optimizations; Transform::getMatrix3x4f()
- Optimized Quaternion::RotationYawPitchRoll() and Transform --> Matrix conversion