aboutsummaryrefslogtreecommitdiff
path: root/effects.h
AgeCommit message (Collapse)Author
2015-10-26Added support for relative line numbers.Gravatar Chris Xiong
Added instructions for, brk and cont. (They are still untested...) Parser code cleanup. Removed garbage output to stderr. Reorganize the repository structure. Updated BLR2 code move it into archive. Added BLR1 files.
2014-05-09Fix a bug in the credit scene.Gravatar chirs241097@gmail.com
Now the pause menu shouldn't be broken now...(It's so hard to reproduce that I have to assume it *has* been fixed.(IT STILL HAPPENS!!!) Close the "infinity CLR" "bug". (Huge) Code cleanup, mainly removing duplicate code. Allocate bullets dynamically. The array is freed every time a new game is started. Add a signal handler, print back trace on error(currently only available for linux...).
2014-04-25%lld seems to work with mingw-w64(also VS2005+)...Gravatar chirs241097@gmail.com
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.
2014-03-11Complete and fix Supernova, add several interfaces.Gravatar chirs241097@gmail.com
2014-03-10One new level, several fixes. See changelog for details.Gravatar chirs241097@gmail.com
2014-03-03Remove useless statements, and some interface-compatible changes.Gravatar chirs241097@gmail.com
2014-02-26Remove more comments.Gravatar chirs241097@gmail.com
2014-02-24M trunk/CHANGELOG.TXTGravatar chirs241097@gmail.com
M trunk/background.h M trunk/effects.h M trunk/global.h M trunk/hge/CxImage/ximagif.cpp M trunk/hge/CxImage/ximaint.cpp M trunk/hge/CxImage/ximapng.cpp M trunk/hge/graphics.cpp M trunk/hge/input.cpp M trunk/hge/resource.cpp M trunk/hge/sound.cpp M trunk/hge/system.cpp M trunk/hgehelp/hgefont.cpp M trunk/levels.h M trunk/libcgh.h M trunk/libcghEx.cpp M trunk/menuitem.cpp M trunk/menuitem.h M trunk/menus.h M trunk/music.h M trunk/scorec.h M trunk/scoresystem.h M trunk/towernbullet.h
2014-02-21M trunk/CHANGELOG.TXTGravatar chirs241097@gmail.com
M trunk/VERSION.TXT M trunk/effects.h M trunk/global.h M trunk/levels.h M trunk/main.cpp M trunk/menus.h M trunk/towernbullet.h
2014-02-14M trunk/CHANGELOG.TXTGravatar chirs241097@gmail.com
M trunk/VERSION.TXT M trunk/effects.h M trunk/global.h M trunk/main.cpp M trunk/towernbullet.h
2014-02-03M trunk/CHANGELOG.TXTGravatar chirs241097@gmail.com
M trunk/VERSION.TXT M trunk/effects.h M trunk/global.h M trunk/levels.h M trunk/main.cpp M trunk/towernbullet.h
2014-01-12(no commit message)Gravatar chirs241097@gmail.com