Page 2 of 3

Re: Pay for the code

Posted: Sat Dec 18, 2021 4:12 am
by Leency
App Asm add icons16.png to Main Menu 70$
Work is done by rgimad, money sent. I am very happy with the result.

Re: Pay for the code

Posted: Tue Dec 21, 2021 2:03 pm
by rgimad
Работаю над вращением иконок. Уже почти готово, не считая лютого моргания кадров вращающейся иконки. Скину сорцы и бинарь пока сюда чтобы не потерять

Re: Pay for the code

Posted: Thu Dec 23, 2021 9:11 pm
by rgimad
Уже не моргает, но есть подтормаживание и артефакты. Выкладываю чтобы не потерять.

Re: Pay for the code

Posted: Wed Jan 05, 2022 8:35 pm
by Leency
Someone already knows, someone maybe not that Mario (you're right THAT Mario who is Marat) works under exFAT support.
Here is a small update about the current progress:

Re: Pay for the code

Posted: Sat Mar 05, 2022 5:03 pm
by Leency
Тестовая версия кода поддержки exFAT залита в trunk. Тема для обсуждения: exFAT
Автор: sober_dev (он же Марат / Mario).

На данный момент реализовано только чтение с некоторыми ограничениями (см. тему выше).
По словам Марио, план работ следующий:
1) Сделать поддержку хэша имени файлов в драйвере. Саму процедуру вычисления хэша я уже написал и отладил. Теперь нужно правильно интегрировать в код, чтобы был прирост скорости.
2) Реализовать: exFAT_CreateFile, exFAT_Write, exFAT_SetFileEnd, exFAT_SetFileInfo, exFAT_Delete, exFAT_CreateFolder, exFAT_Rename - все они требуют записи на диск и некоторые работу со структурой Cluster Heap, которая дополняет стандартную структуру FAT (File Allocation Table).
По времени может занять месяца два, а может чуть больше.

Работу оплатил dunkaist (Ivan Baravy) за что ему огромное спасибо!!!
После того как все работы будут закончены, будет бонус.

Re: Pay for the code

Posted: Mon Jun 27, 2022 10:57 pm
by Leency
use a specific cursor for window borders
Was implemented by rgimad in #9850, #9848. 150$ are being paid.

Re: Pay for the code

Posted: Tue Jun 28, 2022 2:01 am
by Bonuino
Hi guys.

I'm from Brazil and I'm working on the translating into brasilian portuguese, using the lang.inc file. I'm also translating the .txt files and putting together the russian and english versions.

This interest to you guys? It has a little chance to be paid?!

Re: Pay for the code

Posted: Tue Jun 28, 2022 12:39 pm
by Leency
Bonuino wrote:Hi guys.

I'm from Brazil and I'm working on the translating into brasilian portuguese, using the lang.inc file. I'm also translating the .txt files and putting together the russian and english versions.

This interest to you guys? It has a little chance to be paid?!
The list of features to be paid is here only viewtopic.php?f=7&t=3788#p72391

Re: Pay for the code

Posted: Wed Jun 29, 2022 3:08 am
by Bonuino
Hi there.

How can I get envolved with some item in the todo table?

Re: Pay for the code

Posted: Wed Jun 29, 2022 1:13 pm
by Leency
Bonuino wrote:Hi there.

How can I get envolved with some item in the todo table?
1. Choose any topic.
2. Tell me you've started work on it.
3. Finish work, commit to SVN.
4. Code is being tested in order to verify that the task is completed succesfully.
5. Get paid.

Re: Pay for the code

Posted: Wed Jun 29, 2022 3:37 pm
by Bonuino
Hi Leency. And thank you.

I started the task "disk formatting".

Re: Pay for the code

Posted: Wed Jun 29, 2022 7:31 pm
by Leency
Bonuino wrote:Hi Leency. And thank you.

I started the task "disk formatting".
This is not an easy topic. I think it would be useful if you can describe your strategy when you have some. No hurry.

Re: Pay for the code

Posted: Thu Jun 30, 2022 2:01 pm
by Bonuino
Hi, Leency.

Describe here or other place?

Re: Pay for the code

Posted: Thu Jun 30, 2022 8:06 pm
by Leency
Bonuino wrote:Hi, Leency.

Describe here or other place?
As you wish. Here or create a new topic.

Re: Pay for the code

Posted: Sat Sep 02, 2023 8:21 pm
by Doczom
Занимаюсь рефакторингом файловой подсистемы, а именно: переписыванием драйверов на iso9660 под основную модель работы файловой системы с дисковыми устройствами. Рефакторинг включает в себя также добавление интерфейса для обеспечения чтения/записи секторов из пользовательских программ (Disk formatting) и написание небольшой демонстрационной программы для форматирования диска/раздела.

I am engaged in refactoring of the file subsystem, namely: rewriting drivers to iso9660 for the basic model of the file system with disk devices. Refactoring also includes adding an interface to provide read/write sectors from user programs (Disk formatting) and writing a small demo program for formatting a disk/partition.