Commit graph

13 commits

Author SHA1 Message Date
Tony Bark
5efdb29315 zTSO
- Added libraries from formats and libvitaboy
2024-04-28 05:33:13 -04:00
Fatbag
66ce473514 New farextract naming logic and a rewritten UTalk decompressor 2013-03-07 16:17:18 -06:00
Fatbag
6dddbd2efa Added rtti-reader and made various cleanups, switching to Shutdown_M for error handling 2012-12-03 12:31:24 -06:00
Fatbag
90c703188b Linux x86-64 build of everything but the client, FARDive, and libpq. For libvitaboy Renderer, this is made possible with the new libgldemo. 2012-07-02 12:14:12 -05:00
Fatbag
5713fc1bd1 * Some files were still encoded with Windows newlines. I fixed all of that.
* Started using the static keyword in a few more places in the client
* Updated libpng, libmpg123, and freetype to the latest versions, with position-independent code turned off rather than set to "both"
2012-06-27 22:44:50 -05:00
Fatbag
bc51bb4aad * License header formatting change
* New IFF chunk formats supported: CST, FBMP, CATS
* Rebranded libfar to simply far
* Started preliminary work on the hitutils package
2012-05-21 23:27:44 -05:00
Fatbag
5c7a36592e Client: Separated the LoginScreen scene away from Scene.hpp, so it's compiled once as its own translation unit.
FileHandler: Added read support for XA, UTK, and MP3 to File::ReadSoundFile.
2012-04-22 03:52:39 -05:00
Fatbag
cb751c0bb8 Removed changes by Nicholas. These will need to be re-submitted through Trac and manually validated.
Added BMP (24-bit uncompressed, 8-bit uncompressed, and RLE8) and PNG support to File::ReadImageFile(). So far everything in FileHandler is presumed to be safe with any input file except UTK decompression.

Also started making use of the static keyword in various places to aid the compiler in optimization.
2012-04-06 13:27:40 -05:00
Fatbag
8bb608d5ce Fully functional cst parser.
New client code for Windows. The window does not appear until the OpenGL rendering context has completely initialized and (one day) has the first frame ready to draw.
2012-03-18 23:06:08 -05:00
Fatbag
b3985e7306 Fixed silly mistake regarding 16-bit capping behavior 2012-01-21 16:31:36 -06:00
Fatbag
085ac5227c In the UTK library, renamed the last variables with "math" meanings to algorithmic meanings. 2012-01-21 16:23:52 -06:00
Fatbag
250458b384 Decent analysis of UTalk 2012-01-17 20:23:53 -06:00
Fatbag
e53580919a Working UTK decompression!
Additionally:
* Moved opus into the Libraries folder
* Moved freetype into the Libraries folder
2012-01-12 15:52:41 -06:00