commit a6fb2a3b49b52dfb559956a6dc3b2f59373f8487
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 15:19:38 2016 -0700
Added a check to make TmxFile2D::SetInfo return false and do nothing if there is already layer data, likely to pretty well corrupt rendering and possible access invalid memory without it in worst-case.
commit a1e5150f993f92ae84a0513718ee2eee7bbbf2f0
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 15:16:34 2016 -0700
Helps to return success, was planning for more functionality there, but TmxFile and Tilemaps need an overhaul.
commit 39618ce0713db0246a252e8f7ca8c03d39725338
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 13:44:33 2016 -0700
Forgot a pointer...
commit 1f9e5caa3e888deedb7c3be48cfa3726adaaf4fd
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 13:43:34 2016 -0700
Removed the .gitignore change, better to build out-of-tree in any case.
commit f56598abdebe33a125769c527495412e759ea532
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 13:31:51 2016 -0700
Fix TmxFile2D::SetInfo
commit 108b0ccea1f842f676085a43c73613a8ed2bf786
Merge: 4b5d636 75fbe73
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 12:58:40 2016 -0700
Added setter for SpriteSheet2D to actually be able to set a texture. Closesurho3d/Urho3D#1202
commit 4b5d6364d67f26ad7ee38257fa2a6026750a93ff
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 12:56:27 2016 -0700
Added setter for SpriteSheet2D to actually be able to set a texture. Closesurho3d/Urho3D#1202
commit 75fbe730ef0d8fcc9db7b1831b602836e1093d14
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 12:56:27 2016 -0700
Added setter for SpriteSheet2D to actually be able to set a texture.
commit 4352d1283b27665a3090145b6608bf724c73add5
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 12:41:55 2016 -0700
Some setters for the Tilemap, but stopped, need to rewrite it to properly fix it, *way* too integrated with the TMX foramt for some reason...
commit 23dd624dbc7ed89658c394c9cac13d33c9d2df74
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 12:25:56 2016 -0700
Fix gitignore to ignore a build directory
commit bfec381022e57f130b502f8c4877127460e6f351
Merge: 1851f27 281de05
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Feb 19 11:52:00 2016 -0700
Merge remote-tracking branch 'upstream/master'
commit 1851f27124b5eca2851771df7d4097f97d8d129d
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Sat Nov 15 00:22:39 2014 -0700
Revert "Spelling fix: curent -> current"
This reverts commit 644eed43e9a61b7fedc01a21fb6a17244a815a51.
commit 644eed43e9a61b7fedc01a21fb6a17244a815a51
Author: OvermindDL1 <overminddl1@gmail.com>
Date: Fri Nov 14 23:43:49 2014 -0700
Spelling fix: curent -> current
Attempt to fix issue with CI mirror deletion for VS-CI.
Only apply the verbosity option for msbuild when building RUN_TESTS and not when building other targets.
[ci package]
Commit: 633a6fa512
Message: Add function to get a per-face image to TextureCube AngelScript API. Similar to GetImage for Texture2D, does not support block compressed formats.
Since the ctest -VV does not reveal anything useful in troubleshooting the 39_CrowdNavigation demo, attempt to increase the verbosity of msbuild output to see it could reveal anything useful.
Revert previous changes to do a force push on the 'git subtree add' rake task as it is quite dangerous to do so. Trade off the convenience to prevent potential accident to lose the subtree branch due invalid operation.
Bitten by ancient Ubuntu 12.04 LTS again. Its Rake/yaml module still uses old convention to output "non-specific tag" in front of value with reserved yaml symbols although they are already escaped in quotes.
Related to #1200.