Commits
- Commit:
fbbe037dc166171a84c825cd57ae564c329c715b
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Sat Apr 4 17:27:53 2020 UTC
add another variation for the give command
- Commit:
fcb97c9fa11d1a3cd4f5e84b12a9685d44903dc1
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Sat Apr 4 17:24:19 2020 UTC
added load and save command
Saving is straightforward: dump to a file the location and some
property of the objects. Loading also is simple: just read all the
data and apply it (with some sanity check tho.)
- Commit:
8852ffaf302e1b19e8146f276c366dd75d701a4d
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Fri Apr 3 20:28:03 2020 UTC
fixed brace indentation on foreach_obj macro
- Commit:
3d4cf639d759c4ea4f04142474946fa585959d77
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Fri Apr 3 17:50:50 2020 UTC
added config file
only the PROMPT is configurable as of now tho.
- Commit:
c5b63edc72c15c4d9274768a67a0b65438cd4998
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Fri Apr 3 17:45:06 2020 UTC
clean -> clear
- Commit:
19fc5ad595c28a17c9eed3f697e8a47ca68538d0
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Fri Apr 3 17:41:52 2020 UTC
use par->tag instead of par->obj->tags[0]
par->tag is what the user typed, that may or may not be equal to
par->obj->tags[0]. This improves the consistency.
That code was written prior to the introduction of the struct param
and thus used object->tags.
- Commit:
9a0497ff1c0c15dcb7b27fa7964b3b1e4dacc6b1
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Fri Apr 3 17:40:20 2020 UTC
fix header order for readline
readline needs stdio.h included, but before itself. Change needed
after the recent clang-format
- Commit:
7f40f3f51cc79bec922438a9fdfd147dac32d08d
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Fri Apr 3 13:25:43 2020 UTC
clang-format the code
- Commit:
cc9bbf6125fec1aaa9a7a1a06574a537fc3c3b29
- From:
- Omar Polo <op@xglobe.in>
- Date:
- Wed Apr 1 20:16:27 2020 UTC
initial commit