Radius Engine Changelog

What's new in Radius Engine 0.7 Alpha

Aug 3, 2011
  • r_file_system.c (r_file_system_start): Log paths on error
  • radius.h: Fixed version number
  • radius.h: Removed unused raw execution
  • radius.c: Only support application-based execution for now
  • r_file_system.h: Support multiple platform-specific data dirs
  • r_file_system.c: Get platform-specific data dirs
  • radius.c: Propagate data dir override to file system path allocation
  • r_platform.h: Allow platforms to specify several data dirs
  • r_platform_unix.h: Use hard-coded, default, and base dirs
  • r_platform_windows.h: Only use the base dir on Windows
  • r_file_system.h: Propagate main script to r_file_system_start
  • r_file_system.c: Add all default dirs, more logging for file not found errors
  • radius.c: Propagate main script to r_file_system_start
  • r_event.c: Drop pending events after layer change to avoid double-submission