Fix misnamed function
[neverball] / ball / st_demo.c
2011-02-11 parastiFix misnamed function
2011-02-11 parastiPass the interpolation blend factor differently
2011-02-10 parastiImplement game state interpolation (WIP)
2011-02-10 parastiSplit SOL data structures into base, varying and render...
2010-11-25 parastiRemove unused state structure member
2010-11-25 parastiMove include lines around
2010-11-24 parastiBump
2010-11-11 parastiPort adjustable replay playback speed from Nuncabola
2010-11-09 parastiUse normalized floats to represent joystick axis values
2010-10-06 parastiball/demo: only expose the filename of a replayed demo...
2010-09-19 parastiDelay loading of scanned replays
2010-09-19 parastiFix padding between replay thumbnails and status area
2010-09-19 parastiClean up replay intro pause code
2010-09-06 parastiAlways do GUI creation upon return from the state enter...
2010-09-06 parastishare/state: pass state pointers to enter/leave handlers
2010-08-29 parastiball/game_draw: move draw state here
2010-08-08 parastiRemove an archaic comment
2010-08-02 parastiTurn fly-in handling into (proper) shared code
2009-08-10 parastiball/st_demo: tweak compat warning message
2009-08-01 parastiTruncate player/replay names in the replay selection...
2009-07-30 parastiball/st_demo: clean up info bar creation
2009-07-14 parastiInclude initial view data in the first update
2009-06-14 parastiWrite and look for replays in a directory called "Replays"
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-05-08 parastiball/demo_dir: make symmetric with share/dir
2009-05-08 parastiball/demo_dir: move replay scanning stuff here
2009-04-30 parastiFactor replay name truncation into a separate function
2009-04-18 parastiball/st_demo: cater for fascist boundary checks in...
2009-03-09 parastiball/st_demo: display warning on map version mismatch
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-08-30 parastiRemove dead code, killed by replay info mode field...
2008-08-30 parastiDon't update replay info on utility widget mouse-overs
2008-08-30 parastiReorganise info in replay screen, remove mode field
2008-08-30 parastiReplace MODE_COUNT hack with an enumeration
2008-08-15 parastis/gui_back_prev_next/gui_navig/g
2008-07-27 parastiImmediately resume replay playback after pause
2008-07-27 parastiRestore 1-second pause at start of replay playback
2008-04-19 parastiRestore original Escape behaviour if pause key is not...
2008-03-12 parastiMerge 'progress' branch.
2008-03-01 parastiRevert "Merged progression and putt-collisions"
2008-03-01 KrabbyKrapMerged progression and putt-collisions
2008-02-03 parastiFixed a potential NULL dereference in gui_demo_update_s...
2008-02-03 KrabbyKrapEnsure the information isn't accessed from a no longer...
2008-02-03 KrabbyKrapReplay information correct immediately after viewing
2008-01-28 rlkWidespread minor changes to eliminate the use of SDL_Ge...
2008-01-27 parastiRevert premature level-contributions branch merge.
2008-01-26 KrabbyKrapMerged only code for downloaded contribution support...
2008-01-11 parastiAdded HUD toggle for replays.
2008-01-06 parastiAdded a new module to be used as a dump of generic...
2008-01-03 parastiPain killers for the aftermath of the tilt sensor abstr...
2008-01-02 rlkAdded tilt sensor abstraction.
2008-01-01 rootMerged lockstep branch.
2007-12-20 parastiMerged branch 'no-SDL_mixer'.
2007-11-13 parastiLeft Shift as the only modifier key.
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 parastiNo Replays screen: removed Back button and added a...
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 parastiSeveral changes either directly or indirectly related...
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 parastiCleaning up some GCC warnings.
2007-09-23 parastiRemoved all remntants of an old implementation of speci...
2007-09-22 parastiRemoved (once again) all references to MODE_SINGLE.
2007-07-18 lorantAdd the "force-quit" feature to neverball replays and...
2007-07-16 lorantMerged source:branches/pause (revisions 954:1064) into...
2007-05-07 parastiStopped replays from playing in the background after...
2007-04-10 parastiFixed a crash when clicking a disabled Back button...
2006-11-11 parastiAdded long mode names.
2006-11-03 parastiDon't leave the game running in the background after...
2006-10-08 parastiDo not display file name of the level at replay selection.
2006-08-04 parastiRevert revision [536] to avoid making further changes...
2006-08-02 mrtoutReplace strong level path from replay with a couple...
2006-08-02 parastiReformat code to fit in 80 columns. Jean, I cannot...
2006-08-01 mrtoutFix #69
2006-07-15 parastiPut "replay" field back: doesn't work only in the...
2006-07-15 parastiMoved extension and basename stuff to demo_scan_file...
2006-07-15 parastiBoring clean-up: there are some things 'indent' is...
2006-07-05 parastiMoving st_demo_* declarations back in the header, to...
2006-07-05 parastiSomewhat improve code uniformity.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-03-28 parastiUpdated colours in the demo screen for GAME_SPEC as...
2006-03-18 mrtoutRe-add demo ending but re-use the ending occured in...
2006-03-17 parastirm ball motion after demo ends.
2006-03-13 mrtoutFix #10
2006-03-10 mrtoutTry to use the same button disposition: default is...
2006-03-08 mrtouttake accout of goal skip value and improve next_level...
2006-03-06 mrtoutonly display replay status when demo is finished
2006-03-05 mrtoutdisplay replay info when the replay starts
2006-03-03 mrtoutNew replay information screen.
2006-03-03 mrtoutYet another next/prev/back button layout, I hope it...
2006-03-02 parastiMinor cleanup.
2006-03-02 mrtoutcreate a new level structure, that makes the code more...
2006-03-02 mrtoutTry a other prev/next layout: prev/back/next
2006-03-01 mrtoutnow, exit after command line replay
2006-03-01 mrtoutAdd a neverball option command line. Can now start...
2006-03-01 mrtoutremove some config_pop_matrix since it appears that...
next