halx99
|
879c91e1ee
|
Fix #534, Make unsigned char same with char.
a. char store as int
b. unsigned char store as unsigned int
|
2021-11-09 12:08:37 +08:00 |
halx99
|
5e0b99103b
|
Update yasio
|
2021-11-08 14:43:24 +08:00 |
halx99
|
ccf25f7458
|
Add children indexer map for fast getChildByTag & getChildByName support
|
2021-11-07 16:14:31 +08:00 |
halx99
|
0547a4b7c2
|
Update CCConsole.cpp
|
2021-10-27 23:02:38 +08:00 |
halx99
|
2bd82c11bd
|
Fix ci
|
2021-10-25 20:29:40 +08:00 |
halx99
|
6a2e09f3c8
|
Unify Tex2F to Vec2
|
2021-10-24 22:44:44 +08:00 |
halx99
|
8e08ef8799
|
Fix reviews
|
2021-10-24 21:55:48 +08:00 |
halx99
|
554412f4fd
|
Use struct `Vec2` instead `Size`
|
2021-10-23 23:27:14 +08:00 |
halx99
|
56293e9713
|
Put fps labels to safe origin
|
2021-10-09 14:45:49 +08:00 |
halx99
|
c15442eaad
|
Fix some warnings
|
2021-10-09 13:48:56 +08:00 |
rh101
|
fc4eed4853
|
Avoid usage of strlen and terminate decoding on any null character.
|
2021-10-05 13:29:33 +11:00 |
rh101
|
995ba4eb95
|
Move url encode and decode methods to ccUtils
|
2021-10-05 12:50:01 +11: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 |
rh101
|
5e0a717aa5
|
Change off_t to int64_t
|
2021-09-02 21:18:23 +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 |
rh101
|
5c61f42990
|
Add required include for uint32_t
Fix code warning
|
2021-09-02 16:18:32 +10:00 |
rh101
|
4e5b07f6cb
|
Revert to usage of `long` type for external library methods that require it.
|
2021-09-02 16:08:57 +10:00 |
rh101
|
38167107cc
|
Revert changes where `long` type is required.
|
2021-09-02 15:59:29 +10:00 |
rh101
|
d8fd94db8a
|
Usage of long and unsigned long changed to platform independent fixed-sized types where appropriate.
|
2021-09-02 15:39:28 +10:00 |
halx99
|
0cee74a4bf
|
Fix part of #487
|
2021-09-02 11:43:27 +08:00 |
halx99
|
fc1c901209
|
Macro compatible
|
2021-08-27 13:54:05 +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
|
410d3b41af
|
HttpClient: push front available channel to fix dns cache missing
|
2021-08-03 14:41:30 +08:00 |
halx99
|
5dcc4f557a
|
clang-format: Set PointerAlignment to Left
|
2021-07-17 23:36:13 +08:00 |
halx99
|
f0a2bd416a
|
Improve code quality
|
2021-07-17 23:32:31 +08:00 |
halx99
|
ec5ef59474
|
Improve code quality
|
2021-07-15 23:03:43 +08:00 |
halx99
|
36042fdb55
|
Add new API Node::hitTest
|
2021-07-15 17:01:57 +08:00 |
halx99
|
2870cd86b8
|
Add defaultValue CCValue::asXXX for number types [skip ci]
|
2021-07-15 12:21:38 +08:00 |
halx99
|
465440d689
|
Improve logic
|
2021-07-10 00:32:19 +08:00 |
halx99
|
a97ba886bf
|
Rename everything to adxe
|
2021-07-09 10:42:36 +08:00 |
halx99
|
f3f43ffb89
|
Restrict detect utf-8 support
|
2021-07-08 00:39:22 +08:00 |
halx99
|
bb79db77c2
|
detectNonAsciiUTF8 Don't regard null character as ascii
|
2021-07-07 22:35:30 +08:00 |
halx99
|
8ce2947a0e
|
Add API detectNonAsciiUTF8 [skip ci]
This api will return true if any non-ascii utf-8 detected, and also return whether all chars is ascii.
|
2021-07-07 21:49:57 +08:00 |
halx99
|
ed3a0d05ec
|
Move GL macros to backend MacrosGL.h
a. Fix box2d-testbed crash on macos and ios
b. User should avoid use them at application
|
2021-07-07 13:52:56 +08:00 |
halx99
|
af0a0f1598
|
Fix CCValue move assignment with std::string
|
2021-07-06 01:44:02 +08:00 |
halx99
|
dabdb1315d
|
Fix #414
|
2021-07-04 21:18:14 +08:00 |
halx99
|
169d15943a
|
Delete unused code
|
2021-07-02 15:17:13 +08:00 |
halx99
|
ea014d2924
|
ASTC decompress benchmark print
|
2021-07-02 15:11:01 +08:00 |
halx99
|
e2c213e0bd
|
Take care memory leak
|
2021-07-02 14:32:22 +08:00 |
halx99
|
be7c037cd9
|
Always decompress astc parallel for sotware decoder [ci build]
a. Improve task life cycle management.
b. Fix ci
|
2021-07-02 14:20:54 +08:00 |
halx99
|
f6cbe606fd
|
Fix ci [ci build]
|
2021-07-02 13:25:00 +08:00 |
halx99
|
71a0abf11c
|
Always decompress astc parallel for sotware decoder [ci build]
|
2021-07-02 13:00:04 +08:00 |
halx99
|
8a904f72fa
|
Update astc.cpp
|
2021-07-02 00:38:02 +08:00 |
halx99
|
9cac9491ed
|
Revert profile
|
2021-07-02 00:23:26 +08:00 |