Commit Graph

10192 Commits

Author SHA1 Message Date
Yao Wei Tjong 姚伟忠
1ba8e3708b Add generated 'Docs/qch/' directory to git ignore list. 2014-10-14 12:03:40 +08:00
cin
264cd304ff Check changes in required packages before sync. 2014-10-14 14:39:26 +11:00
Yao Wei Tjong 姚伟忠
e58e57776e Add support for help documentation generation for QtCreator. 2014-10-14 11:35:54 +08:00
Yao Wei Tjong 姚伟忠
fedba5a558 Fix generation of temporary file name for Lua on Windows platform. 2014-10-14 11:18:47 +08:00
Yao Wei Tjong 姚伟忠
b4e7b6ab93 Add QtCreator user/project settings file into git ignore list. 2014-10-14 11:14:48 +08:00
urho3d-travis-ci
40f745c82e Travis CI: API documentation update at 2014-10-13 21:52:40 UTC.
[ci package]
2014-10-13 21:52:40 +00:00
Lasse Öörni
64929dc50d Add possibility to disable RigidBody mass update to optimize performance when using several collisionshapes in the same node. Closes #489. 2014-10-14 00:41:12 +03:00
Lasse Öörni
c1b116ee50 Merge pull request #488 from celeron55/fix_lua_variant_setbuffer
Fix Variant:SetBuffer and VariantMap:SetBuffer in Lua
2014-10-13 14:54:29 +03:00
Perttu Ahola
86a035decf Fix Variant:SetBuffer and VariantMap:SetBuffer in Lua 2014-10-13 13:36:44 +03:00
cin
005dee766c Added SyncPackages method. Can be called server and client connection.
In first case it begin synchronization of packages with all clients.
In second case client send message to server to begin synchronization of packages with all clients or with only this client.
2014-10-13 14:15:53 +11:00
Lasse Öörni
4f5c3d2e9b Restore optional slow but more precise operation for AreaAllocator. Disabled by default. 2014-10-12 19:37:20 +03:00
Lasse Öörni
e5b379ec27 Added note of intentional lack of virtual destructor in HashBase and VectorBase. Closes #485. 2014-10-12 18:16:41 +03:00
Lasse Öörni
1786c20662 Clean up AreaAllocator code and allow the Reset function same functionality as the constructors. Added additional heuristic to prevent failed large allocation. Mark todo for needing to reimplement a slower but more proper mode. 2014-10-12 16:04:21 +03:00
urho3d-travis-ci
0932d2d7e6 Travis CI: API documentation update at 2014-10-10 19:44:40 UTC.
[ci package]
2014-10-10 19:44:40 +00:00
Lasse Öörni
3b1d415c70 Duplicate FaceCameraMode in Text3D.pkg to avoid crash with bindings. Closes #484. 2014-10-10 22:28:50 +03:00
Lasse Öörni
366d3e4c8c Make sure rigidbody is erased from the delayedWorldTransforms structure when being destroyed. Possibly a fix for #483. 2014-10-10 12:18:32 +03:00
Lasse Öörni
c92dc4ecf4 Fix crash with sceneless renderpath. Closes #482. 2014-10-10 11:51:36 +03:00
Lasse Öörni
b0598282d9 Fix AreaAllocator end iterator bug when going through a grow cycle. If growing the allocator before first allocation, simply expand the existing free area. 2014-10-08 13:41:47 +03:00
Yao Wei Tjong 姚伟忠
744b7a8e24 Minor code cleanup. 2014-10-08 14:04:06 +08:00
Lasse Öörni
d21dea2cde Copy/paste fix. 2014-10-07 19:49:42 +03:00
Lasse Öörni
083bc0d42a Fix Vector::Insert() not using const iterator correctly. 2014-10-07 19:34:34 +03:00
Lasse Öörni
807bd28a9d Add URHO3D_NETWORK CMake parameter to control whether networking support is built. 2014-10-07 19:33:33 +03:00
urho3d-travis-ci
d92798e667 Travis CI: API documentation update at 2014-10-06 16:49:13 UTC.
[ci package]
2014-10-06 16:49:13 +00:00
Lasse Öörni
7497885657 Added XMLFile::ToString(). 2014-10-06 18:49:52 +03:00
Yao Wei Tjong 姚伟忠
bee2240fb5 For Travis CI - replace xctool with xcpretty to filter build output.
Close #477. [ci package]
2014-10-06 22:55:35 +08:00
urho3d-travis-ci
c284dd07aa Travis CI: API documentation update at 2014-10-06 10:46:57 UTC.
[ci package]
2014-10-06 10:46:57 +00:00
Lasse Öörni
e7bbcfe058 Added Values() function to HashMap. 2014-10-06 13:25:34 +03:00
Lasse Öörni
7dc312f009 Fix using formatted log functions from outside Urho3D namespace. 2014-10-06 11:53:45 +03:00
urho3d-travis-ci
852eda6c50 Travis CI: API documentation update at 2014-10-06 08:06:00 UTC.
[ci package]
2014-10-06 08:06:00 +00:00
Lasse Öörni
562f401ffa Refactor resource reloading based on filename into a function, which can be called externally. 2014-10-06 10:56:04 +03:00
Yao Wei Tjong 姚伟忠
e87f0eb89a Revert back OGLGraphics class to fix Android and Raspberry-Pi build. 2014-10-05 21:14:18 +08:00
Yao Wei Tjong 姚伟忠
f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 2014-10-05 20:22:49 +08:00
Yao Wei Tjong 姚伟忠
f9a701380e Unwarn patch for Clang. Two of the warnings were indeed coding error.
Warnings from third-party libraries are ignored as they appear to be harmless.
2014-10-05 16:14:38 +08:00
Lasse Öörni
a04b3f746d Added option to route / block / process resource requests. Based on celeron55's patch. Closes #469. 2014-10-05 00:32:46 +03:00
Lasse Öörni
2f7402f6ba Delete kNet server listen sockets properly so that the server can be stopped and restarted. Closes #480. 2014-10-04 17:50:22 +03:00
Lasse Öörni
3032244467 Use StartNewMessage / EndAndQueueMessage to prevent assert with zero size messages. Closes #478. 2014-10-04 01:29:27 +03:00
Yao Wei Tjong 姚伟忠
1cdfd2ef19 For Travis CI - only upload build artifacts from GCC compiler.
Exclude uploading build artifacts from Clang compiler for now as we have too many variants already.
Test [ci package].
2014-10-03 20:56:54 +08:00
Yao Wei Tjong 姚伟忠
fca678c3b9 For Travis CI - add CI build using Clang, optimize for MinGW install. 2014-10-03 18:13:31 +08:00
Lasse Öörni
4096cc9006 Ensure that when rendering on OpenGL to a texture, the debug geometry is drawn properly in respect to projection matrix flipping. Improve OpenGL debug geometry rendering by rendering it to the intermediate buffer if one exists, so that depth values from the buffer can be correctly used. 2014-10-02 13:46:55 +03:00
urho3d-travis-ci
abfc829958 Travis CI: API documentation update at 2014-10-01 18:28:47 UTC.
[ci package]
2014-10-01 18:28:47 +00:00
Lasse Öörni
7f4b8e5b35 Allow controlling per-viewport if debug geometry should be rendered, instead of hardcoding to just backbuffer views. 2014-10-01 21:15:30 +03:00
Lasse Öörni
2dc6c117cd When a wordwrap text element exists in a parent layout, force a final layout update on the parent to prevent the parent remaining too large. Closes #475. 2014-10-01 18:18:08 +03:00
Lasse Öörni
d07dc5919a Start model's geometries with at least 1 LOD level to prevent error when a call to SetNumGeometryLodLevels() is forgotten. 0 LOD levels does not make sense. 2014-10-01 14:06:37 +03:00
Lasse Öörni
9fce7ef0b7 Add "from scratch" model creation to the DynamicGeometry sample. 2014-10-01 13:56:18 +03:00
Lasse Öörni
fdc9ae79ab Allow the PROFILE macro to be used outside Urho3D namespace. 2014-09-30 12:26:32 +03:00
Lasse Öörni
2c56c650af Fix outdated comment. 2014-09-30 09:20:23 +03:00
Yao Wei Tjong 姚伟忠
843f6c733c Simplify the construct for guarding against empty output string. 2014-09-30 10:12:47 +08:00
urho3d-travis-ci
4c1d24c81f Travis CI: API documentation update at 2014-09-29 20:18:04 UTC.
[ci package]
2014-09-29 20:18:05 +00:00
Lasse Öörni
c85528de50 Allow to prevent modal window's auto dismissing with ESC by calling Window::SetAutoDismiss(false). Purposefully not an attribute to avoid locking up the editor. Closes #471. 2014-09-29 23:06:07 +03:00
Lasse Öörni
f18c5dd49b Fix CMake error in case PREDEFINED_MACROS string is empty. 2014-09-29 17:47:45 +03:00