2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the str prefix from several string headers for consistency.
sir_mud
as Ebben Feagan
More... over 10 years ago
Updated fromBSON documentation
sir_mud
as Ebben Feagan
More... over 10 years ago
Added fromBSON procedure to JSONobject class.
sir_mud
as Ebben Feagan
More... over 10 years ago
Merging BSON and xml branches
sir_mud
as Ebben Feagan
More... over 10 years ago
Added BSON output function (toBSON) to all JSON classes.
sir_mud
as Ebben Feagan
More... over 10 years ago
Changed to prevent some files from being added unintentionally.
sir_mud
as Ebben Feagan
More... over 10 years ago
Removed not working static giflib, renamed gif dll.
sir_mud
as Ebben Feagan
More... over 10 years ago
Improved kloc "example", now gathers and presents information better.
sir_mud
as Ebben Feagan
More... over 10 years ago
Fixed: XML DOM API did not allow attributes in processing insructions.
sir_mud
as Ebben Feagan
More... over 10 years ago
Added GIF module to image.bi so the driver is added without manually including the GIF header.
sir_mud
as Ebben Feagan
More... over 10 years ago
All DLL binaries are now digitally signed by me (i built them) Added windows binary for libgif (static and dll)
sir_mud
as Ebben Feagan
More... over 10 years ago
Removed parens from hashtable instanciation, they are only needed in .90
sir_mud
as Ebben Feagan
More... over 10 years ago
Merging heads
sir_mud
as Ebben Feagan
More... over 10 years ago
Fixed issues with sprite and image classes, updated sprite examples.
sir_mud
as Ebben Feagan
More... over 10 years ago
Continued fleshing out JSONarray by adding Operator Let
sir_mud
as Ebben Feagan
More... over 10 years ago
Added documentation for gfx.gif.loadAll
sir_mud
as Ebben Feagan
More... over 10 years ago
Resized test animation gif
sir_mud
as Ebben Feagan
More... over 10 years ago
Added: gif loader now partially supports animated images.
sir_mud
as Ebben Feagan
More... over 10 years ago
Added copy constructor to JSONarray
sir_mud
as Ebben Feagan
More... over 10 years ago
Fixed: LoadImage is now not limited to 3 character extensions.
sir_mud
as Ebben Feagan
More... over 10 years ago
Added documentation for gfx.gif.load function.
sir_mud
as Ebben Feagan
More... over 10 years ago
Changed: JPG driver for loadImage now handles alternate extensions .jpeg and .jpe
sir_mud
as Ebben Feagan
More... over 10 years ago
Added: The graphics module now supports loading GIF format images (first frame only atm)
sir_mud
as Ebben Feagan
More... over 10 years ago
Fixed: Constructor for testly is not run in some instances when there are a large amount of constructors.
sir_mud
as Ebben Feagan
More... over 10 years ago
Updated: threads.Mutex now uses a shared ptr internally so they can be safely shared. Updated: sharedptr is no longer instanciated for built-ins as it was causing problems.
sir_mud
as Ebben Feagan
More... over 10 years ago
Tweaked JSON API to be more pleasant to use and feature complete.
sir_mud
as Ebben Feagan
More... over 10 years ago
Updated Logger module, now when using -mt all logging happens asynchronously in the background.
sir_mud
as Ebben Feagan
More... over 10 years ago
CommChannel now uses the new threads/Mutex class.
sir_mud
as Ebben Feagan
More... over 10 years ago
Added Mutex class to threads module.
sir_mud
as Ebben Feagan
More... over 10 years ago
zipfile will now create an empty zipfile if the filename doesn't exist. It will also call setError if there is a problem
sir_mud
as Ebben Feagan
More... over 10 years ago