This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- LOGGER.DLL: Created a logger DLL. - Implemented to log to file, write logs in "LOGS\%date\%hour.LOG" (using full DOS filename format). - Implemented console to show last n log entries in screen (not finished yet). - Created LOGGER.PRG program test. - GIF.DLL: - GIF.CPP: - Implemented frame delay logic. - Improved some previous code. - gifdec.cpp: - Fixed types to match stdio implementation. - Fixed some cast conversions from div_malloc() calls. - COMMON.CPP: - Implemented getDateTime() function to get current date and time values. - Reimplementd strAlloc() function (implemented as pure function instead of define macro). Now set to null char all allocated memory. - PROCESS.CPP: Improved code style. - Updated TEST.CPP and TEST.PRG. - Recompiled DLLs.
- Loading branch information
José Miguel Sánchez Fernández
committed
Jun 4, 2020
1 parent
a6bc46c
commit 8c97cce
Showing
20 changed files
with
354 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.