Clean up.
[neverball] / ball /
2008-01-26 KrabbyKrapClean up.
2008-01-26 KrabbyKrapFixed the problem that in a rare case, a set is downloa...
2008-01-26 KrabbyKrapMerged only code for downloaded contribution support...
2008-01-18 parastiFixed missing init.
2008-01-12 rlkTweaks to ball rendering mechanism.
2008-01-11 parastiFixed help state to not play replays that failed init.
2008-01-11 parastiAdded HUD toggle for replays.
2008-01-08 rlkMerged ball-test branch.
2008-01-06 parastiEliminated some duplicate code in ball/set.
2008-01-06 parastiExtended a hack to avoid redoing set init on prev/next...
2008-01-06 parastiRolled back ball/set to a less exposed implementation.
2008-01-06 parastiAdded a new module to be used as a dump of generic...
2008-01-04 parastiRevert "Added a place-holder for a new module."
2008-01-04 parastiAdded a place-holder for a new module.
2008-01-04 parastiRemoved needless locked and completed counters from...
2008-01-03 rlkA few tiny fixes working around the anachronisms of...
2008-01-03 rlkAdded joystick digital pad button config symbols.
2008-01-03 rlkFixed play_loop_angle warning fix. It was defined...
2008-01-03 parastiPain killers for the aftermath of the tilt sensor abstr...
2008-01-02 rlkAdded tilt sensor abstraction.
2008-01-01 rlkEnhanced specular illumination.
2008-01-01 rootMerged lockstep branch.
2007-12-31 rlkFixed the zero-velocity test in the edge/vert collision...
2007-12-31 parastiFurther hacked Krabby's bonus hack.
2007-12-31 KrabbyKrapFixed lg
2007-12-31 KrabbyKrapThe proper bonus level is now included in the congratul...
2007-12-30 rlkFixed foreground billboards not depth-sorting correctly...
2007-12-30 rlkExperimenting with foreground billboards.
2007-12-30 rlkFixed a couple warnings when compiling with icc.
2007-12-30 parastiHouse keeping.
2007-12-29 KrabbyKrapClean up
2007-12-29 KrabbyKrapSet now finishes properly in Challenge mode, Level...
2007-12-29 parastiPorted a couple of changesets from cosmetic-gui branch.
2007-12-29 KrabbyKrapA few adjustments, bonus level implementation now works...
2007-12-29 KrabbyKrapA congratulatory message is now given to user when...
2007-12-29 KrabbyKrapDeny playing bonus levels in any mode, including challe...
2007-12-26 rlkOops, forgot to enable the stats only on config.
2007-12-26 rlkSome OpenGL optimization and state-change reduction.
2007-12-23 rlkModified material sorter to draw opaque decals AFTER...
2007-12-23 rlkRemove insidious F11 fullscreen toggle. That will...
2007-12-22 rlkFixed level data not being freed by conf state. This...
2007-12-22 rlkRewrote image handling, eliminating SDL_image. Made...
2007-12-21 parastiReplaced a bunch of macros with enumerations.
2007-12-21 parastiRemoved audio_rate config variable and changed config...
2007-12-21 elvizRemoved remaining SDL_mixer includes
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-12-15 rlkAdded a tweak to place the GUI into "recently moved...
2007-12-12 parastiFixed a no-default-button-on-fail bug in Challenge...
2007-12-03 parastiMerged branch utf8.
2007-11-27 parastiRenamed functions: grow_set -> grow_init, grow_ball...
2007-11-27 parastiChanged grow/shrink logic to avoid equality tests of...
2007-11-24 elvizRestored replay overwrite fix (Windows); didn't seem...
2007-11-13 parastiLeft Shift as the only modifier key.
2007-11-07 parastiChanged cheat mode keyword.
2007-11-07 parastiMinor clean-up.
2007-11-07 parastiClear "paused" flag on delete/keep at Replay Paused...
2007-11-06 parastiReplay pause/end screen: removed info and reordered...
2007-11-05 parastiFixed the hacked fix to preserve level data on Next...
2007-11-05 parastiNo Replays screen: removed Back button and added a...
2007-11-04 parastiHacked a fix for vital level data being cleared on...
2007-11-04 parastiFixed disabled Retry Level button in Challenge mode.
2007-10-28 parastiHelp output pretty-printing.
2007-10-25 parastiRewrote command-line argument handling. In effect...
2007-10-09 parastiReplaced some cryptic variable names in ball/util.
2007-10-08 parastiMoved dictionary entries to the beginning of the SOL...
2007-10-07 parastiUndid a careless change messing with the HUD in challen...
2007-10-07 parastiMoved most of ball/levels module functions back to...
2007-10-05 parastiReplaced the "done bis" state (used to perform some...
2007-10-05 parastiNit-picking, Vol. 12512
2007-10-04 parastiChanged lights to evenly illuminate entire maps.
2007-10-03 parastiChanged cheat activation method yet again, based on...
2007-10-03 parastiRemoved all bonus ball texture-related code.
2007-10-03 parastiAdded a MODE_COUNT macro to reduce FIXME count and...
2007-10-03 parastiRemoved the recently added additional gui_paint parameter.
2007-10-03 parastiNit-picking, Vol. 2.
2007-10-03 parastiCheatball was taken.
2007-10-03 parastiSeveral changes either directly or indirectly related...
2007-10-03 parastiResurrected level_stat and demo_play_stat in order...
2007-10-03 parastiChanged all references to "state" as in "outcome of...
2007-10-03 parastiIntroduced an additional parameter to gui_paint that...
2007-09-29 parastiRemoved config_simple_get_s.
2007-09-29 parastiCheat mode is now activated by setting player's name...
2007-09-29 parastiCleaning up some GCC warnings.
2007-09-27 parastiSplit the "play end" state back into "goal", "fall...
2007-09-27 parastiReplaced a macro with inline code.
2007-09-26 parastiRenamed ball/st_play_end.h wrapper macro to match file...
2007-09-25 parastiHopefully fixed a nasty bug introduced with level_play_...
2007-09-25 parastiAnother if-else if-else if-else to switch conversion.
2007-09-24 parastiKilled off level_play_go in favour of level_play. ...
2007-09-24 parastiMore formatting tweaks.
2007-09-24 parastiRemoved a misleading comment.
2007-09-24 parastiMinor formatting corrections.
2007-09-23 parastiRemoved all remntants of an old implementation of speci...
2007-09-23 parastiRemoved superfluous variable declarations in some funct...
2007-09-23 parastiFixed a regression introduced with the previous change...
2007-09-23 parastiball/set.c: renamed set_count back to count; changed...
2007-09-23 parastiUsed strlen instead of checking first byte for NUL...
2007-09-22 parastiFormatting.
next