Ivan Safrin
|
c2e34bec43
Fixed Lua examples (some removed), fixed shadow rendering, fixed all C++ examples, fixed bug with AABB not recalculating somtimes
|
12 лет назад |
Ivan Safrin
|
dbebcd2a77
Rewrote and fixed C++ examples on Mac, this will break Linux and Windows examples projects temporarily
|
12 лет назад |
Joachim Meyer
|
ef1efb1d38
Rebased & Updated content and build files of the examples. Known Issues: *SkeletalAnimation won't be able to load ninja.mesh, *#427 for AdvancedLighting, *Particleemitter's scalecurve won't work/ the particleemitter won't even be seen, *Networking example won't connect.
|
12 лет назад |
Joachim Meyer
|
bf60d32996
Rebased 2DAudio, 2DPhysics, 3DPhysics_RayTest, BasicImage, BasicLighting, BasicText, EventHandling, KeyboardInput, MouseInput, PlayingSounds, SceneEntities, SceneSprites, UpdateLoop on Screenrewrite
|
12 лет назад |
Joachim Meyer
|
d204191d74
Rebased 2DPhysics_Contacts on screenrewrite
|
12 лет назад |
Ivan Safrin
|
56e6d494ff
Separated Update and Render in the Core. ATTENTION: YOU MUST NOW CALL updateAndRender() instead of Update() or call Update() and Render() manually. Made 2d physics non-framerate dependant, fixed collision detection in 2d physics, fixed z angle not returning correctly from Matrix4, updated IDE and examples to use the new method. Made new file window slightly bigger, fixed UIButton firing click even on on any key press
|
12 лет назад |
Ivan Safrin
|
a2ed1507b3
Box2D's PostSolve callback now dispatches EVENT_SOLVE_SHAPE_COLLISION instead of EVENT_NEW_SHAPE_COLLISION, reset yesNoCancel dialog action in IDE
|
12 лет назад |
Ivan Safrin
|
25efef6b70
Updated Windows Examples, made all examples use POLYCODE_CORE, updated license
|
13 лет назад |
Ivan Safrin
|
36d903f4c5
Fixed examples to use the new core options.
|
14 лет назад |
Ivan Safrin
|
4263ee432b
Linux Makefile for examples and example cleanup
|
14 лет назад |
Ivan Safrin
|
326c753171
Added CMake build for the networking module, removed CMake build from Examples (switching to manual projects for simplicity's sake), various bugfixes to physics modules, reorganized packing of assets into release directories
|
14 лет назад |