1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Jul 23, 2025 — Jul 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#defines for developing wrapper - msvc-IDE style debug output, debug breakpoints, etc. More... about 13 years ago
Added #define to add a macro to every function. More... about 13 years ago
Added #define to disable all passthrough functionality, potentially easing making of non-passthrough wrappers More... about 13 years ago
Merge branch 'master' of https://github.com/jarikomppa/dxwrapper More... about 13 years ago
Added couple #define options to remove logging and critical section code generation. More... about 13 years ago
release mode config.. More... about 13 years ago
updated with downloads & more structure More... about 13 years ago
Updated readme to reflect current state of the project More... about 13 years ago
Changed version to 1.x More... about 13 years ago
Added #define option not to log everything (based on tab depth) Increased logs to 1024 lines Added heuristic to wrapper generator to detect functions that may require special handling. Added handlers to a bunch of interfaces. More... about 13 years ago
More killing of copypasta. Now it's starting to look more decent. More... about 13 years ago
Further killing of copypasta.. still some to go More... about 13 years ago
More refactoring to get rid of copypasta. Detecting pointers that need to be un-wrapped in code now, lots of lines removed. Added handler for GetGDISurface. Crimson Skies still crashes like before. More... about 13 years ago
Refactoring to get rid of copypasta, far from done. More... about 13 years ago
Added #define to disable logging (things are "tad bit" faster without logging) Increased per-logfile lines to 256k Counting new lines, not log openings More... about 13 years ago
Fixed some bugs (wrapping NULLs, etc) Wrapped all calls in criticalsections to avoid multithreading bugs Split log to several files, every 32k lines or so - ultraedit and sublime text both failed with over 2GB logs Replaced GetTickCount with QueryPerformanceCounter based timings Crimson skies now runs as far with only this wrapper and with csfix chained, which means this wrapper still causes it to crash.. More... about 13 years ago
Updated code example, added log snippet. More... about 13 years ago
Added wrapping code to all unknown incoming pointers. csfix still crashes. Various small bug fixes. Added timestamps to log. Added tab levels to log. Added a simple templated output function to simplify some code generation. More... about 13 years ago
Escaped the code example in readme.. More... about 13 years ago
Added more details in the readme. More... about 13 years ago
Initial submit of the wrapper generator More... about 13 years ago
Initial commit More... about 13 years ago