| .. |
|
2DPhysics
|
ceaad6bee0
Lua bindings now return pointer class members. Added an equality operator for Lua classes (you can just use == instead of same_c_class now). Updated examples to reflect new changes. UI scroll bars and tree containers will now set cursor to arrow.
|
12 years ago |
|
3DPhysics
|
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 years ago |
|
Awesomium
|
29c653a2e6
Native Windows multi-touch support and fixes
|
13 years ago |
|
CgShading
|
be25d4ac49
Renamed Matrix and Quaternion::inverse to Inverse
|
12 years ago |
|
Curl
|
dda069be43
Threaded event fixes
|
13 years ago |
|
GLSL
|
be25d4ac49
Renamed Matrix and Quaternion::inverse to Inverse
|
12 years ago |
|
Kinect
|
18e6e9fbde
Kinect module fixes and screen sprite improvements. Disabled binding generation as default.
|
14 years ago |
|
Lightmaps
|
7cc9015fd0
Initial import from old repository
|
15 years ago |
|
TUIO
|
023a413d34
Fix some warnings
|
13 years ago |
|
Terrain
|
7cc9015fd0
Initial import from old repository
|
15 years ago |
|
UI
|
25ea7028cd
Added horizontal scroll to single line TextInput
|
12 years ago |
|
CMakeLists.txt
|
e13c35500a
Omnibus MinGW support patch: Updates to MinGW hacks block in CMakeLists. Updates to GLEE glue/exceptions in PolyGLHeaders, PolyGLSLShaderModule, PolyWinCore. Remove redundant gl includes in PolyWinCore.cpp. Include <ios> explicitly in windows PolycodeView. Omit multitouch support (code in PolycodeView, TUIO module) when compiling with MinGW. All targets other than MinGW+Windows should remain unchanged after bringing in these changes because everything's behind #ifdefs.
|
13 years ago |