halx99
24f76a53b3
Fix #507
2021-09-26 12:05:42 +08:00
halx99
629625a976
Fix #505
2021-09-23 14:53:57 +08:00
halx99
01f34d1e74
Fix mac build [skip ci]
2021-09-20 18:18:52 +08:00
halx99
fb980f51ab
Sync commit from pr:
...
https://github.com/EsotericSoftware/spine-runtimes/pull/1947
2021-09-14 11:54:19 +08:00
姒嗘煶鏉?
35b658c90e
Merge: f5663f279c
d73d937894
...
Merge remote-tracking branch 'upstream/dev' into dev
2021-09-05 20:45:32 +08:00
姒嗘煶鏉?
0aff165959
[fix]ScrollView and ListView goes back to the front incorrectly after calling doLayout.
2021-09-05 20:44:14 +08:00
halx99
764c17e86e
LayerMultiplex use Node* to store layers
...
a. Layer no specificed functions
2021-09-03 11:13:15 +08:00
rh101
e9fe5aa3a8
Update lua bindings
2021-09-02 21:24:45 +10:00
rh101
4e7db23d38
Remove getLong() method
...
Change %du to %u, and %lx to %x
Use "stdint.h" instead of <cstdint> for TGAlib.h
2021-09-02 20:30:20 +10:00
姒嗘煶鏉?
64e2cdd8d9
[fix]The problem of inaccurate maximum width limit when using system fonts.
2021-09-02 17:15:03 +08:00
rh101
eba8696d65
Change %ld to %d for 32bit data types
...
Regenerate LUA bindings
2021-09-02 17:46:22 +10:00
halx99
0cee74a4bf
Fix part of #487
2021-09-02 11:43:27 +08:00
halx99
0a4d3ee73d
Merge: cb81a61530
a762c94904
...
Merge branch 'dev' of https://github.com/adxeproject/adxe into dev
2021-09-01 10:10:46 +08:00
halx99
756ff065c8
Enum compatible [skip ci]
2021-08-31 15:50:18 +08:00
halx99
be5eff1d5a
Refactor layer
...
Reimplement LayerColor and LayerGradient based on sprite for auto batch draw
2021-08-30 19:47:53 +08:00
halx99
97fbec0b36
Merge: 95b9969365
80e0e3b941
...
Merge pull request #485 from adxeproject/fix-spine-uniform-location-mismatch
Fix spine command pipeline state uniform location mismatch
2021-08-30 18:57:36 +08:00
halx99
32b86c53c9
Update changelog
2021-08-30 17:55:00 +08:00
halx99
1a7d23eff5
Fix spine command pipeline state uniform location mismatch
2021-08-30 17:40:35 +08:00
aismann
74dfe14b16
Merge: 1c05947474
7dd7422abd
...
Merge branch 'adxeproject:dev' into dev
2021-08-27 08:33:22 +02:00
halx99
fc1c901209
Macro compatible
2021-08-27 13:54:05 +08:00
aismann
0baf946df7
Merge: cbeeb8d8ab
3990cc765d
...
Merge branch 'adxeproject:dev' into dev
2021-08-27 07:49:17 +02:00
aismann
6632c5c3f6
Debug 64bit build error
...
Severity Code Description Project File Line Suppression State
Error (active) E0075 operand of '*' must be a pointer but has type "bool" cpp-tests D:\______\GitHub\adxe\tests\cpp-tests\Classes\SpineTest\SpineTest.cpp 153
2021-08-27 07:47:22 +02:00
halx99
44ea2208a6
Delete x-studio.cmake
2021-08-27 13:23:51 +08:00
halx99
73c5f887b5
Merge: 30625f2330
f5af50debd
...
Merge pull request #475 from adxeproject/win64
Win64 build support [DONE] 馃殌馃帀
2021-08-27 12:34:24 +08:00
aismann
147b4b7946
Update README.md
2021-08-27 06:25:18 +02:00
halx99
fa1f2f2d33
Fix lua build for win64 and 1 warning
2021-08-27 11:41:11 +08:00
halx99
5d0565b900
Fix byteorder detect error for win64 and some warnings
2021-08-27 11:27:33 +08:00
halx99
860400cb8c
Fix win64 build
2021-08-27 08:33:17 +08:00
halx99
d59bcadf23
[Draft] Tidy windows prebuilt folder for win64 support
2021-08-26 23:25:17 +08:00
halx99
45b5a9f689
Update imgui
2021-08-23 17:49:38 +08:00
halx99
426aa0db93
Merge: b48133e9c6
c9ebafe501
...
Merge pull request #466 from rh101/fix-sprite-test-crashes
Fixes for crashes in sprite and sprite cache tests
2021-08-19 14:35:44 +08:00
rh101
ad3e3380e2
Fixes for crashes in sprite and sprite cache tests
2021-08-19 15:43:18 +10:00
aismann
4ec017f4bc
class PhysicsDebugNodeBox2D cleanup
2021-08-19 06:03:58 +02:00
aismann
18184b1d31
fix
2021-08-18 06:00:43 +02:00
aismann
2ab8f26871
Update CCPhysicsDebugNodeBox2D.cpp
2021-08-18 05:31:33 +02:00
aismann
5f086208a0
Important API change for naming convention
...
rename
class DebugDraw
to
PhysicsDebugNodeBox2D
2021-08-18 05:23:03 +02:00
aismann
288941a63f
cleanup and improvement
2021-08-18 04:16:21 +02:00
rh101
bd4d07b86e
Update LUA bindings
2021-08-18 01:01:56 +10:00
rh101
4a0d48d93e
Fix for incorrect method name
2021-08-17 14:51:17 +10:00
rh101
c60f66c9bb
Use integer identifier for sprite sheet format.
...
Revert method name addSpriteFramesWithFileAndTexture back to addSpriteFramesWithFile
2021-08-17 14:04:45 +10:00
rh101
7a6734408d
Update sprite sheet API to allow custom sprite sheet texture filename to be used
2021-08-17 09:04:51 +10:00
halx99
de54082c76
Update lua bindings
2021-08-14 13:22:03 +08:00
aismann
39dbbc4713
More improvements ( #455 )
2021-08-14 10:28:28 +08:00
halx99
fd9422d36d
Update lua bindings
2021-08-13 20:36:10 +08:00
halx99
84a84a8931
Merge: 39eb09daad
861c356bb4
...
Merge pull request #447 from aismann/Box2D_TestBed_improvement
Box2D_TestBed_improvement
2021-08-12 15:34:24 +08:00
aismann
d0a18036b5
Update README.md
2021-08-12 07:03:14 +02:00
aismann
c94562d417
Box2D_TestBed_improvement
2021-08-12 05:54:06 +02:00
halx99
5254edc733
Update spine-3.8 runtime to latest
...
Maybe no further update until upgrade to spine-4.x
2021-08-07 00:59:58 +08:00
halx99
50c270e8f5
Merge: 0a682f0dc1
c2b44cc7e1
...
Merge pull request #445 from aismann/Box2D-Basic-Clean-code-and-speed-optimized
Box2D - Basic ready for use (clean code and speed optimized)
2021-08-06 19:40:32 +08:00
aismann
97a6104516
Update README.md
2021-08-06 12:19:45 +02:00