Add a "idle" method to the state structure
[neverball] / share /
2011-08-20 Alberto MardeganAdd a "idle" method to the state structure fremantle
2011-07-13 Alberto MardeganQuick hack to get decent performance
2011-07-13 Alberto MardeganPort image_save to GLES 1.1
2011-07-12 Alberto MardeganNever use more than 16bpp on textures
2011-07-12 Alberto MardeganUse fast FPU mode
2011-07-12 Alberto MardeganUse libosso to prevent screen blanking
2011-07-12 Alberto MardeganTreat angle values as floating point numbers
2011-07-12 Alberto MardeganImprove Maemo accelerometer handling
2011-07-12 Alberto MardeganSupport N900 accelerometer
2011-07-12 Alberto MardeganAdjust default config settings
2011-07-12 Alberto MardeganPrevent switching to windowed mode
2011-07-12 Alberto MardeganBuild in Maemo/scratchbox
2011-07-06 parastiMerge branch 'gles'
2011-06-04 parastiFix less-than-zero comparison on unsigned integers
2011-04-09 parastiSet GL pixel row alignment to be 1, not the default 4
2011-03-24 parastiFix typo
2011-03-19 parastiNaming tweaks: outside/trigger/inside -> outside/inside...
2011-03-15 parastiDefine the glActiveTextureARB pointer type unconditionally
2011-03-15 parastiFix mapc dependence on share/glext.h
2011-03-13 parastiClip shadow above ball with a texture
2011-03-13 parastiTweak shadow code to keep the transforms in one place
2011-03-13 parastiMove lines around
2011-03-11 parastiGenerate texture coordinates for ball shadow
2011-03-09 elvizmapc: Allow more (temporary) edges
2011-02-25 parastiFix naming inconsistency
2011-02-24 parastiOpt not to crash when loading level SOLs with no balls
2011-02-12 parastiFix crash on attemp to render missing background
2011-02-11 parastiImplement particle interpolation
2011-02-11 parastiTrack command state in a structure
2011-02-11 parastiFix missing do-while wrappers for macros
2011-02-11 parastiOrthonormalize the interpolated reference frame
2011-02-10 parastiImplement game state interpolation (WIP)
2011-02-10 parastiMove reflective flag to SOL draw structure
2011-02-10 parastiSplit SOL data structures into base, varying and render...
2011-01-30 parastiRemove an unnecessary widget extent check
2011-01-30 parastiImplement arbitrary GUI fillers and fix ball screen...
2011-01-30 parastiFix a crash in replay screen on empty replay directory
2011-01-24 parastishare/common.h: add illusion of sanity
2011-01-24 parastiFix corner cases like 0.251f in seconds-to-milliseconds...
2011-01-23 parastiConvert all path-related (body, switch) logic to use...
2011-01-21 parastiAdd a material flag to force shadowing even on transpar...
2011-01-20 parastiFix shadow geom code that was never executed
2011-01-13 parastiAvoid sending multiple commands per path node
2011-01-10 parastiReduce more duplication
2011-01-09 parastiFix looping path node traversal (wasn't walking all...
2011-01-09 parastiFactor duplicate path node traversal into a function
2011-01-03 parastiFix requirement to pad descriptions with empty lines
2010-12-18 parastiDetermine the parent screen of resolution conf screen...
2010-11-29 parastiPromote ad-hoc OS-to-VFS path translation function
2010-11-29 parastiVery important optimization
2010-11-25 parastiReimplement loading of standalone levels from the comma...
2010-11-25 parastiFix path separator finding in Windows
2010-11-25 parastiRemove unused state structure member
2010-11-24 parastiBump
2010-11-16 parastiImplement a stdio-based backend for the VFS (no archive...
2010-11-16 parastiFix fs_gets to return NULL on encountering EOF with...
2010-11-16 parastiRewrite directory scanner to use linked lists
2010-11-16 parastiSplit VFS into a backend-dependent and a backend-indepe...
2010-11-16 parastiRemove unused path_resolve routine
2010-11-09 parastiFix inconsistent naming
2010-11-09 parastiMove joystick-recentered tracking to share/state
2010-11-09 parastiUse normalized floats to represent joystick axis values
2010-11-09 parastiFix awkward requirement for non-zero joystick axis...
2010-11-01 parastiAdd a macro for copying strings to static arrays
2010-11-01 parastiClean up some macro defs and usage
2010-11-01 parastiMake write routines take ints, floats and shorts by...
2010-11-01 parastiPlug a couple of display list leaks
2010-10-29 parastiFix teleporter test stopping prematurely upon seeing...
2010-10-29 parastiFix accidental switch/teleporter behavior changes
2010-10-28 parastishare/solid_all: clean up intersection tests
2010-10-28 parastiRevert "share/solid: wrap all structs with typedefs"
2010-10-27 parastishare/solid: wrap all structs with typedefs
2010-10-26 parastiFix simulation lockup when the ball gets pinched betwee...
2010-10-25 parastiFix undefined C usage
2010-10-22 parastiAdd a hack to work around path change problems
2010-10-22 parastiReorganize the main simulation loop
2010-10-22 parastiImprove rotation behavior under constant centrifugal...
2010-10-21 parastiUpdate copyright headers
2010-10-20 parastiRemove "geometry" option
2010-10-14 parastiFix impact point computation result stored in the wrong...
2010-10-14 parastiRevert "Pass linear body velocity to collision detectio...
2010-10-08 parastiAdd cmd_free
2010-10-07 parastiRemove the "uniform" config option, it's broken anyway
2010-10-07 parastiRestore variable time step in main loop, do fixed stepp...
2010-09-23 parastishare/cmd.h: s/HEADER/CMD_HEADER/g
2010-09-06 parastiAlways do GUI creation upon return from the state enter...
2010-09-06 parastishare/state: pass state pointers to enter/leave handlers
2010-09-03 parastimapc: silence warnings unless MAPC_VERBOSE env var...
2010-08-28 parastiTrigonometry/head
2010-08-15 parastiMore base name tweaking
2010-08-15 parastiRemove unused and no longer needed trunc_string
2010-08-14 parastiSplit base_name into a basic and a suffix-removing...
2010-08-14 parastiMake base_name return a const char *
2010-08-14 parastiAdd some auxiliary string macros
2010-08-07 parastiWork around GCC 4.5 bug (currently in Arch)
2010-08-04 parastiSelf documentify replay/SOL file magic
2010-08-03 parastiRemove command filtering/deferring in the simulation
2010-08-01 parastiDo not crash due to a missing font
2010-07-31 parastiPass linear body velocity to collision detection separately
2010-07-30 parastiFix pointer constness in path_last_sep
next