Renamed a bunch of variables that were referring to "secrets".
[neverball] / ball /
2006-11-09 parastiRenamed a bunch of variables that were referring to...
2006-11-07 parastiChange the "special" attribute name to "bonus" to fit...
2006-11-06 parastiSimplify code in set_enter() and gui_set().
2006-11-06 parastiModify chomp() to brutally remove any combination of...
2006-11-03 parastiDon't leave the game running in the background after...
2006-11-03 parastiRemove drawball for real this time and fix an accidenta...
2006-11-02 parastiTemporarily remove i18n of screenshot filenames. That...
2006-11-02 parastiRemove the drawball variable and the burst of stars...
2006-10-29 parastiSubstitute "degrees" for the degree sign, fix grammar...
2006-10-29 parastiRemove byte order mark. Compiler doesn't like it.
2006-10-29 tonesfrommarschanged a few awkward phrases in help menus
2006-10-25 mymupdate secrets tab: rename tab, remove special goals...
2006-10-22 mymadd infos in Modes and Secrets tabs
2006-10-21 parastiPartially porting revision 609 from the save-replay...
2006-10-21 parastiDo not internationalize replay filenames. This is...
2006-10-20 parastiRemove "Credits" tab from the Help screen. Also rename...
2006-10-20 myma try to set the Secrets tab of the help screen
2006-10-16 parastiDon't provide a default name string. As a side effect...
2006-10-15 parastiMinor code clean-up.
2006-10-14 parastiDon't internationalise player name. Temporary solution...
2006-10-09 parastiChange the parameter of demo_exists() to const.
2006-10-08 parastiCertain asset filenames are loaded from the solid data...
2006-10-08 parastiChange a "magic number" to a preprocessor macro. Also...
2006-10-08 parastiDo not display file name of the level at replay selection.
2006-10-08 parastiIsolate basename stuff in a completely separate functio...
2006-09-27 parastiOn Windows, when renaming Last to the destination filen...
2006-09-20 parastiPut all the time conversion operations in a separate...
2006-09-18 parastiReuse a variable in date_to_str(). It also appears...
2006-09-18 parastiUse mktime() to normalize the computed local time struc...
2006-09-18 parastiMinor simplification of code in date_to_str().
2006-09-18 parastiStore replay date/time as an ISO 8601 formatted string...
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-08-06 parastiRevert revision [530] (global loading of sets at start...
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 parastiRe-add demo base name handling.
2006-08-02 mrtoutSince the --replay command line option, extension and...
2006-08-02 mrtoutfix #84
2006-08-02 mrtoutan other proposition for #81
2006-08-02 mrtouta proposition for #81
2006-08-02 mrtoutglobal level and set loading at the begin of the game
2006-08-02 parastiVery minimalistic simplification of some code in ball...
2006-08-02 parastiClean-up the level structure.
2006-08-02 parastiReformat code to fit in 80 columns. Jean, I cannot...
2006-08-01 parastiRetab ball/level.h.
2006-08-01 mrtoutPut metadata near the begin of the sol files, therefore...
2006-08-01 mrtoutfix #18
2006-08-01 mrtoutFix #69
2006-08-01 parastiKill tabs.
2006-08-01 mrtoutdisplay play mode on the level title
2006-07-22 parastiMark audio files for localisation (just Ball) and allow...
2006-07-17 parastiFix code formatting.
2006-07-17 parastiMisc.
2006-07-16 parastiFix format string. Oops.
2006-07-16 parastidemo_header_write() now writes the header. :-P
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-14 parastiChanged unlink() to remove(). Some warnings about...
2006-07-12 parastiMore clean-up. Also removed the FPS lock, see
2006-07-12 parastiSome very humble code pretty-up.
2006-07-05 parastiSimplify code: say it in C.
2006-07-05 parastiTurn w and h parameters of image_snap into local variables.
2006-07-05 parastiMoving st_demo_* declarations back in the header, to...
2006-07-05 parastiSomewhat improve code uniformity.
2006-07-05 parastiChange magic number of replays. (See
2006-07-04 parastiAutosave.
2006-07-04 parastiMore docstring clean-up. Renamed REPLAY_VERSION to...
2006-07-04 parastiRemoved gettextdbg() which apparently served no purpose...
2006-07-04 parastiMinor code clean-up.
2006-07-01 parastiCall SDL_WM_SetIcon before SDL_SetVideoMode as suggeste...
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-24 parastiReverting some demo header modifications to keep the...
2006-06-22 parastiRemoving bright "Set Complete" message from level selec...
2006-06-15 parastiFixed ticket:77. I'm abusing a related bug. Set scree...
2006-06-13 parastiHopefully fixes ticket:78 and hopefully doesn't break...
2006-06-12 parastiChanged usage message from macro to a constant string.
2006-06-12 parastiRemove duplicate macro definition.
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 parastiStarting header clean-up.
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-08 parastiDisable shadow in set snapshots.
2006-06-08 parastiRemove "last_set" config option. Resolves ticket:49.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-05 parastiFix filling in demo name on Windows. The last director...
2006-06-03 parastiRenamed a variable in parse_args from not_miss to missi...
2006-06-01 parastiPrettying up code, Part Two. I think Ball's done....
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-05-30 mymset shots from the first level, not the second
next