-
-
Notifications
You must be signed in to change notification settings - Fork 228
Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) #2020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 83 commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
66ee110
Fix issue #1546 of UILayout(#1549) and small performance boost
aismann aad2280
add test
aismann 6127ff4
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann b5708b1
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann cc6c569
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann 8650ebb
Update DrawPrimitivesTest.cpp (Smaller tester code)
aismann d4fead5
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann 5201e4f
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann 8fff9fb
Update DrawNodeEx.h
aismann 5a65ad4
Update AXLinkHelpers.cmake
aismann 29199fa
Merge branch 'axmolengine:dev' into dev
aismann 93f1bfa
Merge branch 'axmolengine:dev' into dev
aismann d917585
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann 645193e
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann 9a20a39
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann f9b4ca6
Merge remote-tracking branch 'upstream/2.1' into dev
aismann ad3767a
Update Console.cpp (removed the '\n' which creates an second (empty) …
aismann f8b772f
Merge branch 'axmolengine:dev' into dev
aismann 03cfb8c
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann d3573d9
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann fa40de8
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann 14e7fb6
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann bf54b54
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann bfb43d9
Merge branch 'axmolengine:dev' into dev
aismann 54249d7
Merge branch 'axmolengine:dev' into dev
aismann c0f5e8e
Merge branch 'axmolengine:dev' into dev
aismann 2e78576
Merge branch 'axmolengine:dev' into dev
aismann 8ab29e4
Merge branch 'axmolengine:dev' into dev
aismann ea46c35
Merge branch 'axmolengine:dev' into dev
aismann f812f8d
Merge branch 'axmolengine:dev' into dev
aismann 10d7117
Merge branch 'axmolengine:dev' into dev
aismann c247206
Merge branch 'axmolengine:dev' into dev
aismann 39630db
Merge branch 'axmolengine:dev' into dev
aismann 4c30066
Merge branch 'axmolengine:dev' into dev
aismann af8b225
Merge branch 'axmolengine:dev' into dev
aismann 01ee3fa
Merge branch 'axmolengine:dev' into dev
aismann ee75a59
Merge branch 'axmolengine:dev' into dev
aismann bd8f155
Merge branch 'axmolengine:dev' into dev
aismann 0b7a11a
Merge branch 'axmolengine:dev' into dev
aismann 6074c55
Update CMakeOptions.md
aismann 988a3e0
Update CMakeLists.txt
aismann ebb0d2b
Merge branch 'axmolengine:dev' into dev
aismann ff3980c
Merge branch 'axmolengine:dev' into dev
aismann 9cd6904
Merge branch 'axmolengine:dev' into dev
aismann c2f9e6a
Merge branch 'axmolengine:dev' into dev
aismann a2d7b76
Merge branch 'axmolengine:dev' into dev
aismann d829ece
Merge branch 'axmolengine:dev' into dev
aismann 1a39fbf
Fix Z-test and Z-write being enabled by default for main queue (#1981)
smilediver 9c229d7
Merge branch 'axmolengine:dev' into dev
aismann 83084cb
Merge branch 'axmolengine:dev' into dev
aismann 5d4fa9a
Merge branch 'axmolengine:dev' into dev
aismann 75fa894
Merge branch 'axmolengine:dev' into dev
aismann e9b01c0
Merge branch 'axmolengine:dev' into dev
aismann 493e742
Merge branch 'axmolengine:dev' into dev
aismann 7c40090
Merge branch 'dev' of https://github.com/aismann/axmol into dev
aismann dfb7644
Rename all AXLOG to AXLOGD (there be 417 without .\core)
aismann 302671d
.
aismann dc385b2
Merge branch 'axmolengine:dev' into dev
aismann 4c4794e
Merge branch 'axmolengine:dev' into dev
aismann 12605f6
Replace %s, %f, %p %d
aismann fbbc746
remove .data() and .c_str()
aismann 87adf4b
replace %x
aismann 04c842a
replace %g
aismann c313456
replace %zd
aismann 4529490
replace %g
aismann 50b73bb
replace %lu
aismann a5cbc88
remove the second %% on AXLOGD("downloading... {}%%", percent);
aismann 469836e
Merge branch 'axmolengine:dev' into dev
aismann 1a7cb17
add static_cast<int>(...) to GetParseError()
aismann 3fb6c7c
replace %02.f
aismann 724c112
replace %:.nf
aismann 569d40b
replace AXLOGERROR, AXLOGINFO
aismann f5e5d25
replace AXLOGWARN, and few fixes
aismann 8b60628
fix misssing "
aismann 264be95
Update axlua_extension_manual.cpp
aismann 3d017bc
replace %p => static cast
aismann 2bb1638
using fmt::ptr
aismann 4a37109
AXLOGI("deallocing LuaRefMap: {}", fmt::ptr(this));
aismann 2d03ec4
replace the "last" AXLOGERROR, AXLOGWARN
aismann 1c84c8c
replace printf on .\core .\tests
aismann 8cbf1e9
replace printf on .\extension\Particle3D
aismann c0b556b
replace printf on .\extensions\scripting\lua-bindings\auto
aismann 8bb3364
replace printf on .\extensions\scripting\lua-bindings\\manual
aismann ea30ffc
Apply suggestions from code review
halx99 e858b29
Update public_field.c [skip ci]
halx99 87a0996
Update public_field.c [skip ci]
halx99 ba8059a
Update register.c [skip ci]
halx99 ac53c10
Add: "Copyright (c) 2019-present Axmol Engine contributors (see AUTHO…
aismann 88bb894
Add copyright to mesh.cpp/h
aismann 722c85e
Merge branch 'axmolengine:dev' into dev
aismann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.