niotso

log

age author description
12 months ago Fatbag Fixed a BGR->RGB swapping incompatibility with OptiPNG, which is even stated at the top of the file. Due to the state that it leaves libpng, and the fact that the libpng API offers no way to look at the transformed pixel data, this conversion must be done on the pixel data manually.
12 months ago Fatbag Added OptiPNG's opngreduc.c functionality to iff2html. The results are fantastic for typical SPR# images, reducing images to about half the size they were before.
12 months ago Fatbag Added Propeng's tsoscan, and removed old files from libpng and zlib
12 months ago Fatbag * Updated libpng and zlib
12 months ago Fatbag Fixed Pascal string reading in GLOB chunks
12 months ago Fatbag Added PALT viewing to iff2html
13 months ago Fatbag Added FCNS, GLOB, TMPL, and rsmp parsers to the iff library
13 months ago Fatbag * License header formatting change
13 months ago Fatbag * Libraries are now being compiled only as static or as shared, not both, quickening the compile process.
14 months ago Fatbag Client: Separated the LoginScreen scene away from Scene.hpp, so it's compiled once as its own translation unit.
14 months ago Fatbag Graphics: Added font rendering functions Graphics::DrawText and Graphics::StringImage.
14 months ago Fatbag Reverted to the original GetLastError() method for CreateMutex(), as, it turns out, Microsoft lied. Even when the function fails, it returns non-NULL.
14 months ago Fatbag Just learned that PostThreadMessage(ThreadID, WM_QUIT, 0, 0) works while PostQuitMessage(0) does not. Fixed an issue where, if the system fails before the window is created, the message loop thread is never killed.
14 months ago Fatbag Split off the Windows message handler into a separate thread.
14 months ago Fatbag I forgot to add the new file.
14 months ago Fatbag Added Graphics::DrawText which can draw text on to an image with alignment. No multi-line support yet.
14 months ago Fatbag Added eagames.bmp reading to the LoginScreen scene.
14 months ago Fatbag Removed changes by Nicholas. These will need to be re-submitted through Trac and manually validated.
14 months ago thnor Commits disappearing? Test...
14 months ago thnor Sprite formats are now completely supported (PNGs work great too)!
14 months ago thnor Support for sprites was added to libiff.
14 months ago rothn Added BHAV support to FileHandler and iff2html
15 months ago Fatbag Added libmpg123 to FileHandler. This and libjpeg-turbo are now being assembled by GCC and NASM, respectively.
15 months ago Fatbag Realized I had forgotten to initialize the UserInput struct to 0.
15 months ago Fatbag Proper scene logic, whoo!
15 months ago Fatbag New Scene class definition. Also fixed a compile error for some users involving the definition of IID_IXAudio2
15 months ago Fatbag Fully functional cst parser.
15 months ago Fatbag Fixed random garbage produced by iff2html with personglobals.iff due to one of the STR# chunks (animation) not specifying its PairCount.
15 months ago Fatbag iff2html is working and can properly parse STR# chunks.
15 months ago Fatbag Added prerelease version of libvitaboy 1.0.1
15 months ago Fatbag Made the iffexport utility (design based on libfar), added in an HTML5 z-buffer renderer, and made tags for libfar 1.0.0 and libvitaboy 1.0.0.
15 months ago Fatbag Added libjpeg-turbo to FileHandler with a working File::ReadImageFile() function. The dependency on SOIL in libvitaboy Renderer has therefore been removed.
16 months ago Fatbag Aside from adding the new source files for libjpeg-turbo, added SLERP quaternion interpolation to libvitaboy Renderer.
16 months ago Fatbag Detects system refresh rate; also detects system resolution when entering fullscreen. Will also update these values when the user changes the display settings.
16 months ago Fatbag 100% working time synchronization and skeletal animation interpolation
16 months ago Fatbag Added instructions for libvitaboy Renderer to Renderer.cpp
16 months ago Fatbag Fixed writing to Skeleton.Bones[-1] when FindBone() returns -1 because, say, PELVISPOLY does not exist
16 months ago Fatbag Working animations, albeit without time synchronization; will run too fast, but working nevertheless
16 months ago Fatbag libvitaboy: added missing file
16 months ago Fatbag libvitaboy: Completely working model renderer. No animation as of yet.
16 months ago Fatbag Working skeleton parser and "renderer", though at the moment the body mesh does not map correctly on to the skeleton.
16 months ago Fatbag Corrected 2 hopefully last behaviors in libvitaboy Renderer:
16 months ago Fatbag Flipped z/x and up/down keyboard buttons into the correct places on the libvitaboy renderer.
16 months ago Fatbag Working head renderer, with pixel-perfect results. As for bodies, all appendages are rendered in the same place...
16 months ago Fatbag Placing the _build folder in .hgignore so I don't have to rebuild and reupload the binaries.
16 months ago Fatbag Hmm, I'll need to prevent the binaries from being recommitted whenever I do a rebuild.
16 months ago Fatbag Various library changes
16 months ago Fatbag Added ANIM parsing code. Lots of printf()s for now, to be rewritten later.
16 months ago Fatbag Added freetype under cmake. My immediate next job is libvitaboy.
16 months ago Fatbag Switched over to cmake. Everything now works in one command.
17 months ago Fatbag Fixed silly mistake regarding 16-bit capping behavior
17 months ago Fatbag In the UTK library, renamed the last variables with "math" meanings to algorithmic meanings.
17 months ago Fatbag Fixed formatting
17 months ago Fatbag Decent analysis of UTalk
17 months ago Fatbag Working UTK decompression!
18 months ago Fatbag Compliant XA decompression code added to the FileHandler interface
18 months ago Fatbag In the process of setting up a convenient Makefile build system
19 months ago Fatbag Decided against libmad after comparing benchmarks with libmpg123
19 months ago Fatbag Added a large array of popular libraries to the FileHandler interface
19 months ago Fatbag Somewhat of a start