test and fix internal/reqdata
2b58d37f88
Merge branch 'test/internal/reqdata' of go/aicra into 0.2.0
9189babe20
test primitive types : bool, float64
dfa6cba137
fix parsing primitive types instead of erroring unknown type
feec6e96d0
test bool slice vs. json bool slice
c2a88f0d2d
test string slice vs. json string slice
test and fix internal/reqdata
9189babe20
test primitive types : bool, float64
dfa6cba137
fix parsing primitive types instead of erroring unknown type
feec6e96d0
test bool slice vs. json bool slice
c2a88f0d2d
test string slice vs. json string slice
e1cdd1c2a3
fix parsing non-string slice values
0f599e58ce
test json invalid float primitives ; only valid when wrapped
09b9eb2ae5
fix formatting type
e2bda2b2dd
test json invalid boolean primitives ; only valid when wrapped
c2e8efc82b
test string slice as string ; invalid json but valid when wrapped
503f01bddd
test uint builtin typecheck overflow values for []byte
53eaec0c50
test regex for builtin string typecheck
22947db2b6
fix: mark parameter as parsed after successful parsing
3e718c96e8
return error when parsing parameters
4ca0312479
make xEventHandler method non-const
414fbf6404
create proper handler interface for xController : xEventHandler
5266b5d115
add xApplication defaults
2b81a72542
remove const methods | add copy constructor
47429e5081
minimal refactor
cb1a862b6f
make xSpriteGroup displace() actually update sprites with relative displace
0b7e7a2948
set default xSprite clip / projection
d1e6a1e9dc
add more xSprite SDL_Rect shorthands
7a6022e694
create orchestrable xSpriteGroup (no more xSprite alone)
ab2f170def
replace xElement by xDrawable