summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-23Disable screenshot when you're entering your honourable name. It'sGravatar chirs241097@gmail.com
not tested so we could only hope that will work... Add crappy sounds to (part of) the menus. Replace a level in assessment mode. The original one was meanless.. The menu sounds are too crappy... remove them temporarily. However, let's complete the code base so that we won't waste time writing it...
2014-04-10Port highscore view and details menu. Menu rewrite is almost done!Gravatar chirs241097@gmail.com
Disable select key while transferring. Fix "typo" caused bugs. Hopefully fix small bugs in the new menu system. Rename several files. Add some additional files. Remove legacy menu components.
2014-04-09Port death menu, complete menu and new highscore menu to the newGravatar chirs241097@gmail.com
menu code base. Clean up old menu code. Update wiki.
2014-04-08Port player preference menu, pause menu and return to title menuGravatar chirs241097@gmail.com
to the new menu code base. Add shake effect to player preference menu. Make effects faster... Press esc in a menu will select back/exit now. Add several background transfers. Fix possible memory leaks in HangUpText. Remove some commented statements.
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-07Add missing file menus.png...Gravatar chirs241097@gmail.com
Finish the start menu rewrite. Modify "Lunatic Lunar", however it's not done... Modify resource unpacking of Windows version.
2014-04-06Start menu rewrite...Gravatar chirs241097@gmail.com
Add information about the built time.
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-04-02New assessment level...Gravatar chirs241097@gmail.com
Done syncing svn revision and build number~ Use svn revision in changelog and version from now on.
2014-04-02New level, modify laser.Gravatar chirs241097@gmail.com
2014-04-01New level and corrections...Gravatar chirs241097@gmail.com
2014-03-31A new level... draft.Gravatar chirs241097@gmail.com
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-29New level "Pinball".Gravatar chirs241097@gmail.com
2014-03-29New level, bump version.Gravatar chirs241097@gmail.com
2014-03-28One new assessment level...Gravatar chirs241097@gmail.com
2014-03-28Modify the new assessment level, add a new bullet attribute.Gravatar chirs241097@gmail.com
2014-03-27New level draft and a new interface.Gravatar chirs241097@gmail.com
2014-03-26Fix a minor bug. Ensure files are latest before a regular build.Gravatar chirs241097@gmail.com
2014-03-26One more level, fix compile error...Gravatar chirs241097@gmail.com
2014-03-25Two levels, one new interface for BCircle.Gravatar chirs241097@gmail.com
2014-03-25Two assessment levels. Modify style in assessment mode.Gravatar chirs241097@gmail.com
2014-03-25Fix bugs in score file. Preparing for assessment mode.Gravatar chirs241097@gmail.com
2014-03-24Bring back complete scene.(partly)Gravatar chirs241097@gmail.com
2014-03-22"typo"...Gravatar chirs241097@gmail.com
2014-03-22Modify "Achromatopsia". Report build and version in the log file.Gravatar chirs241097@gmail.com
Fix crashes in mingw-64 build.
2014-03-21Experimental support for cross compiling with mingw-w64.Gravatar chirs241097@gmail.com
Fix blinking HangUpText. Exit 1 if not terminated correctly.
2014-03-21Modify a level. Change numeric chars to monospace.Gravatar chirs241097@gmail.com
2014-03-20Merge hge freetype support from a local testing branch. Small bug fixes.Gravatar chirs241097@gmail.com
2014-03-20Sync hgewin code with the unix version.Gravatar chirs241097@gmail.com
2014-03-19Support command line options, change player settings, update wiki page.Gravatar chirs241097@gmail.com
2014-03-19A new level, sync changelog.Gravatar chirs241097@gmail.com
2014-03-18One new level, one minor change. Add a missing change in the changelog.Gravatar chirs241097@gmail.com
2014-03-17Draft a new level.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-14Extend the wiki page, finish the new level.Gravatar chirs241097@gmail.com
2014-03-14Draft another new level.Gravatar chirs241097@gmail.com
2014-03-12Modify ClearRange for level "hyper-threading".Gravatar chirs241097@gmail.com
2014-03-11Complete and fix Supernova, add several interfaces.Gravatar chirs241097@gmail.com
2014-03-11Additive blending bullets, supernova level first draft.Gravatar chirs241097@gmail.com
2014-03-10One new level, several fixes. See changelog for details.Gravatar chirs241097@gmail.com
2014-03-10Rename levels, move them from Level7 to Levelm1Gravatar chirs241097@gmail.com
2014-03-09One new level, small level changes.Gravatar chirs241097@gmail.com
2014-03-08Final fix of Pre-release version.Gravatar chirs241097@gmail.com
2014-03-08Fix a small problem in level2.Gravatar chirs241097@gmail.com
2014-03-08Add missing include.Gravatar chirs241097@gmail.com
Please note that sdks are not included in this repo.
2014-03-08Merge code for Windows, Leaf_Anim rewrite, should fix crashes in Windows.Gravatar chirs241097@gmail.com
This revision (or the next one) will be released to public.
2014-03-07Fix compile errors in Windows and another memory leak, which won't be found ↵Gravatar chirs241097@gmail.com
under Linux. Done testing Windows version.