add infos in Modes and Secrets tabs
[neverball] / ball / game.c
2006-08-19 parastiDo the check for goal open only if the item is a coin.
2006-08-19 parastiUpdate Ball's code to use the "coin" item type.
2006-08-16 parastiMissed this one. Remove check for custom coin values...
2006-08-15 parastiAlmost completely separate coins and items in share...
2006-08-13 parastiRemove "proof of concept" launching of levels from...
2006-07-01 parastiRemove "angle" attribute of info_player_start. See
2006-06-25 parastiThere was a space missing between parameters in a call...
2006-06-11 parastiTurned some constants into macros, and cleaned up code...
2006-06-10 jolynsbassa little cleanup of unnecessary code
2006-06-10 jolynsbassFixed any possibility of ball size being incorrectly...
2006-06-10 parastiKill trailing whitespace.
2006-06-10 jolynsbassfixed other retry points for the grow ball so it will...
2006-06-10 jolynsbassAdded Grow coin textures, and fixed small grow bug.
2006-06-10 mymvalid C comments
2006-06-10 jolynsbassBall can grow and shrink with special coins.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-03-16 mrtoutUse the "angle" attribute of "info_player_start" entiti...
2006-03-13 mrtoutbonus ball for bonus levels. Fix #56
2006-03-11 mrtoutdo not move ball on time out
2006-03-10 mrtouton timout, replace the ball with a burst of stars.
2006-03-10 mrtoutAdd special goal exit, and start to factorise all level...
2006-03-10 mrtoutRemove opengl dependency of mapc (need to split solid...
2006-03-09 mrtoutAdapt halo switch system to teleports (aka jumps)....
2006-03-08 mrtoutAdd coloured goal. (bump sol version)
2006-03-08 mrtoutUpdate switch:
2006-03-08 mrtouttake accout of goal skip value and improve next_level...
2006-03-06 mrtoutAdd invisible switch (set an 'invisible' tag to '1...
2006-03-05 mrtoutMetadata inclusion in levels. I hope everybody will...
2006-03-05 mrtoutadd magic to sol files and allow simple loading without...
2006-03-02 mrtoutcreate a new level structure, that makes the code more...
2006-03-02 mrtoutproof of concept, direct play level with the --level...
2006-03-01 mrtoutCode clean: improve modules independance:
2006-02-28 mrtoutAllow to enable/disable AA (currently it's enabled)
2006-02-27 mrtoutdisable coin grabbing and goal reaching in non playable...
2006-02-21 mrtoutFix replay time in practice mode
2006-02-20 mrtoutchange mode names
2006-02-19 mrtoutNew play mode. be happy.
2006-02-19 mrtoutfix #18 (goal sound in replay)
2006-01-28 rlkInitial import.