Make write routines take ints, floats and shorts by value not by address
[neverball] / ball /
2010-11-01 parastiMake write routines take ints, floats and shorts by...
2010-10-29 parastiFix accidental switch/teleporter behavior changes
2010-10-28 parastiStop recording if game init failed
2010-10-28 parastiLoad the level even when the replay file could not...
2010-10-28 parastiRevert "share/solid: wrap all structs with typedefs"
2010-10-27 parastiSlightly clean up game_run_cmd
2010-10-27 parastishare/solid: wrap all structs with typedefs
2010-10-26 parastiFix repeated animation on return from replay save screen
2010-10-21 parastiUpdate copyright headers
2010-10-20 parastiRemove "geometry" option
2010-10-13 parastiDefine gravity constants only once
2010-10-08 parastiIdentify the 40.0 in mouse-to-tilt calculation
2010-10-08 parastiAdd cmd_free
2010-10-08 parastiMore cleaning up in the replay loader
2010-10-07 parastiMinor clean up in the replay loader
2010-10-07 parastiClean up comment formatting in a header
2010-10-07 parastiRestore variable time step in main loop, do fixed stepp...
2010-10-06 parastiball/demo: only expose the filename of a replayed demo...
2010-10-06 parastiWhitespace
2010-10-04 parastiNaming cleanup in command option parsing
2010-10-04 parastiReword a couple of comments
2010-09-25 parastiball/st_help: s/techniques/tricks/g
2010-09-19 parastiDelay loading of scanned replays
2010-09-19 parastiMake demo_fp directly accessible externally
2010-09-19 parastiFix padding between replay thumbnails and status area
2010-09-19 parastiClean up replay intro pause code
2010-09-11 parastiSimplify state transition tracking
2010-09-06 parastiAlways do GUI creation upon return from the state enter...
2010-09-06 parastiClean up non-replay pause a bit
2010-09-06 parastishare/state: pass state pointers to enter/leave handlers
2010-08-29 parastiball/game_draw: move draw state here
2010-08-29 parastiTurn draw state into a struct
2010-08-28 parastiRemove more references to displayed record names
2010-08-28 parastiUse symbols for score ranks
2010-08-28 parastiDisambiguate a callback
2010-08-18 parastiMatch set score access to level scores
2010-08-18 parastiShorten score constants, make them depend less on displ...
2010-08-18 parastiMinimize get_level usage outside of ball/set and ball...
2010-08-18 parastiKeep level scores as an array instead of a struct posin...
2010-08-15 parastiFix a warning
2010-08-14 parastiSplit base_name into a basic and a suffix-removing...
2010-08-14 parastiAdd some auxiliary string macros
2010-08-14 parastistruct level: remove unused member
2010-08-10 parastiMake view rotation button states independent of each...
2010-08-10 parastiball/st_play: move a few declarations
2010-08-08 parastiRemove an archaic comment
2010-08-06 parastis/game_client_step/game_client_sync/
2010-08-06 parastiRename misnamed variable
2010-08-04 parastiSelf documentify replay/SOL file magic
2010-08-04 parastiDefine symbols for game_draw's pose parameter
2010-08-02 parastiFix strange memcpy calls where v_cpy suffices
2010-08-02 parastiDo the level fly-in in client (except for the very...
2010-08-02 parastiTurn fly-in handling into (proper) shared code
2010-07-27 parastiDo not alias m_vxfm input and output vectors
2010-07-23 parastiRemove top-down camera hack
2010-07-22 parastiRemove an unused variable
2010-07-20 parastiTruncate SOL name in level selection screen
2010-07-14 parastiMove some copy pasted code into a shared function
2010-07-11 parastiRemove CMD_BODY_ORIENTATION
2010-07-11 parastiCompletely rework body rotation mechanism
2010-01-16 parastiAdd a newline to an error message
2010-01-11 parastiAdd basic rotating objects (ODE only)
2010-01-11 parastiODE physics
2009-11-16 parastiKill a few NULLs to suppress segfaults on missing level...
2009-10-30 parastiSave config before SDL_Quit
2009-10-30 parastiRemove unused sol_load_gl parameter
2009-10-08 parastiRevert "Clip shadowed geometry above the ball center"
2009-09-04 parastiCorrectly apply teleport translation to view position
2009-09-02 parastiRegister an inapplicable score as "unqualified" (4th...
2009-09-02 parastiFix a comment
2009-08-29 parastiPrint last error when VFS init fails
2009-08-24 parastiDisallow path separators when entering replay name
2009-08-24 parastiDo not flip left/right when using joystick Z-axis rotation
2009-08-23 parastiFix attempt to use "joystick" option before config...
2009-08-17 parastiDon't leak score board internals out to other code
2009-08-17 parastiball/set: ignore files not ending with ".txt"
2009-08-17 parastiInit default most coins times with the level's time
2009-08-13 parastiball/st_goal: change Challenge info area layout
2009-08-10 parastiball/st_demo: tweak compat warning message
2009-08-09 parastiball/st_ball: make interface sane
2009-08-05 parastiClip shadowed geometry above the ball center
2009-08-01 parastiTruncate player/ball names in the config screen
2009-08-01 parastiTruncate names in the player/replay name entry screens
2009-08-01 parastiTruncate names in the score board
2009-08-01 parastiTruncate player/replay names in the replay selection...
2009-08-01 parastiClean up errno/strerror usage
2009-08-01 parastiMake sure strncpy always keeps one byte untouched for NUL
2009-07-30 parastiball/st_demo: clean up info bar creation
2009-07-30 parastiTurn status symbols into an enum to simplify iteration
2009-07-30 parastiball/set: add set_free as a counterpart of set_load
2009-07-30 parastiball/set: s/set_free/set_quit/
2009-07-30 parastiball/set: clean up some excessive macro usage
2009-07-30 parastishare/text: kill needless text_add_char param
2009-07-30 parastiFix score buttons always painted green in the level...
2009-07-29 parastiMake config_get_s return a pointer, not copy to a passe...
2009-07-29 parastiPaint score buttons green on a high-score in that score...
2009-07-29 parastiball/util: clean up duplicate code
2009-07-29 parastiTime to the left, coins to the right in the score board
2009-07-22 parastiPaint background first, then mirrors
2009-07-19 parastiball/st_set: show 6 sets in a page
next