Split SOL data structures into base, varying and rendering parts
[neverball] / ball /
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
2009-07-19 parastiRemove static level set limit
2009-07-16 parastiCorrectly register scores for levels with no time limit
2009-07-16 parastiball/st_set: make sure the last viewed page actually...
2009-07-15 parastiAdd some space between navigation and set/level selectors
2009-07-14 parastiAllow camera switching during ready/set stage
2009-07-14 parastiInclude initial view data in the first update
2009-07-14 parastiClean up some view variables
2009-07-14 parastiRemove "--info" command line option
2009-07-10 parastiRename game_comp_grav to game_tilt_grav
2009-07-10 parastiDecouple world rotations from view basis
2009-07-10 parastiRename "rotate" command to "tilt angles"
2009-07-02 parastiExclude vertical ball velocity from view computations
2009-06-29 parastiReplace forgettable view numbers with symbols and clean...
2009-06-26 parastiball/st_ball: ignore directories with no ball SOLs...
2009-06-26 parastiball/st_ball: internalize some functions
2009-06-25 parastiball/st_ball: do not rescan balls on replay restart
2009-06-25 parastiball/st_ball: show a replay with only the ball on a...
2009-06-25 parastiHijack game_draw's pose param to draw just shadow+ball...
2009-06-25 parastiball/st_ball: fix label rectangle
2009-06-24 parastiball/st_ball: clean up a bit
2009-06-24 parastiball/st_ball: show a name label
2009-06-23 parastiAdd a basic ball configuration screen
2009-06-21 parastiUse separate score files in cheat mode
2009-06-18 parastiball/main: simplify test for an open joystick
2009-06-18 parastiActually use the "joystick" config option
2009-06-16 parastiSet GL read buffer to "front" once and for all when...
2009-06-15 parastiWrite all screen shots to a Screenshots directory
2009-06-14 parastis/make_dirs/make_dirs_and_migrate/
2009-06-14 parastiKeep scores in a directory (migrate old ones, too)
2009-06-14 parastiMove replays found at the top of the user dir into...
2009-06-14 parastiRemove a few macros in favour of hard-coded strings
2009-06-14 parastiWrite and look for replays in a directory called "Replays"
2009-06-13 parastiMake sets.txt optional
2009-06-12 parastiImplement a Quake-like virtual file system layer
2009-06-12 parastishare/dir: extend to support other directory access...
2009-06-12 parastiRestore video subsystem initialization when calling...
2009-06-12 parastiball/demo: increase player name buffer size
2009-06-02 parastiImplement a "top-down" camera (cheat mode only)
2009-05-19 parastiClean up some magic constants
2009-05-19 parastiRedo video init when turning on reflections
2009-05-19 parastiInit SDL video subsystem separately, as part of video_init
2009-05-08 parastiball/demo: extend to keep internals out of ball/demo_dir
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 parastiMake fast view rotation modifier configurable, and...
2009-04-30 parastiFactor replay name truncation into a separate function
2009-04-18 parastiAdapt replay scanning to use the new share/dir module
2009-04-18 parastiball/st_demo: cater for fascist boundary checks in...
2009-04-17 elvizball/st_help.c: Fixed label corners
2009-04-17 elvizball/util.c: Corrected (unused) array index
2009-04-17 parastiball/demo: alloc new array slot only when needed
2009-04-17 parastiRevert "share/demo: alloc new array slot only when...
2009-04-17 parastishare/demo: alloc new array slot only when needed
2009-04-17 elvizball/demo.c: Delete array element if file is unreadable...
2009-04-16 parastiRemove static replay limit
2009-04-13 parastiAllow view rotation using second gamepad stick
2009-04-01 parastiRip out locale <-> UTF-8 filename conversions (and...
2009-03-26 elvizst_play.c: Fixed HUD display of selected camera
2009-03-20 parastiball/game_client: tweak a comment
2009-03-19 parastiAssume map compatibility by default if client's map...
2009-03-09 parastiball/st_demo: display warning on map version mismatch
next