aboutsummaryrefslogtreecommitdiff
path: root/hge
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-07-10Dear Pre-Release Candidate version(RC-0).Gravatar chirs241097@gmail.com
CLR will collect multiplier +1's in range now. Multiplier +1's caught by player won't disappear now. Add/Move background transitions. Add volume control to options. This make the configuration file not compatible with older versions. Just delete it! Modify hge's API so that it can handle real volume and pan values. Volume value varys from 0 to 1, pan value varys from -1 to 1. Document...
2014-04-30Fix a critical bug in Score_Initailize.Gravatar chirs241097@gmail.com
Modify level pinball. Drop "_PR" in version string. Partly rewrite the credit scene, displaying accurate version details. Remove some warnings from hgewin. A set of basic tests are done on a Intel+Nvidia desktop computer. Add a simple build script(instead of makefile). Reduce the Windows version executable size...(local work, recompile freetype using reduced features enabled.) Current tested (by me) and worked plantforms: Debian sid x86_64 @Intel core i7-2670QM, 8GiB RAM, Intel HD3000 & @Intel Core2 Quad Q8300, 8GiB RAM, nvidia GT320. Windows XP x64 @VirutalBox, Dualcore Virtual CPU, 1.5GiB RAM, VBox Addons installed. Windows XP @Intel core i3-3240, 4GiB RAM, Intel HD3000.
2014-04-07Now you can change the game resolution.Gravatar chirs241097@gmail.com
Some resources are not re-made so they may look blurred... Make font bigger for higher resolution. Add command line option for changing the resolution. Complete the option menu rewrite.
2014-04-03Remove "high FPS mode", it won't reach 500 FPS on my computer anyGravatar chirs241097@gmail.com
more. Replace it with Vsync mode. Add float HGE::Timer_GetFPSf(). The return value will be updated every 1000ms.
2014-03-30Modify level density test, fix stubbed HGE::System_Launch.Gravatar chirs241097@gmail.com
2014-03-30Add screen shot, fix screen shot bug in hge_unix.Gravatar chirs241097@gmail.com
2014-03-19A new level, sync changelog.Gravatar chirs241097@gmail.com
2014-03-17Partly revert r50, removing HGE::Gfx_SetTDRotate and fixing ↵Gravatar chirs241097@gmail.com
HGE::Gfx_SetTransform. 3D Rotate is blinking and not really working. However another method HGE::Gfx_SetTransform3D is planned. Switching between orthographic and perspective is also required.
2014-03-15Extend hge with a 3D Rotation method, it's not tested yet.Gravatar chirs241097@gmail.com
Fix probable compile errors due to includes.
2014-03-04Bring back classic mode, fix several minor bugs.Gravatar chirs241097@gmail.com
2014-02-26M resources/b_inter.pngGravatar chirs241097@gmail.com
M trunk/CHANGELOG.TXT M trunk/VERSION.TXT M trunk/background.h M trunk/global.h M trunk/hge/sound.cpp M trunk/levels.h M trunk/main.cpp M trunk/towernbullet.h
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-01-31AM resources/b_diff.pngGravatar chirs241097@gmail.com
AM resources/b_inter.png AM resources/b_null.png D resources/bg.png AM resources/e_skyitem.png AM trunk/CHANGELOG.TXT AM trunk/VERSION.TXT M trunk/background.h M trunk/global.h A trunk/hge/sound.cpp D trunk/hge/sound_openal.cpp M trunk/levels.h M trunk/main.cpp M trunk/menus.h M trunk/towernbullet.h
2014-01-12(no commit message)Gravatar chirs241097@gmail.com