File Details
d303Fix v0.3
- R
- Aug 14, 2010
- 10.17 KB
- 100
- 3.0.2
File Name
d303Fix_v0_3.zip
Supported Versions
- 3.0.2
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).
- Saving time flag is constant.

