FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/lua-headers/moai.lua - moai/moai-dev · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
moai
/
moai-dev
Public
Notifications
You must be signed in to change notification settings
Fork
312
Star
963
Code
Issues
161
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
moai-dev
src
lua-headers
moai.lua
on
develop
User selector
Datepicker
Commit history
Commits on Jun 1, 2017
better error reporting from MOAIXmlParser
Patrick Meehan
committed
c584f6b
View commit details
Copy full SHA for c584f6b
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
starting fixes for PI; fixed a memory stomp in shader uniform handling; fixed an error with mapping uniform indices to and from attribute names
Patrick Meehan
committed
793a4c0
View commit details
Copy full SHA for 793a4c0
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
renamed MOAILayer to MOAIPartitionLayer
Patrick Meehan
committed
67aff3c
View commit details
Copy full SHA for 67aff3c
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
fairly deep reworking of MOAIRender* to better support multipass; removed some no longer supported deck types; removed more wrappers and renamed in moai.lua; renamed MOAIAbstractDrawable to MOAIDra…
Show description for 54580d7
Patrick Meehan
committed
54580d7
View commit details
Copy full SHA for 54580d7
View code at this point
Browse repository at this point
Commits on Jan 2, 2017
killed 2D wrappers for MOAIGraphicsProp, MOAILayer, MOAICamera, MOAITransform; 3D interface is now default interface
Patrick Meehan
committed
8e73d6c
View commit details
Copy full SHA for 8e73d6c
View code at this point
Browse repository at this point
Commits on Jan 1, 2017
Happy New Year!
Patrick Meehan
committed
95f1814
View commit details
Copy full SHA for 95f1814
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
renamed MOAIGfxDevice to MOAIGfxMgr
Patrick Meehan
committed
a11302c
View commit details
Copy full SHA for a11302c
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
many small fixes - gfx async
Patrick Meehan
committed
453ffd5
View commit details
Copy full SHA for 453ffd5
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
cherrypicked fixes to samples from feature/no-es1
Patrick Meehan
committed
fd65fa3
View commit details
Copy full SHA for fd65fa3
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
formally added material interface to MOAIGraphicsProp (no moai.lua); added missing calls to MOAIGfxResource::FinishInit () to MOAIFrameBufferTexture and MOAIImageTexture; made sure MOAITextLabel st…
Show description for e9bd94d
Patrick Meehan
committed
e9bd94d
View commit details
Copy full SHA for e9bd94d
View code at this point
Browse repository at this point
Commits on Apr 25, 2015
expose MOAIScriptNode attributes to Lua as fields in member table
Vavius
committed
a9e3a43
View commit details
Copy full SHA for a9e3a43
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
improvements to multi-material; introduction of material IDs to MOAIQuadDeck2D and MOAIQuadListDeck2D.
Patrick Meehan
committed
3fafde9
View commit details
Copy full SHA for 3fafde9
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
backed out changes to MOAIInputMgr; refactor/update/fixes to MOAIMotionMgrIOS
Patrick Meehan
committed
66f6b12
View commit details
Copy full SHA for 66f6b12
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
merged in lates (android build stuff) from develop-zipline
Patrick Meehan
committed
3b37f84
View commit details
Copy full SHA for 3b37f84
View code at this point
Browse repository at this point
Commits on Feb 28, 2015
added support for multiple event listeners to MOAIApp
Patrick Meehan
committed
cd50f0f
View commit details
Copy full SHA for cd50f0f
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
reworked test runner to internalize coroutine wrapper; added support for test timeout
Patrick Meehan
committed
ead5e22
View commit details
Copy full SHA for ead5e22
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
big merge from community/develop
Patrick Meehan
authored and
Patrick Meehan
committed
439499e
View commit details
Copy full SHA for 439499e
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
new flavor of test runner
Patrick Meehan
committed
ac82484
View commit details
Copy full SHA for ac82484
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
fixed bug in list directories
Patrick Meehan
committed
9214825
View commit details
Copy full SHA for 9214825
View code at this point
Browse repository at this point
Commits on Dec 23, 2014
Merge pull request #1047 from patrickmeehan/develop
Show description for 179d684
Patrick Meehan
committed
179d684
View commit details
Copy full SHA for 179d684
View code at this point
Browse repository at this point
Commits on Dec 20, 2014
tweaks to MOAITrace; addition of zl_socket to zl-util module (adapted from luasocket)
Patrick Meehan
committed
57580c8
View commit details
Copy full SHA for 57580c8
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
added recording and playback mechanism for MOAIInputMgr
Patrick Meehan
committed
adaa36f
View commit details
Copy full SHA for adaa36f
View code at this point
Browse repository at this point
Commits on Dec 15, 2014
first pass of experimental trace feature
Patrick Meehan
committed
e149b35
View commit details
Copy full SHA for e149b35
View code at this point
Browse repository at this point
Commits on Dec 14, 2014
fix curl build on iphone, restore luaext features now that curl can work
Show description for d177108
halfnelson
committed
d177108
View commit details
Copy full SHA for d177108
View code at this point
Browse repository at this point
Commits on Nov 13, 2014
added calls to discard and suspend input events; added input queue autosuspend feature
Patrick Meehan
committed
b99702d
View commit details
Copy full SHA for b99702d
View code at this point
Browse repository at this point
Commits on Nov 10, 2014
moved MOAIMotionMgrIOS into its own module; fixed glitch in MOAIInputQueue declaration
Patrick Meehan
committed
a3cbb92
View commit details
Copy full SHA for a3cbb92
View code at this point
Browse repository at this point
Commits on Nov 8, 2014
changed MOAIActionMgr to MOAIActionTree and changed MOAIInputMgr to MOAIInputQueue; added both to MOAISim and exposed as globals for back compat
Patrick Meehan
committed
633a893
View commit details
Copy full SHA for 633a893
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
more refactor/cleanup of streams; exposed method through AKU to check if default framebuffer clear color is opaque
Patrick Meehan
committed
0ef455f
View commit details
Copy full SHA for 0ef455f
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
moved and renamed MOAIAudioSampler; updated to match latest from Plumzi
Patrick Meehan
committed
22e43a7
View commit details
Copy full SHA for 22e43a7
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
fixed build to exclude WebP (will enable later)
Patrick Meehan
committed
288f478
View commit details
Copy full SHA for 288f478
View code at this point
Browse repository at this point
Commits on Oct 26, 2014
removed support for lua curl; updated moai.lua to allow for platform independent implementation of bindings (such as MOAIBilling)
Patrick Meehan
committed
5e9d6a0
View commit details
Copy full SHA for 5e9d6a0
View code at this point
Browse repository at this point
Commits on Oct 23, 2014
Fixed the MOAITextLabel.
Show description for 8b04c40
makotok
committed
8b04c40
View commit details
Copy full SHA for 8b04c40
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
integration of development-1.5 with develop
Patrick Meehan
committed
f95d520
View commit details
Copy full SHA for f95d520
View code at this point
Browse repository at this point
Commits on Aug 22, 2014
Fixed bug that prevented setting no clear color at all
Show description for f618eca
DanielSWolf
committed
f618eca
View commit details
Copy full SHA for f618eca
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
renamed MOAIGlyphCache to MOAIDynamicGlyphCache; added glyph render callback
Patrick Meehan
committed
f3faf2a
View commit details
Copy full SHA for f3faf2a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL