Rasmus Christian Pedersen
15aa210468
jpeg compressor: fix VC++ warning C4703
...
This commit fixes VC++ warning C4703 in jpeg-compressor/jpgd.cpp
"potentially uninitialized local pointer variable".
2014-05-08 21:13:15 +02:00
baldurk
d31df95df6
Merge pull request #51 from zerhacken/minor-fixes
...
core: const correctness
2014-05-08 11:59:29 +01:00
Rasmus Christian Pedersen
77ffde4beb
core: const correctness
...
This commit chanages several functions in renderdoc/core to const functions.
2014-05-08 11:20:20 +02:00
baldurk
abd062a700
Merge pull request #50 from zerhacken/minor-fixes
...
Const correctness fixes in threading.h and wrapped_pool.h
2014-05-07 19:55:43 +01:00
Rasmus Christian Pedersen
01da98996b
wrapped pool: IsAlloc constness
...
This commit changes WrappingPool::IsAlloc to take a const pointer as argument
as pointer isnt modified. ItemPool::IsAlloc is changed to a const function
taking a const poiner as argument.
2014-05-07 20:34:27 +02:00
Rasmus Christian Pedersen
37a5f1c8e1
threading: HasLock const function
2014-05-07 20:34:27 +02:00
baldurk
abbe8efc26
Only read from input data from debug message when WRITING.
...
Fixes submitted auto-crash-dump "report_2014.05.07_16.39.37_408"
2014-05-07 18:39:50 +01:00
baldurk
79af66715c
Merge pull request #49 from zerhacken/minor-fixes
...
Minor const correctness fixes from zerhacken
2014-05-07 14:40:34 +01:00
Rasmus Christian Pedersen
e783ae4473
timing: constness fix
2014-05-07 15:18:44 +02:00
Rasmus Christian Pedersen
cf27eb36d5
camera: minor constness
...
This commit fixes constness of camera getters, and changes a few
arguments into const references.
2014-05-07 13:13:45 +02:00
baldurk
6355731bf2
fix line endings in original files before gitattributes etc
2014-05-07 09:52:53 +01:00
baldurk
721c76bb54
Update docs to reference source being released now!
2014-05-06 19:53:26 +01:00
baldurk
c38affcded
Initial commit of existing code.
...
* All renderdoc code up to this point was written by me, history is available by request
v0.20
2014-05-02 08:33:01 +01:00
baldurk
04b1549c0f
Update README with source information
2014-05-02 08:12:54 +01:00
Baldur Karlsson
9a1914ff6e
update link to cryengine.com landing page
2014-02-27 16:28:06 +00:00
Baldur Karlsson
787c80c1fe
initial commit - README and LICENSE files
2014-02-27 16:02:07 +00:00