about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug in "tcoin init" and "tcoin"login0002019-07-151-2/+1
| | | Fixed bug in "tcoin init" and "tcoin" when an uninitialised user runs them. Previously, it used to display the following error: Error! Could not open file at <file_path>! Assuming its internal content is "0\n" because 'user_amount' in 'int main()' was read from the file before checking if the user had initialised.
* Added #define DEBUG, fixed pcoin error messagelogin0002019-06-251-7/+13
| | | | Added #define DEBUG and put a few check statements under it. Fixed error message in pcoin that suggested the incorrect "add_internal_balance" amount when "internal_balance" owed to a particular user was not enough (and was lesser than the number of tildecoins being sent using the "send" command to said user). Also, fixed an error in retrieving the amount owed to a particular user when doing checks during the "send" command ("temp_program_sender_username" instead of "program_sender_username").
* Fixed std:;strcpy to std::strcpylogin0002019-06-221-1/+1
| | | credit to eigenellies/diodelasses and npa
* Fixing daily-adventure integration in pcoin.cpplogin0002019-04-181-1/+1
| | | daily-adventure changed how it stores state, so this new code fixes daily-adventure integration to the new format that daily-adventure stores state in.
* Fix daily-adventure integration in tcoin.cpplogin0002019-04-181-1/+1
| | | daily-adventure changed how it stores state, so this new code fixes daily-adventure integration to the new format that daily-adventure stores state in.
* bash script to create new program accountslogin0002019-03-101-0/+53
| | | bash script creates directory structure for new program accounts
* Copied pcoin.cpp from tilde.townlogin0002019-03-101-0/+1796
|
* Updated tcoin.cpp to latest versionlogin0002019-03-101-267/+932
|
* Create README.mdlogin0002018-03-061-0/+2
|
* Initial Commitlogin0002018-03-063-0/+1028
|
* Create LICENSElogin0002018-03-061-0/+21