share/fs: add function to load entire files in memory
[neverball] / ball /
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
2009-03-09 parastiUse CMD_MAP for server/client map compatibility checks
2009-03-04 parastiball/level: remove level_dump (maintenance burden)
2009-02-25 parastiball/set: skip Misc set on init unless in dev mode
2009-02-25 parastiInit the default fast unlock coin values with the level...
2009-02-20 parastiTreat a single unrecognised argument as a replay name
2009-02-20 parastishare/lang: eliminate redundant lang_init param
2009-02-20 parastiTransform default game/locale data paths based on execu...
2009-02-16 parastiTurn initial mode setting and WM setup into video_init
2009-02-16 parastishare/video: s/config_/video_/
2009-02-16 parastishare/video: move some non-config code from share/confi...
2009-02-16 parastiAdd bindings to toggle between chase and manual views
2009-02-16 parastiMake mouse buttons configurable (full view control)
2009-02-16 parastiReassign first param of click handler to hold SDL butto...
2009-02-12 parastiRename Unlock Goal scores to Fast Unlock
2009-01-29 parastiDisplay version in the window caption
2009-01-15 parastiMake chase view track ball's position more accurately
2009-01-15 parastiAvoid duplicate manual rotation increment on manual...
2009-01-13 parastiShow a "Finish" button after completing last level...
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-12-29 CSYFixed - Enforced 80-character maximum on demo.c
2008-12-22 parastiMerge branch 'teleporter-tweaks'
2008-12-14 parastiDisplay "Unavailable" in score board when no score...
2008-12-14 parastiball/util: add a space between "back" and "prev"
2008-12-09 parastiball/progress: keep same goal-enabled flag on retry...
2008-11-06 parastishare/solid: split off physics to a separate file
2008-11-06 parastiRemove obsolete NO_AA macro definition
2008-10-27 parastiRemove duplicate date_to_str declaration
2008-08-30 parastiTweak level start layout to show set/mode together
2008-08-30 parastiShow mode at level start only in challenge mode
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-28 parastiMark levels completed when using set cheat
2008-08-15 parastiHide Unlock Goals score button in Set Complete screen
2008-08-15 parastiRework ball/util widget token policy
2008-08-15 parastiRemove remaining references to GUI_NULL_MASK
2008-08-15 parastis/gui_back_prev_next/gui_navig/g
2008-08-15 parastiAdd time from unsuccessful runs to total set time
2008-08-04 parastiHigh-light Challenge button when activated in cheat...
2008-08-03 parastiAllow to input spaces with keyboard in name screens
2008-08-03 parastiChange replay name screen to match player name screen
2008-08-03 parastiMake default replay name user-configurable
2008-08-03 parastiAdd set_id to ball/set interface, for set "identifier...
2008-08-03 parastiRename level structure member "repr" to "name"
2008-07-31 parastiEliminate performance penalty on mirror-less maps with...
2008-07-27 parastiImmediately resume replay playback after pause
2008-07-27 parastiRestore 1-second pause at start of replay playback
2008-07-18 parastiDelay buffer swap in level_snap until after image_snap
2008-07-12 parastiSet the EWMH _NET_WM_ICON window hint on X11 systems
2008-06-14 parastiReadd SOL file name display at level selection in cheat...
2008-06-10 parastiHack share/item to use OBJ geometry
2008-06-10 parastiMove item-related functions into a separate module
2008-05-07 KrabbyKrapRestart updates
2008-05-02 parastiRevert "Merge 'putt-collisions' branch"
2008-05-01 KrabbyKrapMerge 'putt-collisions' branch
2008-04-30 parastiNUL-terminate long player names in config screen
2008-04-27 KrabbyKrapRemoved extra whitespace
2008-04-20 parastiReuse same goal enabled flag on level retry
2008-04-19 parastiRestore original Escape behaviour if pause key is not...
2008-04-16 parastiSet DST field of replay date to unknown
next