halx99
d0d0951cc4
Committing genbindings changes
2023-12-15 23:20:31 +00:00
Lich
c43dbfff95
Get TMXTilesetInfo by name ( #1522 )
2023-12-16 07:13:34 +08:00
halx99
993b7f54c2
Improve win32 timer resolution control
2023-12-16 00:45:54 +08:00
halx99
263ef08a78
Fix Lua FileUtils getDataFromFile may return path of file
2023-12-15 23:35:20 +08:00
Deal
b88c28013c
GLES3: Fix scalar array layout ( #1523 )
2023-12-15 22:29:23 +08:00
halx99
410b6e0779
Fix MSL texture order does not follow GLSL binding order
...
Update glslcc to 1.9.4, refer #1520
2023-12-15 00:42:29 +08:00
Dani Alias
5450894d93
Updated website with extra information for visitors ( #1518 )
...
* Update AUTHORS.md
Updated Authors
* Update index.html
Added wiki info to the website.
2023-12-14 20:25:10 +08:00
Deal
7a0e863b68
Improve 3rd cmake scripts ( #1515 )
2023-12-14 04:49:03 +08:00
RH
2b01fa2cb3
Make openFileStream a const method ( #1514 )
2023-12-14 01:51:15 +08:00
Lich
ae51e26eb6
Add support for window resized and positioned ( #1513 )
2023-12-14 01:48:52 +08:00
aismann
7715ea2d26
Update README.md (Merge was overwritten: Add the upstream version of pugixml #1475 ( #1511 )
2023-12-14 01:48:03 +08:00
halx99
7864d8f6ec
Enable FPS control for winuwp
2023-12-14 01:46:41 +08:00
halx99
a6107139b6
Fix Device::getPixelRatio for win32,android
2023-12-13 01:56:53 +08:00
RH
910f037e00
Update DevSetup ( #1507 )
...
* Clarify requirement of cmake 3.28 for MacOS
Add axmol build command options
* Clarify the auto installation of cmake 3.28 using axmol build command
* Update UWP section title
2023-12-12 17:16:19 +08:00
RH
baa9de1a5f
Call Android native renderer while opengl context is still valid ( #1504 )
2023-12-12 09:47:11 +08:00
Turky Mohammed
26024d1eeb
Fix TMX Camera Culling ( #1501 )
2023-12-12 09:42:53 +08:00
RH
a69f20f889
Fix cmake project generation on platforms other than Android ( #1503 )
2023-12-12 09:40:40 +08:00
halx99
206c7e3352
Fix mac Device::getPixelRatio incorrect
2023-12-12 00:45:34 +08:00
Deal
159f49d832
Fix #1498 ( #1500 )
2023-12-12 00:44:59 +08:00
Deal
213f788f75
Merge backend Device, DeviceInfo to DriverBase ( #1499 )
...
* backend::Device ==> backend::DriverBase
* backend::DeviceInfo ==> backend::DriverBase
* code style: remove unnecessary virtual function marks
2023-12-11 21:59:25 +08:00
aismann
62e6542f28
Improve the default templates (at least the cpp template) ( #1494 )
2023-12-11 12:30:29 +08:00
Paulo Coutinho
7f309b7570
fix plist data and version ( #1488 )
2023-12-10 15:45:53 +08:00
halx99
70997061da
Improve axmolver defines
2023-12-10 00:08:05 +08:00
Deal
d8d3137515
Build site in isolated repo ( #1490 )
2023-12-09 09:36:20 +08:00
halx99
e62d09a718
Make XCODE_EMBED_RESOURCES match cmake 3.28 release, refer #1482
2023-12-08 23:42:05 +08:00
aismann
f19c8f89ae
Replace 'CCAssert' with 'AXASSERT' ( #1485 )
2023-12-08 16:30:34 +08:00
halx99
5d4db9d830
Committing genbindings changes
2023-12-08 05:23:29 +00:00
Lich
0f114baf8c
Improve ActionCoroutine callback style ( #1481 )
2023-12-08 12:46:46 +08:00
halx99
e77b54b785
Committing genbindings changes
2023-12-08 01:47:32 +00:00
Turky Mohammed
36da799b19
Add useful chipmunk function. ( #1480 )
2023-12-08 09:39:32 +08:00
halx99
affcf05b69
Prepare 2.1.0 release
...
* Update copyright notice
* Remove prebuilt libs from SCM
* Remove optional thirdparty sources/repo from SCM
* Remove tests resources folder 'Content' from SCM
2023-12-08 01:04:43 +08:00
Paulo Coutinho
2ab2bba3e4
Fix usage text ( #1477 ) [skip ci][skip appveyor]
2023-12-05 20:55:00 +08:00
Lich
669f864a4d
Fix tilemap multiline property ( #1476 )
2023-12-05 20:53:31 +08:00
halx99
057708d7c7
Committing genbindings changes
2023-12-05 09:28:54 +00:00
aismann
41c65eb28e
Add DrawNode::drawPie ( #1474 )
2023-12-05 17:20:31 +08:00
halx99
49706d72b3
Fix windll build
2023-12-05 01:16:14 +08:00
halx99
4bd4c07b49
Committing genbindings changes
2023-12-04 16:37:10 +00:00
Lich
d84d527362
Add support for ActionCoroutine like Unity ( #1473 )
2023-12-05 00:28:50 +08:00
halx99
74f7c01fdb
Update axmol authors [skip ci] [skip appveyor]
2023-12-04 23:02:46 +08:00
RH
371ee89f8a
Reduce memory usage when using getFileMD5Hash function ( #1472 )
...
* Avoid high memory usage when hashing a file.
* Make the chunk size adjustable when hashing a file. Default to 16KB.
* Add computeFileDigest to enable the use of different hashing algorithms.
* A hash should still be reported for an empty file.
2023-12-04 19:08:18 +08:00
halx99
e0d4c9841d
Committing genbindings changes
2023-12-01 01:12:29 +00:00
Paulo Coutinho
0aab228acc
Rename glview to correct representative name ( #1467 )
2023-12-01 09:04:51 +08:00
CHP
13ec866867
Update android API to 34 ( #1469 )
...
* Update gradle.properties
* Update android api to from 33 to 34
2023-12-01 08:08:37 +08:00
halx99
4bd0d31f67
Committing genbindings changes
2023-11-30 16:12:58 +00:00
RH
5374e6ecc0
Add support for Richtext vertical alignment ( #1466 )
...
* Add vertical alignment support for RichText
* Simplify RichTextTest implementation by reducing code duplication.
Add vertical alignment button to all RichText tests.
* Remove duplicate include
* [RichText] Vertical alignment support when ignoring size
2023-12-01 00:05:11 +08:00
RH
575daa3c37
Fix large number of generated warnings ( #1465 )
2023-11-30 15:52:29 +08:00
halx99
6af52b731d
Improve build scripts
2023-11-29 23:19:04 +08:00
Paulo Coutinho
516e4fd10c
new tvos splash and splash organization, removed unused code, fix tvos plist ( #1459 )
2023-11-28 18:45:54 +08:00
Paulo Coutinho
2c5d22c193
update android build.gradle ( #1457 )
2023-11-28 11:15:44 +08:00
Paulo Coutinho
97b0c318b6
new portrait splash, cmake bundle id replace, support for ipad, better info.plist, plist orientation fix ( #1456 )
2023-11-28 10:24:33 +08:00