Commit Graph

7 Commits

Author SHA1 Message Date
Michael Dirks 3b187dc9eb Add Template project for easier creation of new libraries. (Just create a duplicate) 2015-06-20 16:53:51 +02:00
Michael Dirks a90b0def62 Split SQLite from BlitzUtility. Not everyone needs SQLite, and it's not a utility. 2015-06-20 16:32:41 +02:00
Michael Dirks 74551d07d3 Update BlitzPointer, BlitzSteam and BlitzUtility. 2015-06-06 18:47:25 +02:00
Michael Fabian Dirks 38af4e7491 BlitzPointer 1.1
- Added and updated examples for more advanced usage.
- Added Direct Memory Access (DMA) functions, use with caution.
- Fixed a backwards instruction jump caused by using __cdecl instead of __stdcall.
- Removed string return type as it caused an unsolvable memory leak.
2015-05-17 11:49:46 +02:00
Michael Fabian Dirks d69e0aba0b Update BlitzPointer and add example files. 2015-05-11 23:10:15 +02:00
Michael Fabian Dirks c909aeb102 Store for temporary modification.
Signed-off-by: Michael Fabian Dirks <michael.dirks@realitybends.de>
2015-05-10 23:34:51 +02:00
Michael Fabian Dirks b641313a75 Initial Commit with Data
Signed-off-by: Michael Fabian Dirks <michael.dirks@realitybends.de>
2015-05-10 17:31:34 +02:00