Those sets haven't been merged.
[neverball] / ball / game.c
2008-01-02 rlkAdded tilt sensor abstraction.
2008-01-01 rlkEnhanced specular illumination.
2008-01-01 rootMerged lockstep branch.
2007-12-30 rlkFixed foreground billboards not depth-sorting correctly...
2007-12-30 rlkExperimenting with foreground billboards.
2007-12-26 rlkSome OpenGL optimization and state-change reduction.
2007-12-20 parastiBoring clean-up.
2007-12-20 parastiMerged branch 'no-SDL_mixer'.
2007-12-20 parastiProper ball shadow removal in poser mode. Patch from...
2007-11-27 parastiRenamed functions: grow_set -> grow_init, grow_ball...
2007-11-27 parastiChanged grow/shrink logic to avoid equality tests of...
2007-10-04 parastiChanged lights to evenly illuminate entire maps.
2007-10-03 parastiRemoved all bonus ball texture-related code.
2007-09-23 parastiRemoved all remntants of an old implementation of speci...
2007-09-08 parastiEntirely undid revision 1099. I think at the moment...
2007-08-25 parastiApplied my "bidirectional dt scaling" patch. According...
2007-08-21 parastiFixed a bug where ball kept changing size if the game...
2007-04-11 parastiMade sure inter.ogg is always played in level selection...
2007-04-11 parastiMerged item_push_text back into item_push.
2007-04-11 parastiChanged a couple of if's to a switch.
2007-04-08 rlkAdded sound effects for grow and shrink items.
2007-04-05 parastiPer discussion, don't initialize ball_b, effectively...
2006-11-13 parastiSpell-checked most of the code.
2006-11-03 parastiRemove drawball for real this time and fix an accidenta...
2006-11-02 parastiRemove the drawball variable and the burst of stars...
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.