aboutsummaryrefslogtreecommitdiff
path: root/core/image.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Added a PVRTC encoder for iOSJuan Linietsky2015-04-061-0/+12
|
* UDP FixesJuan Linietsky2014-11-131-0/+9
| | | | | | | | | | | | | | -=-=-=-=- Curse the day I decided to port UDP code, as it ended up being two nights of work. At least It's done now (I hope). -Fixed UDP Support, API seems stable -Added UDP Chat demo (chat that can lose your packets, heh) -Added helpers to areas and bodies to get list of collided bodies and contained bodies. -Sped up screen/viewport capture code. -Added code to save an image as PNG -Small fix so scripts register their singletons after modules did.
* missing fils from yesterday comit.Juan Linietsky2014-10-031-0/+20
| | | | | must have made some mistake with git, not sure why they were not sent..
* FineTune HDR and Other StuffJuan Linietsky2014-06-171-2/+336
| | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- -More parameters to ESM shadows -LightMap Octree now can bake to "hdr" (use HDR8 for now) -New resource PolygonPathFinder, polygon based pathfinder using A-star algorithm. (will add nodes to use it more easily soon)
* More 3D WorkJuan Linietsky2014-06-161-0/+39
| | | | | | | | -=-=-=-=-=- -ESM Shadow Mapping for softer and less glitchy shadows -HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end) -Fix to xml parse bug
* Light Baker!Juan Linietsky2014-06-111-3/+6
| | | | | | -=-=-=-=-=-= -Support for lightmap baker, have fun figuring out how it works before tutorial is published.
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+25
| | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-= -Auto indenter in code editor, this makes it much easier to paste external code. -Zoom in 2D viewport now uses the mouse pointer as reference. -Obscure hack to see where code/line of GDScript in C++ backtrace. -Fixed a bug where keys would get stuck on X11 if pressed simultaneously -Added Api on IP singleton to request local IPs. -Premultiplied alpha support when importing texture, editing PNGs and as a blend mode.
* -Added ATITC texture supportJuan Linietsky2014-02-261-1/+16
| | | | | -Fixed bug of some tabs showing wrong names -Exported properties for viewport
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1737