Revision 51d76633
Added by danij over 13 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- engine
- api
- dd_share.h (diff)
- doomsday.def (diff)
- doomsday.h (diff)
- portable
- include
- con_main.h (diff)
- gl_texmanager.h (diff)
- r_lgrid.h (diff)
- r_lumobjs.h (diff)
- rend_main.h (diff)
- src
- con_config.c (diff)
- con_data.c (diff)
- con_main.c (diff)
- gl_texmanager.c (diff)
- p_data.c (diff)
- r_lgrid.c (diff)
- r_lumobjs.c (diff)
- r_sky.c (diff)
- r_world.c (diff)
- rend_console.c (diff)
- rend_main.c (diff)
- ui_panel.c (diff)
- include
- api
- plugins
- engine
Refactored Con_FindVariable into Con_GetVariableType and removed the cvar argument from the notification callback. This addresses an engine-internal object visibility issue in the public API.
Fixed ddcvar_t to cvar_t cast problem in the multiplayer player setup menu.