0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
modified compile error catching. Now only small usually helpfull errors are displayed to the user. Majority of compile errors are logged to log files. In most cases the log files need not be looked at, but they are there to track paticularly difficult/elusive bugs. Also added a "test" command to run test code. Finally streamlined the save system (still file based) to run off an arbitrary array of keys. More... over 20 years ago
Minor revision to reflect continue progress only by Glen. More... over 20 years ago
worked on save system, now functional for basic operations, using directory method. More... over 20 years ago
added "unload" command to remove and object from memory. Only currently works on "loaded" objects. More... over 20 years ago
added command "load" and "call", started work on save system More... over 20 years ago
added more robust command handling, using argument system now. also added shutdown, ls, clone commands. More... over 20 years ago
Added defines for mysql database access More... over 20 years ago
all objects now inherit properly from the base object (except loader and master). Loader is temporary and unloaded after execution, and master is except. Started working on inheritance hierarchy. All objects inheriting from base object is important so that the base object can have orignation data encoded into it. More... over 20 years ago
forgot to add command master class. More... over 20 years ago
added modules directory, put "stringutils" module in it. More... over 20 years ago
Started working on a command parser. More... over 20 years ago
Non code documentation changes. More... over 20 years ago
Converted over to dynamic module location. Master object is now replaced by a custom master object. Loaded modules are now tracked. Cloning is now possible. More... over 20 years ago
*** empty log message *** More... over 20 years ago
Initial Check In More... over 20 years ago