promotional bannermobile promotional banner

d303Fix

Fix Addons errors after 3.0.3 patch

File Details

d303Fix v0.4

  • R
  • Aug 15, 2010
  • 10.87 KB
  • 233
  • 3.0.2

File Name

d303Fix_v0_4.zip

Supported Versions

  • 3.0.2

v0.4

  • Ability to set time by taking a screen shot.
  • Code clean up.

v0.3

  • Current local system date and time support. (See installation notes on main page)
  • Localization (English/Polish)
  • New helper function (os.settime). (See code for details).
  • Correct week day name and value.
  • Current version adds additional tool (with source code) needed to create small lua file containing system time stamp at boot time.

v0.2

  • ! not ignored in os.date(). It takes game time into formatting.
  • Using os.date("!*t") you will get game time struct (hour and min are correct, game time has minute precision)
  • %% string is changed to % sign like in original implementation.
  • Extended tests.
  • Day and month names have a long name.

v0.1

  • Remove all os related bugs from addons.
  • Complete list of os functions.
  • Simple tests when invoking os.test()
  • Current system date and time drawback. (External tool usage/Screenshot).
  • Saving time flag is constant.