promotional bannermobile promotional banner

d303Fix

Fix Addons errors after 3.0.3 patch

File Details

d303Fix v0.9

  • R
  • Sep 14, 2010
  • 14.95 KB
  • 58.4K
  • 3.0.2

File Name

d303Fix_v0_9.zip

Supported Versions

  • 3.0.2

v0.9

  • Suggestions from comments on my site and here.
    • Elements in date and time table aren't mandatory.
    • Automatic screenshot after logon (disabled as default).
    • Automatic screenshot after Item Shop probing fails (disabled as default).
    • Second parameter in date function allows to pass date and time which will be formatted.
    • Two new parameters to */dtss command.
    • Few other small suggestions.
  • Improvements allowing to make code shorter.
  • Extended configuration window to include new configuration options.
  • Russian translation, without configuration by tasquer

v0.8

  • Settings save is fixed.
  • Few minor fixes
  • New command opening configuration window.
  • Integration with AddonManager.

v0.7

  • Compatibility fixes (ntBuff).
  • Fixed error reported by matif. Now negative time values are parsed when reading from Item Shop.

v0.6

  • Fixes to time shift issues.
  • Added slash commands to regulate time shift and enable or disable time gathering methods.
  • Added chat message if os object exists, but still it is redeclared.
  • New useful functions.
  • Strings extracted to table for easy translation.

v0.5

  • Current date and time is extracted without user interaction.
  • Reimplemented time calculations.
  • os object is now only a wrapper of d303Fix object.
  • Executable file is permanently removed.

v0.4 Lite

  • Removed executable file (source code for tool is still attached).

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()
  • Saving time flag is constant.