YetAnotherNewbProject Code
Brought to you by:
zmobchomper
File | Date | Author | Commit |
---|---|---|---|
Debug | 2011-05-16 | zmobchomper | [r7] |
maps | 2011-04-24 | zmobchomper | [r1] First commit. |
pugixml | 2011-04-24 | zmobchomper | [r1] First commit. |
README.txt | 2011-05-16 | zmobchomper | [r9] |
Untitled.jpg | 2011-04-24 | zmobchomper | [r1] First commit. |
allegro.log | 2011-05-13 | zmobchomper | [r6] |
allegro5test.vcxproj | 2011-05-16 | zmobchomper | [r7] |
allegro5test.vcxproj.filters | 2011-04-24 | zmobchomper | [r1] First commit. |
allegro5test.vcxproj.user | 2011-04-24 | zmobchomper | [r1] First commit. |
blah.png | 2011-04-24 | zmobchomper | [r1] First commit. |
main.cpp | 2011-05-16 | zmobchomper | [r7] |
test.png | 2011-05-16 | zmobchomper | [r7] |
yahf.h | 2011-05-16 | zmobchomper | [r7] |
|YetAnotherNewbProject (Hosted on Sourceforge)| |Developed by Zmobchomper(Zach P) | |Artwork by Zmobchomper && Ntuni | |---------------------------------------------| [[LIBRARIES]] YANP is written from the ground up with the exception of a few libraries. Libraries marked with [NOT_INCLUDED] must be downloaded and installed seperately. {BEGIN_LIST} 1) Allegro 5.0.2 [NOT_INCLUDED] www.allegro.cc 2) PugiXML 1.0 [INCLUDED] www.pugixml.org {END_LIST}; [[MAP EDITING]] Maps are created and saved using Tiled Map Editor which can be found at www.mapeditor.org As of the current revision, the maps must be saved in Plain-XML format. [[COMPILING]] YANP is written for and meant to be compiled on MSVC10. Compiling is standard business. Make sure Allegro is properly linked with the project and everything should compile fine. I started this project with a fresh workbench so there should be minimal inconsistencies with a fresh copy of MSVC++ Express 2010. [[LEGAL STUFF]] PugiXML: http://www.opensource.org/licenses/mit-license.html (Obligatory Disclaimer) DISCLAIMER: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. (Jacked from the Allegro webpage. I feel it's suitable here)