2fe6f269a1Added an image loader system, wherein files to be loaded notify the display of their status. The status of images can be polled by an App thereafter. Added fairly limited Spritesheet and Sprite Drawables. Added vertical and horizontal centering flags, as well as scale to parent element flags for the display. Some changes may have broken other functionality, but this is likely moot, as CBDL will be rewritten later on.
master
kts
2014-09-18 17:44:29 -0600
3fb2511b53Added callback system to CBDL.Event, allowing for a scope-aware function to be triggered when any Event comes in. This can be used as an alternative to a standard poll-based Loop. Added additional code related to adding and firing custom Events, even to objects that are not DOM elements - this needs work, however. Added the Line object to CBDL.Graphics. This is fully implemented in the Canvas renderer, but needs to be properly implemented in the Div renderer. Fixed Div renderer's String object to use the xmp element type rather than div for rendering text.
kts
2014-09-04 16:05:53 -0400
8d1a4f86f5Fixed FILL video mode to allow for proper resize handling. Added some additional functionality to get the width in pixels of a string by creating, measuring, and destroying a hidden div containing the wanted string in a given Font.
kts
2014-08-12 17:47:41 -0700
9d5fcedf00Fixed CANVAS_2D rendering for boxes, added setColor, setSize, and setScale to Box and Drawable. Other CANVAS_2D fixes to allow similar support to DIV backend. Also added VideoMode flags FILL, for filling the window size, and ABSOLUTE, for absolute and top-left positioning
HEAD
kts
2013-08-04 22:32:40 -0700
44678b18afpew pew, no idea
kts
2013-08-04 11:25:51 -0700
8e14a7aea6No idea, as I hadn't committed in months
kts
2013-07-02 19:28:26 -0700
2f3a24e8a6forgot to add test.gif and test.png
kts
2013-03-20 19:11:02 -0700
97b448abe8Added a buncha display backend stuff. Currently implemented is an HTML5 canvas display and a traditional Div-based display using CSS3 for rotation, scaling, etc.. Stub in-place for WebGL 2D Display
kts
2013-03-20 19:08:33 -0700
73f99487eaMade Events work under IE, added some TODO for Events. Other minor adjustments for IE9+ compatability ( <=IE8 needs some fixes)
kts
2013-03-17 22:50:32 -0700
7ad8029abfAdded the Events system, created proper Graphics.Display backends and made them selectable on start, created Graphics.Drawable stubs, tidied up and messied up some of them codes
kts
2013-03-17 21:45:08 -0700
cb336968a7Made some minor changes to CBDL, added some TODO issues that need to be resolved. Mainly to test commits from a mobile platform
Meegwun Southall
2013-03-15 11:13:49 -0700
2820319212Added base CBDL files. At the moment, CBDL.Loop is broken and CBDL.Includes are hacked - to be fixed, but initial commits are important!
kts
2013-03-14 23:11:30 -0700