Commit Graph

9869 Commits

Author SHA1 Message Date
urho3d-travis-ci
90dba0e49e Travis CI: API documentation update at 2019-12-10 04:48:49 UTC.
[ci package]

Commit: 3ceb14ad9d

Message: Fix StartServer scripting
2019-12-10 04:48:49 +00:00
Igor Segalla
3ceb14ad9d Fix StartServer scripting 2019-12-10 12:37:57 +08:00
Igor Segalla
9871e71d90 Set max connections of Start Server
It is now possible to set as many maximum connections as you want on your urho server.
2019-12-10 12:37:57 +08:00
Igor Segalla
006416686e Increase range of message ID's available
Now it's possible to send Urho messages with ID as unsigned int, this means you can use 0~4294967295 for message ID.
2019-12-10 12:37:57 +08:00
Igor Segalla
9a8f54f026 Fix Progress Bar direction #2050
Progress bar in vertical mode was scaling from top to bottom, the correct way on this mode is from bottom to top.
2019-12-09 19:53:55 +08:00
SirNate0
f2af8c7bb9 Added highDPI to logging during window creation. 2019-12-07 17:29:46 +08:00
ssinai1
1ab1f07144 Fix ETC1/ETC2 decompression error. (#2553)
Fix ETC1/ETC2 decompression error by using 4x4 local buffer.
Initializing ETCPACK in DecompressImageETC.
2019-12-07 14:41:19 +08:00
Y-way
b8f0604ea9 Fixed DebugHud exports for AngelScript 2019-11-20 17:53:56 +08:00
urho3d-travis-ci
171c1f413f Travis CI: API documentation update at 2019-11-17 05:02:04 UTC.
[ci package]

Commit: 97103bfae6

Message: Export BorderImag material for Lua
2019-11-17 05:02:04 +00:00
Y-way
97103bfae6 Export BorderImag material for Lua 2019-11-17 12:51:33 +08:00
urho3d-travis-ci
1ade7dafef Travis CI: API documentation update at 2019-11-04 13:02:48 UTC.
[ci package]

Commit: 42a9cb4e6f

Message: Fix Lua API binding issue for UIComponent.
Close #2539
2019-11-04 13:02:48 +00:00
Yao Wei Tjong 姚伟忠
42a9cb4e6f
Fix Lua API binding issue for UIComponent.
Close #2539
2019-11-04 20:51:22 +08:00
PredatorMF
a773601820 Fix naming convention to camelCase 2019-11-01 08:43:19 +08:00
PredatorMF
501f3a5c9a Fix D3D11 window not switching to correct monitor 2019-11-01 08:43:19 +08:00
PredatorMF
ccb24aa768 Use user specified refresh rate in OpenGL fullscreen 2019-11-01 08:43:19 +08:00
PredatorMF
8ab052ea8b Re-create D3D9 device when switching monitors 2019-11-01 08:43:19 +08:00
Y-way
4c952f4f7a Remove String compare. 2019-10-27 19:02:01 +08:00
Y-way
49e79d1c17 Stricter conditional judgment 2019-10-27 19:02:01 +08:00
Y-way
5b901f4b0c Fixing IsTypeOf() result error. 2019-10-27 19:02:01 +08:00
songruining
9c6e6b12e1 Add ETCPACK license. 2019-10-25 08:47:51 +08:00
songruining
9d960b05cc Fix ETCPACK cmake file for consistency. 2019-10-25 08:47:51 +08:00
songruining
5804996deb Fix indentation. 2019-10-25 08:47:51 +08:00
songruining
d4d2cbf9a5 Add ETCPACK as 3rd-party lib. 2019-10-25 08:47:51 +08:00
songruining
bb174b0a73 Use ETCPACK as 3rd-party to decompress ETC1/ETC2 texture, and remove old ETC1 decompression code. 2019-10-25 08:47:51 +08:00
sssooonnnggg
7831480e8d Add ETC2 texture support. 2019-10-25 08:47:51 +08:00
orefkov
fbe9f3f078 Fix build errors 2019-10-24 15:15:52 +08:00
orefkov
f969750e10 Fix code style 2019-10-24 00:12:09 +08:00
orefkov
1c8bff057d Fix error in AngelScript API bool Sphere::opEquals.
Fix error in AngelScript's autowrapper for generic calling convention for ARM64 in functions with ?& parameters. It is rewrite by manual register.
2019-10-24 00:12:09 +08:00
Yao Wei Tjong 姚伟忠
3ad625a459
Simplify the version parsing logic.
current HEAD                -> 1.8-ALPHA.11
tag 1.8-ALPHA               -> 1.8-ALPHA.0
one commit before 1.8-ALPHA -> 1.7.759
tag 1.7                     -> 1.7.0
one commit before 1.7       -> 1.6.1152
2019-10-19 14:57:28 +08:00
Yao Wei Tjong 姚伟忠
3e771a2849
Revise the Urho3D version parsing logic to cater for pre-release id. 2019-10-19 13:52:36 +08:00
sssooonnnggg
2fdbc1abf6 Fix wrong pvrtc data size.
This caused pvr textures can't display on iOS devices.
2019-10-16 14:21:51 +03:00
Yao Wei Tjong 姚伟忠
68635536db
For CI - fix dockerized.sh from pulling latest tag unnecessarily.
Also ensure the same DBE_TAG is being used accross the CI mirror branches when a git tag is being made.
Minor refactoring to make the script more robust and to keep the IDE happy.
2019-10-13 19:00:17 +08:00
Yao Wei Tjong 姚伟忠
248ac8fc09
For CI - keep IDE happy. 2019-10-13 18:57:41 +08:00
Yao Wei Tjong 姚伟忠
e9e3c2276d
For CI - exclude deprecated repos for the copyright licence year update logic. 2019-10-13 15:30:39 +08:00
Yao Wei Tjong 姚伟忠
262c85b007
For CI - clean up the staged installation dir. 2019-10-13 15:16:08 +08:00
Yao Wei Tjong 姚伟忠
9d727c04f1
For CI - fix site update. 2019-10-13 15:14:56 +08:00
Yao Wei Tjong 姚伟忠
76af600060
Fix semver increment logic to cater for -ALPHA/BETA/RC etc." 2019-10-13 00:14:50 +08:00
Yao Wei Tjong 姚伟忠
e27aaf441e
For CI - fix web sample update and site update. 2019-10-12 23:55:09 +08:00
SirNate0
c7e6a10a4b Added a Matrix3x4 overload for Node::SetWorldTransform() 2019-10-12 09:34:11 +08:00
Yao Wei Tjong 姚伟忠
d34dda158e
Change dockerized.sh to just expect DBE_TAG without ':' prefix.
[ci package]
2019-10-06 12:46:51 +08:00
urho3d-travis-ci
37aff57600 Travis CI: API documentation update at 2019-09-28 14:23:41 UTC.
[ci package]

Commit: 5af041765b

Message: Fix script API binding.
2019-09-28 14:23:41 +00:00
Yao Wei Tjong 姚伟忠
5af041765b
Fix script API binding. 2019-09-28 21:52:46 +08:00
Yao Wei Tjong 姚伟忠
e4b8d7d174
Suppress compiler warning. Change the default value for consistency.
Return nullptr as default value is also bad as it may cause null pointer dereference in JsonFile.cpp:174. See CID 346049 in coverity scan.
2019-09-28 21:52:46 +08:00
Yao Wei Tjong 姚伟忠
8939d25e71
For CI - use the ':master' DBE tag. 2019-09-28 21:51:57 +08:00
sssooonnnggg
b755e44498 Fix HiresTimer overflow bug.
When the application is running for a long time in a browser environment,  emscripten_get_now()*1000.0 may larger than 2^32-1, so HiresTick() may return wrong value, which causes timeStep_ is always 0.0f.
2019-09-26 15:51:22 +08:00
Yao Wei Tjong 姚伟忠
fda628912d
Add contributor. 2019-09-22 11:03:55 +08:00
Yao Wei Tjong 姚伟忠
fe0782a065
Close PR #2506. 2019-09-22 11:01:02 +08:00
Yao Wei Tjong 姚伟忠
1f4ff57542
Minor clean up on spacing. 2019-09-22 11:00:35 +08:00
Yao Wei Tjong 姚伟忠
97bdf4f0e6
Close PR #2507. 2019-09-22 10:59:40 +08:00
pat2nav
77fbe8ed7c Add support of int64 as angelscript parameter 2019-09-20 13:21:27 +02:00