compiler/libec; samples/openrider: (#839, #840) Fixed issues with typed_object method...
authorJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 05:34:07 +0000 (01:34 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 05:59:30 +0000 (01:59 -0400)
commit55b6b1ade09243391970e23473b738dba024bc6f
tree57cee9cbc4a735466a919065c357099710768ab9
parent03b4952772ecb51473750c305ffc9399c02e072c
compiler/libec; samples/openrider: (#839, #840) Fixed issues with typed_object methods by reference
- Made use of OnUnserialize in OpenRider
- Fixed chaining of OnSerialize/OnUnserialize through base classes
24 files changed:
compiler/bootstrap/ecere/bootstrap/Container.c
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecp/bootstrap/ecp.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/copy.c
compiler/bootstrap/libec/bootstrap/dbpass.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/output.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass1.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/libec/src/ecdefs.ec
compiler/libec/src/pass15.ec
compiler/libec/src/pass2.ec
ecere/src/com/containers/Container.ec
ecere/src/com/containers/Map.ec
samples/guiAndGfx/openrider/form1.ec
samples/guiAndGfx/openrider/game.ec