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

- #1218

Closed
wants to merge 782 commits into from
Closed

- #1218

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
782 commits
Select commit Hold shift + click to select a range
e0bc340
Changed calculation of variable lineIndex in NumberOfLinesToDisplayTe…
IkeBart Feb 15, 2014
413e7de
Added multi-byte Unicode character support to NumberOfLinesToDisplayT…
IkeBart Feb 18, 2014
ddddf8b
Disabling a warning and fixing some others
Feb 19, 2014
b5d3b43
Allowing exceptions
Feb 19, 2014
59635eb
simpler version
Feb 19, 2014
10b9e9a
Removed commented out code in MOAIFreeTypeFont::NumberOfLinesToDispla…
IkeBart Feb 20, 2014
e82325c
Removed member variable mDebugCallCount in MOAIFreeTypeFont.
IkeBart Feb 20, 2014
af9a949
Set glyph and advance vector array pointers to NULL after deleting in…
IkeBart Feb 20, 2014
031624f
Merge pull request #62 from mindsnacks/feature/ike-freetype-optimize
Feb 21, 2014
364bf85
Added conditions in MOAIFreeTypeFont::NumberOfLinesToDisplayText() to…
IkeBart Feb 24, 2014
3f342bb
Merge pull request #63 from mindsnacks/fix/freetype-opt-size
kstenerud Feb 25, 2014
f54c978
Changed handling of newline character in MOAIFreeTypeFont::NumberOfLi…
IkeBart Feb 26, 2014
ab8602d
Merge branch 'mindsnacks-dev' of github.com:mindsnacks/moai-dev into …
Feb 26, 2014
f6ac8c9
Merge pull request #61 from mindsnacks/too-many-warnings
NachoSoto Feb 26, 2014
28c7e47
Added source files to libmoai-osx-3rdparty target
Feb 28, 2014
795f8a0
Merge pull request #65 from mindsnacks/fix/corems-tests
NachoSoto Feb 28, 2014
3a5fd5a
Adding -fexceptions to moaicore Android.mk.
Feb 28, 2014
4b8e161
Cleaning whitespace.
Feb 28, 2014
8c79a35
Merge pull request #66 from mindsnacks/adding_fexceptions_to_android_…
tonycosentini Feb 28, 2014
fd6255f
Fixed a display issue for strings with multi-byte Unicode characters …
IkeBart Mar 3, 2014
a00e36d
Fixed a bug where an uninitialized FT_Glyph gets referenced after get…
IkeBart Mar 4, 2014
2f0d68f
Merge branch 'mindsnacks-dev' and resolve conflict.
IkeBart Mar 6, 2014
ff2d9a2
Added explicit casting to implicit integer conversions that generate …
IkeBart Mar 6, 2014
08ebb83
Merge pull request #64 from mindsnacks/fix/freetype-newline
NachoSoto Mar 7, 2014
0c9d829
Fixed the last two warnings about loss of precision in MOAIFreeTypeFo…
IkeBart Mar 7, 2014
bba2fa9
Merge pull request #67 from mindsnacks/fix/freetype-warnings
Mar 7, 2014
9c62096
Restored moai-test folder and references to MOAIXmlWriter in libmoai.…
IkeBart Mar 10, 2014
4a14bf2
Removed unused variable in MOAITestMgr::SetFilter(). Added UNUSED ma…
IkeBart Mar 10, 2014
93d745c
Updated SQLite to 3.8.4
NachoSoto Mar 10, 2014
d39a6eb
Compiling with SQLITE_DEFAULT_FOREIGN_KEYS
NachoSoto Mar 10, 2014
4b1c2fd
Renamed macro GLUT_USE_TEST to GLUT_USE_MOAI_TEST in GlutHost.cpp and…
IkeBart Mar 10, 2014
533a55a
Changed USE_TEST macro to USE_MOAI_TEST in MoaiView.mm.
IkeBart Mar 11, 2014
295e99a
Changed sqlite directory
NachoSoto Mar 11, 2014
4869752
Merge pull request #68 from mindsnacks/feature/update-sqlite
msolomon Mar 11, 2014
86aaee2
fix the android build.
jeiting Mar 12, 2014
9eb7ad2
Quick fix to include line spacing in the async size processing.
jeiting Mar 12, 2014
6647c9f
Merge pull request #69 from mindsnacks/process-line-spacing
Mar 12, 2014
8c64141
LastUpgradeVersion = 0510
NachoSoto Mar 18, 2014
2a1b5f3
[MOAIParticlePexPlugin: Added properties for all values that are conf…
kstenerud Mar 24, 2014
96fb006
Merge pull request #72 from mindsnacks/feature/particle-properties
JayAustria Mar 26, 2014
d27bcc7
Added accessor methods for rotationStartVariance in MOAIParticlePexPl…
IkeBart Apr 8, 2014
91204e9
Added Lua method initializeProperties to MOAIParticlePexPlugin. Adde…
IkeBart Apr 8, 2014
c3b8f34
Added member variables mMinRadiusVariance and mMinRadiusRegister to M…
IkeBart Apr 10, 2014
0da6b30
Added Lua accessor methods for minimum radius variance property in MO…
IkeBart Apr 10, 2014
e9bc74b
Added handling of minimum radius variance in InitializeProperties(), …
IkeBart Apr 10, 2014
691a10d
Removed TODO line in MOAIParticlePexPlugin.cpp.
IkeBart Apr 14, 2014
8bed3aa
Merge pull request #50 from mindsnacks/feature/ike-moaitest-ios
Apr 14, 2014
4458e70
Added helper methods InitializeBasicRegisters() and InitializeEmitter…
IkeBart Apr 15, 2014
76211de
Corrected capitalization of finishParticleSizeVariance element value …
IkeBart Apr 15, 2014
cc9d66c
Changed formatting of opening brackets and conditionals in MOAIPartic…
IkeBart Apr 15, 2014
67ec1f2
Commented out unused method
NachoSoto Apr 15, 2014
bd0257d
Added missing forward declarations
NachoSoto Apr 15, 2014
bc98486
Disable chipmunk for OSX and Android
Apr 24, 2014
4acd808
Merge pull request #74 from mindsnacks/feature/disable-chipmunk
NachoSoto Apr 24, 2014
15fd942
Added a safeguard in MOAIFreeTypeFont::NumberOfLinesToDisplayText() t…
IkeBart May 6, 2014
d137878
Ensure the memory clearing function is called.
jeiting May 6, 2014
291a80f
Merge pull request #76 from mindsnacks/fix/texture-memory
NachoSoto May 6, 2014
582ee85
Merge pull request #77 from mindsnacks/fix/freetype-opt-size2
NachoSoto May 7, 2014
ad6ad6e
Added AppStore build config
NachoSoto May 8, 2014
e78d686
Merge pull request #78 from mindsnacks/feature/appstore-config
NachoSoto May 8, 2014
9a2263d
Merge pull request #73 from mindsnacks/feature/particle-init-properties
kstenerud May 12, 2014
f08614f
Revert "Added AppStore build config"
NachoSoto May 13, 2014
e4e9ed3
Merge pull request #79 from mindsnacks/feature/removed-appstore-config
NachoSoto May 13, 2014
5b03b87
Added parameter for glyph character to MOAIFreeTypeFont::PushRectAndB…
IkeBart May 14, 2014
e59d198
Added character argument in two of four calls to MOAIFreeTypeFont::Pu…
IkeBart May 14, 2014
fe6888e
Added character argument to remaining two functions that call MOAIFre…
IkeBart May 14, 2014
d24f1d6
Refactored calls to calloc into calls to new[]. Replaced magic numbe…
IkeBart May 15, 2014
9e98209
Refactored third parameter of memset in MOAFreeTypeFont::PushRectAndB…
IkeBart May 15, 2014
3a41bb3
Removed a commented line of code in MOAIFreeTypeFont::DimensionsOfLin…
IkeBart May 19, 2014
283e6ff
Merge pull request #80 from mindsnacks/feature/freetype-glyph-table
May 22, 2014
658e4cf
Fixes reference to SFMT which is case sensitive in certain compilers …
johncarl81 Sep 9, 2014
1142e71
Merge pull request #82 from mindsnacks/sfmt_caps
jeiting Sep 9, 2014
642b766
MOAIFreeTypeFont: Added missing resource creation and clean up code i…
kstenerud Sep 16, 2014
10a2747
MOAIFreeTypeFont: Move glyph and advance array management into separa…
kstenerud Sep 16, 2014
3ce8994
Fixes for OSX target in Xcode 6
tonidero Sep 22, 2014
cbd053e
Merge pull request #85 from mindsnacks/fix/achilles-xcode-6
NachoSoto Sep 22, 2014
75e3ced
Merge pull request #84 from mindsnacks/feature/fix-NumberOfLinesToDis…
Sep 23, 2014
114985a
Set deployment target to mountain lion
tonidero Oct 7, 2014
c56aa83
Merge pull request #86 from mindsnacks/fix/deployment-target-mountain…
jeiting Oct 8, 2014
924ed95
Add md5_dgst.c file to android build
tonidero Oct 20, 2014
fcb5f3f
Merge pull request #87 from mindsnacks/fix/android-l-build
jeiting Oct 24, 2014
7fff701
Removed references to old MOAI particle system classes in MOAI projec…
IkeBart Jul 30, 2014
8958529
Added member variables and a few methods to implement to MOAICCPartic…
IkeBart Jul 31, 2014
5ef233a
Removed register variables from MOAICCParticleSystem. Added start of…
IkeBart Aug 1, 2014
4677fc9
Added Draw method to MOAICCParticleSystem. Registered existing Lua m…
IkeBart Aug 1, 2014
24ec96f
Implemented MOAICCParticleSystem::Update() and other methods. Change…
IkeBart Aug 2, 2014
6f19514
Began implementation of Lua method load() in MOAICCParticleSystem. A…
IkeBart Aug 2, 2014
330b1fd
Implemented helper method MOAICCParticleSystem::ParseXML().
IkeBart Aug 5, 2014
e8e77f8
First draft of MOAICCParticleSystem::Draw() implementation.
IkeBart Aug 5, 2014
5d363a8
Implemented MOAICCParticleSystem::InitParticle(). Added gravity memb…
IkeBart Aug 5, 2014
e7346bb
Added and implemented Lua method setTotalParticles() to MOAICCParticl…
IkeBart Aug 5, 2014
5813306
Fixed missing implementation of MOAICCParticleSystem::_setTotalPartic…
IkeBart Aug 5, 2014
8fc4236
Added definitions for some Lua properties of MOAICCParticleSystem.
IkeBart Aug 6, 2014
b68ad22
Implemented remaining Lua property accessor methods in MOAICCParticle…
IkeBart Aug 6, 2014
1055176
Added Lua method getParticleCount to MOAICCParticleSystem. Changed v…
IkeBart Aug 6, 2014
022215e
Added function definition for MOAICCParticleSystem::_getFinishParticl…
IkeBart Aug 7, 2014
ded1614
Renamed MOAICCParticleSystem::SetVisible() to MOAICCParticleSystem::S…
IkeBart Aug 12, 2014
1fbbe74
Removed method declaration for MOAICCParticleSystem::OnDepNodeUpdate().
IkeBart Aug 12, 2014
0616a43
Added MOAIAction as a superclass of MOAICCParticleSystem.
IkeBart Aug 12, 2014
986da78
Renamed Lua methods start() and stop() to startSystem() and stopSyste…
IkeBart Aug 12, 2014
3fcb0e7
Added overridden MOAIAction method IsDone() to MOAICCParticleSystem.
IkeBart Aug 12, 2014
9735fbc
Changed calculation of mEmissionRate in InitializeEmitter(). Changed…
IkeBart Aug 12, 2014
3613d64
Added class constants EMITTER_GRAVITY and EMITTER_RADIAL to MOAICCPar…
IkeBart Aug 13, 2014
755fbc6
Added and implemented Lua methods for accessing emissionRate and part…
IkeBart Aug 14, 2014
804998e
Implemented relative and grouped particle position types in InitParti…
IkeBart Aug 14, 2014
29dd1fb
Added line to initialize particle's current position in MOAICCParticl…
IkeBart Aug 14, 2014
b7566bc
Added missing step in calculation of acceleration vector in gravity m…
IkeBart Aug 15, 2014
fe27060
Added and implemented Lua method flipY() in MOAICCParticleSystem.
IkeBart Aug 15, 2014
ee8a4cb
Removed member variable mNext from MOAICCParticle.
IkeBart Aug 15, 2014
a86bc99
Added member variables and Lua accessor methods for tile deck propert…
IkeBart Aug 16, 2014
fbbc9d5
Added initializations for tile deck properties. Added class constant…
IkeBart Aug 18, 2014
8cb325b
Added deck and index properties to ParseXML(). Implemented the index…
IkeBart Aug 19, 2014
986379c
Formatted table in RegisterLuaFuncs().
IkeBart Aug 19, 2014
2a0b904
Added code in destructor of MOAICCParticleSystem to deallocate the ar…
IkeBart Aug 19, 2014
bb96195
Added documentation for some Lua methods of MOAICCParticleSystem.
IkeBart Aug 19, 2014
195a231
Added more documentation for Lua methods of MOAICCParticleSystem.
IkeBart Aug 19, 2014
dd740c3
Added documentation for remaining Lua methods of MOAICCParticleSystem.
IkeBart Aug 21, 2014
6a565c0
Removed all target memberships for ParticlePresets.cpp in OSX Xcode p…
IkeBart Dec 12, 2014
c321ca2
Added condition in MOAICCParticleSystem::Draw() to modulate color of …
IkeBart Dec 12, 2014
3a59f21
Added, registered and implemented lua function surge() in MOAICCParti…
IkeBart Dec 12, 2014
638997a
MOAICCParticleSystem: Actually removing the files that were just remo…
Dec 16, 2014
3c51eb2
MOAICCParticleSystem: Removed some commented lines from moaicore.cpp.
Dec 16, 2014
943b7e2
MOAICCParticleSystem: "ParticlePresets" dead lines are no longer need…
Dec 16, 2014
72bb27d
MOAICCParticleSystem: killing dead line.
Dec 16, 2014
57dc0a9
MOAICCParticleSystem: Don't think we should commit that. Cleaning up…
Dec 16, 2014
0dac55f
MOAICCParticleSystem: Added accessors for the individual components o…
Dec 16, 2014
731a0ed
MOAICCParticleSystem: Talked to Isaac and figured out what the empty …
aab29 Dec 29, 2014
fa86659
MOAICCParticleSystem: Converted tabs to spaces in both header and sou…
IkeBart Mar 2, 2015
54723cb
MOAICCParticleSystem: renamed member variables mFinishSize and mFinis…
IkeBart Mar 2, 2015
f37de89
MOAICCParticleSystem: renamed member variable mEmissionRate to mFrequ…
IkeBart Mar 2, 2015
adfe24e
MOAICCParticleSystem: Replaced member variable mLifespanTerm with mMi…
IkeBart Mar 2, 2015
91f32ed
MOAICCParticleSystem: Renamed member variables mMaxRadius and mMaxRad…
IkeBart Mar 2, 2015
98165f4
MOAICCParticleSystem: renamed member variables mLifespan and mLifespa…
IkeBart Mar 2, 2015
1b8f9e6
MOAICCParticleSystem: renamed member variables mRotPerSecond and mRot…
IkeBart Mar 2, 2015
5a96148
MOAICCParticleSystem: Changed allocation method of particle array mPa…
IkeBart Mar 3, 2015
c00b91b
MOAICCParticleSystem: Changed type of member variable mParticles to s…
IkeBart Mar 3, 2015
bff0e77
MOAICCParticleSystem: Adapted AddParticle(), Draw() and OnUpdate() to…
IkeBart Mar 3, 2015
20cabb9
MOAICCParticleSystem: converted tabs to spaces.
IkeBart Mar 3, 2015
09bdcf5
MOAICCParticleSystem: Adapted AddParticle() to use std::vector methods.
IkeBart Mar 3, 2015
a65ae48
Merge branch 'feature/ike-particles-std-vector' of https://github.com…
IkeBart Mar 3, 2015
aed4c4b
MOAICCParticle: Added constructor that takes a pointer to a MOAICCPar…
IkeBart Mar 4, 2015
40fb39c
MOAICCParticle: Implemented copy constructor and move constructor.
IkeBart Mar 4, 2015
87a0d96
MOAICCParticle: removed setting of other's properties to zero in move…
IkeBart Mar 4, 2015
5d62ee0
MOAICCParticleSystem: Removed optional parameter from Lua method rese…
IkeBart Mar 5, 2015
08e6ece
MOAICCParticleSystem: Simplified declarations of vector iterators by …
IkeBart Mar 5, 2015
aea5660
MOAICCParticle and MOAICCParticleSystem: Converted tabs to spaces.
IkeBart Mar 5, 2015
cf61721
MOAICCParticleSystem: Used shorter form for iterating through vectors…
IkeBart Mar 6, 2015
b479f5f
MOAICCParticleSystem: In ParseXML(), moved declaration of childElemen…
IkeBart Mar 6, 2015
39705d5
MOAICCParticle: added and implemented default constructor.
IkeBart Mar 6, 2015
f057987
MoaiSample and libmoai Xcode projects: Updated iOS Deployment Target …
IkeBart Mar 6, 2015
72c2085
Merge branch 'feature/ike-particles-surge' into feature/ike-particles…
IkeBart Mar 6, 2015
79aef04
MOAICCParticleSystem: Changed type of mParticles to std::list. Remov…
IkeBart Mar 6, 2015
4b94915
MOAICCParticleSystem: Removed declaration of temporary variable parti…
IkeBart Mar 7, 2015
0aa4189
MOAICCParticleSystem: Removed line to resize list mParticles in SetTo…
IkeBart Mar 7, 2015
58e56dd
MOAICCParticleSystem: Changed variable type for particle count member…
IkeBart Mar 9, 2015
7dfcd06
Merge branch 'feature/ike-particles-surge' into feature/ike-particles…
IkeBart Mar 9, 2015
42c4dd1
MOAICCParticleSystem: removed destructor definition and implementation.
IkeBart Mar 9, 2015
c7112e2
MOAICCParticleSystem: In ParseXML(), replaced calls to atoi() and ato…
IkeBart Mar 9, 2015
b5e75d1
MOAICCParticleSystem: In ParseXML(), changed second condition to comp…
IkeBart Mar 10, 2015
75ea561
MOAICCParticleSystem: Added code to print lines to the log when node …
IkeBart Mar 10, 2015
0c658c9
Fixing the partice size.
Mar 17, 2015
3672338
Tabs to spaces on one line in `MOAICCParticle`.
Mar 17, 2015
8af8885
MOAICCParticle: Haha... there was another "partice" that I missed.
Mar 18, 2015
724998e
Merge pull request #89 from mindsnacks/feature/ike-particles-std-vector
JayAustria Mar 19, 2015
7d24bb1
Add c++0x flag so Android recognizes move constructors
tonidero Mar 25, 2015
9d8230e
Merge pull request #90 from mindsnacks/fix/android-build
tonidero Mar 25, 2015
d867de7
MOAIFrameBuffer: Expose `mRenderCounter` with the Lua method `getRend…
Apr 28, 2015
2afc6a5
Merge pull request #91 from mindsnacks/feature/expose-render-count
Apr 28, 2015
dddf007
MOAIFreeTypeFont: Started collecting `xAdvance` and `xOffset` informa…
Jun 10, 2015
1a47369
MOAIFreeTypeFont: Now if a method is told to pass back a glyph table,…
Jun 10, 2015
009d659
MOAIFreeTypeFont: Went through and changed all instances I could find…
Jun 11, 2015
d905cf5
MOAIFreeTypeFont: Whoops. Forgot to check the header file for `int`s.
Jun 11, 2015
c1e4bc6
Merge pull request #92 from mindsnacks/feature/x-advance-and-x-offset…
JayAustria Jun 16, 2015
c186b6d
Xcode: Duplicated the schemes for libmoai-ios and renamed them libmoa…
Nov 3, 2015
5c52fa2
Xcode: Duplicated the *targets* for libmoai-ios and renamed them libm…
Nov 3, 2015
823505f
Xcode: Okay... Xcode is weird, and it added new schemes when I added …
Nov 3, 2015
5694981
Xcode: Making the targets target only tvOS. And changing the `TARGET…
Nov 3, 2015
d98a452
Xcode: If I take `AKU-iphone.mm` out of the tvOS target, a lot more s…
Nov 3, 2015
a6885c7
pch.h: taking out both `#include <fstream>` s (ha!). Filesystem acce…
Nov 3, 2015
2233514
Xcode: Unchecking a whole lot of boxes.
Nov 3, 2015
d1b09d9
Xcode: If I check these particular boxes, then the `libmoai-tvos` tar…
Nov 3, 2015
b395896
Xcode: Unchecking the box for `loslib.c`--it's the file that contains…
Nov 3, 2015
4e4ae3e
Merge pull request #94 from mindsnacks/feature/tvos
jeiting Nov 13, 2015
7b865e5
Rename libs to be consistent.
jeiting Nov 16, 2015
03f0ec7
This method relies on /dev/null and we weren't using it.
jeiting Nov 16, 2015
a49c1ac
Disable os functions. Apple TV does not allow it.
jeiting Nov 16, 2015
89ed871
Fix scheme names.
jeiting Nov 16, 2015
790849c
Better than a comment. Destroy all evidence.
jeiting Nov 16, 2015
68e7879
Merge pull request #95 from mindsnacks/feature/buzz-compat
jeiting Nov 16, 2015
10db82c
MOAIDraw: Added `fillStrip` method that does the same as `fillFan`, b…
Mar 1, 2016
17a6739
MOAIDraw: Hopefully this fixes the spacing?
Mar 1, 2016
a68b5bd
MOAIDraw: Okay... maybe this will fix it?
Mar 1, 2016
a44701e
Merge pull request #96 from mindsnacks/feature/moaidraw-fill-strip
Mar 1, 2016
5c36f77
MOAIFreeTypeFont: Delete `xAdvances` and `xOffsets` arrays when you'r…
Mar 10, 2016
8b61ddf
Merge pull request #97 from mindsnacks/feature/freetype-leak-fix
Mar 11, 2016
eb2ec57
Update libpng
tonidero Aug 9, 2016
b29b7bb
Delete unused files
tonidero Aug 9, 2016
22dd844
remove deprecated UILocalNotification
msun Aug 17, 2016
541a765
Merge pull request #101 from mindsnacks/fix/remove_uilocalnotification
jeiting Aug 18, 2016
3cebeff
Merge pull request #100 from mindsnacks/update-libpng
jeiting Aug 18, 2016
0c87e36
Update freetype 2.4.4 to freetype 2.7
tonidero Feb 9, 2017
f3d4530
Update android dependencies to updated library
tonidero Feb 9, 2017
911fb3d
Fix iOS build process
tonidero Feb 9, 2017
97a6b8b
Remove unnecesary overwrite of build settings
tonidero Feb 9, 2017
6ac8f52
Merge pull request #102 from mindsnacks/feature/make-moai-compatible-…
tonidero Jul 20, 2017
5dddf18
replaced call to ‘system’ with ‘posix_spawn’
Aug 9, 2017
876879f
updated call to respect types found in https://stackoverflow.com/ques…
Aug 9, 2017
6d7fa9b
added #ifndef ANDROID for android compatibility
Aug 9, 2017
4feaa93
moved environ to a static variable within os_execute
Aug 9, 2017
b1582dd
Merge pull request #103 from mindsnacks/feature/ios_11_compatibility
aboedo Aug 10, 2017
118c2d9
handle utf8 encoding via major updates to how lua strings work
jpoka Jan 24, 2018
2dbdbcb
more strict string length operator
jpoka Feb 6, 2018
55b9170
Merge pull request #105 from mindsnacks/feature/utf8-string-support
jpoka Feb 16, 2018
7b826fd
Use libc++ instead of libstdc++
tonidero Mar 27, 2018
18db6c8
Remove unused variable
tonidero Apr 9, 2018
ffd3b45
Merge pull request #106 from mindsnacks/feature/use-libc++
tonidero Apr 10, 2018
429c945
add MOAITextureRaw etc
jpoka Apr 17, 2018
f5e1d82
MOAIDataBuffer: add setData method for populating w/ lightuserdata
jpoka Apr 19, 2018
f7199b6
MOAIDataBuffer cast u64 to void *
jpoka Apr 21, 2018
9caeece
match signed types per djinni interface
jpoka Apr 23, 2018
7bffe14
Merge pull request #107 from mindsnacks/feature/video-moai-dev
jpoka Apr 25, 2018
f44172a
Fix all code related warnings
tonidero May 2, 2018
9018344
Use recommended settings on moai project
tonidero May 2, 2018
7520da6
Fix some more warnings
tonidero May 2, 2018
55528da
Merge pull request #109 from mindsnacks/fix/warnings
tonidero May 3, 2018
5a0cc50
Fix comma warnings
tonidero Jun 29, 2018
f3a597d
Merge pull request #110 from mindsnacks/fix/comma-warnings
tonidero Jun 29, 2018
043ec94
Change STL and platform to support latest android versions
tonidero Oct 3, 2018
9f14509
Merge pull request #111 from mindsnacks/fix/android-latest-updates
tonidero Oct 3, 2018
fdc4b95
Support building moai in arm 64 bit
tonidero Jun 11, 2019
ad7fdaa
Merge pull request #112 from mindsnacks/feature/support-android-64-bit
Jun 11, 2019
ed98d02
Bump from MEDP to HIGHP
Jun 19, 2019
c822860
Merge pull request #113 from mindsnacks/feature/increase_shader_preci…
Jun 19, 2019
5212e07
Fix crash when processing some touch events
tonidero Oct 29, 2019
120b6bb
Merge pull request #114 from mindsnacks/fix/crashes-on-certain-touch-…
tonidero Oct 30, 2019
172f555
Support changing frame rate
tonidero Dec 2, 2019
8342643
Merge pull request #115 from mindsnacks/feature/support-changing-fram…
tonidero Dec 2, 2019
9e156c5
Build moai for desktop 32 bits
tonidero Apr 23, 2020
cf8d2a7
Merge pull request #116 from mindsnacks/feature/build-moai-desktop-32
tonidero Apr 23, 2020
eb58a50
remove TapJoyConnect
msun May 15, 2020
1889116
remove chartboostiOS-2.9.1
msun May 16, 2020
b85fe23
remove facebookiOS-3.0.6.b
msun May 16, 2020
ada2faa
remove adcolonyiOS-197
msun May 16, 2020
0d0865a
remove more ad colony
msun May 17, 2020
a83be10
Merge pull request #119 from mindsnacks/remove/UIWebView_for_mindsnac…
msun May 18, 2020
3b9e3db
Add cmake to build moai in android
tonidero Jul 22, 2020
47abafc
Merge pull request #120 from mindsnacks/feature/add-cmake-for-android
tonidero Jul 22, 2020
724ae30
divide by 255 so we get the correct colors for premultiplied alpha pngs
goofanader Sep 8, 2020
39f3107
Merge pull request #121 from mindsnacks/fix/premultiplied-alpha-pngs-…
goofanader Sep 8, 2020
6879040
deployment target.
kathik-ios Sep 15, 2020
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.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ xcuserdata/
DerivedData/
*.pbxuser
*.perspectivev3
*.xccheckout

# Artifacts when building with CMake
CMakeFiles
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/adcolonyiOS-197/.gitignore

This file was deleted.

Binary file not shown.
Binary file removed 3rdparty/adcolonyiOS-197/Documentation/W-9 Form.pdf
Binary file not shown.
195 changes: 0 additions & 195 deletions 3rdparty/adcolonyiOS-197/Library/AdColonyPublic.h

This file was deleted.

Binary file removed 3rdparty/adcolonyiOS-197/Library/libAdColony.a
Binary file not shown.
96 changes: 0 additions & 96 deletions 3rdparty/adcolonyiOS-197/README.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Loading