2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified API in net/http.bi so the getFile functions manage their own socket.
sir_mud
as Ebben Feagan
More... over 10 years ago
Added peekA/peekB functions to threads/CommChannel.
sir_mud
as Ebben Feagan
More... over 10 years ago
Changed API for threads/comm.bi Message class to hide data members
sir_mud
as Ebben Feagan
More... over 10 years ago
Fixed: threads module #inclib was incorrect. Added example for module threads.
sir_mud
as Ebben Feagan
More... over 10 years ago
Added new module "threads" Current functionality is a bi-directional communication channel located in ext/threads/comm.bi
sir_mud
as Ebben Feagan
More... over 10 years ago
Reduced size of JSONvalue struct using a union for private data members where possible.
sir_mud
as ebben feagan
More... over 10 years ago
Use internal sqlite3 header at all times.
sir_mud
as ebben feagan
More... over 10 years ago
Fixed: missing () in hashtable headers allows containers module to build correctly now.
sir_mud
as Ebben Feagan
More... over 10 years ago
Changed: inconsistent function naming in graphics module (change_color -> changeColor)
sir_mud
as Ebben Feagan
More... over 10 years ago
Added status doc for building with .90.1. Updated directory class header.
sir_mud
as Ebben Feagan
More... over 10 years ago
Fixed: Missing equals sign in Array functions in config module.
sir_mud
as Ebben Feagan
More... over 10 years ago
Renamed module Testly to tests.
sir_mud
as ebben.feagan
More... almost 11 years ago
Improved documentation for several files.
sir_mud
as ebben.feagan
More... almost 11 years ago
New Module: Logging Easily log any value that can be converted into a string anywhere you want.
sir_mud
as ebben.feagan
More... almost 11 years ago
Added note to the TIMED_OP macros stating they should only be used once per scope.
sir_mud
as ebben.feagan
More... almost 11 years ago
Fixed all non-working examples and fixed example makefile to build them all.
sir_mud
as ebben.feagan
More... almost 11 years ago
File: memorydriver now cleans up after itself File: ZipFile now delays opening the File until File->open is called allowing for more granular control and error processing.
sir_mud
as ebben.feagan
More... almost 11 years ago
File: update ZipFile documentation
sir_mud
as ebben.feagan
More... almost 11 years ago
File: Fleshed out ZipFile class, added zip example, added tests to File class
sir_mud
as ebben.feagan
More... almost 11 years ago
JSON: added removeChild method to JSONobject Enhanced json test suite.
sir_mud
as ebben.feagan
More... almost 11 years ago
Bumped version up to 0.5.0 for next release. JSON: added more test cases.
sir_mud
as Ebben Feagan
More... almost 11 years ago
Added documentation for ZipFile class.
sir_mud
as Ebben Feagan
More... almost 11 years ago
JSON: changed child(uinteger) function to return JSONpair so key and value can be retrieved. File: added new Class ZipFile to manage zip archives.
sir_mud
as Ebben Feagan
More... almost 11 years ago
Added documentation blurb about XML converting all unicode values to UTF8
sir_mud
as Ebben Feagan
More... about 11 years ago
Memory fixes
sir_mud
as Ebben Feagan
More... about 11 years ago
Modified jpg::load to use an Image directly.
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed build problem with a missing .a extension.
sir_mud
as Ebben Feagan
More... about 11 years ago
Updated sprite class to use latest Image built-ins where possible
sir_mud
as Ebben Feagan
More... about 11 years ago
Added Image::copy and copyScreen functions replacing FBGFX's get
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed tga loader internals to use Image instead of fb.image. Fixed tga example to use PSET instead of ALPHA to display the image.
sir_mud
as Ebben Feagan
More... about 11 years ago