about summary refs log tree commit diff stats
path: root/tcoin.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed preprocessor directives for pcoin.cpp and tcoin.cpp~login@aussies.space2019-09-301-0/+17
| | | | pcoin.cpp and tcoin.cpp were missing the preprocessor directives generated by ntcoin. The right preprocessor directives are now included in both files.
* Added symbolic constants to disable tildebot, minerbot and daily-adventure ↵~login@aussies.space2019-09-301-5/+21
| | | | | | integrations Defining the symbolic constants NO_KROWBAR, NO_DA and NO_MINERCOIN disables the three coin integrations during compile time.
* Updating the successful login messagelogin0002019-09-241-1/+1
| | | Updating the successful login message to add additional information about running `tcoin` to check one's balance and messages. This is intended to make it easy for new users to know what to do once they've done "tcoin on".
* Stylistic update to "Last <n> messages"login0002019-09-241-1/+3
| | | When there are fewer than <n> messages in total, and one runs "tcoin -m <n>", an extra newline was shown between "Last <n> messages:" and the actual messages. This commit fixes that by checking if the first character in the actual messages is a newline and putting one more newline only if it isn't (instead of always).
* 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.
* Fixed std:;strcpy to std::strcpylogin0002019-06-221-1/+1
| | | credit to eigenellies/diodelasses and npa
* 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.
* Updated tcoin.cpp to latest versionlogin0002019-03-101-267/+932
|
* Initial Commitlogin0002018-03-061-0/+1027