diff options
author | chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> | 2014-04-25 08:41:29 +0000 |
---|---|---|
committer | chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> | 2014-04-25 08:41:29 +0000 |
commit | a53ffa43a1b9bb8eff54d94f9668e3ce0d9fb583 (patch) | |
tree | b1259b21cc8fa5d2648163fd1028e1b20e15fc83 /ChangeLog | |
parent | f71472046334287457a34a6ff19bf53d3aaf557a (diff) | |
download | bullet-lab-remix-a53ffa43a1b9bb8eff54d94f9668e3ce0d9fb583.tar.xz |
%lld seems to work with mingw-w64(also VS2005+)...
So let's remove all %I64d.
Change point bullet behaviour.
Fix a minor multiplier problem.
Mark the source code as C++.
Re-document levels(not done).
Update wiki.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -8,6 +8,15 @@ Random segmentation fault in "Hyper-threading".(seen only once, can not reproduce now...) Pre-Released versions: +0.9.1-1_PR (r88) +%lld seems to work with mingw-w64(also VS2005+)... +So let's remove all %I64d. +Change point bullet behaviour. +Fix a minor multiplier problem. +Mark the source code as C++. +Re-document levels(not done). +Update wiki. + 0.9.1-1_PR (r87) Disable screenshot when you're entering your honourable name. It's not tested so we could only hope that will work... |