Is there a faster way to check my C syntax than to try to make the whole project?
Vanilla Code Questions
Collapse
X
-
-
Code:make src/mon-attack.o src/mon-blows.o
Code:make -f Makefile.osx mon-attack.o man-blows.o
Comment
-
Oh, OK. I tried cc and that was awful. I'll try this way, or not, since you say it won't help much anyway.Please like my indie game company on Facebook! https://www.facebook.com/RatherFunGamesComment
-
A bit off-topic, but when I was trying to trace incremental changes to HP and SP, I found that SP regenerates every turn, but HP regens only every fourth turn, except when resting and then the ratio is 2 to 1. I don't understand how or why this is happening. Maybe I screwed something up.
I don't want to track it down right now, but I couldn't help but wonder aloud about it.Please like my indie game company on Facebook! https://www.facebook.com/RatherFunGamesComment
-
Can someone explain the difference between power and mult in object_properties.txt?
# power: the value given to the property in object power calculations
# mult: relative value of properties, used in power calculations
# type-mult: extra multiplier used in power for particular properties on
# particular types of object. Assumed 1 if not mentionedPlease like my indie game company on Facebook! https://www.facebook.com/RatherFunGamesComment
-
Comment
-
-
I see these log statements in there. How do I turn those on?Please like my indie game company on Facebook! https://www.facebook.com/RatherFunGamesComment
-
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
-
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
-
No, pretty sure I'm being thorough.
find | grep randart
./angband/src/obj-randart.o
./angband/src/obj-randart.c
./angband/src/obj-randart.h
./angband/src/list-randart-properties.h
./angband/lib/archive/randart_0e7ca6bf.txt
find | grep log
./angband/config.log
./angband/.git/logs
./angband/.git/logs/HEAD
./angband/.git/logs/refs
./angband/.git/logs/refs/remotes
./angband/.git/logs/refs/remotes/origin
./angband/.git/logs/refs/remotes/origin/HEAD
./angband/.git/logs/refs/heads
./angband/.git/logs/refs/heads/masterPlease like my indie game company on Facebook! https://www.facebook.com/RatherFunGamesComment
-
randart_0e7ca6bf.txt describes the artifacts but nothing about their creationPlease like my indie game company on Facebook! https://www.facebook.com/RatherFunGamesComment
Comment