Skip to content
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

Feature/community 1.7.5 #1180

Merged
merged 353 commits into from
Sep 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
353 commits
Select commit Hold shift + click to select a range
6343e25
fix for arm64-v8a build
Nov 25, 2015
42c474e
Fixed arm64 linking error
Nov 26, 2015
bcfa69b
added HIGHP to OPENGL_PREPROC, OPENGL_ES_PREPROC
Nov 26, 2015
da5bded
stubbed in a few more flavors of ZLAllocator; wired support into ZLRe…
Nov 27, 2015
cb9dab4
backed out ZLAllocator; added support for rapidly changing buffers (v…
Nov 29, 2015
30a933a
fix to destructor call in ZLLeanPool.h
Nov 29, 2015
e722ae7
fixed some warnings
Nov 29, 2015
4db8c42
fixed replace for assert (in libtess, via header search paths)
Dec 1, 2015
2a3e099
add name and email for facebook idk lua interface
ConghuZhao Dec 2, 2015
b536fc6
getting started on multithreaded iOS host sample
Dec 3, 2015
426e235
backed out poorly conceived change to jansson config (undef of NDEBUG)
Dec 5, 2015
5215e25
should have been _DEBUG, not DEBUG
Dec 5, 2015
200d1ef
went all-in with _DEBUG *and* DEBUG
Dec 5, 2015
1cf72f6
improved the way MOAIParticlePexPlugin calculates its emission frequency
Dec 7, 2015
f1207f4
Merge commit '1cf72f63f36ab5114dc47a184fcc703e2780a542' into develop-…
Dec 9, 2015
e706f59
Swap enum values to fix back button event
Dec 10, 2015
861c701
added -Dverbose=-1 to silence scary-but-harmless zlib messages
Dec 12, 2015
1f83190
fixed glitch causing loading pipeline to incorrectly report content
Dec 13, 2015
24aea6a
simplified use of condition variables to implement "wait until done" …
Dec 13, 2015
185ee2f
configuring optional async support in iOS host
Dec 13, 2015
1d43434
changed 'create' to 'initWithLayer'
Dec 13, 2015
d5f0b29
added check to see if frame is ready (and has not been displayed) to …
Dec 13, 2015
191e2de
first pass of progressive bezier curve flattener (with tests)
Dec 20, 2015
5b348d9
more work on progressive bezier flattener
Dec 22, 2015
21c6305
code formatting for MOAIAudioSamplerCocoa, MOAIUntzSampleBuffer; sam…
Dec 22, 2015
8077981
added kissfft as a git submodule and update 3rd party license doc
Dec 24, 2015
1f79a50
simple binding for kissfft via MOAIFourier
Dec 25, 2015
b4ce16a
work on audio sampler and sample converter
Dec 27, 2015
4087afd
Turned on the Deployment Post Processing Xcode build configuration fl…
joshlytlepi Dec 30, 2015
019cea4
Undid the Deployment Post Processing = YES setting. This started caus…
joshlytlepi Dec 31, 2015
1af1989
added addChildren () to MOAIAction
Dec 31, 2015
d6a35c5
Merge branch 'develop' into feature/audio-sampler
Jan 2, 2016
0b94fe3
finished implementation of MOAIFourier; wrote a sample to test/demo M…
Jan 2, 2016
c4c3bd7
added link to handy reference site in fourier sample
Jan 2, 2016
9d1e6a2
lib kissfft added for android build
ConghuZhao Jan 4, 2016
62db3fa
exposed discard methods through MOAIMemStream; added ZLRingAdapter an…
Jan 6, 2016
58c7cc8
more work on MOAIFourier and audio meter
Jan 10, 2016
7225935
android add kissfft kiss_fftr.c
ConghuZhao Jan 11, 2016
36a39fe
bug fix for ZLMemStream SetCursor () regression
Jan 12, 2016
301ca2d
changed buffer size in audio meter demo
Jan 12, 2016
56d3135
bumped civet web submodule
Jan 13, 2016
d0c3557
Merge branch 'develop' into feature/gfx-async
Jan 14, 2016
18f3359
disabled async iOS host by default; added DEBUG, _DEBUG and NDEBUG pr…
Jan 15, 2016
cccdb4c
Merge branch 'develop' into develop-casinowonders
Jan 15, 2016
ed749d8
Merge branch 'develop' into feature/gfx-async
Jan 15, 2016
b1be0e4
no plugin for OS X build
ConghuZhao Jan 15, 2016
319d8a3
add missing mUnitsToMeters multiply to _getRayCast
kevinw Jan 16, 2016
6557865
more work on MOAIFourier - support for averaging into octave bands (u…
Jan 17, 2016
b731aaf
Merge branch 'develop' into feature/gfx-async
Jan 19, 2016
25bf3d8
updated bezier path stepper
Jan 19, 2016
cd5c596
Merge branch 'develop' into feature/gfx-async
Jan 19, 2016
6ac27fe
merge with gfxasync
Jan 19, 2016
c35c0a2
fixes for unsupported gl calls on android
Jan 20, 2016
c61e566
fixes to get ZLGfx to build for android
Jan 20, 2016
01caadc
fixed a *serious* regression in MOAIAction and MOAICoroutine (setDefa…
Jan 20, 2016
4fd76f4
Merge branch 'develop-legacy' into develop
Jan 20, 2016
4c28118
Merge pull request #6 from kevinw/patch-1
patrickmeehan Jan 20, 2016
087b80f
changed new coroutine to *not* automatically make themselves default …
Jan 20, 2016
0bb79c3
Merge branch 'develop-legacy' into develop
Jan 20, 2016
5131df9
Merge branch 'develop' into feature/harfbuzz
Jan 21, 2016
9732e6a
working on restoring harfbuzz build
Jan 21, 2016
e7cb7e7
fixed build after merge
Jan 21, 2016
6979d5e
fix for buffered drawing pipeline glitch
Jan 22, 2016
b63b2e6
minor optimization to uniform bind in MOAIShader.cpp
Jan 22, 2016
ef13412
fix for compile error in MOAIMotionMgrIOS.mm
Jan 22, 2016
8a14074
Merge branch 'develop' into feature/harfbuzz
Jan 22, 2016
50756d4
added this->Clear () to MOAIMaterialBatch's destructor
Jan 22, 2016
47ea2ca
fixed bad merge of MOAIGfxQuadListDeck2D (8c28076)
Jan 22, 2016
94b6010
fixed crash in MOAITextLayoutEngine
Jan 22, 2016
42cbff4
fixed compile error in MOAIMotionMgrIOS.mm
Jan 22, 2016
83ca0d7
added implementation for setsampleRate in untz for ANDROID
Jan 22, 2016
61a192c
testing fourier octaves
Jan 25, 2016
e829da4
modified aim curve getValueAtTime methods to return span's base keyfr…
Jan 25, 2016
8dba4be
added warning about possibly illegal filter modes to MOAISingleTextur…
Jan 25, 2016
476e4d8
fixed warnings in MOAIImageLoadTask (not clear how this worked before…
Jan 25, 2016
b01a7cd
fix for scary dangerous edge case in ZLFileSys::DeleteDirectory
Jan 26, 2016
96f13d3
Merge branch 'develop-legacy' into develop
Jan 26, 2016
3763029
In the ant-libmoai util config script, updated the preprocessor flag …
joshlytlepi Jan 26, 2016
7801eb8
Fixed function signatures to MOAIGoogleBilling
Jan 27, 2016
e666c03
fixed bug in zl_assert; fixed false warning from MOAISingleTexture
Jan 27, 2016
f762c68
working on fix for VAO, VBO regression
Jan 28, 2016
396fd78
bug fixed in VBO creation
Jan 28, 2016
9929bb9
fixed bug in MOAIVertexArray (needed to explicitly unbind after update)
Jan 28, 2016
a8b92b8
Uncommented Facebook Login Success callback
Jan 28, 2016
8231235
uncommented out modules that should be building with moai
Jan 29, 2016
9988108
added some window functions to MOAIFourier; updated audio-meter sampl…
Jan 31, 2016
1d34a0c
fixed fourier octave averaging; added a bunch of fourier helper methods
Feb 1, 2016
af980e7
changed fourier "index" to "bin" to better match nomenclature
Feb 1, 2016
2b7607a
documentation and some tweaks to MOAIFourier
Feb 1, 2016
3e94f92
fixed call to AKUNotifyGooglePurchaseResponseReceived on Facebook log…
Feb 1, 2016
d3c7d36
fixed unsupported billing error for some devices
Feb 2, 2016
453ffd5
many small fixes - gfx async
Feb 3, 2016
04d03ea
fixed scary (but harmless) zlib spam. again!
Feb 3, 2016
35418d7
modified MOAILuaUtil getHead () to return nil if Lua file magic isn't…
Feb 3, 2016
2bee4f5
fixed goof in MOAILuaUtil file magic const
Feb 4, 2016
29051c9
tested all samples in both immediate and async mode; changed SDL OS X…
Feb 4, 2016
2b940db
added comment re VOAs
Feb 4, 2016
c575e1a
fixed buffer overflow bug when running on a 32 bit platform (sizeof(s…
Feb 5, 2016
ee60b85
deferencing u32* here is a BAD_ACCESS
kevinw Feb 7, 2016
e70b996
fixed inconsistencies in uniform buffer value caching
Feb 8, 2016
1f3540c
WIP graphics refactor. again!
Feb 8, 2016
8b41493
moved default frame buffer and default texture to MOAIGfxStateCache
Feb 8, 2016
a11302c
renamed MOAIGfxDevice to MOAIGfxMgr
Feb 8, 2016
93d77da
rethinking and reworking global shader attributes
Feb 10, 2016
22fe504
renamed MOAIGfxMtxCache to MOAIGfxGlobalsCache
Feb 10, 2016
7af4ffd
Facebook lib interface added for tycoon games
ConghuZhao Feb 16, 2016
be463b3
slight (architectural) improvement to state cache/vertex cache
Feb 16, 2016
1c445c2
moving to composition model for most MOAIGfxMgr subsystems
Feb 16, 2016
e86fdf1
deleted some commented out code - legacy way of updating matrix cache
Feb 16, 2016
d626127
renamed MOAIGfxPipelineMgr to MOAIGfxPipelineClerk
Feb 16, 2016
af61dc6
composed MOAIResourceMgr into MOAIGfxMgr
Feb 16, 2016
2ceb18b
renamed MOAIGfxResourceMgr to MOAIGfxResourceClerk
Feb 16, 2016
282e335
starting work on improved error reporting idiom
Feb 23, 2016
1a8454d
more work on error reporting
Feb 23, 2016
9498f26
Merge branch 'develop' into feature/gfx-refactor
Feb 24, 2016
1dda54d
restoring deck and object drawing
Feb 24, 2016
9fc2a23
fixed up graphics regressions
Feb 24, 2016
12d3eec
added polygon accessors to MOAIRegion; added pushRegion to MOAIVector…
Feb 26, 2016
c3c7f69
fixed crash in ZLMemStream (crash on ReadBytes when stream is empty)
Feb 27, 2016
7981bcf
fixed MOAIVectorTesselator pushRegion; added append () and pad () to …
Feb 27, 2016
b7f30b4
temporarily commenting out line in MOAIInputMgr that waits for the si…
Feb 29, 2016
727b714
tweaks to ZLResult and error reporting; starting to instrument AKU fo…
Mar 1, 2016
649e13a
added some error checking and reporting to AKU
Mar 2, 2016
19836d7
simplified AKU lua function loading code paths and improved error rep…
Mar 2, 2016
acd5f24
error reporting
Mar 3, 2016
6e315df
error handling; placement new/delete for ZLLeanStack
Mar 3, 2016
469ad13
handling constructors/destructors more deliberately in MOAILeanArray …
Mar 4, 2016
2b804d8
Merge branch 'develop' into feature/gfx-refactor
Mar 7, 2016
f3b2f24
Merge branch 'remotes/develop-community' into feature/gfx-refactor-merge
Mar 7, 2016
f0abd31
bumped civitweb submodule
Mar 7, 2016
7f47dd0
got rid of unsupported ci scripts (appveyor, circle); moved host temp…
Mar 8, 2016
278f827
patio improvements; fixed bug in AKUModulesParseArgs
Mar 8, 2016
f5d5424
ZLLeanStack destructor needed explicit call to Resize(0) (before the …
Mar 8, 2016
19388cd
moving alternate build systems and utils to moai-community
Mar 8, 2016
dad4cdf
Added a mode of calling MOAILuaUtil.getHeader without parameters whic…
joshlytlepi Mar 8, 2016
d291cd4
fix for assert in ZLStreamAdapter
Mar 8, 2016
3c8b34b
Merge branch 'feature/gfx-refactor' of https://github.com/fallguycons…
Mar 8, 2016
a7a0482
fixed MOAIStreamAdapter to use ZLResultCode
Mar 8, 2016
2acc052
fix to ZLCopyOnWrite () SetCursor ()
Mar 8, 2016
33894ff
fix to goof in ZLStream Read <>()
Mar 9, 2016
7e4e55a
additional check for bad loadstring in moat-core host.cpp
Mar 9, 2016
8b5dce7
fix for regressions in MOAIGfxBuffer and MOAIIndexBuffer
Mar 9, 2016
7bcc712
simplified code paths for loading lua via AKU
Mar 10, 2016
b243fd8
MOAISerializer can now serialize metatables
Mar 16, 2016
a93559b
fixes to MOAISerializer; now supports tables, userdata, etc. as keys
Mar 20, 2016
93215ff
exposed MOAIProp getPartition; improvement to MOAISelectionMesh
Mar 22, 2016
90a6535
starting work on vs2015 update
patrickmeehan Mar 23, 2016
6945e32
Commented out default to use VBOs - problem on Android where VBOs are…
joshlytlepi Mar 24, 2016
5a3a1c5
added sdl-2.0.4
Mar 29, 2016
906b7f8
got rid of old sdl; first try at retina support on OSX
Mar 29, 2016
ea67f22
added (untested) combat for GetDeviceToPixelScale on non-apple platforms
Mar 29, 2016
9d1ea41
updated Xcode project settings
Mar 29, 2016
cd55260
Fixed the header search paths in a couple of ant-libmoai modules.
joshlytlepi Mar 31, 2016
90e968f
updated libtess; fixed glitch in line stroking (MOAIVectorUtil)
Apr 2, 2016
7c7fccd
moved subdivideRect to MOAIImage; removed non-pow-2 texture warning (…
Apr 5, 2016
6399736
added AKUDiscardGfxResources ()
Apr 7, 2016
f5c36f0
added support for getting text bounds (with whitespace) to MOAITextLabel
Apr 17, 2016
5ad0d14
tweaked MOAIImage method for generating outline from sdks; added "app…
Apr 27, 2016
ae93873
copied over MOAIImage contributions from tvos (Plumzi) branch
Apr 29, 2016
03a9b4f
Merge pull request #7 from kevinw/la_8_fix
patrickmeehan Apr 29, 2016
bdbe45f
Merge branch 'develop' into feature/gfx-refactor
Apr 29, 2016
9353edb
windows sdk 10 support
halfnelson Mar 20, 2016
b0bb44f
windows support for libmoai builds for android
halfnelson Mar 20, 2016
f049323
script cleanup
halfnelson Mar 25, 2016
397ac9c
add argument to iOS build to skip final host builds
halfnelson Apr 29, 2016
cf43230
android mk file uses MOAI_MODULES path to get modules (not tied to ut…
halfnelson Apr 29, 2016
ab88166
support for prebuilt android modules
halfnelson Mar 21, 2016
e6766ff
added a bunch of getters to MOAIGraphicsProp
May 2, 2016
fec9409
work on recreating visual studio build
patrickmeehan May 4, 2016
61b8c03
added screenScale to MOAIEnvironment (iOS only)
May 4, 2016
8e307a0
tweak to MOAISerializer - ignore metatables on MOAIObjects
May 5, 2016
1aa9976
Added 'scale' parameter to AKUSetScreenSize function.
joshlytlepi May 6, 2016
f4f99f6
backed out change to AKUSetScreenSize
May 6, 2016
466e657
debug lua 5.1 vs2015 build works
patrickmeehan May 13, 2016
8c9ee3c
working vs2015 release build (Lua 5.1)
patrickmeehan May 14, 2016
ee492f1
64-bit build
patrickmeehan May 16, 2016
01a2c5e
simplified vs2015 build schemes
patrickmeehan May 16, 2016
b98e595
bye-bye to vs2008 and vs2010
patrickmeehan May 16, 2016
d6b64f0
Merge branch 'develop' into feature/vs2015
patrickmeehan May 18, 2016
fe0f99e
fixed vs2015 sdl
patrickmeehan May 18, 2016
941c38f
minor improvements to windows version
patrickmeehan May 19, 2016
4c5f039
added filters to visual studio zl-lib-vfs project
patrickmeehan May 20, 2016
abd74c6
added platform headers to zl-lib-vfs (again?)
patrickmeehan May 20, 2016
d0c82c2
fixed build; added ccache support
May 24, 2016
112b46c
fixed vs2015 build
patrickmeehan May 24, 2016
fef345f
fixed unterminated #ifdef
ConghuZhao May 25, 2016
e08777c
revert assert.h to make command line build work
ConghuZhao May 26, 2016
dea7a4e
added offsetIndices to MOAIGeometryWriter
May 26, 2016
fb43e29
fixed annoying regression where moai couldn't run without a gl context
May 26, 2016
4d2478b
wow! such hull! so convex! wow!
Jun 1, 2016
5fea151
factored ZLHull2D into ZLPolygon2D
Jun 2, 2016
a7e0f40
clean up lua doc comments based on moaiutil run
halfnelson Jun 4, 2016
bff9b09
restore delete
halfnelson Jun 4, 2016
c25ca63
Merge remote-tracking branch 'fallguyconsulting/develop-legacy' into …
halfnelson Jun 5, 2016
e3223a8
Merge remote-tracking branch 'moai-dev/feature/project-reorg' into te…
halfnelson Jun 5, 2016
4274e16
Merge branch 'pull-win10-sdk-support' into test-pulls
halfnelson Jun 5, 2016
af17fb2
Merge branch 'pull-android-windows-support' into test-pulls
halfnelson Jun 5, 2016
d78730b
Merge branch 'pull-libonly-ios-builds' into test-pulls
halfnelson Jun 5, 2016
d7288f3
Merge branch 'pull-android-binary-builds' into test-pulls
halfnelson Jun 5, 2016
9400e15
Merge branch 'pull-doc-cleanup' into test-pulls
halfnelson Jun 5, 2016
5ed38b9
allow ZLRingAdapter to compile on windows
halfnelson Jun 5, 2016
33affd6
allow subclasses to override work directory
halfnelson Jun 5, 2016
44f8f32
Merge branch 'pull_fallguy_develop_may' into test-pulls
halfnelson Jun 6, 2016
3bb3386
fixes for windows build
halfnelson Jun 7, 2016
50f404e
added some fanciness to set main lua fine from info.plist
Jun 9, 2016
e269616
minor formatting changes
Jun 9, 2016
a44837c
MOAIPinTransform now passes along projected Z
Jun 14, 2016
e55c838
remove unused include from sdl host
halfnelson Jun 14, 2016
c66fe70
overloaded GatherProps to also accept a ZLRect
Jun 15, 2016
4fe818e
Added some debug prints to aid in tracking down the touch input bug o…
joshlytlepi Jun 16, 2016
83638d7
fixed vs2015 build
patrickmeehan Jun 17, 2016
5eb7c14
added a comment re class member order in ZLCleanup
patrickmeehan Jun 17, 2016
1d9f34e
minor re-org in partition; removed planeID from 2D rect flavor of Gat…
patrickmeehan Jun 17, 2016
d7b490f
from Tommo: "fix curve crash due to incorrect time clamping"
patrickmeehan Jun 17, 2016
1585dda
organizing vs2015; fixed compile error in MOAIPartition.cpp; removed …
patrickmeehan Jun 17, 2016
d699e55
Adjusted the build settings to include debug symbols. This should all…
joshlytlepi Jun 17, 2016
c090c49
Added an intentional crash bug to test the new debug symbol reporting.
joshlytlepi Jun 17, 2016
d56342b
ZLAffine3D rotation matrix fix (thanks for catching this, Vavius!)
patrickmeehan Jun 17, 2016
f44d379
Apparently my test crash wasn't good enough, so I have used the techn…
joshlytlepi Jun 17, 2016
e33ba2f
allow html to work again
halfnelson Jun 19, 2016
cb44e56
repair moai-osx-static
halfnelson Jun 19, 2016
79c6c77
Adjusted build settings for all the iOS targets by setting Use Separa…
joshlytlepi Jun 20, 2016
311c266
Changed Strip Style to Debugging Symbols to help line numbers appear …
joshlytlepi Jun 20, 2016
fa06bba
Changed some more project settings which will hopefully yield proper …
joshlytlepi Jun 20, 2016
7769f4e
Trying to reduce the file size of the binary with debug symbols inclu…
joshlytlepi Jun 21, 2016
9f93de3
Turned off the debug symbol generation settings for the 'Distribution…
joshlytlepi Jun 21, 2016
ccdf718
more loggings
Jun 21, 2016
27c8c48
still more loggings
Jun 21, 2016
3b59572
logging
Jun 21, 2016
0f4b3cd
fixed rare, Android-only bug in MOAITouchSensor
Jun 21, 2016
6ae6fb2
Merge branch 'feature/android-touch-bug' into develop
Jun 21, 2016
1ba56ff
internalized dependency on tinyxml
Jun 22, 2016
a16af3f
fixed glitch causing extra newlines from lua print
Jun 22, 2016
b94ff91
build all ios libs, fix a couple of warnings
halfnelson Jun 23, 2016
2c918dd
Removed AdHoc build configuration. Also made sure that Distribution c…
joshlytlepi Jun 23, 2016
29b27ed
Removed intentional crash now that debug symbols are being properly g…
joshlytlepi Jun 23, 2016
811686c
Merge branch 'feature/debug-symbols' into develop
joshlytlepi Jun 23, 2016
0b4c4d8
fix for MOAILuaObject double release (from Tommo - thank you!)
Jun 24, 2016
8b2e69c
Merge remote-tracking branch 'fallguyconsulting/develop' into test-pu…
halfnelson Jun 25, 2016
343441b
Merge branch 'develop' into test-pulls-2
halfnelson Jun 25, 2016
186dfaa
pex fix for html on iOS
halfnelson Jun 26, 2016
32901d3
fix lua doc building
halfnelson Jun 28, 2016
edb477a
Allow javascript to call into lua
halfnelson Sep 17, 2016
70d9ff5
Cherry pick shader state cache bug fix from fallguyconsulting/moai-de…
Dec 27, 2016
e564c3b
bump sdk version
halfnelson Dec 28, 2016
77da05c
remove refs to libcrypto and libssl which are gone on elcapitan
halfnelson Feb 16, 2017
9530271
add blueprint to gitignore
halfnelson Feb 16, 2017
a60ede4
fix for MOAIPartitionResultMgr (nested calls now get different buffer…
Feb 21, 2017
a8eb11b
missing return type in MOAIScopedPartitionResultBufferHandle::Buffer ()
Feb 22, 2017
31fc0be
Merge pull request #1185 from moai/hotfix/partition-results-buffer
halfnelson Feb 22, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
98 changes: 52 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,52 @@
obj/
libs/
lib/
util/libmoai

Thumbs.db
.DS_Store
/vs2010/ipch
/vs2010/bin
/vs2008/bin

/ide/bin
/ide/obj

/src/config

/build/
xcuserdata/
DerivedData/
*.pbxuser
*.perspectivev3

# Artifacts when building with CMake
flascc/build
/src/moai/moai
tmp

# Produced by test runner
test/xml-results
.idea
cmake/projects/

# Build and release products
cmake/build/
release/

bin/api-reference-parser/vendor
docs/api-reference
/moai-sdk/
/bin/env-local.bat
/util/moai
/**/java/build/
/**/java/*.iml
env.sh
sample-browser/
util/build-sample-browser/temprom/
/bin/
/build/
/lib/

libs/
obj/
util/libmoai

Thumbs.db
.DS_Store
/vs2010/ipch
/vs2010/bin
/vs2008/bin

/ide/bin
/ide/obj

/src/config

/build/
xcuserdata/
DerivedData/
*.pbxuser
*.perspectivev3

# Artifacts when building with CMake
flascc/build
/src/moai/moai
tmp

# Produced by test runner
test/xml-results
.idea
cmake/projects/

# Build and release products
cmake/build/
release/

bin/api-reference-parser/vendor
docs/api-reference
/moai-sdk/
/bin/env-local.bat
/bin/win32/
/bin/x64/
/util/moai
/**/java/build/
/**/java/*.iml
env.sh
sample-browser/
util/build-sample-browser/temprom/
moai-osx-static.xcscmblueprint
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "3rdparty/civetweb"]
path = 3rdparty/civetweb
url = https://github.com/civetweb/civetweb.git
[submodule "3rdparty/kissfft"]
path = 3rdparty/kissfft
url = https://github.com/itdaniher/kissfft.git
Binary file not shown.
5 changes: 5 additions & 0 deletions 3rdparty-android/deltadna-v3.3.6/manifest_permissions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- DeltaDNA -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
32 changes: 32 additions & 0 deletions 3rdparty/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ glew 1.5.6
ISO8601DateFormatter.m, .h
jansson 2.1
jpeg-8c
kissfft
libogg 1.2.2
libvorbis 1.3.2
libpng 1.4.0
Expand Down Expand Up @@ -400,6 +401,37 @@ We are required to state that
CompuServe Incorporated. GIF(sm) is a Service Mark property of
CompuServe Incorporated."

----------------------------------------------------------------
kissfft
----------------------------------------------------------------
Copyright (c) 2003-2010 Mark Borgerding

All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

* Neither the author nor the names of any contributors may be used to endorse
or promote products derived from this software without specific prior written
permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------------------------------------------------------------
libogg 1.2.2
----------------------------------------------------------------
Expand Down
13 changes: 9 additions & 4 deletions 3rdparty/c-ares-1.7.5/ares_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,11 +962,16 @@ DhcpNameServer
status = ARES_EOF;

#elif defined(ANDROID)
char value[PROP_VALUE_MAX]="";
__system_property_get("net.dns1", value);
status = config_nameserver(&servers, &nservers, value);
if (status == ARES_SUCCESS)
#if defined(__arm64__) || defined(__LP64__)

status = ARES_EOF;
#else
char value[PROP_VALUE_MAX]="";
__system_property_get("net.dns1", value);
status = config_nameserver(&servers, &nservers, value);
if (status == ARES_SUCCESS)
status = ARES_EOF;
#endif
#else
{
char *p;
Expand Down
4 changes: 2 additions & 2 deletions 3rdparty/c-ares-1.7.5/include-android/ares_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
#ifdef CARES_PULL_SYS_SOCKET_H
# include <sys/socket.h>
#endif

/* The size of `long', as computed by sizeof. */
#define CARES_SIZEOF_LONG 4
#define CARES_SIZEOF_LONG sizeof(long)


/* Integral data type used for ares_socklen_t. */
#define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t

Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/civetweb
Submodule civetweb updated 303 files
Loading