summaryrefslogtreecommitdiff
path: root/CHANGELOG.TXT
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-06 02:59:55 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-06 02:59:55 +0000
commitb3c3e0348f19125b5123d6f5c87e2cc91fd0172f (patch)
tree133bf1701f352b2687689fd14bf90bed6f256f37 /CHANGELOG.TXT
parent6cb0520416cb69d0461d62651eb1fbf48991d9cb (diff)
downloadbullet-lab-remix-b3c3e0348f19125b5123d6f5c87e2cc91fd0172f.tar.xz
Make multiplier system function, do some clean-ups.
Diffstat (limited to 'CHANGELOG.TXT')
-rwxr-xr-xCHANGELOG.TXT11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT
index c46e5b2..8b0cbe8 100755
--- a/CHANGELOG.TXT
+++ b/CHANGELOG.TXT
@@ -2,7 +2,7 @@
Next version:
0.7.3-0_PR
TODOs:
-Make multiplier function.
+Add MultPo's.
Test classic mode, difficulty adjustments. Merge code for Windows.
P.S.: Level 1 may be too hard now.
0.7.x-x_PR will be another public pre-release version.
@@ -13,8 +13,17 @@ New level "return to void". That's a 3 in 1 class. I used
particularly many "return(void)(...);" in this level (which I
always love to use).
This indicates all "normal" levels are completed.
+Multiplier system was fully adopted into BLR.
Fixed: Trypophobia stops if too many CLR's are used.
Fixed the problem in All2pnt().
+Make Laser::GetDist() private to avoid misusage.
+Remove unused statements:
+DWORD ColTrans(DWORD,DWORD,DWORD): replaced by
+DWORD ColorTransfer(DWORD,DWORD).
+void SaySomethingAndBye(char*): useless.
+void DirectBullet(Bullet&,double): this has been coexisted with
+the same method in the Bullet class for a long time. Now it's
+replaced by Bullet::setdir(double).
A Small bug in the Windows build is fixed.
File list in the Windows build is updated.