2009-02-10	quore-0.2.7
	- added health impact on player speed
	- added cvar sv_healthimpact
	- added configure script to ease install
	- changed demo default location
	- added experimental mp3 support from Robert Heffernan

2009-02-06	quore-0.2.6
	- replaced enginebinds cvar by -legacy command line parameter
	- choice between engine's default settings and call to the quake.rc file
	- tristate sbar position
	- increased number of files limit in pak files
	- load external files dynamically
	- many atomics and not atomics changes
	- new predefined styles for HD textures selectable with ambiencehd cvar
	- added -quore command line to enable HD engine

2009-02-04	quore-0.2.5
	- added blend equation extension
	- fixed pointer bug from the previous release within q3 vertex lighting
	- splitted CL_RelinkEntities into several functions

2009-02-01	quore-0.2.4
	- removed quake.rc call
	- added cvar enginebinds to set engine's default bindings
	- scr_scalemenu now really scales up to full screen size
	- scr_conswitch applies only if width > 640
	- fixed a bloom rendering issue when DrawViewModel was turned off
	- added ambiencenext and ambienceprev commands
	- reduced processing of levels to a 0-127 range

2009-01-28	quore-0.2.3
	- renamed cl_movespeedkey to cl_movespeedscale
	- renamed cl_anglespeedkey to cl_anglespeedscale
	- applied cl_movespeedscale to switch between walking and running speed
	- removed some image size limitations
	- fixed a console bug linked with scr_conswitch modification
	- fixed a rendering conflict between fog and other effects
	- reduced EF_DIMLIGHT light radius
	- added cvars gl_dlightintensity and gl_dlightradius
	- added cvars r_dynamicintensity and r_dynamicradius
	- joined EF_BRIGHTLIGHT and EF_MUZZLEFLASH dynamic lighting effect
	- added EF_BRIGHTFIELD case to the dynamic lighting list
	- developer value must be increased for more verbose output
	- added command menu_singlemaps
	- set sv_aim to 1 by default
	- fixed cvar aggregate preventing from changing individual cvars
	- added modified greyscale effect from qrack
	- added r_levels* cvars
	- added cvar flag CVAR_AFTER_CHANGE
	- apply r_levels* modifications dynamically
	- removed some warnings
	- video menu totally rewritten
	- predefined styles moved to a separete file, cvars renamed
	- cleaned up several cvars, r_wateralpha moved to r_alphawater

2009-01-10	quore-0.2.2
	- added cvar v_style
	- replaced predefined styles behaviour in the video menu
	- added new prefined styles
	- made DGA extension optional
	- reduced speed when both moving and strafing in air or liquid
	- reduced speed in liquids
	- changed command history location
	- replaced texture quality option by anisotropic filter
	- added modified blur effect from ezquake
	- added cvars gl_blur_alpha, gl_blur_health, gl_blur_scale
	- compensate framerate variation on motion blur rendering
	- enforce framerate limit
	- screenshots now in HOME gamedir
	- added cvar scr_conswitch to choose console position
	- added several cvars to the r_quality aggregate
	- filter dead bodies only if cl_deadbodyfilter > 0
	- fixed gun position and removed gunposition cvar
	- running speed is walking speed x 2

2008-12-29	quore-0.2.1
	- added CVAR_AGGREGATE flag
	- added cvar r_quality
	- added rendering quality option in the video menu

2008-12-20	quore-0.2
	- added linear texture filter
	- added fog menu
	- changed gun behaviour while idle
	- added ${HOME} in the gamedir searchpath
	- removed check on empty param when doing map completion
	- added anisotropic filter from qrack
	- removed demo and map menus from the main menu
	- gamma and contrast ranges less restrictive
	- added cvar v_gunposition
	- added bloom effect from ezquake
	- added smoke effect from qrack
	- removed signedness warnings
	- keep constant light in liquids

2008-12-12	quore-0.1
	- removed some warnings
	- added quoth mod support
	- dropped w32 support
	- changed water fog for global fog
	- changed code style

2008-12-11	quore-0.0
	- project renaming
	- new build structure
	- changed OSS for ALSA
