涓€绾跨伒|Deal
|
48a7da97d6
|
Final migrate (#876)
|
2022-10-01 16:24:52 +08:00 |
涓€绾跨伒|Deal
|
e37761260a
|
Migrate, use simple namespace ax (#818)
|
2022-08-29 20:51:22 +08:00 |
涓€绾跨伒
|
9892aa3d1c
|
Migrate axys (#782)
|
2022-08-08 18:02:17 +08:00 |
halx99
|
2c6fde019b
|
Migrate macro COCOS2D_DEBUG, refer #751
|
2022-07-19 15:34:26 +08:00 |
halx99
|
c16a33e347
|
Migrate more macors
|
2022-07-16 10:43:05 +08:00 |
涓€绾跨伒
|
ac1872494c
|
Remove unnecessary check [skip ci]
refer to #748
|
2022-07-15 19:44:31 +08:00 |
halx99
|
41d2c44308
|
Migrate macros 'CC_' to 'AX_'
|
2022-07-15 19:17:01 +08:00 |
涓€绾跨伒
|
b7467da607
|
Migrate extension lua (#747)
|
2022-07-12 21:31:54 +08:00 |
涓€绾跨伒
|
bf77f46dce
|
Migrate engine namespace to `axis`(abbv: `ax`) (#743)
|
2022-07-11 17:50:21 +08:00 |
涓€绾跨伒
|
9b4a7b1446
|
Merge: 04ca16125b 9ee4181976
Merge pull request #739 from axis-project/migrate-engine-test-extension-config
Migrate tests, extensions and configs
|
2022-07-10 09:47:41 +08:00 |
涓€绾跨伒
|
d4c4d395a5
|
Merge: 18076d09f0 2f8d5dd2f6
Merge pull request #738 from solan-solan/index_array_to_stl
IndexArray to stl
|
2022-07-10 09:47:27 +08:00 |
halx99
|
c2acb3a744
|
Migrate tests, extensions and configs ReSquash for unexpected changes +2
|
2022-07-09 22:23:34 +08:00 |
halx99
|
5e893f3b4d
|
Update project urls
|
2022-02-24 18:45:25 +08:00 |
deal
|
f32280ff42
|
Merge: 687d15f16e 369de31853
Merge pull request #560 from adxeproject/ahead
Merge ahead to dev
|
2021-12-31 12:12:40 +08:00 |
halx99
|
64d7b55366
|
Update ci branch name
|
2021-12-31 11:00:35 +08:00 |
deal
|
a813aac10e
|
Merge: 6639f55c0f bec2e07a00
Merge pull request #561 from adxeproject/dev
Merge Crash Fix #559 from dev
|
2021-12-28 21:27:32 +08:00 |
halx99
|
13927aa1bc
|
Fix #559, match number type for get CURLINFO_RESPONSE_CODE
a. On linux x64, will crash with stack protector
Reported by @rh101
Signed-off-by: halx99 <halx99@live.com>
|
2021-12-28 21:00:45 +08:00 |
halx99
|
b0aee13b7f
|
Committing clang-format changes
|
2021-12-28 08:06:23 +00:00 |
halx99
|
c93849c6de
|
Commit chnages
|
2021-12-28 11:05:34 +08:00 |
halx99
|
8f83250ba4
|
Committing clang-format changes
|
2021-12-25 02:04:45 +00:00 |
halx99
|
6c30619021
|
Improve starter lua template HellLua
a. Use lua search path for scripts instead FileUtils
b. Put new lua search path to front of LuaStack
|
2021-12-19 14:59:00 +08:00 |
halx99
|
1ee106007a
|
Remove all unnecessary nothrow
|
2021-12-08 00:11:53 +08:00 |
halx99
|
41669f0a7f
|
Improve skipBOM
|
2021-11-22 13:58:41 +08:00 |
halx99
|
a49bba32ef
|
Merge: 846231e2f1 cc1d09d04d
Merge pull request #521 from adxeproject/refine-lua-loader
Refactor lua loader, reload lua with file name as-is
|
2021-10-12 14:18:02 +08:00 |
halx99
|
8d2dd47cc6
|
Fix #522
|
2021-10-12 13:16:27 +08:00 |
halx99
|
0b12c01019
|
Don't try different file ext, load as-is for lua load
|
2021-10-11 23:23:30 +08:00 |
halx99
|
dde1956e02
|
Reduce file exist check
|
2021-10-11 22:57:21 +08:00 |
halx99
|
ca7cc4f697
|
Refine lua loader
|
2021-10-11 22:34:41 +08:00 |
rh101
|
95cf5b5c2b
|
Merge: 2aa2d69151 b7506fed0c
Merge branch 'vfs-support' of https://github.com/rh101/engine-x into vfs-support
|
2021-04-23 00:01:47 +10:00 |
rh101
|
54ffa13dff
|
Move PosixFileStream class to its own files
Update UserDefault to work with FileStream
Fix undefined openFileStream on platforms other than Win32
|
2021-04-23 00:01:32 +10:00 |
RH
|
1e15ed4839
|
Merge: 2cef9f2e76 844119d162
Merge pull request #3 from c4games/master
Sync with master
|
2021-04-22 21:48:49 +10:00 |
rh101
|
7540c06fd3
|
Use FileStream to write JPG images to disk
|
2021-04-22 21:36:26 +10:00 |
halx99
|
8ed6d34234
|
Explicit set cmake minimum version at app/build.gradle [ci build]
|
2021-04-22 11:40:53 +08:00 |
rh101
|
2bf12b2226
|
Add support for virtual file system via custom FileStream and FileUtils implementations.
|
2021-04-22 03:15:49 +10:00 |
halx99
|
19ef72f788
|
Properly set gc mode for lua-5.4 [ci build]
|
2021-03-27 19:49:19 +08:00 |
halx99
|
c12701da10
|
Merge: 53122216ee a708c2f904
Merge branch 'master' of https://github.com/c4games/engine-x
|
2020-11-18 12:16:36 +08:00 |
halx99
|
09e2615e51
|
Add missing param JNIEnv* for natvie interfaces [ci build]
|
2020-11-18 12:15:48 +08:00 |
halx99
|
a524d61036
|
Improve lua framework code
|
2020-11-17 23:17:40 +08:00 |
halx99
|
f49cb01e1e
|
Finish #244
|
2020-10-25 16:25:08 +08:00 |
halx99
|
f1be86ee7a
|
fix lua build on android
|
2020-10-19 19:56:48 +08:00 |
halx99
|
7a4a5d0100
|
Remove deprecated sources, remove old extension GUI
|
2020-10-18 00:27:23 +08:00 |
halx99
|
b9c58a8420
|
Refactor modules (#238)
|
2020-10-17 16:32:16 +08:00 |