log src/dmres.c @ 2445:fa089a430121

age author description
Mon, 09 Mar 2020 22:37:00 +0200 Matti Hamalainen Cleanup, rename DMResource::error to DMResource::status.
Mon, 09 Mar 2020 22:29:29 +0200 Matti Hamalainen Add few comments.
Tue, 25 Feb 2020 07:26:40 +0200 Matti Hamalainen Fix and improvements to dmres MemIO subsystem.
Mon, 13 Jan 2020 23:27:01 +0200 Matti Hamalainen Remove useless dmMemset().
Thu, 09 Jan 2020 20:59:20 +0200 Matti Hamalainen Copy improvements to the platform 32/64bit logic from th-libs.
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Mon, 17 Jun 2019 00:57:02 +0300 Matti Hamalainen The return value of dmResourceRef() and dmResourceUnref() had a possibility
Mon, 17 Jun 2019 00:55:07 +0300 Matti Hamalainen Cosmetics.
Mon, 17 Jun 2019 00:49:21 +0300 Matti Hamalainen Do closedir() in dmResourcesLoadDirectory(), even when under Win32.
Wed, 08 May 2019 13:57:34 +0300 Matti Hamalainen Silence a warning when building without PACKFS support.
Wed, 08 May 2019 13:56:10 +0300 Matti Hamalainen Clean out the resource path handling.
Mon, 25 Feb 2019 12:43:08 +0200 Matti Hamalainen Use helper functions for resource lib mutex locking.
Fri, 29 Jun 2018 01:15:30 +0300 Matti Hamalainen Oooops .. fix a memory leak in dmvfprintf() :S That was a bad one.
Fri, 29 Jun 2018 00:26:13 +0300 Matti Hamalainen Fix a silly memory leak in stdio support of DMResource, also fix a related
Mon, 25 Jun 2018 13:24:50 +0300 Matti Hamalainen Implement resource helper functions dmfprintf() and dmvfprintf().