Commit Graph

22164 Commits (1f2349ef6e82b7b1b82e1de6db2776e2043fb18d)
 

Author SHA1 Message Date
Nicolay Korslund 752237e245 Completed material code. Not tested. 15 years ago
Nicolay Korslund 9b7c995ae6 Completed Ogre mesh insertion, started working on material decoding. 15 years ago
Nicolay Korslund 14b91fb271 Cosmetic changes 15 years ago
Nicolay Korslund 31d971e076 Started porting old meshloader.d 15 years ago
Nicolay Korslund 0b4b40a634 Added type specifier to Nif records for easier identification. 15 years ago
Nicolay Korslund 908ef1c6ca Made combined ogre/bsa/nif test, started working on NIFLoader 15 years ago
Nicolay Korslund cbb5252387 Fixed manual mesh loader test, now works :) 15 years ago
Nicolay Korslund c1b31acece Added first test, doesn't work :( 15 years ago
Nicolay Korslund 45035eef49 Added testall.sh script 15 years ago
Nicolay Korslund b739205ff6 Started making ogre_manualresource_test.cpp 15 years ago
Nicolay Korslund d6e4dc0b2a Added nif_bsa_test, tested nif reader on Morrowind.bsa 15 years ago
Nicolay Korslund 7191c51828 Finished all NIF records 15 years ago
Nicolay Korslund f773ef4b45 Finished data.h, extra.h and node.h 15 years ago
Nicolay Korslund c0d9bdb499 Finished most of data.h 15 years ago
Nicolay Korslund 5a90226e30 Added a few more records, finished property.h 15 years ago
Nicolay Korslund c9a42f85eb Added NiSourceTexture, NiTexturingProperty 15 years ago
Nicolay Korslund 4128462add NIF: implemented NiNode and NiTriShape 15 years ago
Nicolay Korslund 2d92d39f05 Started porting NIF records from D. 15 years ago
Nicolay Korslund f1d40fdf32 Merge commit 'github/master' 15 years ago
Nicolay Korslund 129da4f214 Started cleaning out d code. Updated Mangle. 15 years ago
Nicolay Korslund 2a6ed21351 Fixed incorrect hasPtr in MemoryStream 15 years ago
Nicolay Korslund 3a15e6d0d5 Added NifRecord 15 years ago
Nicolay Korslund abde68fed6 Added tools/tests/ 15 years ago
Nicolay Korslund f526cc640b Created tools/slice_array.h 15 years ago
Nicolay Korslund 6a34b0f2bf Split nif_file in h/cpp 15 years ago
Nicolay Korslund 769eae99b3 Started working on NIF reader prototype 15 years ago
Nicolay Korslund 650f33811d Added -l option to bsatool. 15 years ago
Nicolay Korslund 2f13de8e2c Mangle update 15 years ago
Nicolay Korslund fb1eec974c Fixed const error in slice_stream.h 15 years ago
Nicolay Korslund 4d16beef1a Added Stream::PureFilter 15 years ago
Nicolay Korslund 4065ac0199 Changed definition of Stream::getPtr(size), now moves the position locator by 'size' bytes. 15 years ago
Nicolay Korslund 310e3a8038 Tested and fixed BSA archive loader for Ogre, added test script 15 years ago
Nicolay Korslund 1779dc1f7c Removed tools/str_exception (now part of Mangle) 15 years ago
Nicolay Korslund 86089816a7 Added tools/str_exception.h and better error handling for StdStream and FileStream 15 years ago
Nicolay Korslund a02c398143 Added bsa/tests/bsatool - for listing and extracting BSA files 15 years ago
Nicolay Korslund 318a24d455 Added Mangle as a Git submodule. Completed and tested BSAFile. 15 years ago
Nicolay Korslund 5e70bc7bd7 Added semi-automatic test scripts 15 years ago
Nicolay Korslund 63a3ad5e90 minor Readme work 15 years ago
Nicolay Korslund cdca68a368 Fixed up FFMpeg input +test 15 years ago
Nicolay Korslund fbb77478c0 Updated vfs+sound test in root/tests/ 15 years ago
Nicolay Korslund f8d3a35cf8 Made separate tests for audiere and openal. Fixed segfault. Everything is peachy. 15 years ago
Nicolay Korslund 56f9daed96 Combined OpenAL+Audiere sound test now compiles and runs, but segfaults 15 years ago
Nicolay Korslund 9e332c4067 Fixed and tested all VFS tests 15 years ago
Nicolay Korslund c5316804b5 Fixed and tested all Stream tests 15 years ago
Nicolay Korslund eaf93691d5 Nearly finished shared_ptr, and getPtr(). Tests not rewritten yet. 15 years ago
Nicolay Korslund 38501777b0 Added getPtr() family to Stream 15 years ago
nkorslund 1f31b1d43d Added BSA first draft (WIP)
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@139 ea6a568a-9f4f-0410-981a-c910a81bb256
15 years ago
Nicolay Korslund c45170f420 Starting rewrite to boost::shared_ptr. Not done, not tested. 15 years ago
Nicolay Korslund 674ac556cc Added StdStream, FileStream and SliceStream 15 years ago
Nicolay Korslund 7d36b599d0 Added Sound.clone(), implemented with OpenAL. 15 years ago