Commit Graph

23 Commits

Author SHA1 Message Date
raysan5 1a879ba08e Refactor SpriteFont struct
Now it uses CharInfo data, this way, it's better aligned with the future
RRES file format data layout for sprite font characters.
2017-02-05 02:59:39 +01:00
raysan5 61f6b0f707 Removed GetNextPOT(), review TraceLog() 2017-01-15 01:10:23 +01:00
Saggi Mizrahi b2d4cd66a7 Fix warnings in lua binding
Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
2016-12-22 03:26:46 +02:00
Ray b8481369f7 Reviewed some lua examples and added new ones 2016-11-22 12:15:58 +01:00
Ray 85c400c006 rlua: Added functions notes
Functions that need to manage big data arrays don't work properly, that
functionality should be reviewed...
2016-11-21 00:07:31 +01:00
Ray f0626324ab rlua: Added some missing functions
Updated to raylib 1.6 functionality
2016-11-21 00:00:27 +01:00
raysan5 76a67a149e Added new wave functions to lua binding 2016-10-12 10:27:14 +02:00
raysan5 959a228815 Removed useless spacing 2016-08-16 11:09:55 +02:00
Ray eb9072a2f1 Renamed functions for consistency 2016-08-10 12:20:46 +02:00
raysan5 7fbd821727 Some code review tweaks 2016-08-07 13:51:01 +02:00
Ray 2c079d7c6e Review Lua examples and formatting 2016-08-07 11:14:08 +02:00
ghassanpl 47b6e62744 Fixed bug with BoundingBox Lua constructor
Fixed use-after-free in DestroyLight
2016-08-06 22:14:49 +02:00
ghassanpl 6f27941e28 GetDroppedFiles and SetShaderValue in Lua working
Exposed Texture2D.id to Lua
Lights now have settable/gettable fields
2016-08-06 21:51:08 +02:00
raysan5 58c762baa3 Replaced tabs by spaces 2016-08-06 19:30:13 +02:00
Ray 7f9513fbf4 Merge pull request #173 from ghassanpl/develop
Fixes for some Lua bugs
2016-08-06 17:09:57 +02:00
ghassanpl 4960e6b6d7 Fixes for some Lua bugs 2016-08-06 16:58:48 +02:00
raysan5 3b80e2c1e0 Redesigned gestures module to header-only 2016-08-06 16:32:46 +02:00
raysan5 5f1b4e9474 Updated Lua module 2016-08-06 11:30:34 +02:00
raysan5 80789e6140 Updated Lua binding 2016-08-04 13:40:53 +02:00
raysan5 055d501345 Corrected bug 2016-08-03 23:25:39 +02:00
raysan5 70ec517fda Updated some functions 2016-08-03 23:15:44 +02:00
raysan5 5c30e079f4 [rlua] new module: raylib Lua binding 2016-08-03 21:39:22 +02:00
raysan5 735968e685 [rlua] new module: raylib Lua binding 2016-08-03 21:38:21 +02:00