belal
|
917bbf6c4a
|
Fixed findnameindexes.cpp and added a description of its purpose, it wasn't working because someone had commented out the body, which makes it hard to function.
|
2010-03-15 18:18:05 -04:00 |
Zhentar
|
052dd53c03
|
Further cleanup for name stuff; fixing examples that I broke and handling settlements. Also added mood, so that it can be determined whether or not the dwarf's artifact was created.
|
2010-03-07 20:01:30 -06:00 |
belal
|
a5d42e4051
|
Code for getting the current and all settlements in the world, currently has offsets for the settlement location, name, and area size. Right now the current settlement causes msvc to claim the heap is corrupted, I think due to the fact that the current_settlement vector only has 1 item in it. I think it may be a bug in the vector code, as my code is basically identical between the current settlement and the other settlements.
Signed-off-by: belal <jimbelal@gmail.com>
|
2010-02-25 17:50:52 +01:00 |
Petr Mrázek
|
7c3f146197
|
Put findnameindexes to the right place
|
2010-02-21 06:40:30 +01:00 |