Garry's Mod

Garry's Mod

NikNaks
Showing 1-9 of 9 entries
Update: 17 Dec, 2024 @ 6:31pm

Version 0.54

BitBuffer:
- :Write and :Read will now use little- or big-endian.
- Added WriteData and ReadData, these will ignore the endian.
- String functions will now utilize WriteData and ReadData ( Ignore endian ).

BSP:
- Fixed face BuildMesh using wrong primitive count and UV values ( Credit: Bonyoze )
- Fixed face DebugRender using wrong mesh.Begin and missing mesh values ( Credit: Bonyoze )
- Added property for getting back planes ( Credit: Bonyoze )

Datapackage:
- Ensure datapackage starts at 0.

Update: 31 Oct, 2024 @ 11:26am

BitBuffer:
- Fixed buffers head not starting at 0
- Fixed :ReadDouble and :WriteDouble error
- Fixed Bitbuffer:SaveToFile not working

BSP:
- Fixed MAX_MAP variables
- Added Displacment support

Randomizer:
- Added NikNaks.Randomizer. A module for RNG variables featuring its own "lavalamp"

-- VIP --
Sounds:
- Added NikNaks.Sounds.GetDuration. This works with WAV and OGG files. MP3 is being worked on.

Datapackages:
- A module that supports networking large files to clients.

Update: 19 Sep, 2022 @ 7:35am

- BitBuffer write functions now return self, allowing functions to be chained.
- DateTime now supports being given the year as a string.
- TimeDelta now holds a "year" variable, used to calculate leapyears.
- Fixed leapyear calculations for TimeDelta.
- Fixed a few DeteTime:TimeUntil bugs.

Update: 18 Sep, 2022 @ 2:45am

Fixed something

Update: 13 Sep, 2022 @ 8:53am

Fixed something

Update: 11 Sep, 2022 @ 4:45pm

Fixed something

Update: 11 Sep, 2022 @ 1:55pm

Fixed something

Update: 11 Sep, 2022 @ 1:39pm

Removed old NikNav code

Update: 11 Sep, 2022 @ 1:01pm

Initial addon creation.