| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
"seconds and minutes left" in map download in Dutch can better be translated as "left seconds and minutes'" with left in front of the time unit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
screen. Closes #313
|
|
|
|
|
|
#218
|
|
|
|
|
|
|
|
start point and within the radius
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiling in 10.6 (fixed #274)
|
|
|
|
|
|
configure.lua
|
|
|
|
enable/disable it in the settings menu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removefile returns remove() and CreateFolder returns fs_makedir(),
but they returns 0 on success and non-zero on error. Fix that,
RemoveFile and CreateFolder should return true on success.
(they return false when the type argument is invalid).
note: bug has remained unoticed because noone uses CreateFolder, and the
user of RemoveFile (the demo browser's remove button) doesn't
check the return value.
|
|
|
|
|
|
|
|
|
|
|