From 3c7ced2cf99a2874e4d761e6859dbc285bbed5ac Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Fri, 7 Mar 2014 04:01:56 +0000 Subject: Fix compile errors in Windows and another memory leak, which won't be found under Linux. Done testing Windows version. --- CHANGELOG.TXT | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.TXT') diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 49b2883..91f01d5 100755 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -2,7 +2,9 @@ Next version: 0.7.3-0_PR TODOs: -Problems with TDSky and PicBack in Windows. +Avoid object sucide, this may cause segmentation fault in Windows. +(My doubly link list is written in a bad style.) +Others TODOs: Add MultPo's. Test classic mode, difficulty adjustments. Merge code for Windows. P.S.: Level 1 may be too hard now. @@ -19,6 +21,8 @@ Implement a RandomEngine, replacing all rand(). Fixed: Trypophobia stops if too many CLR's are used. Fixed the problem in All2pnt(). Fixed blinking target. +Fixed Hexagon loops memory leak (the pointer array is too small...) +Tests under Windows were done, all gameplay features ran perfectly. Make Laser::GetDist() private to avoid misusage. Fixed several background problems. Remove unused statements: -- cgit v1.2.3