Commit Graph

  • 113c799f87 Removed period after make to avoid confusion master _ 2018-05-19 18:54:46 -0700
  • 38b9563a28 Updated section regarding build & added python section _ 2018-05-19 18:48:44 -0700
  • 4a238b4f92 Changed Readme for release _ 2018-05-19 18:42:44 -0700
  • 4477d2a239 Adjustments, typo fixes, and clarifications in docs _ 2018-05-19 17:58:13 -0700
  • b1897c34a9 Added documentation for devil1tex.getheader() _ 2018-05-19 17:56:21 -0700
  • 45a07283e7 Wrote documentation for devil1geo.getheader() _ 2018-05-19 17:54:04 -0700
  • ee9644b5d1 Merge branch 'feature/pythonbinding' of scuti/lib3ddevil1 into master suhrke 2018-05-19 17:42:53 -0700
  • 182567a634 Merge branch 'python/finalize' of scuti/lib3ddevil1 into feature/pythonbinding suhrke 2018-05-19 17:36:52 -0700
  • 5b16a0eadc Merge branch 'python/abspath' of scuti/lib3ddevil1 into python/finalize suhrke 2018-05-18 17:01:30 -0700
  • 27a43e5943 Removed path manipulations for single absolute path to build location of .so _ 2018-05-18 16:49:06 -0700
  • 7b8f8a2e78 Merge branch 'feature/documentation' of scuti/lib3ddevil1 into python/finalize suhrke 2018-05-18 13:06:49 -0700
  • f34289def9 Updated texture example to iterate through all textures. _ 2018-05-18 01:58:18 -0700
  • 549105e536 Updated example for current version of python interface _ 2018-05-18 01:48:10 -0700
  • 1cdccac787 Merge branch 'python/finalize' of https://git.teknik.io/scuti/lib3ddevil1 into feature/documentation _ 2018-05-18 01:47:03 -0700
  • 52de706a96 gettextures() returns list of writable byte arrays _ 2018-05-17 22:44:00 -0700
  • b45ab07aa5 Wrote documentation for the python interface _ 2018-05-17 21:54:34 -0700
  • 8b1142e31d Merge branch 'python/finalize' of https://git.teknik.io/scuti/lib3ddevil1 into feature/documentation _ 2018-05-17 17:56:19 -0700
  • e63154cd7f Changed SystemExit exception to RuntimeError surkeh 2018-05-17 16:58:45 -0700
  • 979c5f4aaa Updated fn call in test _ 2018-05-17 16:46:45 -0700
  • 95836e0dfa Fixed unupdated name _ 2018-05-17 16:46:13 -0700
  • 6b5931c979 Added consistent names for methods for textures _ 2018-05-17 16:34:07 -0700
  • 058e395735 Added consistent naming for methods for geo _ 2018-05-17 16:30:01 -0700
  • 0c86779304 Merge branch 'python/importing' of scuti/lib3ddevil1 into python/finalize suhrke 2018-05-17 16:20:15 -0700
  • e63ddfb838 Added library to path to search for .so _ 2018-05-17 15:28:28 -0700
  • 9b9f0bd6ee Fixed issues caused by importing from __init__ statements _ 2018-05-17 15:20:39 -0700
  • 911a1ad840 Added return statement for fn in __init__ _ 2018-05-17 15:07:17 -0700
  • 360de0dea5 declared function where del sharedlib is not needed anymore _ 2018-05-17 14:00:52 -0700
  • a2d91cd56b Handled exception where .so can not be loaded. _ 2018-05-17 12:01:16 -0700
  • 53ec9b0474 Added exceptions for textures objects _ 2018-05-17 11:35:43 -0700
  • cef4720e42 Added exceptions for pld getheader() _ 2018-05-17 11:35:19 -0700
  • 201df8d366 Tested exceptions thrown _ 2018-05-17 11:26:01 -0700
  • 2c3aba370f Corrected return value for geo's getheader _ 2018-05-17 11:14:24 -0700
  • 4b574f9456 Added raise RuntimeError blocks for all pyobjects in geo _ 2018-05-17 11:08:58 -0700
  • f4e5dfa269 removed stray #! surkeh 2018-05-17 00:02:17 -0700
  • 6ffe6f57ec Raise exception if python mesh fails to extract meshes surkeh 2018-05-16 22:32:43 -0700
  • 43afe7bf70 Cleanup: #!s, prints, exceptions, more consistent naming surkeh 2018-05-16 22:10:46 -0700
  • a5abb9d24f Added final names for pld component _ 2018-05-16 20:18:37 -0700
  • 42e2d88734 Fixed importing from external directory _ 2018-05-15 17:35:24 -0700
  • 2c44adf7a2 Moved out repeated code to __init__ & .so loaded once only _ 2018-05-15 15:04:53 -0700
  • d8e1c45156 split python file into parts _ 2018-05-15 12:42:16 -0700
  • e9c9b51f16 Merge branch 'feature/altpyobject' of scuti/lib3ddevil1 into feature/pythonbinding suhrke 2018-05-14 19:59:01 -0700
  • b1b281cccd Resolve issue with getting textures. _ 2018-05-13 14:38:53 -0700
  • 2f98c2a1a2 Added getter attributes for geo header _ 2018-05-13 14:07:21 -0700
  • a2d4aaae11 Fixed missing colon at fn define _ 2018-05-13 13:53:11 -0700
  • cb96add3f2 Added getter functions for mesh header attributes _ 2018-05-13 13:52:09 -0700
  • a8d2cfeb4a Added getbatchdata function _ 2018-05-13 13:47:22 -0700
  • 7835a8d90d Added get functions for bones _ 2018-05-13 11:28:23 -0700
  • c45c8d758a Added getuvs() _ 2018-05-13 09:54:57 -0700
  • 650178f3a4 Added getnormals() _ 2018-05-13 03:43:50 -0700
  • 8fdc05b9c0 Added getpositions and printable coordinates _ 2018-05-13 03:38:23 -0700
  • e4aeba9421 Added init and show for Meshes _ 2018-05-13 02:44:05 -0700
  • 49a3c8f0b7 Added init and show for mesh headers _ 2018-05-13 01:33:12 -0700
  • accf440047 Added interface for GEOHeader _ 2018-05-13 01:08:56 -0700
  • 626fc66d64 Added notice about questionably working Textures _ 2018-04-27 05:25:26 -0700
  • b30359aabc Fixed TEXtureBatchDescriptor _ 2018-04-27 04:57:35 -0700
  • 62841adcb9 Fixed TEXturePack struct _ 2018-04-27 04:44:55 -0700
  • be691baffb Added python interface of texture component _ 2018-04-27 04:42:18 -0700
  • 9e595dd165 Fixed minor indenting issue on doc-geo.txt _ 2018-04-26 22:26:33 -0700
  • a5f91d155f Merge branch 'feature/documentation' of scuti/lib3ddevil1 into master suhrke 2018-04-25 14:57:33 -0700
  • 295b826e36 Added missing description for printcoordinate() 2018-04-25 05:06:09 -0700
  • 012abafa27 Added segment about the namespace 2018-04-25 04:59:00 -0700
  • e9fa07b695 Minor adjustments 2018-04-25 04:56:37 -0700
  • 063a091d7f Added example for geo component 2018-04-25 04:55:03 -0700
  • bc6b2081e0 Added small description of texture file format 2018-04-25 04:49:39 -0700
  • eca26f2059 Added docs for geo component 2018-04-25 04:49:15 -0700
  • b2ddc14a63 Added example of getting all textures 2018-04-25 04:12:48 -0700
  • 4bed12289b Added docs for texture component 2018-04-25 03:58:33 -0700
  • e06d7dcd8f Adjusted constructor to allow default 'blank' pld's _ 2018-04-24 21:51:11 -0700
  • a349c8da52 Added pythonic PLDHeader object _ 2018-04-24 21:19:44 -0700
  • 01815bc90f Added demonstration of design _ 2018-04-24 19:25:26 -0700
  • 790afd9960 Added pack to packed structs _ 2018-04-24 19:15:39 -0700
  • 8585702471 Fixed access of offset attribute in PldHeader _ 2018-04-24 18:46:10 -0700
  • 7736a50e7f Fixed typo and correctly print geoheader _ 2018-04-24 04:58:21 -0700
  • fc7558a0b6 Merge branch 'fix/pointerofpointer' of scuti/lib3ddevil1 into feature/pythonbinding suhrke 2018-04-24 04:18:41 -0700
  • 16ece81bcf Fixed getbatchdesc() _ 2018-04-24 04:08:52 -0700
  • 918e12544d Fixed getmeshheader() _ 2018-04-24 03:58:51 -0700
  • 360d57477d Add *.gch to make clean recipe surkeh 2018-04-23 18:57:57 -0700
  • a12140f4ac Merge branch 'feature/getheaderfns' of scuti/lib3ddevil1 into feature/pythonbinding suhrke 2018-04-23 18:44:58 -0700
  • 438ba04efb Added bindings for new functions _ 2018-04-23 17:59:46 -0700
  • 9a14430a88 Fixed segmentation fault by clarifying pointer of pointer _ 2018-04-23 17:43:04 -0700
  • 046e1f8617 Replaced old casts with function calls _ 2018-04-23 17:28:39 -0700
  • 6d0b82682e Added getheader() functions for tex and geo component _ 2018-04-23 17:15:56 -0700
  • d6ef6e3dc5 Added brief overview _ 2018-04-22 17:59:52 -0700
  • 23405ca83e Added document for pld component _ 2018-04-22 17:37:35 -0700
  • e111ff2e07 Add __init__.py to bindings surkeh 2018-04-22 14:59:30 -0700
  • c1bb8c457f Added interface for geometry functions _ 2018-04-22 06:48:19 -0700
  • d71a89b840 Added python interface for texture functions _ 2018-04-22 06:02:32 -0700
  • 71f6517a94 Python can read a pld header _ 2018-04-22 03:39:08 -0700
  • 3f76eddbce Makefile creates .so (internall a .dll on windows?) surkeh 2018-04-21 15:44:09 -0700
  • b6947d8f11 Adjustment on readme on building _ 2018-04-21 04:29:13 -0700
  • d888298afd Added struct for PldHeader and related function _ 2018-04-21 03:39:25 -0700
  • f77c2f8920 Merged a/iosanitycheck into master surkeh 2018-04-19 16:08:36 -0700
  • 9b70b10565 writemesh() variable previousBatch renamed to endOfPrevious surkeh 2018-04-19 14:48:32 -0700
  • 889a3e44a6 Offset sanity checks surkeh 2018-04-19 05:58:35 -0700
  • 6afa14c124 Merge branch 'scuti/warnings' of scuti/lib3ddevil1 into master suhrke 2018-04-19 05:52:07 -0700
  • 7dc8bfced3 Addressed compiler warning in texture demo / pointer types _ 2018-04-19 05:49:16 -0700
  • 444e157d77 Minor adjustments of spacing and alignment _ 2018-04-19 05:46:23 -0700
  • 9f614e794c Addressed compiler warnings for geometry module _ 2018-04-19 05:42:44 -0700
  • dd5af2004d Addressed warnings for texture module _ 2018-04-19 05:30:13 -0700
  • ed2ee7bf71 Added -Wall to flags and moved devil1geo.o to main directory _ 2018-04-19 05:19:38 -0700