1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 12, 2024 — Oct 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more generation calls to the script. More... over 16 years ago
Added completeness to the script. More... over 16 years ago
removed this generated file. More... over 16 years ago
Added necessary flags for aclocal and libtoolize. More... over 16 years ago
Removed all generated files from the tree and added a standard script autogen.sh to correctly generate all those files. More... over 16 years ago
Commented an unused variable declaration to avoid a compilation warning. More... over 16 years ago
Fixed a bug which prevented the event KeyReleased from being catched. Also modified the tracing output to properly differenciate between key pressed and released events. More... over 16 years ago
stable version 0.49.42 More... over 16 years ago
Added an extra check for errors while the header loads to properly exit and output a proper debug message when there is a fatal error. More... over 16 years ago
Modified slighly the bitmap file magic error message to output an hex formatted value rather than an integer as it used to be. More... over 16 years ago
Added checks to happen during bitmap header loading. More... over 16 years ago
Fixed an important bug which prevented the bitmap loader to be able to load bitmaps smaller than 30 pixels. More... over 16 years ago
Commented no longer required code. More... over 16 years ago
Added additionnal checks for errors coming from Ngetc within the fpdata interface functions. More... over 16 years ago
Added more precise error check of the zlib returning value. Now the code correctly detects when the return value is not an error but actually an end of file event. More... over 16 years ago
fixed a very small typo in a text More... over 16 years ago
removed unnecessary comments with old debugging methods. More... over 16 years ago
fixed a very important bug which completely messed up fine grained filter combined with an all matching filter. More... over 16 years ago
TODO : added new entries to the file. More... over 16 years ago
ebuf.c : fix of a nasty bug which rendered the function Neuro_MultiAllocEBuf completely useless and dangerous. More... over 16 years ago
Stable version 0.49.41 More... over 16 years ago
went through the code with the sparse code checker and fixed all the warnings and errors that it found. More... almost 17 years ago
docs/neuroman.tcl : Fixed a great deal of grammar and definitions from the main comments of the script. More... almost 17 years ago
fixed a small issue with the debugger. More... about 17 years ago
minor work More... about 17 years ago
Implementation of a new event based input handling rather than a polling. The alpha rendering code was also made to support 24 bits too instead of just 16 bits. 8 bits and 32 bits are still to implement. More... over 17 years ago
Fixed the order by which the debugging classes are processed to ensure that the correct behavior can be observed by the developers. More... over 17 years ago
Cleaning of the library was done in this commit. Among other, the functions Neuro_PutPixel and Neuro_GetPixel are replacing the now obsolete functions Neuro_RawPutPixel and Neuro_RawGetPixel. More... over 17 years ago
cleaned up the graphics module main header file from all the obsolete functions. Had to fix calls to them in the code and also started to document the graphics header file. More... over 17 years ago
added debugging output in ebuf.c to find bugs. More... over 17 years ago