Merge branch 'gles'
[neverball] / ball / main.c
2011-07-06 parastiMerge branch 'gles'
2011-02-10 parastiImplement game state interpolation (WIP)
2010-12-29 parastiMove key event handling into functions just for readability
2010-12-29 parastiFix missing switch breaks for key-up events
2010-11-29 parastiFix structure access beyond its lifetime
2010-11-29 parastiPromote ad-hoc OS-to-VFS path translation function
2010-11-25 parastiReimplement loading of standalone levels from the comma...
2010-11-09 parastiUse normalized floats to represent joystick axis values
2010-11-09 parastiFix awkward requirement for non-zero joystick axis...
2010-10-07 parastiRestore variable time step in main loop, do fixed stepp...
2010-10-04 parastiNaming cleanup in command option parsing
2010-10-04 parastiReword a couple of comments
2010-09-06 parastiClean up non-replay pause a bit
2010-08-28 parastiDisambiguate a callback
2010-08-14 parastiSplit base_name into a basic and a suffix-removing...
2010-08-14 parastiAdd some auxiliary string macros
2009-10-30 parastiSave config before SDL_Quit
2009-08-29 parastiPrint last error when VFS init fails
2009-08-23 parastiFix attempt to use "joystick" option before config...
2009-08-01 parastiClean up errno/strerror usage
2009-07-14 parastiRemove "--info" command line option
2009-06-18 parastiball/main: simplify test for an open joystick
2009-06-18 parastiActually use the "joystick" config option
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-12 parastiImplement a Quake-like virtual file system layer
2009-06-12 parastiRestore video subsystem initialization when calling...
2009-05-19 parastiClean up some magic constants
2009-05-19 parastiInit SDL video subsystem separately, as part of video_init
2009-04-01 parastiRip out locale <-> UTF-8 filename conversions (and...
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 parastiReassign first param of click handler to hold SDL butto...
2009-01-29 parastiDisplay version in the window caption
2009-01-09 parastiImplement a server/client-like game/replay architecture
2008-07-12 parastiSet the EWMH _NET_WM_ICON window hint on X11 systems
2008-03-12 parastiMerge 'progress' branch.
2008-03-10 parastiImplement new shot name generation using a persistent...
2008-03-01 parastiRevert "Merged progression and putt-collisions"
2008-03-01 KrabbyKrapMerged progression and putt-collisions
2008-02-01 parastiFixed current time computation in uniform mode.
2008-01-28 rlkWidespread minor changes to eliminate the use of SDL_Ge...
2008-01-26 rlkAdded uniform sync option.
2008-01-03 rlkAdded joystick digital pad button config symbols.
2008-01-02 rlkAdded tilt sensor abstraction.
2008-01-01 rootMerged lockstep branch.
2007-12-31 rlkFixed the zero-velocity test in the edge/vert collision...
2007-12-23 rlkRemove insidious F11 fullscreen toggle. That will...
2007-12-22 rlkRewrote image handling, eliminating SDL_image. Made...
2007-12-20 parastiMerged branch 'no-SDL_mixer'.
2007-12-03 parastiMerged branch utf8.
2007-10-28 parastiHelp output pretty-printing.
2007-10-25 parastiRewrote command-line argument handling. In effect...
2007-10-03 parastiResurrected level_stat and demo_play_stat in order...
2007-09-29 parastiCheat mode is now activated by setting player's name...
2007-09-19 parastiRemoved archaic MSVC(?) pragmas.
2007-09-13 jammnroseChanged some C++ style comments to C style comments.
2007-09-13 jammnroseUpdated main.c with a conditional for Mac. Now the...
2007-09-08 parastiPainfully renamed share/i18n to share/lang.
2007-08-17 parastiLanguage selection in-game is no more. It might return...
2007-07-18 lorantRestore the cheat setting in neverballrc.
2007-07-16 lorantMerged source:branches/pause (revisions 954:1064) into...
2007-07-16 lorantMerged changeset [1052] from source:branches/config...
2007-07-16 lorantMerged changesets [1048] and [1049] from source:branche...
2007-07-16 lorantMerged changeset [1046] from source:branches/config...
2007-07-11 parastiSomewhat localised game's version stuff to the Makefile...
2007-05-10 parastiMade F7 activate the wire frame view in cheat mode...
2007-04-08 rlkAdded sound effects for grow and shrink items.
2006-12-14 parastiSome string updates and code clean-up.
2006-11-02 parastiTemporarily remove i18n of screenshot filenames. That...
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-02 mrtoutglobal level and set loading at the begin of the game
2006-07-22 parastiMark audio files for localisation (just Ball) and allow...
2006-07-12 parastiSome very humble code pretty-up.
2006-07-05 parastiTurn w and h parameters of image_snap into local variables.
2006-07-05 parastiSomewhat improve code uniformity.
2006-07-05 parastiChange magic number of replays. (See
2006-07-04 parastiRemoved gettextdbg() which apparently served no purpose...
2006-07-01 parastiCall SDL_WM_SetIcon before SDL_SetVideoMode as suggeste...
2006-06-12 parastiChanged usage message from macro to a constant string.
2006-06-12 parastiRemove duplicate macro definition.
2006-06-05 parastiRemove trailing whitespace from source code.
2006-06-03 parastiRenamed a variable in parse_args from not_miss to missi...
2006-06-01 parastiFormatting stuff. Convert tabs to spaces, shorten...
2006-05-27 parastiSave screenshots as PNG instead of BMP. (Code from...
2006-03-13 mrtoutAdd --info option to display information without launch...
2006-03-09 mrtoutbe nice when the game is paused (cf shinobufan.intuxica...
2006-03-09 mrtoutfixes #57
2006-03-05 mrtoutforget a braket
2006-03-05 mrtoutRemove some I18N strings (option and replay debug)
2006-03-04 parastii18n'd a bunch of stuff that doesn't require it.
next